diff --git a/.github/workflows/evo-tool-download-update.yml b/.github/workflows/evo-tool-download-update.yml new file mode 100644 index 000000000..59290a351 --- /dev/null +++ b/.github/workflows/evo-tool-download-update.yml @@ -0,0 +1,27 @@ +name: Update Dash Evo Tool download links + +on: + repository_dispatch: + types: [release_published] + workflow_dispatch: # This allows the workflow to be triggered manually + schedule: # Run daily at midnight UTC + - cron: 0 0 * * * + +jobs: + update-evo-tool-download-links: + runs-on: ubuntu-latest + + steps: + - name: Checkout this repository + uses: actions/checkout@v4 + + - name: Run evo tool download link update script + run: "${GITHUB_WORKSPACE}/scripts/evo-tool-download-link-update.sh" + + - name: Create Pull Request + uses: peter-evans/create-pull-request@v6 + with: + branch: update-docs/${{ github.sha }} + title: "chore: update evo tool download links to latest version" + body: | + This PR updates download links in the documentation to use the latest Dash Evo Tool version. diff --git a/.tx/config b/.tx/config index 06edee12b..0d14c9780 100644 --- a/.tx/config +++ b/.tx/config @@ -251,6 +251,12 @@ source_lang = en type = PO minimum_perc = 0 +[o:dash:p:dash-docs:r:docs--user--network--dash-evo-tool--index] +file_filter = locale///LC_MESSAGES/docs/user/network/dash-evo-tool/index.po +source_file = locale/pot/docs/user/network/dash-evo-tool/index.pot +type = PO +minimum_perc = 0 + [o:dash:p:dash-docs:r:docs--user--network--dashmate--index] file_filter = locale///LC_MESSAGES/docs/user/network/dashmate/index.po source_file = locale/pot/docs/user/network/dashmate/index.pot diff --git a/conf.py b/conf.py index 8ad6bc01e..cd5ec7e44 100644 --- a/conf.py +++ b/conf.py @@ -111,6 +111,7 @@ 'sphinx.ext.autodoc', 'sphinx_copybutton', 'sphinx_design', + 'sphinxcontrib.googleanalytics', 'sphinx.ext.intersphinx', ] @@ -284,6 +285,11 @@ 'Miscellaneous'), ] +# -- Google analytics config ---------------------------------------------- + +googleanalytics_id = 'G-7E5054FV6E' +googleanalytics_enabled = True + def setup(app): app.add_js_file('js/lang.js') app.add_js_file('js/pydata-search-close.js') diff --git a/docs/user/masternodes/hosting.rst b/docs/user/masternodes/hosting.rst index ffa31108b..d94678726 100644 --- a/docs/user/masternodes/hosting.rst +++ b/docs/user/masternodes/hosting.rst @@ -126,7 +126,8 @@ https://nodehub.io - Operated by: NodeHub LLC - Services: Hosting, Governance, Stats, Monitoring -- Cost: $3.90/month (charged daily at $0.13) +- Cost: $4.80/month (charged daily at $0.16) +- Accepts DASH as payment - `Site `__ - `Email `__ - `Twitter `__ diff --git a/docs/user/masternodes/setup-evonode.rst b/docs/user/masternodes/setup-evonode.rst index 0dfc14224..d1932661b 100644 --- a/docs/user/masternodes/setup-evonode.rst +++ b/docs/user/masternodes/setup-evonode.rst @@ -243,13 +243,13 @@ dashmate dependencies:: Download the dashmate installation package for your CPU architecture from the `GitHub releases page `__ and install it using apt:: - wget https://github.com/dashpay/platform/releases/download/v1.5.1/dashmate_1.5.1.8f924cc0a-1_amd64.deb + wget https://github.com/dashpay/platform/releases/download/v1.6.2/dashmate_1.6.2.afe982a10-1_amd64.deb sudo apt update - sudo apt install ./dashmate_1.5.1.8f924cc0a-1_amd64.deb + sudo apt install ./dashmate_1.6.2.afe982a10-1_amd64.deb .. note:: At the end of the installation process, ``apt`` may display an error due to installing a downloaded package. You can ignore this error message: - ``N: Download is performed unsandboxed as root as file '/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)`` + ``N: Download is performed unsandboxed as root as file '/home/ubuntu/dashmate_1.6.2.afe982a10-1_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)`` Alternative installation options are available on the :hoverxref:`dashmate page `. diff --git a/docs/user/masternodes/understanding.rst b/docs/user/masternodes/understanding.rst index 50bb1dcd1..8a9f10313 100644 --- a/docs/user/masternodes/understanding.rst +++ b/docs/user/masternodes/understanding.rst @@ -419,6 +419,10 @@ Evonodes Evonodes have higher hardware requirements since they host Dash Platform services along with Dash Core. To support the network effectively, the following requirements are recommended: +.. note:: + + Intel CPUs should be `Haswell architecture `_ or newer + +---------+------------------+ | | Recommended | +=========+==================+ diff --git a/docs/user/network/dash-evo-tool/img/identity/add-identity-evonode.png b/docs/user/network/dash-evo-tool/img/identity/add-identity-evonode.png index df9679d29..19abda56b 100644 Binary files a/docs/user/network/dash-evo-tool/img/identity/add-identity-evonode.png and b/docs/user/network/dash-evo-tool/img/identity/add-identity-evonode.png differ diff --git a/docs/user/network/dash-evo-tool/img/identity/create-await-funds.png b/docs/user/network/dash-evo-tool/img/identity/create-await-funds.png new file mode 100644 index 000000000..bd5281cba Binary files /dev/null and b/docs/user/network/dash-evo-tool/img/identity/create-await-funds.png differ diff --git a/docs/user/network/dash-evo-tool/img/identity/create-await-platform.png b/docs/user/network/dash-evo-tool/img/identity/create-await-platform.png new file mode 100644 index 000000000..f9a121f31 Binary files /dev/null and b/docs/user/network/dash-evo-tool/img/identity/create-await-platform.png differ diff --git a/docs/user/network/dash-evo-tool/img/identity/create-success.png b/docs/user/network/dash-evo-tool/img/identity/create-success.png new file mode 100644 index 000000000..ad2f79302 Binary files /dev/null and b/docs/user/network/dash-evo-tool/img/identity/create-success.png differ diff --git a/docs/user/network/dash-evo-tool/img/identity/create.png b/docs/user/network/dash-evo-tool/img/identity/create.png new file mode 100644 index 000000000..70995b312 Binary files /dev/null and b/docs/user/network/dash-evo-tool/img/identity/create.png differ diff --git a/docs/user/network/dash-evo-tool/img/identity/main-empty.png b/docs/user/network/dash-evo-tool/img/identity/main-empty.png index ae866af35..b3026396d 100644 Binary files a/docs/user/network/dash-evo-tool/img/identity/main-empty.png and b/docs/user/network/dash-evo-tool/img/identity/main-empty.png differ diff --git a/docs/user/network/dash-evo-tool/img/identity/main-new-identity.png b/docs/user/network/dash-evo-tool/img/identity/main-new-identity.png new file mode 100644 index 000000000..13c877e3e Binary files /dev/null and b/docs/user/network/dash-evo-tool/img/identity/main-new-identity.png differ diff --git a/docs/user/network/dash-evo-tool/img/name/main.png b/docs/user/network/dash-evo-tool/img/name/main.png new file mode 100644 index 000000000..fe66f057a Binary files /dev/null and b/docs/user/network/dash-evo-tool/img/name/main.png differ diff --git a/docs/user/network/dash-evo-tool/img/name/registering.png b/docs/user/network/dash-evo-tool/img/name/registering.png new file mode 100644 index 000000000..38d362ea5 Binary files /dev/null and b/docs/user/network/dash-evo-tool/img/name/registering.png differ diff --git a/docs/user/network/dash-evo-tool/img/name/success.png b/docs/user/network/dash-evo-tool/img/name/success.png new file mode 100644 index 000000000..c25c2b641 Binary files /dev/null and b/docs/user/network/dash-evo-tool/img/name/success.png differ diff --git a/docs/user/network/dash-evo-tool/img/network-selection.png b/docs/user/network/dash-evo-tool/img/network-selection.png index a8727d1b6..5bbfcae3e 100644 Binary files a/docs/user/network/dash-evo-tool/img/network-selection.png and b/docs/user/network/dash-evo-tool/img/network-selection.png differ diff --git a/docs/user/network/dash-evo-tool/img/wallet/wallet-create-all-fields.png b/docs/user/network/dash-evo-tool/img/wallet/wallet-create-all-fields.png new file mode 100644 index 000000000..f658b0486 Binary files /dev/null and b/docs/user/network/dash-evo-tool/img/wallet/wallet-create-all-fields.png differ diff --git a/docs/user/network/dash-evo-tool/img/wallet/wallet-funds-with-address.png b/docs/user/network/dash-evo-tool/img/wallet/wallet-funds-with-address.png new file mode 100644 index 000000000..1fb03c38f Binary files /dev/null and b/docs/user/network/dash-evo-tool/img/wallet/wallet-funds-with-address.png differ diff --git a/docs/user/network/dash-evo-tool/img/wallet/wallet-funds.png b/docs/user/network/dash-evo-tool/img/wallet/wallet-funds.png new file mode 100644 index 000000000..46fc783b8 Binary files /dev/null and b/docs/user/network/dash-evo-tool/img/wallet/wallet-funds.png differ diff --git a/docs/user/network/dash-evo-tool/img/wallet/wallet-main.png b/docs/user/network/dash-evo-tool/img/wallet/wallet-main.png new file mode 100644 index 000000000..3c97b1125 Binary files /dev/null and b/docs/user/network/dash-evo-tool/img/wallet/wallet-main.png differ diff --git a/docs/user/network/dash-evo-tool/img/wallet/wallet-select.png b/docs/user/network/dash-evo-tool/img/wallet/wallet-select.png new file mode 100644 index 000000000..79d8374fe Binary files /dev/null and b/docs/user/network/dash-evo-tool/img/wallet/wallet-select.png differ diff --git a/docs/user/network/dash-evo-tool/index.rst b/docs/user/network/dash-evo-tool/index.rst index f37710c8d..87905c25c 100644 --- a/docs/user/network/dash-evo-tool/index.rst +++ b/docs/user/network/dash-evo-tool/index.rst @@ -19,17 +19,17 @@ Installation .. note:: - The Dash Evo Tool requires a Dash Core full node configured to allow RPC access. + The Dash Evo Tool requires a Dash Core full node configured to allow RPC and ZMQ access. Linux, MacOS, or Windows packages are available on the `GitHub releases page `__. Download the zip file for your Operating System, then unzip the downloaded file: -* `Windows `_ -* `Mac (ARM m1-m4) `_ -* `Mac (x86) `_ -* `Linux (x86) `_ -* `Linux (ARM) `_ +* `Windows `_ +* `Mac (ARM m1-m4) `_ +* `Mac (x86) `_ +* `Linux (x86) `_ +* `Linux (ARM) `_ .. _evo-tool-configure: @@ -43,9 +43,29 @@ Configuration * Update ``*_CORE_RPC_USER`` to match the ``rpcuser`` value from your Dash Core dash.conf file. * Update ``*_CORE_RPC_PASSWORD`` to match the ``rpcpassword`` value from your Dash Core dash.conf - file configured in your Dash Core ``dash.conf`` file. + file. * If your dash.conf includes ``rpcallowip``, update ``*_CORE_HOST`` with that IP address. * If your dash.conf includes ``rpcport``, update ``*_CORE_RPC_PORT`` with that port. +3. (*Optional*) If you are going to run Dash Core manually instead of launching it via the Dash Evo + Tool, you must enable ZMQ by adding the following lines to your dash.conf file: + + .. tab-set:: + .. tab-item:: Mainnet ZMQ setup + + .. code-block:: ini + + # Dash Evo Tool ZMQ config - mainnet + zmqpubhashchainlock=tcp://0.0.0.0:23708 + zmqpubrawtxlocksig=tcp://0.0.0.0:23708 + + .. tab-item:: Testnet ZMQ setup + + .. code-block:: ini + + # Place under the [test] section + # Dash Evo Tool ZMQ config - testnet + zmqpubhashchainlock=tcp://0.0.0.0:23709 + zmqpubrawtxlocksig=tcp://0.0.0.0:23709 .. tip:: @@ -58,18 +78,33 @@ Configuration rpcuser= rpcpassword= +Updating the env file +--------------------- + +When the application runs for the first time, it creates a application directory and copies the +``.env`` file into it. It also stores application data in the directory. Any further updates to the +``.env`` file must be made to the copy in the application directory. + +================== ======================================================= +Operating System Configuration File Path +================== ======================================================= +macOS ~/Library/Application Support/Dash-Evo-Tool/ +Windows C:\\Users\\\\AppData\\Roaming\\Dash-Evo-Tool\\config +Linux /home//.config/dash-evo-tool/ +================== ======================================================= + .. _evo-tool-run: Running the application ======================= Once the ``.env`` file is configured, launch the Dash Evo Tool by double-clicking the file named -``dash-evo-tool-`` (e.g., ``dash-evo-tool-aarch64-mac``). +``dash-evo-tool``. -Alternatively, you can launch the application directly from your terminal. For example, on an x86 -Linux, run:: +Alternatively, you can launch the application directly from your terminal. For example, on Linux, +run:: - ./dash-evo-tool-x86_64-linux + ./dash-evo-tool .. _evo-tool-select-network: @@ -80,10 +115,13 @@ The Dash Evo Tool supports both testnet and mainnet. To choose a network, naviga Selection screen and click the checkbox in the Select column for the desired network. Then click the **Start** button on that row to launch Dash Core. +.. _evo-tool-manual-core-launch: + .. note:: You can also launch Dash Core manually without using the Dash Evo Tool. This may be necessary if - Dash Core is installed in a non-standard location. + Dash Core is installed in a non-standard location. When launching Dash Core manually, you must + enable ZMQ as described in :hoverxref:`Configuration Step 3 `. .. figure:: img/network-selection.png :align: center @@ -98,8 +136,8 @@ Identity operations .. _evo-tool-identity-load: -Load an identity ----------------- +Load existing identity +---------------------- On the main identity screen, click the **Load Identity** button on the upper right side of the screen. @@ -155,6 +193,59 @@ can also initiate :ref:`withdrawals `. Identity screen with an evonode identity loaded +.. _evo-tool-identity-create: + +Create new identity +------------------- + +.. tip:: + + Before creating an identity, make sure you have :ref:`added a Dash Evo Tool wallet + `. + +On the main identity screen, click the **Create Identity** button on the upper right side of the +screen. + +.. figure:: img/identity/main-empty.png + :align: center + :width: 90% + + Identity screen with no loaded identities + +On the create identity screen, leave the first two options set to the default and select the funding +method. Then, send the requested amount of DASH to the provided address. + +.. figure:: img/identity/create-await-funds.png + :align: center + :width: 90% + + Waiting for funds + +The status will change from "Waiting for funds" to "Waiting for Platform acknowledgement" once the +funds have been received and the identity registration process has started. + +.. figure:: img/identity/create-await-platform.png + :align: center + :width: 90% + + Waiting for Platform acknowledgement + +Once the identity has been registered, you can choose to return to the identity screen or proceed to +:ref:`registering a name `. + +.. figure:: img/identity/create-success.png + :align: center + :width: 90% + + Identity creation success + + +.. figure:: img/identity/main-new-identity.png + :align: center + :width: 90% + + Identity screen with an identity loaded + .. _evo-tool-identity-evo-withdraw: Evonode withdrawals @@ -204,8 +295,50 @@ correct. Click **Confirm** to request the withdrawal. Withdrawal confirmation screen -Name voting -=========== +.. _evo-tool-name: + +Name operations +=============== + +.. _evo-tool-name-register: + +Register name +------------- + +After :ref:`creating an identity `, you can register a name for it. From +the main name screen, click the **Register Name** button on the upper right side of the screen. + +.. figure:: img/name/main.png + :align: center + :width: 90% + + Name screen + +First, select the identity to register a name for. This step will be automatically done if you are +registering a name as part of the identity creation process. + +Next, enter the desired name. Notification will be provided if you selected a contested name and the +estimated cost will be displayed. Click **Register Name** to complete the registration. + +.. figure:: img/name/registering.png + :align: center + :width: 90% + + Name registration + +Upon successful registration, you can see the name on the **My usernames** screen along with any +other names you have registered. + +.. figure:: img/name/success.png + :align: center + :width: 90% + + Name registered successfully + +.. _evo-tool-name-voting: + +Vote for names +-------------- The Voting screen displays a list of names that are currently require a vote. Click the **Refresh** button to update the screen at any time. @@ -237,4 +370,86 @@ identities simultaneously. See the `DPNS page `_ for -more voting details. \ No newline at end of file +more voting details. + +.. _evo-tool-wallet: + +Wallet operations +================= + +.. note:: + + The Dash Evo Tool wallet features only work if your Dash Core node has a single wallet open. **If + you have multiple wallets open in Dash Core, close all of them except the one used by the Dash + Evo Tool.** + +.. _evo-tool-wallet-create: + +Create wallet +------------- + +This tool includes a basic wallet feature to support identity registration. Wallets can be added +from the wallet screen. + +.. attention:: + + Since this tool adds watching-only addresses to Dash Core when creating identities, it is + recommended to close all existing Dash Core wallets and :ref:`create a new, empty wallet + ` for the Dash Evo Tool. Also, make sure to + :ref:`backup your Dash Core wallet `. + +Click **Add Wallet** to create a new wallet. + +.. figure:: img/wallet/wallet-main.png + :align: center + :width: 90% + + Wallet screen + +After creating extra randomness with the mouse, select your preferred language and click +**Generate** to display you passphrase. Write it down and store it securely, then click the checkbox +in step 3 to confirm. + +Next, enter a wallet name and optionally add a password before clicking **Save Wallet** to store the +wallet. + +.. figure:: img/wallet/wallet-create-all-fields.png + :align: center + :width: 90% + + Wallet create screen + +.. _evo-tool-wallet-use: + +Use wallet +---------- + +Select your wallet using the dropdown box. + +.. figure:: img/wallet/wallet-select.png + :align: center + :width: 90% + + Select wallet + +.. _evo-tool-wallet-use-funds: + +Funds +^^^^^ + +Several tabs display wallet details. The Funds tab shows your receiving addresses. Click **Add +Receiving Address** if you want to add additional addresses to fund the wallet. + +.. figure:: img/wallet/wallet-funds.png + :align: center + :width: 90% + + Wallet Funds tab + +After adding addresses, they will appear in a table with balance and other details. + +.. figure:: img/wallet/wallet-funds-with-address.png + :align: center + :width: 90% + + Wallet with address added \ No newline at end of file diff --git a/docs/user/network/dashmate/index.rst b/docs/user/network/dashmate/index.rst index efecbf392..3bed0c4c7 100644 --- a/docs/user/network/dashmate/index.rst +++ b/docs/user/network/dashmate/index.rst @@ -53,16 +53,16 @@ Debian package Download the newest dashmate installation package for your architecture from the `GitHub releases page `__:: - wget https://github.com/dashpay/platform/releases/download/v1.5.1/dashmate_1.5.1.8f924cc0a-1_amd64.deb + wget https://github.com/dashpay/platform/releases/download/v1.6.2/dashmate_1.6.2.afe982a10-1_amd64.deb Install dashmate using apt:: sudo apt update - sudo apt install ./dashmate_1.5.1.8f924cc0a-1_amd64.deb + sudo apt install ./dashmate_1.6.2.afe982a10-1_amd64.deb .. note:: At the end of the installation process, ``apt`` may display an error due to installing a downloaded package. You can ignore this error message: - ``N: Download is performed unsandboxed as root as file '/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)`` + ``N: Download is performed unsandboxed as root as file '/home/ubuntu/dashmate_1.6.2.afe982a10-1_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)`` Node package ^^^^^^^^^^^^ diff --git a/docs/user/wallets/dashcore/installation-macos.rst b/docs/user/wallets/dashcore/installation-macos.rst index 721a82fe9..7d0fc5d12 100644 --- a/docs/user/wallets/dashcore/installation-macos.rst +++ b/docs/user/wallets/dashcore/installation-macos.rst @@ -146,6 +146,8 @@ is complete, you will see a small blue tick in the lower right corner. You can now create a wallet to send and receive funds. +.. _dashcore-installation-macos-create-wallet: + Creating your Dash Wallet ------------------------- diff --git a/locale/ar/LC_MESSAGES/docs/user/developers/compiling.po b/locale/ar/LC_MESSAGES/docs/user/developers/compiling.po index 77536a436..ed83c9ca7 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -122,78 +122,86 @@ msgstr "" msgid "" "It is only necessary to run this step during the initial setup of your " "machine. Run the guix install routine to prepare your environment and answer" -" \"Y\" for all prompts::" +" \"Y\" for all prompts:" msgstr "" -#: ../../docs/user/developers/compiling.rst:88 +#: ../../docs/user/developers/compiling.rst:0 +msgid "Ubuntu/Debian install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst:0 +msgid "General install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst:99 msgid "Clone repositories" msgstr "" -#: ../../docs/user/developers/compiling.rst:90 +#: ../../docs/user/developers/compiling.rst:101 msgid "" "After installing the prerequisites and preparing guix, reboot the system, " "login as ````, and clone required repositories::" msgstr "" -#: ../../docs/user/developers/compiling.rst:97 +#: ../../docs/user/developers/compiling.rst:108 msgid "Download the macOS SDK which is required to create macOS builds::" msgstr "" -#: ../../docs/user/developers/compiling.rst:104 +#: ../../docs/user/developers/compiling.rst:115 msgid "Build Dash Core" msgstr "" -#: ../../docs/user/developers/compiling.rst:106 +#: ../../docs/user/developers/compiling.rst:117 msgid "" "Checkout the tag associated with the Dash Core version you plan to build::" msgstr "" -#: ../../docs/user/developers/compiling.rst:113 +#: ../../docs/user/developers/compiling.rst:124 msgid "Run ``guix-build`` to create binaries for Linux, Mac, and Windows::" msgstr "" -#: ../../docs/user/developers/compiling.rst:118 +#: ../../docs/user/developers/compiling.rst:129 msgid "" "When the build completes, it will put the binaries in the ``guix-" "build-/output/`` directory." msgstr "" -#: ../../docs/user/developers/compiling.rst:122 +#: ../../docs/user/developers/compiling.rst:133 msgid "Create signatures for binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:124 +#: ../../docs/user/developers/compiling.rst:135 msgid "" "Mac and Windows binaries are signed by Dash Core Group using the relevant " "Apple and Microsoft processes. In this step, that information will be " "validated and signed by your machine." msgstr "" -#: ../../docs/user/developers/compiling.rst:128 +#: ../../docs/user/developers/compiling.rst:139 msgid "" "Prepare the `detached sigs repository `__::" msgstr "" -#: ../../docs/user/developers/compiling.rst:137 +#: ../../docs/user/developers/compiling.rst:148 msgid "" "Prepare the `guix.sigs repository `__ " "by pulling the latest changes::" msgstr "" -#: ../../docs/user/developers/compiling.rst:144 +#: ../../docs/user/developers/compiling.rst:155 msgid "Create a new branch for the version that was built::" msgstr "" -#: ../../docs/user/developers/compiling.rst:152 +#: ../../docs/user/developers/compiling.rst:163 msgid "Unsigned binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:154 +#: ../../docs/user/developers/compiling.rst:165 msgid "To create signatures for the unsigned binaries, run ``guix-attest``::" msgstr "" -#: ../../docs/user/developers/compiling.rst:162 +#: ../../docs/user/developers/compiling.rst:173 msgid "" "The ``signer`` parameter should be set to the value provided for \"Real " "name\" when generating a key with GPG. See the `GnuPrivacyGuard Howto " @@ -201,38 +209,38 @@ msgid "" " for details on how to generate a key if you don't already have one." msgstr "" -#: ../../docs/user/developers/compiling.rst:168 +#: ../../docs/user/developers/compiling.rst:179 msgid "Signed binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:170 +#: ../../docs/user/developers/compiling.rst:181 msgid "" "To create signatures for the signed binaries, run ``guix-codesign`` followed" " by guix-attest::" msgstr "" -#: ../../docs/user/developers/compiling.rst:182 +#: ../../docs/user/developers/compiling.rst:193 msgid "Upload signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:184 +#: ../../docs/user/developers/compiling.rst:195 msgid "" "After successfully building the binaries, signing them, and verifying the " "signatures, you can optionally contribute them to the `guix.sigs repository " "`_ via a pull request on GitHub." msgstr "" -#: ../../docs/user/developers/compiling.rst:189 +#: ../../docs/user/developers/compiling.rst:200 msgid "Initial setup" msgstr "" -#: ../../docs/user/developers/compiling.rst:191 +#: ../../docs/user/developers/compiling.rst:202 msgid "" "Since the official guix.sigs repository has restricted write access, create " "a fork of it via GitHub and add your fork as a remote repository::" msgstr "" -#: ../../docs/user/developers/compiling.rst:197 +#: ../../docs/user/developers/compiling.rst:208 msgid "" "The first time you contribute signatures, also put a copy of your public key" " in the ``builder-keys`` folder of the repository so others can easily " @@ -240,21 +248,21 @@ msgid "" "following command::" msgstr "" -#: ../../docs/user/developers/compiling.rst:207 +#: ../../docs/user/developers/compiling.rst:218 msgid "Adding your signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:209 +#: ../../docs/user/developers/compiling.rst:220 msgid "" "Add and commit the ``*.SHA256SUMS`` and ``*.SHA256SUMS.asc`` files created " "by the build process::" msgstr "" -#: ../../docs/user/developers/compiling.rst:220 +#: ../../docs/user/developers/compiling.rst:231 msgid "Push to your fork of the guix.sigs repository on GitHub::" msgstr "" -#: ../../docs/user/developers/compiling.rst:225 +#: ../../docs/user/developers/compiling.rst:236 msgid "" "Go to `GitHub `__ and open a " "pull request to the ``master`` branch of the upstream repository. The pull " @@ -262,11 +270,11 @@ msgid "" "checks out. Thanks for contributing!" msgstr "" -#: ../../docs/user/developers/compiling.rst:231 +#: ../../docs/user/developers/compiling.rst:242 msgid "Verify signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:233 +#: ../../docs/user/developers/compiling.rst:244 msgid "" "The `guix.sigs repository `_ contains" " deterministic build results signed by multiple Core developers for each " @@ -274,13 +282,13 @@ msgid "" "verification. Import the public keys::" msgstr "" -#: ../../docs/user/developers/compiling.rst:242 +#: ../../docs/user/developers/compiling.rst:253 msgid "" "Run the following commands to verify that your build matches the official " "release::" msgstr "" -#: ../../docs/user/developers/compiling.rst:252 +#: ../../docs/user/developers/compiling.rst:263 msgid "" "You should get a result similar to the following for Linux, Windows, MacOS, " "Signed Windows, and Signed MacOS. Assuming the previous steps completed " @@ -288,11 +296,11 @@ msgid "" "also." msgstr "" -#: ../../docs/user/developers/compiling.rst:341 +#: ../../docs/user/developers/compiling.rst:352 msgid "Gitian" msgstr "Gitian" -#: ../../docs/user/developers/compiling.rst:344 +#: ../../docs/user/developers/compiling.rst:355 msgid "" "Gitian builds were deprecated in favor of Guix builds with the release of " "Dash Core v20.0. Instructions on building Dash Core 19.0 or older versions " diff --git a/locale/ar/LC_MESSAGES/docs/user/developers/index.po b/locale/ar/LC_MESSAGES/docs/user/developers/index.po index c816ba823..97d84cdd4 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/insight.po b/locale/ar/LC_MESSAGES/docs/user/developers/insight.po index 1aa4fb046..b2b80a445 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\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-21.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-21.1.1/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 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 b1287e5a8..e68152adb 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 e1b13b192..d156d112c 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 1765c68bb..8f1ee57b2 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 7ea2e8d41..19aeb764d 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 8d88b8aed..2b4396733 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 dfe023701..69d7410f2 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 9f9c7b5ef..c7f4eb36f 100644 --- a/locale/ar/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/ar/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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 bfe6fb036..fd10e5a7b 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 917c2f1cf..b44be60ed 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 c8b6e6614..b8c266f8e 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 1a4ea931c..01a8eb2f2 100644 --- a/locale/ar/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/ar/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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -88,12 +88,12 @@ msgid "https://dashdevs.org" msgstr "" #: ../../docs/user/introduction/information.rst:32 -#: ../../docs/user/introduction/information.rst:166 +#: ../../docs/user/introduction/information.rst:173 msgid "https://www.dashcentral.org" msgstr "https://www.dashcentral.org" #: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:183 msgid "https://www.dashninja.pl" msgstr "https://www.dashninja.pl" @@ -102,7 +102,7 @@ msgid "https://dashnews.org" msgstr "" #: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:167 +#: ../../docs/user/introduction/information.rst:174 msgid "https://dashvotetracker.com" msgstr "https://dashvotetracker.com" @@ -425,126 +425,142 @@ msgid "Block explorers, statistics and visualizations" msgstr "حظر المستكشفين والإحصاءات والتصورات" #: ../../docs/user/introduction/information.rst:152 +msgid "**Dash Core**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:154 msgid "https://insight.dash.org/insight/" msgstr "" -#: ../../docs/user/introduction/information.rst:153 +#: ../../docs/user/introduction/information.rst:155 msgid "https://blockchair.com/dash" msgstr "https://blockchair.com/dash" -#: ../../docs/user/introduction/information.rst:154 +#: ../../docs/user/introduction/information.rst:156 msgid "https://chainz.cryptoid.info/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:157 msgid "https://www.oklink.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:156 +#: ../../docs/user/introduction/information.rst:158 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:159 msgid "https://dashblockexplorer.com" msgstr "https://dashblockexplorer.com" -#: ../../docs/user/introduction/information.rst:158 +#: ../../docs/user/introduction/information.rst:160 msgid "https://live.blockcypher.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:159 +#: ../../docs/user/introduction/information.rst:161 msgid "https://dash.tokenview.io" msgstr "" -#: ../../docs/user/introduction/information.rst:160 +#: ../../docs/user/introduction/information.rst:162 msgid "https://udjinm6.github.io/bitlisten/" msgstr "" #: ../../docs/user/introduction/information.rst:164 +msgid "**Dash Platform**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:166 +msgid "https://platform-explorer.com/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:167 +msgid "https://mnowatch.org/evonodes/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:171 msgid "Treasury tools" msgstr "الأدوات الخزينة" -#: ../../docs/user/introduction/information.rst:168 +#: ../../docs/user/introduction/information.rst:175 msgid "https://proposal.dash.org" msgstr "https://proposal.dash.org" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl/governance.html" msgstr "https://www.dashninja.pl/governance.html" -#: ../../docs/user/introduction/information.rst:170 +#: ../../docs/user/introduction/information.rst:177 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:181 msgid "Masternode management" msgstr "إدارة ماسترنود" -#: ../../docs/user/introduction/information.rst:177 +#: ../../docs/user/introduction/information.rst:184 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "https://github.com/Bertrand256/dash-masternode-tool" -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:185 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:179 +#: ../../docs/user/introduction/information.rst:186 msgid "https://dash-news.de/dashtv/" msgstr "" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:187 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:184 +#: ../../docs/user/introduction/information.rst:191 msgid "Price monitoring and research" msgstr "" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:193 msgid "https://messari.io/asset/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:187 +#: ../../docs/user/introduction/information.rst:194 msgid "https://namu.wiki/w/Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:188 +#: ../../docs/user/introduction/information.rst:195 msgid "https://xangle.io/project/DASH/profile" msgstr "" -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:196 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:190 +#: ../../docs/user/introduction/information.rst:197 msgid "https://bitinfocharts.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:198 msgid "https://www.coingecko.com/en/coins/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:195 +#: ../../docs/user/introduction/information.rst:202 msgid "Dash Community project" msgstr "مشروع مجتمع داش" -#: ../../docs/user/introduction/information.rst:197 +#: ../../docs/user/introduction/information.rst:204 msgid "https://dashcommunity.github.io" msgstr "https://dashcommunity.github.io" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:205 msgid "https://github.com/dashcommunity" msgstr "" -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:209 msgid "DarkNet pages" msgstr "صفحات DarkNet" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:211 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "**داش (مرآة الصفحة الرئيسية):** http://dashorg64cjvj4s3.onion" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:212 msgid "" "**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" @@ -552,49 +568,49 @@ msgstr "" "**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:213 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:217 msgid "Mobile Apps" msgstr "تطبيقات الهاتف" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:220 msgid "iOS" msgstr "الأيفون" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:222 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:223 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "" -#: ../../docs/user/introduction/information.rst:217 +#: ../../docs/user/introduction/information.rst:224 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "" -#: ../../docs/user/introduction/information.rst:218 +#: ../../docs/user/introduction/information.rst:225 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "" -#: ../../docs/user/introduction/information.rst:219 +#: ../../docs/user/introduction/information.rst:226 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "" -#: ../../docs/user/introduction/information.rst:220 +#: ../../docs/user/introduction/information.rst:227 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:231 msgid "Android" msgstr "أندرويد" -#: ../../docs/user/introduction/information.rst:226 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" @@ -602,24 +618,24 @@ msgstr "" "**محفظة داش:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" -#: ../../docs/user/introduction/information.rst:227 +#: ../../docs/user/introduction/information.rst:234 msgid "" "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" -#: ../../docs/user/introduction/information.rst:228 +#: ../../docs/user/introduction/information.rst:235 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:229 +#: ../../docs/user/introduction/information.rst:236 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" msgstr "" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:237 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" @@ -627,13 +643,13 @@ msgstr "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:238 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:232 +#: ../../docs/user/introduction/information.rst:239 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" @@ -641,7 +657,7 @@ msgstr "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" -#: ../../docs/user/introduction/information.rst:233 +#: ../../docs/user/introduction/information.rst:240 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" @@ -649,15 +665,15 @@ msgstr "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" -#: ../../docs/user/introduction/information.rst:240 +#: ../../docs/user/introduction/information.rst:247 msgid "Glossary" msgstr "المصطلحات" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:250 msgid "51% Attack" msgstr "51٪ هجوم" -#: ../../docs/user/introduction/information.rst:245 +#: ../../docs/user/introduction/information.rst:252 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 " @@ -670,11 +686,11 @@ msgstr "" "يجعلها نظريًا السلطة على الشبكة. وهذا يعني أن كل عميل على الشبكة يعتقد أن " "كتلة المعاملة التي قام بها المهاجم تم تجميدها." -#: ../../docs/user/introduction/information.rst:250 +#: ../../docs/user/introduction/information.rst:257 msgid "Address" msgstr "عنوان" -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:259 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -687,11 +703,11 @@ msgstr "" "كرمز QR قابل للمسح. عنوان داش هو أيضًا المفتاح العمومي في زوج المفاتيح " "المستخدم من قبل حملة داش لتوقيع المعاملات رقمياً (انظر المفتاح العام)." -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:264 msgid "Algorithm" msgstr "خوارزمية" -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:266 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-step" @@ -703,11 +719,11 @@ msgstr "" "بذاتها للعمليات التي يتعين القيام بها. تقوم الخوارزميات بتنفيذ العمليات " "الحسابية ومعالجة البيانات و / أو مهام التفكير الآلي." -#: ../../docs/user/introduction/information.rst:263 +#: ../../docs/user/introduction/information.rst:270 msgid "Altcoin" msgstr "Altcoin" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:272 msgid "" "Since Bitcoin was the first cryptocurrency and has the largest market " "capitalization, it is considered as the reference. An altcoin, or " @@ -716,11 +732,11 @@ msgstr "" "بما أن بيتكوين كانت أول عملة مشفرة ، ولها أكبر قيمة سوقية ، فإنها تعتبر " "المرجع. عملة altcoin ، أو عملة بديلة ، هي أي عملة أخرى غير البيتكوين." -#: ../../docs/user/introduction/information.rst:268 +#: ../../docs/user/introduction/information.rst:275 msgid "AML" msgstr "AML" -#: ../../docs/user/introduction/information.rst:270 +#: ../../docs/user/introduction/information.rst:277 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. AML" @@ -732,11 +748,11 @@ msgstr "" "آليات مكافحة غسل الأموال قانونية أو فنية في طبيعتها. كثيراً ما تطبق الجهات " "التنظيمية تقنيات مكافحة غسل الأموال على تبادلات داش." -#: ../../docs/user/introduction/information.rst:274 +#: ../../docs/user/introduction/information.rst:281 msgid "API" msgstr "API" -#: ../../docs/user/introduction/information.rst:276 +#: ../../docs/user/introduction/information.rst:283 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a set" @@ -746,7 +762,7 @@ msgstr "" "`_ هي " "مجموعة من الإجراءات والبروتوكولات والأدوات لبناء البرمجيات والتطبيقات." -#: ../../docs/user/introduction/information.rst:281 +#: ../../docs/user/introduction/information.rst:288 msgid "" "An API expresses a software component in terms of its operations, inputs, " "outputs, and underlying types, defining functionalities that are independent" @@ -761,11 +777,11 @@ msgstr "" "تطوير برنامج من خلال توفير كل وحدات البناء ، والتي يتم تجميعها بعد ذلك " "بواسطة المبرمج." -#: ../../docs/user/introduction/information.rst:288 +#: ../../docs/user/introduction/information.rst:295 msgid "ASIC" msgstr "ASIC" -#: ../../docs/user/introduction/information.rst:290 +#: ../../docs/user/introduction/information.rst:297 msgid "" "An application-specific integrated circuit (ASIC), is an integrated circuit " "(IC) customized for a particular use, rather than intended for general-" @@ -776,11 +792,11 @@ msgstr "" "معين ، بدلاً من استخدامها للأغراض العامة. على سبيل المثال ، رقاقة مصممة " "لتشغيل في مسجل صوت رقمي أو :ref:`عالية الكفاءة داش التعدين `" -#: ../../docs/user/introduction/information.rst:295 +#: ../../docs/user/introduction/information.rst:302 msgid "ATM / BTM" msgstr "ATM / BTM" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:304 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 " @@ -791,11 +807,11 @@ msgstr "" "الشركات المصنعة ، بعضها يمكّن المستخدمين من بيع داش نقدًا. كما يطلق عليها " "أحيانًا 'BTMs' أو 'داش AVMS'. داش معتمد على عدة :ref:`ATMs `." -#: ../../docs/user/introduction/information.rst:301 +#: ../../docs/user/introduction/information.rst:308 msgid "Backlog" msgstr "Backlog" -#: ../../docs/user/introduction/information.rst:303 +#: ../../docs/user/introduction/information.rst:310 msgid "" "Backlog generally refers to an accumulation over time of work waiting to be " "done or orders to be fulfilled." @@ -803,11 +819,11 @@ msgstr "" "تشير عموماً الأعمال المتراكمة إلى تراكم وقت العمل ينتظر أن يتم أو يتم تنفيذ " "الطلبات." -#: ../../docs/user/introduction/information.rst:305 +#: ../../docs/user/introduction/information.rst:312 msgid "Backup" msgstr "إسترجاع" -#: ../../docs/user/introduction/information.rst:307 +#: ../../docs/user/introduction/information.rst:314 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 " @@ -823,11 +839,11 @@ msgstr "" "المحمول الخاص به. هذا سيكون بمثابة القدرة على عمل نسخة احتياطية من النقود في" " محفظتك ، بحيث إذا فقدت ذلك ، يمكنك استعادة النقود من نسخة احتياطية." -#: ../../docs/user/introduction/information.rst:314 +#: ../../docs/user/introduction/information.rst:321 msgid "Bitcoin 2.0" msgstr "بيتكوين 2.0" -#: ../../docs/user/introduction/information.rst:316 +#: ../../docs/user/introduction/information.rst:323 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 " @@ -837,11 +853,11 @@ msgstr "" "كمشكلة للبيتكوين ولكنها مددت كودها إلى المستوى التالي من مشاريع بلوكشين " "(العقود الذكية ، التصويت اللامركزي ، ....)" -#: ../../docs/user/introduction/information.rst:320 +#: ../../docs/user/introduction/information.rst:327 msgid "Blockchain" msgstr "بلوكشين" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:329 msgid "" "A `blockchain `_ is a " "distributed database that maintains a continuously-growing list of data " @@ -859,11 +875,11 @@ msgstr "" "الأكثر حداثة - مع كل كتلة تحمل دفعات من المعاملات الفردية ونتائج أي برامج " "تنفيذية بلوكشين. تحتوي كل كتلة على طابع زمني ومعلومات تربطها بكتلة سابقة." -#: ../../docs/user/introduction/information.rst:331 +#: ../../docs/user/introduction/information.rst:338 msgid "Blocks" msgstr "الكتل" -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:340 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -878,11 +894,11 @@ msgstr "" " من قبل المستخدمين المعروفين باسم \"عمال التعدين\" الذين يستخدمون برامج أو " "معدات متخصصة تم تصميمها خصيصًا لإنشاء الكتل." -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:346 msgid "ChainLock" msgstr "" -#: ../../docs/user/introduction/information.rst:341 +#: ../../docs/user/introduction/information.rst:348 msgid "" "Defined in `DIP8 " "`__, ChainLocks are" @@ -892,11 +908,11 @@ msgid "" "double spending." msgstr "" -#: ../../docs/user/introduction/information.rst:347 +#: ../../docs/user/introduction/information.rst:354 msgid "Cloud Wallet" msgstr "سحابة المحفظة" -#: ../../docs/user/introduction/information.rst:349 +#: ../../docs/user/introduction/information.rst:356 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 " @@ -913,11 +929,11 @@ msgstr "" "محفظتك عبر الإنترنت ، لأنه لا يمكنك الوصول إلى المفاتيح الخاصة. لا نوصي " "بتخزين كميات كبيرة من الأموال في محافظ الإنترنت." -#: ../../docs/user/introduction/information.rst:357 +#: ../../docs/user/introduction/information.rst:364 msgid "Coinbase transaction" msgstr "صفقة Coinbase" -#: ../../docs/user/introduction/information.rst:359 +#: ../../docs/user/introduction/information.rst:366 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 " @@ -927,11 +943,11 @@ msgstr "" "واحدًا يمثل مكافأة المكافأة. يتم تقسيم هذا بين عامل التعدين و ماسترنود " "المحدد بشكل محدد" -#: ../../docs/user/introduction/information.rst:362 +#: ../../docs/user/introduction/information.rst:369 msgid "Cold Storage" msgstr "التخزين البارد" -#: ../../docs/user/introduction/information.rst:364 +#: ../../docs/user/introduction/information.rst:371 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -942,11 +958,11 @@ msgstr "" "استخدام جهاز كمبيوتر سطح مكتب أو كمبيوتر محمول منفصل عن الإنترنت أو محفظة " "أجهزة مخصصة أو عصا USB أو :ref:`المحفظة الورقية `." -#: ../../docs/user/introduction/information.rst:368 +#: ../../docs/user/introduction/information.rst:375 msgid "Confirm(ed) Transaction" msgstr "تأكيد المعاملة" -#: ../../docs/user/introduction/information.rst:370 +#: ../../docs/user/introduction/information.rst:377 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 " @@ -959,15 +975,15 @@ msgstr "" "بلوكشين. يمكن اعتبار المعاملة كاملة وغير قابلة للإلغاء. يزيد رقم التأكيد " "كلما تمت إضافة المزيد من الكتل إلى بلوكشين" -#: ../../docs/user/introduction/information.rst:375 +#: ../../docs/user/introduction/information.rst:382 msgid "Confirmation Number" msgstr "رقم التأكيد" -#: ../../docs/user/introduction/information.rst:376 +#: ../../docs/user/introduction/information.rst:383 msgid "confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:386 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -984,11 +1000,11 @@ msgstr "" "وهكذا. يقلل احتمال حدوث معاملة (إنفاق مزدوج) أضعافاً مضاعفة مع كل كتلة " "وتأكيد لاحق. عادة ما تعتبر ست تأكيدات \"آمنة\" ولا رجعة فيها." -#: ../../docs/user/introduction/information.rst:387 +#: ../../docs/user/introduction/information.rst:394 msgid "Confirmed Transactions" msgstr "تأكيد المعاملات" -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:396 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be " @@ -999,11 +1015,11 @@ msgstr "" "عادة بعد ست تأكيدات. في حالة الإرسال الفوري ، يمكن اعتبار الأموال لا رجعة " "فيها بعد بضع ثوان ، ولكن لا بد من كتابتها إلى بلوكشين (وبالتالي \"تأكيد\")." -#: ../../docs/user/introduction/information.rst:393 +#: ../../docs/user/introduction/information.rst:400 msgid "Credit pool" msgstr "" -#: ../../docs/user/introduction/information.rst:395 +#: ../../docs/user/introduction/information.rst:402 msgid "" "A store of value on the Core chain that is funded by asset lock " "transactions. The credit pool mirrors the credit balance on Dash Platform. " @@ -1011,11 +1027,11 @@ msgid "" "Platform and unlocking it to withdraw back to Dash on the Core chain." msgstr "" -#: ../../docs/user/introduction/information.rst:398 +#: ../../docs/user/introduction/information.rst:405 msgid "CPU" msgstr "CPU" -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:407 msgid "" "A `central processing unit (CPU) " "`_ is the electronic " @@ -1038,11 +1054,11 @@ msgstr "" "العناصر الأساسية للكمبيوتر من المكونات الخارجية مثل الذاكرة الرئيسية ودوائر " "I / O." -#: ../../docs/user/introduction/information.rst:410 +#: ../../docs/user/introduction/information.rst:417 msgid "Cryptocurrency" msgstr "العملات الرقمية" -#: ../../docs/user/introduction/information.rst:412 +#: ../../docs/user/introduction/information.rst:419 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -1053,11 +1069,11 @@ msgstr "" "التشفير أو العملة المشفرة) هي وسيلة تبادل باستخدام التشفير لتأكيد المعاملات " "والتحكم في إنشاء وحدات جديدة." -#: ../../docs/user/introduction/information.rst:416 +#: ../../docs/user/introduction/information.rst:423 msgid "Cryptography" msgstr "التشفير" -#: ../../docs/user/introduction/information.rst:418 +#: ../../docs/user/introduction/information.rst:425 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -1080,11 +1096,11 @@ msgstr "" "الكهربائية. تتضمن تطبيقات التشفير بطاقات ATM وكلمات مرور الكمبيوتر والتجارة " "الإلكترونية." -#: ../../docs/user/introduction/information.rst:430 +#: ../../docs/user/introduction/information.rst:437 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:432 +#: ../../docs/user/introduction/information.rst:439 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, 80% " @@ -1097,11 +1113,11 @@ msgid "" "the two terms are interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP" msgstr "DAP" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:450 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." @@ -1109,11 +1125,11 @@ msgstr "" "بروتوكول التطبيق اللامركزي. يصف هذا المصطلح تطبيقًا يعمل على النظام الأساسي " "داش." -#: ../../docs/user/introduction/information.rst:445 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP Client" msgstr "مستخدمين DAP" -#: ../../docs/user/introduction/information.rst:447 +#: ../../docs/user/introduction/information.rst:454 msgid "" "An HTTP Client that connects to DAPI and enables Dash blockchain users to " "read and write data to their DAP Space." @@ -1121,11 +1137,11 @@ msgstr "" "عميل HTTP الذي يتصل بـ DAPI ويمكِّن مستخدمي blockbox من داش من قراءة " "البيانات وكتابتها إلى فضاء DAP." -#: ../../docs/user/introduction/information.rst:449 +#: ../../docs/user/introduction/information.rst:456 msgid "DAP Schema" msgstr "تركيبة DAP" -#: ../../docs/user/introduction/information.rst:451 +#: ../../docs/user/introduction/information.rst:458 msgid "" "A Dash Schema document extending the Dash System Schema to define consensus " "data and rules within a DAP contract." @@ -1133,11 +1149,11 @@ msgstr "" "وثيقة مخطط داش دامت لتوسعة مخطط نظام داش لتحديد بيانات وقواعد الإجماع ضمن " "عقد DAP." -#: ../../docs/user/introduction/information.rst:453 +#: ../../docs/user/introduction/information.rst:460 msgid "DAP Space" msgstr "مساحة DAP" -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:462 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." @@ -1145,11 +1161,11 @@ msgstr "" "جزء من حالة DAP يملكها مستخدم بلوكشين محدد. لا يمكن تغيير البيانات في فضاء " "DAP إلا من قبل المالك." -#: ../../docs/user/introduction/information.rst:457 +#: ../../docs/user/introduction/information.rst:464 msgid "DAP State" msgstr "حالة DAP" -#: ../../docs/user/introduction/information.rst:459 +#: ../../docs/user/introduction/information.rst:466 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." @@ -1157,11 +1173,11 @@ msgstr "" "المجموع الكلي للبيانات المخزنة في DAP. هذه البيانات تتكون من المستخدم مساحة " "DAP." -#: ../../docs/user/introduction/information.rst:461 +#: ../../docs/user/introduction/information.rst:468 msgid "DAPI" msgstr "DAPI" -#: ../../docs/user/introduction/information.rst:463 +#: ../../docs/user/introduction/information.rst:470 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 " @@ -1171,11 +1187,11 @@ msgstr "" "DAPI نفس وظائف واجهة برمجة التطبيقات ، ولكن مع وجود نصوص من ماسترنود تعمل " "كنقاط نهاية لاتصالات API." -#: ../../docs/user/introduction/information.rst:467 +#: ../../docs/user/introduction/information.rst:474 msgid "Dark Gravity Wave" msgstr "موجة الجاذبية الداكنة" -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:476 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" " *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" @@ -1190,22 +1206,22 @@ msgstr "" "يمكن أن تظل أوقات إصدار الثبات متناسقة على الرغم من التقلبات في hashpower. " "ومع ذلك فإنه لا يعاني من استغلال الوقت الاعوجاج." -#: ../../docs/user/introduction/information.rst:475 +#: ../../docs/user/introduction/information.rst:482 msgid "Darkcoin" msgstr "دارك كوين" -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:484 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." msgstr "" "تم إطلاق داش أولاً كـ XCoin ومن ثم إعادة تسميته إلى دارك كوين وأخيراً داش" -#: ../../docs/user/introduction/information.rst:479 +#: ../../docs/user/introduction/information.rst:486 msgid "Dash" msgstr "داش" -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:488 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency was" " later renamed \"Dash\" to avoid association with the darknet markets. Dash " @@ -1216,11 +1232,11 @@ msgid "" ":ref:`Features ` page for a full list of Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:489 +#: ../../docs/user/introduction/information.rst:496 msgid "DashDrive" msgstr "داش درايف" -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:498 msgid "" "Dash network data storage backend service used by masternodes for off-chain " "data relating to Evolution. DashDrive implements `IPFS `_, " @@ -1230,11 +1246,11 @@ msgstr "" "البيانات المتعلقة تورة. داش درايغ تنفذ `IPFS `_, نوع من " "نظام تخزين الملفات الموزعة." -#: ../../docs/user/introduction/information.rst:494 +#: ../../docs/user/introduction/information.rst:501 msgid "Dash Client" msgstr "مستخدمين داش" -#: ../../docs/user/introduction/information.rst:496 +#: ../../docs/user/introduction/information.rst:503 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" @@ -1248,11 +1264,11 @@ msgstr "" "عميل داش بشبكة داش ويصبح عقدة في الشبكة. تشترك العقدة وتروج معاملات جديدة مع" " بقية الشبكة ، مما يؤدي إلى إنشاء بنية تحتية لامركزية قوية." -#: ../../docs/user/introduction/information.rst:502 +#: ../../docs/user/introduction/information.rst:509 msgid "Dash Core Wallet" msgstr "محفظة داش كور" -#: ../../docs/user/introduction/information.rst:504 +#: ../../docs/user/introduction/information.rst:511 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 " @@ -1261,11 +1277,11 @@ msgid "" "it." msgstr "" -#: ../../docs/user/introduction/information.rst:509 +#: ../../docs/user/introduction/information.rst:516 msgid "Dash Evolution" msgstr "تورة داش" -#: ../../docs/user/introduction/information.rst:511 +#: ../../docs/user/introduction/information.rst:518 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" @@ -1275,22 +1291,22 @@ msgstr "" "بايبال ، بينما لا يزال غير مركزي. شاهد :ref:`التورة ` لمزيد من " "المعلومات." -#: ../../docs/user/introduction/information.rst:515 +#: ../../docs/user/introduction/information.rst:522 msgid "Dash Schema" msgstr "مخطط داش" -#: ../../docs/user/introduction/information.rst:517 +#: ../../docs/user/introduction/information.rst:524 msgid "" "A JSON-based language specification for defining and validating consensus " "data in Evolution." msgstr "" "مواصفات لغة تعتمد على JSON لتعريف بيانات التوافق في التورة والتحقق منها." -#: ../../docs/user/introduction/information.rst:519 +#: ../../docs/user/introduction/information.rst:526 msgid "DDoS" msgstr "DDoS" -#: ../../docs/user/introduction/information.rst:521 +#: ../../docs/user/introduction/information.rst:528 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 " @@ -1305,11 +1321,11 @@ msgstr "" "بالهدف ، مما يمنعها من تقديم الخدمات للمستخدمين الشرعيين. في بعض الأحيان ، " "تعرضت ميزة تحويل داش." -#: ../../docs/user/introduction/information.rst:527 +#: ../../docs/user/introduction/information.rst:534 msgid "Decentralized" msgstr "اللامركزية" -#: ../../docs/user/introduction/information.rst:529 +#: ../../docs/user/introduction/information.rst:536 msgid "" "`Decentralized computing " "`_ is the allocation " @@ -1339,11 +1355,11 @@ msgstr "" "استخدام إمكانات هذه الأنظمة لتعظيم الكفاءة. ومع ذلك ، فمن الممكن الجدال فيما" " إذا كانت هذه الشبكات تزيد من الفعالية الكلية." -#: ../../docs/user/introduction/information.rst:544 +#: ../../docs/user/introduction/information.rst:551 msgid "Desktop Wallet" msgstr "محفظة الحاسوب" -#: ../../docs/user/introduction/information.rst:546 +#: ../../docs/user/introduction/information.rst:553 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 " @@ -1356,11 +1372,11 @@ msgstr "" ":ref:`محفظة داش كور ` / :ref:`محفظة داش الكتروم ` / :ref:`اجهزة المحافظ `" -#: ../../docs/user/introduction/information.rst:552 +#: ../../docs/user/introduction/information.rst:559 msgid "Difficulty" msgstr "صعوبة" -#: ../../docs/user/introduction/information.rst:554 +#: ../../docs/user/introduction/information.rst:561 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 " @@ -1378,15 +1394,15 @@ msgstr "" "شبكة ، فإن الصعوبة ستنخفض. أدى تزايد شعبية داش وتوافر عمال المناجم المتخصصين" " في ASIC إلى زيادة صعوبة مع مرور الوقت." -#: ../../docs/user/introduction/information.rst:563 +#: ../../docs/user/introduction/information.rst:570 msgid "Digital Wallet" msgstr "المحفظة الرقمية" -#: ../../docs/user/introduction/information.rst:565 +#: ../../docs/user/introduction/information.rst:572 msgid "See :ref:`this link ` for full documentation on wallets." msgstr "انظر في هذا :ref:`الرابط ` لاجل جميعوتائق المحفظة." -#: ../../docs/user/introduction/information.rst:567 +#: ../../docs/user/introduction/information.rst:574 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 " @@ -1400,7 +1416,7 @@ msgstr "" "إلى داش مطلقًا. يمكن أن توجد محافظ رقمية في العديد من الأشكال المختلفة وعلى " "العديد من الأجهزة:" -#: ../../docs/user/introduction/information.rst:574 +#: ../../docs/user/introduction/information.rst:581 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1415,7 +1431,7 @@ msgstr "" "والمفاتيح الخاصة التي يحتوي عليها. قم بعمل نسخ احتياطية من ملفات المحفظة " "الخاصة بك للتأكد من أنك لا تفقد الوصول إلى أموالك." -#: ../../docs/user/introduction/information.rst:582 +#: ../../docs/user/introduction/information.rst:589 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or Apple " @@ -1433,7 +1449,7 @@ msgstr "" "للمشكلات الأمنية المتعلقة بالهواتف المحمولة ، يُنصح بعدم تخزين كميات كبيرة " "من الأموال على هذه المحافظ." -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your Dash " @@ -1456,7 +1472,7 @@ msgstr "" "المفاتيح الخاصة. نحن نحثك بشدة على عدم تخزين كميات كبيرة من داش في أي محفظة " "عبر الإنترنت أو تبادل للعملة المبتذلة." -#: ../../docs/user/introduction/information.rst:603 +#: ../../docs/user/introduction/information.rst:610 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1475,7 +1491,7 @@ msgstr "" " بها محميةً بشكل آمن. يُنظر إلى هذا على نطاق واسع على أنه أكثر أشكال التخزين" " أمانًا في تطبيق داش." -#: ../../docs/user/introduction/information.rst:613 +#: ../../docs/user/introduction/information.rst:620 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the internet." @@ -1497,11 +1513,11 @@ msgstr "" "اختراقها. ملاحظة: لا تعد وحدات ذاكرة USB آمنة بالنسبة للتخزين طويل المدى " "(متعدد السنوات) نظرًا لانخفاضها بمرور الوقت." -#: ../../docs/user/introduction/information.rst:623 +#: ../../docs/user/introduction/information.rst:630 msgid "DKG" msgstr "" -#: ../../docs/user/introduction/information.rst:625 +#: ../../docs/user/introduction/information.rst:632 msgid "" "Defined in `DIP6 " "`__, Distributed " @@ -1513,11 +1529,11 @@ msgid "" "of Shamir’s Secret Sharing." msgstr "" -#: ../../docs/user/introduction/information.rst:633 +#: ../../docs/user/introduction/information.rst:640 msgid "Digital Signature" msgstr "توقيع إلكتروني" -#: ../../docs/user/introduction/information.rst:635 +#: ../../docs/user/introduction/information.rst:642 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 " @@ -1534,11 +1550,11 @@ msgstr "" "التوقيع رقميًا على الرسائل باستخدام مفتاحك الخاص ، لإثبات أنك مالك أحد " "عناوين داش على سبيل المثال." -#: ../../docs/user/introduction/information.rst:643 +#: ../../docs/user/introduction/information.rst:650 msgid "Electrum Wallet" msgstr "محفظة الكتروم" -#: ../../docs/user/introduction/information.rst:645 +#: ../../docs/user/introduction/information.rst:652 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight wallet " "that does not require you to download or sync the entire blockchain, making " @@ -1546,11 +1562,11 @@ msgid "" " CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:656 msgid "Encryption" msgstr "تشفير" -#: ../../docs/user/introduction/information.rst:651 +#: ../../docs/user/introduction/information.rst:658 msgid "" "In cryptography, `encryption `_ is" " the process of encoding messages or information in such a way that only " @@ -1574,15 +1590,15 @@ msgstr "" "\"كسر\" العديد من خوارزميات التشفير السابقة ، ولكن نظامًا حديثًا مصممًا " "جيدًا مثل AES-256 يعتبر \"غير قابل للكسر\" أساسًا." -#: ../../docs/user/introduction/information.rst:663 +#: ../../docs/user/introduction/information.rst:670 msgid "Escrow Services" msgstr "خدمت الوسيط" -#: ../../docs/user/introduction/information.rst:665 +#: ../../docs/user/introduction/information.rst:672 msgid "An `escrow `_ is:" msgstr "`الوسيط `_ هو :" -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:674 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1593,7 +1609,7 @@ msgstr "" "الرئيسية ويوزعها ، مع اعتماد على الشروط التي يتفق عليها الطرفان المتعاقدان ؛" " أو" -#: ../../docs/user/introduction/information.rst:672 +#: ../../docs/user/introduction/information.rst:679 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 " @@ -1602,7 +1618,7 @@ msgstr "" "حساب أنشأه الوسيط لحيازة الأموال نيابة عن مدير الوسيط أو أي شخص آخر حتى " "اكتمال الصفقة أو إنهائها ؛ أو" -#: ../../docs/user/introduction/information.rst:676 +#: ../../docs/user/introduction/information.rst:683 msgid "" "a trust account held in the borrower's name to pay obligations such as " "property taxes and insurance premiums." @@ -1610,7 +1626,7 @@ msgstr "" "حساب ائتمان يحمل اسم المقترض لدفع التزامات مثل الضرائب على الممتلكات وأقساط " "التأمين." -#: ../../docs/user/introduction/information.rst:679 +#: ../../docs/user/introduction/information.rst:686 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1627,11 +1643,11 @@ msgstr "" "المستودع بأن الطرفين قد استوفيا شروط الاتفاقية ، فإنه سيحيل الأموال والمنتج " "(أو العملة) إلى الطرف المناسب." -#: ../../docs/user/introduction/information.rst:687 +#: ../../docs/user/introduction/information.rst:694 msgid "Evan Duffield" msgstr "Evan Duffield" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:696 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 " @@ -1640,11 +1656,11 @@ msgstr "" "مؤسس وأول مطور لداش. مخترع X11 و الإرسال الفوري و الإرسال المخفي. قبل إنشاء " "داش ، كان Evan مستشارًا ماليًا وحاصل على ترخيص 65 حلقات." -#: ../../docs/user/introduction/information.rst:692 +#: ../../docs/user/introduction/information.rst:699 msgid "Exchange" msgstr "التحويل" -#: ../../docs/user/introduction/information.rst:694 +#: ../../docs/user/introduction/information.rst:701 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" @@ -1665,11 +1681,11 @@ msgstr "" "عملة رقمية متقلبة تجنب هذا الخطر تماما من خلال وجود معالج الدفع تقوم بتبادل " "فوري في وقت كل معاملة." -#: ../../docs/user/introduction/information.rst:704 +#: ../../docs/user/introduction/information.rst:711 msgid "Faucet" msgstr "المنبع" -#: ../../docs/user/introduction/information.rst:706 +#: ../../docs/user/introduction/information.rst:713 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 " @@ -1680,11 +1696,11 @@ msgstr "" "شكل microdash أو Duff ، وهو عبارة عن مائة من المليون داش ، للزائرين للمطالبة" " مقابل إكمال اختبار أو المهمة كما هو موضح من خلال الموقع." -#: ../../docs/user/introduction/information.rst:710 +#: ../../docs/user/introduction/information.rst:717 msgid "Fiat Gateway" msgstr "بوابة فيات" -#: ../../docs/user/introduction/information.rst:712 +#: ../../docs/user/introduction/information.rst:719 msgid "" "`Fiat money `_ has been defined " "variously as:" @@ -1692,11 +1708,11 @@ msgstr "" "`مال فيات `_ تم تعريفها بشكل مختلف" " على النحو التالي:" -#: ../../docs/user/introduction/information.rst:715 +#: ../../docs/user/introduction/information.rst:722 msgid "Any money declared by a government to be legal tender." msgstr "أي أموال تعلنها الحكومة لتكون مناقصة قانونية" -#: ../../docs/user/introduction/information.rst:716 +#: ../../docs/user/introduction/information.rst:723 msgid "" "State-issued money which is neither convertible by law to any other thing, " "nor fixed in value in terms of any objective standard." @@ -1704,20 +1720,20 @@ msgstr "" "الأموال التي تصدرها الدولة والتي لا يمكن تحويلها بموجب القانون إلى أي شيء " "آخر ، ولا يتم تحديد قيمتها من حيث أي معيار موضوعي." -#: ../../docs/user/introduction/information.rst:717 +#: ../../docs/user/introduction/information.rst:724 msgid "" "Intrinsically valueless money used as money because of government decree." msgstr "استخدام الأموال عديمة القيمة في الأساس كعملة بسبب قرار الحكومة." -#: ../../docs/user/introduction/information.rst:719 +#: ../../docs/user/introduction/information.rst:726 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "تتضمن الأمثلة الدولار الأمريكي واليورو والين وما إلى ذلك." -#: ../../docs/user/introduction/information.rst:720 +#: ../../docs/user/introduction/information.rst:727 msgid "Fintech" msgstr "Fintech" -#: ../../docs/user/introduction/information.rst:722 +#: ../../docs/user/introduction/information.rst:729 msgid "" "`Financial technology " "`_, also known as " @@ -1736,11 +1752,11 @@ msgstr "" "المتوسطين. في الآونة الأخيرة ، بدأت العديد من شركات التكنولوجيا الحيوية " "باستخدام تقنية بلوكشين ، وهي التقنية نفسها التي تدعم داش و بيتكوين." -#: ../../docs/user/introduction/information.rst:730 +#: ../../docs/user/introduction/information.rst:737 msgid "Fork" msgstr "Fork" -#: ../../docs/user/introduction/information.rst:732 +#: ../../docs/user/introduction/information.rst:739 msgid "" "When the blockchain diverges or splits, with some clients recognizing one " "version of the blockchain as valid, and other clients believing that a " @@ -1757,7 +1773,7 @@ msgstr "" "معروفة عالميًا على أنها صالحة. ومع ذلك ، يمكن أن تكون الشوكات خطيرة للغاية " "ويجب تجنبها إن أمكن." -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:748 msgid "" "Forking is most likely to occur during software updates to the network. Dash" " uses a Multi-Phased Fork (“:ref:`Spork `”) system for greater " @@ -1766,11 +1782,11 @@ msgstr "" "من المرجح أن تحدث Forking أثناء تحديثات البرامج على الشبكة. تستخدم داش شوكة " "متعددة المراحل ( :ref:`رمية ` ) نظام لمزيد من المرونة والسلامة." -#: ../../docs/user/introduction/information.rst:744 +#: ../../docs/user/introduction/information.rst:751 msgid "Full Nodes" msgstr "العقد الكاملة" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:753 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 " @@ -1783,27 +1799,27 @@ msgstr "" "`. تعمل العقد الكاملة على تعزيز اللامركزية من خلال السماح لأي " "مستخدم بمضاعفة التحقق من صلاحية بلوكشين." -#: ../../docs/user/introduction/information.rst:751 +#: ../../docs/user/introduction/information.rst:758 msgid "Fungible" msgstr "ممكن إستبداله" -#: ../../docs/user/introduction/information.rst:753 +#: ../../docs/user/introduction/information.rst:760 msgid "Every unit of the currency is worth the same as any other unit." msgstr "كل وحدة من العملة تساوي نفس قيمة أي وحدة أخرى." -#: ../../docs/user/introduction/information.rst:754 +#: ../../docs/user/introduction/information.rst:761 msgid "Genesis Block" msgstr "بلوك الذكي" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:763 msgid "The very first block in the block chain." msgstr "أول كتلة في سلسلة كتلة." -#: ../../docs/user/introduction/information.rst:757 +#: ../../docs/user/introduction/information.rst:764 msgid "GPU" msgstr "GPU" -#: ../../docs/user/introduction/information.rst:759 +#: ../../docs/user/introduction/information.rst:766 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -1834,11 +1850,11 @@ msgstr "" "معالجة مركزية معينة - على وحدة المعالجة المركزية تموت. تستخدم بعض العملات " "الرقمية خوارزميات التعدين التي تعمل بكفاءة على GPUs." -#: ../../docs/user/introduction/information.rst:773 +#: ../../docs/user/introduction/information.rst:780 msgid "Hardware Wallet" msgstr "اجهزة المحفظة" -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:782 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a piece " @@ -1850,11 +1866,11 @@ msgstr "" "للانترنت. لا تزال قادرًا على توقيع المعاملات كالمعتاد ، مما يجعلها آمنة " "ومريحة." -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:787 msgid "Hash" msgstr "تجزئة" -#: ../../docs/user/introduction/information.rst:782 +#: ../../docs/user/introduction/information.rst:789 msgid "" "A mathematical process that takes a variable amount of data and produces a " "shorter, fixed-length output. A hashing function has two important " @@ -1867,11 +1883,11 @@ msgstr "" "المدخلات الأصلية بالنظر إلى الناتج. ثانياً ، سيؤدي تغيير الجزء الأصغر من " "المدخلات إلى إنتاج مخرجات مختلفة تماماً." -#: ../../docs/user/introduction/information.rst:788 +#: ../../docs/user/introduction/information.rst:795 msgid "Hashrate" msgstr "معدل التجزئة" -#: ../../docs/user/introduction/information.rst:790 +#: ../../docs/user/introduction/information.rst:797 msgid "" "The number of hashes that can be performed by a Dash miner in a given period" " of time (usually a second)." @@ -1879,11 +1895,11 @@ msgstr "" "عدد التجزئات التي يمكن تنفيذها بواسطة عامل تعدين داش في فترة زمنية محددة " "(عادةً ما تكون ثانية)." -#: ../../docs/user/introduction/information.rst:792 +#: ../../docs/user/introduction/information.rst:799 msgid "Insight" msgstr "نظرة" -#: ../../docs/user/introduction/information.rst:794 +#: ../../docs/user/introduction/information.rst:801 msgid "" "Blockchain information server used to power block explorers and respond to " "transaction queries." @@ -1891,19 +1907,19 @@ msgstr "" "يستخدم خادم معلومات بلوكشين لتشغيل مستكشف المستكشفين والرد على استعلامات " "المعاملة." -#: ../../docs/user/introduction/information.rst:796 +#: ../../docs/user/introduction/information.rst:803 msgid "InstantX" msgstr "الفوري x" -#: ../../docs/user/introduction/information.rst:798 +#: ../../docs/user/introduction/information.rst:805 msgid "See InstantSend" msgstr "انظر الإرسال الفوري" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:806 msgid "InstantSend" msgstr "إرسال فوري " -#: ../../docs/user/introduction/information.rst:801 +#: ../../docs/user/introduction/information.rst:808 msgid "" ":ref:`InstantSend ` technology uses the masternode network to " "\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" @@ -1916,11 +1932,11 @@ msgstr "" " يستغرق الأمر ساعة كاملة أو أكثر للمعاملات لتأكيد كامل ، والمعاملات التي " "تستخدم الإرسال الفوري هي \"مقفلة\" ولا يمكن الرجوع عنها بعد ثوانٍ قليلة فقط." -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:813 msgid "Liquidity" msgstr "سيولة" -#: ../../docs/user/introduction/information.rst:808 +#: ../../docs/user/introduction/information.rst:815 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" @@ -1932,11 +1948,11 @@ msgstr "" "للسيولة. نتيجة لسوق غير سائلة هي تقلبات الأسعار ، وعدم القدرة على تحديد قيمة" " الأصول بسهولة." -#: ../../docs/user/introduction/information.rst:813 +#: ../../docs/user/introduction/information.rst:820 msgid "LLMQ" msgstr "" -#: ../../docs/user/introduction/information.rst:815 +#: ../../docs/user/introduction/information.rst:822 msgid "" "Defined in `DIP6 " "`__, A Long- Living" @@ -1948,11 +1964,11 @@ msgid "" " perform threshold signing of consensus related messages." msgstr "" -#: ../../docs/user/introduction/information.rst:824 +#: ../../docs/user/introduction/information.rst:831 msgid "Masternode" msgstr "ماسترنود" -#: ../../docs/user/introduction/information.rst:826 +#: ../../docs/user/introduction/information.rst:833 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." @@ -1962,17 +1978,17 @@ msgstr "" "خدمات للشبكة ويتم دفع جزء من مكافأة الكتلة. يتطلب ماسترنود إثبات ملكية 1000 " "داش." -#: ../../docs/user/introduction/information.rst:830 +#: ../../docs/user/introduction/information.rst:837 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:832 +#: ../../docs/user/introduction/information.rst:839 msgid "Mining" msgstr "تعدين" -#: ../../docs/user/introduction/information.rst:834 +#: ../../docs/user/introduction/information.rst:841 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 " @@ -1980,19 +1996,19 @@ msgid "" ":ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:838 +#: ../../docs/user/introduction/information.rst:845 msgid "Mobile Wallet" msgstr "محفظة الهاتف" -#: ../../docs/user/introduction/information.rst:840 +#: ../../docs/user/introduction/information.rst:847 msgid "These are wallets available on mobile devices (iOS + Android)." msgstr "هذه هي محافظ متوفرة على الأجهزة المحمولة (الأندرويد + الأيفون)." -#: ../../docs/user/introduction/information.rst:841 +#: ../../docs/user/introduction/information.rst:848 msgid "MultiSig" msgstr "MultiSig" -#: ../../docs/user/introduction/information.rst:843 +#: ../../docs/user/introduction/information.rst:850 msgid "" "Multi-signature addresses provide additional security by requiring multiple " "people to sign a transaction with their private key before the transaction " @@ -2009,11 +2025,11 @@ msgstr "" "عناوين التوقيع المتعدد بشكل شائع من قِبل البورصات والمنظمات الأخرى التي " "تمتلك مبالغ كبيرة من العملات الأجنبية ، لأنها تجعل السرقة أكثر صعوبة." -#: ../../docs/user/introduction/information.rst:851 +#: ../../docs/user/introduction/information.rst:858 msgid "Node" msgstr "العقدة" -#: ../../docs/user/introduction/information.rst:853 +#: ../../docs/user/introduction/information.rst:860 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 " @@ -2023,11 +2039,11 @@ msgstr "" "برامج قاموا بتنزيل بلوكشين بالكامل وعرضه على عملاء آخرين على شبكة نظير إلى " "نظير في داش." -#: ../../docs/user/introduction/information.rst:856 +#: ../../docs/user/introduction/information.rst:863 msgid "OTC" msgstr "OTC" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:865 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 " @@ -2041,11 +2057,11 @@ msgstr "" " الكودات المخفية ، ويخشى أن يؤدي أمر شراء أو بيع كبير إلى تحريك السعر (يسمى " "\"الانزلاق\")." -#: ../../docs/user/introduction/information.rst:863 +#: ../../docs/user/introduction/information.rst:870 msgid "P2P" msgstr "P2P" -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:872 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two " "parties in a highly interconnected network. An alternative system to a 'hub-" @@ -2056,11 +2072,11 @@ msgstr "" "شديدة الترابط. نظام بديل لترتيب \"المحور والتحدث\" ، حيث يتعامل جميع " "المشاركين في المعاملة مع بعضهم البعض من خلال نقطة وساطة واحدة" -#: ../../docs/user/introduction/information.rst:869 +#: ../../docs/user/introduction/information.rst:876 msgid "Paper Wallet" msgstr "المحفظة الورقية" -#: ../../docs/user/introduction/information.rst:871 +#: ../../docs/user/introduction/information.rst:878 msgid "" ":ref:`Paper wallets ` are offline wallets, printed on " "paper for safety. If properly secured and stored they are considered the " @@ -2070,11 +2086,11 @@ msgstr "" "على الورق للسلامة. إذا تم تأمينها وتخزينها بشكل صحيح ، فإنها تعتبر الطريقة " "الأكثر أمانًا لتخزين العملات الرقمية." -#: ../../docs/user/introduction/information.rst:874 +#: ../../docs/user/introduction/information.rst:881 msgid "Privacy" msgstr "الإجمالية" -#: ../../docs/user/introduction/information.rst:876 +#: ../../docs/user/introduction/information.rst:883 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about themselves, " @@ -2087,11 +2103,11 @@ msgid "" "includes CoinJoin, which allows users to maintain financial privacy." msgstr "" -#: ../../docs/user/introduction/information.rst:886 +#: ../../docs/user/introduction/information.rst:893 msgid "Private Key" msgstr "المفتاح الخاص" -#: ../../docs/user/introduction/information.rst:888 +#: ../../docs/user/introduction/information.rst:895 msgid "" "A `private key `_ is" " a long alphanumeric passcode that allows Dash to be spent. Every Dash " @@ -2107,22 +2123,22 @@ msgstr "" "عناوين داش التي تم إنشاؤها للمحفظة. لأن المفتاح الخاص هو \"التذكرة\" التي " "تسمح لشخص ما بقضاء داش ، من المهم أن تبقى هذه آمنة وسرية" -#: ../../docs/user/introduction/information.rst:895 +#: ../../docs/user/introduction/information.rst:902 msgid "PrivateSend" msgstr "الإرسال المخفي" -#: ../../docs/user/introduction/information.rst:897 +#: ../../docs/user/introduction/information.rst:904 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:900 +#: ../../docs/user/introduction/information.rst:907 msgid "Proof of Service - PoSe" msgstr "دليل الخدمة - PoSe" -#: ../../docs/user/introduction/information.rst:902 +#: ../../docs/user/introduction/information.rst:909 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided " "uninterrupted service meeting a minimum quality level to the network. " @@ -2134,11 +2150,11 @@ msgstr "" "البلدية بالدخول والانتقال عبر القائمة العامة وفي النهاية إلى مجموعة الاختيار" " لاستلام الدفعات." -#: ../../docs/user/introduction/information.rst:908 +#: ../../docs/user/introduction/information.rst:915 msgid "Proof of Stake - PoS" msgstr "دليل على حصة - PoS" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:917 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 " @@ -2160,11 +2176,11 @@ msgstr "" "حالة حدوث هجوم ، يكون من المفيد حقًا إثبات عقد الاستحقاق \"التصويت\" لقبول " "كل من السلسلة الشرعية وسلسلة المهاجمين" -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:928 msgid "Proof of Work - PoW" msgstr "دليل على العمل - PoW" -#: ../../docs/user/introduction/information.rst:923 +#: ../../docs/user/introduction/information.rst:930 msgid "" "Consensus mechanism that keeps all nodes honest by requiring computational " "power to be expended in order to create new blocks. Miners must use " @@ -2178,11 +2194,11 @@ msgstr "" "ما ، يمكن لأي عقدة أن تضيف كتلًا إلى السلسلة ولن توافق عقد الشبكة أبدًا على " "السلسلة التي كانت صالحة." -#: ../../docs/user/introduction/information.rst:929 +#: ../../docs/user/introduction/information.rst:936 msgid "Public Key" msgstr "المفتاح العام" -#: ../../docs/user/introduction/information.rst:931 +#: ../../docs/user/introduction/information.rst:938 msgid "" "The `public key `_ " "is derived from the private key but is not secret and can be revealed to " @@ -2193,11 +2209,11 @@ msgstr "" "مشتق من المفتاح الخاص ولكن ليس سرا ويمكن الكشف عنه لأي شخص. عند استخدام " "مفتاح خاص لتوقيع الرسائل ، يتم استخدام المفتاح العام للتحقق من صحة التوقيع" -#: ../../docs/user/introduction/information.rst:936 +#: ../../docs/user/introduction/information.rst:943 msgid "Pump and dump" msgstr "ضخ و تفريغ" -#: ../../docs/user/introduction/information.rst:938 +#: ../../docs/user/introduction/information.rst:945 msgid "" "Inflating the value of a financial asset that has been produced or acquired " "cheaply, often using aggressive publicity and misleading statements. The " @@ -2213,11 +2229,11 @@ msgstr "" "انهيار القيمة. هذا أمر شائع خاصة في الأسواق ذات السيولة المنخفضة ، مثل بعض " "altcoins." -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:952 msgid "Quorum" msgstr "Quorum" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:954 msgid "" "Group of masternodes signing or voting on some action, with the formation of" " the group determined by some determiniation algorithm." @@ -2225,11 +2241,11 @@ msgstr "" "مجموعة من ماسترنود توقيع أو التصويت على بعض الإجراءات ، مع تشكيل المجموعة " "التي تحددها بعض خوارزمية تحديد القيمة" -#: ../../docs/user/introduction/information.rst:949 +#: ../../docs/user/introduction/information.rst:956 msgid "QR Code" msgstr "الماسح الضوئي" -#: ../../docs/user/introduction/information.rst:951 +#: ../../docs/user/introduction/information.rst:958 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -2241,11 +2257,11 @@ msgstr "" "بما في ذلك تلك الموجودة في الهواتف المحمولة ، وكثيراً ما تستخدم لترميز " "عناوين داش." -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:962 msgid "Satoshi Nakamoto" msgstr "ساتوشي ناكامو" -#: ../../docs/user/introduction/information.rst:957 +#: ../../docs/user/introduction/information.rst:964 msgid "" "`Satoshi Nakamoto `_ is the " "name used by the person or people who designed Bitcoin and created its " @@ -2255,11 +2271,11 @@ msgstr "" "الذي يستخدمه الشخص أو الأشخاص الذين صمموا بيتكوين وأنشأوا تطبيقه المرجعي " "الأصلي." -#: ../../docs/user/introduction/information.rst:960 +#: ../../docs/user/introduction/information.rst:967 msgid "SDK" msgstr "SDK" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:969 msgid "" "Software Development Kit. A set of tools, code and documentation used by " "developers to create apps targeting a specific hardware or software " @@ -2268,11 +2284,11 @@ msgstr "" "مجموعة تطوير البرمجيات. مجموعة من الأدوات والشفرات والوثائق المستخدمة من قبل" " المطورين لإنشاء تطبيقات تستهدف نظامًا معينًا للأجهزة أو البرامج." -#: ../../docs/user/introduction/information.rst:965 +#: ../../docs/user/introduction/information.rst:972 msgid "Signaling" msgstr "" -#: ../../docs/user/introduction/information.rst:967 +#: ../../docs/user/introduction/information.rst:974 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 " @@ -2281,11 +2297,11 @@ msgid "" "protocol and/or by setting a specific version bit within discovered blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:972 +#: ../../docs/user/introduction/information.rst:979 msgid "State View" msgstr "عرض الدولة" -#: ../../docs/user/introduction/information.rst:974 +#: ../../docs/user/introduction/information.rst:981 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" @@ -2295,11 +2311,11 @@ msgstr "" "من حالات الانتقال إلى الحالة. تستخدم في تطور لتحديد ما ينبغي عرضه في محفظة " "اجتماعية معينة ، على سبيل المثال." -#: ../../docs/user/introduction/information.rst:977 +#: ../../docs/user/introduction/information.rst:984 msgid "Spork" msgstr "Spork" -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:986 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -2327,11 +2343,11 @@ msgstr "" "المحدّثة عن بُعد. في حالة حدوث مشكلات ، يمكن إلغاء تنشيط التعليمة البرمجية " "بنفس الطريقة ، دون الحاجة إلى التراجع عن تحديث الشبكة أو تحديث العميل." -#: ../../docs/user/introduction/information.rst:993 +#: ../../docs/user/introduction/information.rst:1000 msgid "Tainted Coins" msgstr "عملات ملوثة" -#: ../../docs/user/introduction/information.rst:995 +#: ../../docs/user/introduction/information.rst:1002 msgid "" "Taint is a measure of correlation between two (wallet) addresses. It is only" " important if the user is trying to remain anonymous." @@ -2339,19 +2355,19 @@ msgstr "" "Taint عبارة عن مقياس للعلاقة بين عنوانين (محفظة). من المهم فقط إذا كان " "المستخدم يحاول أن يبقى مجهولاً." -#: ../../docs/user/introduction/information.rst:997 +#: ../../docs/user/introduction/information.rst:1004 msgid "tDash" msgstr "tDash" -#: ../../docs/user/introduction/information.rst:999 +#: ../../docs/user/introduction/information.rst:1006 msgid "Test Dash, used on :ref:`testnet `." msgstr "تجريب داش في :ref:`testnet `." -#: ../../docs/user/introduction/information.rst:1000 +#: ../../docs/user/introduction/information.rst:1007 msgid "Testnet" msgstr "إختبار الأنترنيت" -#: ../../docs/user/introduction/information.rst:1002 +#: ../../docs/user/introduction/information.rst:1009 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and test " @@ -2363,22 +2379,22 @@ msgstr "" "ومستخدمي الاختبار جميع محاكاة نظرائهم mainnet في بيئة آمنة حيث الأخطاء أو " "الشوك ليست ضارة." -#: ../../docs/user/introduction/information.rst:1006 +#: ../../docs/user/introduction/information.rst:1013 msgid "Tor" msgstr "Tor" -#: ../../docs/user/introduction/information.rst:1008 +#: ../../docs/user/introduction/information.rst:1015 msgid "" "An anonymous routing protocol used by people wanting to hide their identity " "online." msgstr "" "بروتوكول توجيه مجهول يستخدمه الأشخاص الذين يريدون إخفاء هويتهم عبر الإنترنت." -#: ../../docs/user/introduction/information.rst:1010 +#: ../../docs/user/introduction/information.rst:1017 msgid "Transaction" msgstr "المعاملة" -#: ../../docs/user/introduction/information.rst:1012 +#: ../../docs/user/introduction/information.rst:1019 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions may" " be divided into classical and special transactions. Similar to Bitcoin, " @@ -2394,11 +2410,11 @@ msgstr "" "`_, ويمكن استخدامها" " لإدارة مستخدمي بلوكشين ، على سبيل المثال." -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:1026 msgid "Transaction Block" msgstr "كتلة المعاملة" -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:1028 msgid "" "A collection of transactions on the Dash network, gathered into a block that" " can then be hashed and added to the blockchain." @@ -2406,11 +2422,11 @@ msgstr "" "مجموعة من المعاملات على شبكة داش ، تجمع في كتلة يمكن تجزئتها ثم إضافتها إلى " "بلوكشين." -#: ../../docs/user/introduction/information.rst:1023 +#: ../../docs/user/introduction/information.rst:1030 msgid "Transaction Fee" msgstr "رسوم المعاملة" -#: ../../docs/user/introduction/information.rst:1025 +#: ../../docs/user/introduction/information.rst:1032 msgid "" "A :ref:`small fee ` imposed on some transactions sent across the Dash " "network. The transaction fee is awarded to the miner that successfully " @@ -2420,11 +2436,11 @@ msgstr "" "منح رسوم المعاملة إلى عامل التعدين الذي يقوم بنجاح بتجميع الكتلة المحتوية " "على المعاملة ذات الصلة." -#: ../../docs/user/introduction/information.rst:1028 +#: ../../docs/user/introduction/information.rst:1035 msgid "Unconfirmed Transactions" msgstr "معاملة غيى مأكدة" -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1037 msgid "" "Transactions that are not yet processed by miners or held via InstantSend " "are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " @@ -2434,19 +2450,19 @@ msgstr "" "بها عبر الإرسال الفوري \"غير مؤكدة على بلوكشين\". يمكن عكس المعاملات غير " "المؤكدة ولا ينبغي اعتبارها \"نهائية\"." -#: ../../docs/user/introduction/information.rst:1033 +#: ../../docs/user/introduction/information.rst:1040 msgid "Vanity Address" msgstr "عنوان الغرور" -#: ../../docs/user/introduction/information.rst:1035 +#: ../../docs/user/introduction/information.rst:1042 msgid "A Dash address with a desirable pattern, such as a name." msgstr "عنوان داش مع نمط مرغوب فيه ، مثل الاسم." -#: ../../docs/user/introduction/information.rst:1036 +#: ../../docs/user/introduction/information.rst:1043 msgid "Virgin Dash" msgstr "عذراء داش" -#: ../../docs/user/introduction/information.rst:1038 +#: ../../docs/user/introduction/information.rst:1045 msgid "" "Dash received as a reward for mining a block or running a masternode. These " "have not yet been spent anywhere and are \"virgin.\"" @@ -2454,21 +2470,21 @@ msgstr "" "تلقى داش كمكافأة للتعدين كتلة أو تشغيل ماسترنود. هذه لم تنفق حتى الآن في أي " "مكان وهي \"عذراء\"." -#: ../../docs/user/introduction/information.rst:1040 +#: ../../docs/user/introduction/information.rst:1047 msgid "Volatility" msgstr "التقلب" -#: ../../docs/user/introduction/information.rst:1042 +#: ../../docs/user/introduction/information.rst:1049 msgid "" "The measurement of price movements over time for a traded financial asset " "(including Dash)." msgstr "قياس تحركات الأسعار بمرور الوقت لأصول مالية متداولة (بما في ذلك داش)." -#: ../../docs/user/introduction/information.rst:1044 +#: ../../docs/user/introduction/information.rst:1051 msgid "Wallet" msgstr "محفظة" -#: ../../docs/user/introduction/information.rst:1046 +#: ../../docs/user/introduction/information.rst:1053 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 " @@ -2478,11 +2494,11 @@ msgstr "" "المرتبطة بعناوين داش. و بلوكشين هو سجل لأرصدة داش (والمعاملات) المرتبطة بهذه" " العناوين." -#: ../../docs/user/introduction/information.rst:1049 +#: ../../docs/user/introduction/information.rst:1056 msgid "Whitepaper" msgstr "معلومات عن العملة " -#: ../../docs/user/introduction/information.rst:1051 +#: ../../docs/user/introduction/information.rst:1058 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a complex" @@ -2494,11 +2510,11 @@ msgstr "" " حول هذه المسألة. الغرض منه هو مساعدة القراء على فهم مشكلة أو حل مشكلة أو " "اتخاذ قرار." -#: ../../docs/user/introduction/information.rst:1056 +#: ../../docs/user/introduction/information.rst:1063 msgid "X11" msgstr "X11" -#: ../../docs/user/introduction/information.rst:1058 +#: ../../docs/user/introduction/information.rst:1065 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash Core " "developer Evan Duffield." @@ -2506,11 +2522,11 @@ msgstr "" ":ref:`X11 ` هو خوارزمية التجزئة التي تم إنشاؤها بواسطة " "المطور داش كور ايفان دوفيلد." -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1067 msgid "Zero Confirmations" msgstr "صفر تأكيدات" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1069 msgid "" "This is a transaction without any confirmations from the blockchain. It is " "technically reversible (unless InstantSend was used)." @@ -2518,11 +2534,11 @@ msgstr "" "هذه صفقة دون أي تأكيدات من بلوكشين. يمكن عكسها من الناحية الفنية (ما لم يتم " "استخدام الإرسال الفوري)." -#: ../../docs/user/introduction/information.rst:1064 +#: ../../docs/user/introduction/information.rst:1071 msgid "vin" msgstr "vin" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1073 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 " @@ -2533,11 +2549,11 @@ msgstr "" "هي قائمة المدخلات إلى المعاملة ، و vout هي قائمة المخرجات. يتطلب ماسترنود " "1000 داش فين (بالضبط هذا المبلغ) من أجل العمل." -#: ../../docs/user/introduction/information.rst:1070 +#: ../../docs/user/introduction/information.rst:1077 msgid "VMN" msgstr "VMN" -#: ../../docs/user/introduction/information.rst:1072 +#: ../../docs/user/introduction/information.rst:1079 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " diff --git a/locale/ar/LC_MESSAGES/docs/user/introduction/safety.po b/locale/ar/LC_MESSAGES/docs/user/introduction/safety.po index f6cd64c91..4dbc89d2e 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 bc387cce7..0fb130c07 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 8736753d5..c11b0df05 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/dashmate-upgrade-v1.po b/locale/ar/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po index 15fccd5de..bb6e08a0e 100644 --- a/locale/ar/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po +++ b/locale/ar/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2024-08-29 14:40+0000\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" @@ -46,22 +46,18 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:26 -msgid "Reset previous services to ensure compatibility with the new version::" -msgstr "" - -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:30 msgid "Update services::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:35 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:32 msgid "Start dashmate node" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:37 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:34 msgid "Start the node::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:41 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:38 msgid "" "Make sure the node works properly by running the following status commands::" msgstr "" diff --git a/locale/ar/LC_MESSAGES/docs/user/masternodes/hosting.po b/locale/ar/LC_MESSAGES/docs/user/masternodes/hosting.po index 4a94f1241..5ddf9da27 100644 --- a/locale/ar/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/ar/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -77,255 +77,263 @@ msgid "Operated by: CrowdNode ApS" msgstr "تعمل من قبل: CrowdNode ApS" #: ../../docs/user/masternodes/hosting.rst:36 -#: ../../docs/user/masternodes/hosting.rst:90 -#: ../../docs/user/masternodes/hosting.rst:146 +#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:148 msgid "Services: Hosting, Shares" msgstr "الخدمات: الاستضافة ، الأسهم" -#: ../../docs/user/masternodes/hosting.rst:37 -msgid "Cost: 15% of masternode payments" +#: ../../docs/user/masternodes/hosting.rst:38 +msgid "Cost:" msgstr "" #: ../../docs/user/masternodes/hosting.rst:38 +msgid "35% of trusted masternode/evonode payments" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:39 +msgid "20% of trustless masternode payments" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:40 msgid "`Site `__" msgstr "`الموقع `__" -#: ../../docs/user/masternodes/hosting.rst:39 +#: ../../docs/user/masternodes/hosting.rst:41 msgid "`Email `__" msgstr "`الإيميل `__" -#: ../../docs/user/masternodes/hosting.rst:43 +#: ../../docs/user/masternodes/hosting.rst:45 msgid "Allnodes" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:50 +#: ../../docs/user/masternodes/hosting.rst:52 msgid "" "`https://www.allnodes.com " "`__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:52 +#: ../../docs/user/masternodes/hosting.rst:54 msgid "Operated by: Sephiroth" msgstr "يديرها: Sephiroth" -#: ../../docs/user/masternodes/hosting.rst:53 +#: ../../docs/user/masternodes/hosting.rst:55 msgid "Services: Monitoring, Hosting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:54 +#: ../../docs/user/masternodes/hosting.rst:56 msgid "Cost: from $4.50/month" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:55 +#: ../../docs/user/masternodes/hosting.rst:57 msgid "" "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:56 +#: ../../docs/user/masternodes/hosting.rst:58 msgid "`Email `__" msgstr "`الإيميل `__" -#: ../../docs/user/masternodes/hosting.rst:57 +#: ../../docs/user/masternodes/hosting.rst:59 msgid "`Twitter `__" msgstr "`تويتر `__" -#: ../../docs/user/masternodes/hosting.rst:58 +#: ../../docs/user/masternodes/hosting.rst:60 msgid "`Telegram `__" msgstr "`تيليغرام `__" -#: ../../docs/user/masternodes/hosting.rst:59 +#: ../../docs/user/masternodes/hosting.rst:61 msgid "`Discord `__" msgstr "`Discord `__" -#: ../../docs/user/masternodes/hosting.rst:63 +#: ../../docs/user/masternodes/hosting.rst:65 msgid "SID Hosting Service" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:70 +#: ../../docs/user/masternodes/hosting.rst:72 msgid "https://dashmasternode.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:72 +#: ../../docs/user/masternodes/hosting.rst:74 msgid "Operated by: splawik21 (Dash Core team member)" msgstr "مشغل: splawik21 (عضو فريق داش كور)" -#: ../../docs/user/masternodes/hosting.rst:73 -#: ../../docs/user/masternodes/hosting.rst:160 +#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:162 msgid "Services: Hosting" msgstr "الخدمات: الاستضافة" -#: ../../docs/user/masternodes/hosting.rst:74 +#: ../../docs/user/masternodes/hosting.rst:76 msgid "Cost: €25/month, paid in Dash" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:77 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:76 +#: ../../docs/user/masternodes/hosting.rst:78 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:80 +#: ../../docs/user/masternodes/hosting.rst:82 msgid "Pool of Stake" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:87 +#: ../../docs/user/masternodes/hosting.rst:89 msgid "https://www.poolofstake.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:89 +#: ../../docs/user/masternodes/hosting.rst:91 msgid "Operated by: Pool of Stake OÜ" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:91 +#: ../../docs/user/masternodes/hosting.rst:93 msgid "15% of masternode payments (5% with tokens)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:94 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:93 +#: ../../docs/user/masternodes/hosting.rst:95 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:94 +#: ../../docs/user/masternodes/hosting.rst:96 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:95 +#: ../../docs/user/masternodes/hosting.rst:97 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:99 +#: ../../docs/user/masternodes/hosting.rst:101 msgid "Staked" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:106 +#: ../../docs/user/masternodes/hosting.rst:108 msgid "https://staked.us" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:108 +#: ../../docs/user/masternodes/hosting.rst:110 msgid "Operated by: Staked" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:109 +#: ../../docs/user/masternodes/hosting.rst:111 msgid "Services: Hosting, Reporting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:110 +#: ../../docs/user/masternodes/hosting.rst:112 msgid "Cost: 10% of rewards" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:111 +#: ../../docs/user/masternodes/hosting.rst:113 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:112 +#: ../../docs/user/masternodes/hosting.rst:114 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:116 +#: ../../docs/user/masternodes/hosting.rst:118 msgid "NodeHub.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:123 +#: ../../docs/user/masternodes/hosting.rst:125 msgid "https://nodehub.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:125 +#: ../../docs/user/masternodes/hosting.rst:127 msgid "Operated by: NodeHub LLC" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:126 +#: ../../docs/user/masternodes/hosting.rst:128 msgid "Services: Hosting, Governance, Stats, Monitoring" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:127 +#: ../../docs/user/masternodes/hosting.rst:129 msgid "Cost: $3.90/month (charged daily at $0.13)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:128 +#: ../../docs/user/masternodes/hosting.rst:130 msgid "" "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:129 +#: ../../docs/user/masternodes/hosting.rst:131 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:130 +#: ../../docs/user/masternodes/hosting.rst:132 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:131 +#: ../../docs/user/masternodes/hosting.rst:133 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:132 +#: ../../docs/user/masternodes/hosting.rst:134 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:136 +#: ../../docs/user/masternodes/hosting.rst:138 msgid "Gentarium" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:143 +#: ../../docs/user/masternodes/hosting.rst:145 msgid "https://mn.gtmcoin.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:145 +#: ../../docs/user/masternodes/hosting.rst:147 msgid "Operated by: Gentarium International OÜ" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:147 +#: ../../docs/user/masternodes/hosting.rst:149 msgid "Cost: $3.99/month (charged daily at $0.15)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:148 +#: ../../docs/user/masternodes/hosting.rst:150 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:149 +#: ../../docs/user/masternodes/hosting.rst:151 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:150 +#: ../../docs/user/masternodes/hosting.rst:152 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:151 +#: ../../docs/user/masternodes/hosting.rst:153 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:155 +#: ../../docs/user/masternodes/hosting.rst:157 msgid "Masternodehosting" msgstr "Masternodehosting" -#: ../../docs/user/masternodes/hosting.rst:157 +#: ../../docs/user/masternodes/hosting.rst:159 msgid "https://masternodehosting.com" msgstr "https://masternodehosting.com" -#: ../../docs/user/masternodes/hosting.rst:159 +#: ../../docs/user/masternodes/hosting.rst:161 msgid "Operated by: flare (Dash Core team member)" msgstr "تعمل من قبل: flare (عضو فريق داش كور)" -#: ../../docs/user/masternodes/hosting.rst:161 +#: ../../docs/user/masternodes/hosting.rst:163 msgid "Cost: €18/month" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:162 +#: ../../docs/user/masternodes/hosting.rst:164 msgid "`Site `__" msgstr "`الموقع `__" -#: ../../docs/user/masternodes/hosting.rst:163 +#: ../../docs/user/masternodes/hosting.rst:165 msgid "`Email `__" msgstr "`الإيميل `__" -#: ../../docs/user/masternodes/hosting.rst:164 +#: ../../docs/user/masternodes/hosting.rst:166 msgid "" "`Forum `__" @@ -333,41 +341,41 @@ msgstr "" "`المنتدى `__" -#: ../../docs/user/masternodes/hosting.rst:170 +#: ../../docs/user/masternodes/hosting.rst:172 msgid "Registering a hosted masternode" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:172 +#: ../../docs/user/masternodes/hosting.rst:174 msgid "A list of available documentation appears below:" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:174 +#: ../../docs/user/masternodes/hosting.rst:176 msgid ":ref:`Full masternode setup guide `" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:175 +#: ../../docs/user/masternodes/hosting.rst:177 msgid "" ":ref:`Information for users of hosted masternodes ` (you are " "here)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:176 +#: ../../docs/user/masternodes/hosting.rst:178 msgid "" ":ref:`Information for operators of hosted masternodes `" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:178 +#: ../../docs/user/masternodes/hosting.rst:180 msgid "Registering a hosted masternode is done in several steps:" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:180 +#: ../../docs/user/masternodes/hosting.rst:182 msgid "" "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:182 +#: ../../docs/user/masternodes/hosting.rst:184 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 " @@ -375,13 +383,13 @@ msgid "" "will be set up before or after the registration transaction" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:187 +#: ../../docs/user/masternodes/hosting.rst:189 msgid "" "Prepare, sign and broadcast the registration transaction using Dash Core or " "DMT" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:190 +#: ../../docs/user/masternodes/hosting.rst:192 msgid "" "It is **highly recommended** to store the keys to your masternode collateral" " on a :ref:`hardware wallet ` for added security " @@ -393,11 +401,11 @@ msgid "" "beginning from the :ref:`registration step `." msgstr "" -#: ../../docs/user/masternodes/hosting.rst:204 +#: ../../docs/user/masternodes/hosting.rst:206 msgid "Operator transactions" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:206 +#: ../../docs/user/masternodes/hosting.rst:208 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 " @@ -411,7 +419,7 @@ msgid "" "update the service features and register the masternode." msgstr "" -#: ../../docs/user/masternodes/hosting.rst:218 +#: ../../docs/user/masternodes/hosting.rst:220 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 " diff --git a/locale/ar/LC_MESSAGES/docs/user/masternodes/index.po b/locale/ar/LC_MESSAGES/docs/user/masternodes/index.po index d0ed4afe2..881114a4f 100644 --- a/locale/ar/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/ar/LC_MESSAGES/docs/user/masternodes/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/masternodes/server-config.po b/locale/ar/LC_MESSAGES/docs/user/masternodes/server-config.po index dd7f94615..e08d40439 100644 --- a/locale/ar/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/ar/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Hasna Brania , 2024\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" @@ -81,7 +81,15 @@ msgid "" "ISPs allocate dynamic IP addresses to home users." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:41 +#: ../../docs/user/masternodes/server-config.rst:43 +msgid "" +"Disabling IPv6 is highly recommended to prevent communication issues that " +"have been observed when running nodes on some VPS providers. We recommend " +"turning it off through the VPS provider's setup wizard during initial server" +" creation." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:47 msgid "" "Before beginning, take a few minutes to review the masternode and evonode " ":hoverxref:`hardware requirements ` which may help you " @@ -96,33 +104,33 @@ msgid "" "on the following screen:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:56 +#: ../../docs/user/masternodes/server-config.rst:62 msgid "Vultr server location selection screen" msgstr "شاشة اختيار موقع خادم Vultr" -#: ../../docs/user/masternodes/server-config.rst:58 +#: ../../docs/user/masternodes/server-config.rst:64 msgid "" "Select Ubuntu 24.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 "" -#: ../../docs/user/masternodes/server-config.rst:65 +#: ../../docs/user/masternodes/server-config.rst:71 msgid "Vultr server type selection screen" msgstr "شاشة اختيار نوع الخادم Vultr" -#: ../../docs/user/masternodes/server-config.rst:67 +#: ../../docs/user/masternodes/server-config.rst:73 msgid "" "Select a server size according to the hardware requirements for you " ":hoverxref:`masternode ` or :hoverxref:`evonode " "`:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:73 +#: ../../docs/user/masternodes/server-config.rst:79 msgid "Vultr server size selection screen" msgstr "شاشة اختيار حجم الخادم Vultr" -#: ../../docs/user/masternodes/server-config.rst:75 +#: ../../docs/user/masternodes/server-config.rst:81 msgid "" "Enter a hostname and label for your server. In this example we will use " "``dashmn1`` as the hostname." @@ -130,21 +138,21 @@ msgstr "" "أدخل اسم المضيف وتسمية الخادم الخاص بك. في هذا المثال ، سنستخدم ``dashmn1`` " "كاسم مضيف." -#: ../../docs/user/masternodes/server-config.rst:81 +#: ../../docs/user/masternodes/server-config.rst:87 msgid "Vultr server hostname & label selection screen" msgstr "شاشة اختيار تسمية مضيف خادم Vultr" -#: ../../docs/user/masternodes/server-config.rst:83 +#: ../../docs/user/masternodes/server-config.rst:89 msgid "" "Vultr will now install your server. This process may take a few minutes." msgstr "" "سوف Vultr الآن تثبيت الخادم الخاص بك. قد تستغرق هذه العملية بضع دقائق." -#: ../../docs/user/masternodes/server-config.rst:88 +#: ../../docs/user/masternodes/server-config.rst:94 msgid "Vultr server installation screen" msgstr "شاشة تثبيت خادم Vultr" -#: ../../docs/user/masternodes/server-config.rst:90 +#: ../../docs/user/masternodes/server-config.rst:96 msgid "" "Click **Manage** when installation is complete and take note of the IP " "address, username and password." @@ -152,15 +160,15 @@ msgstr "" "انقر فوق **ادارة** عند اكتمال التثبيت وتحيط علما بعنوان IP واسم المستخدم " "وكلمة المرور." -#: ../../docs/user/masternodes/server-config.rst:96 +#: ../../docs/user/masternodes/server-config.rst:102 msgid "Vultr server management screen" msgstr "شاشة إدارة خادم Vultr" -#: ../../docs/user/masternodes/server-config.rst:101 +#: ../../docs/user/masternodes/server-config.rst:107 msgid "Set up your operating system" msgstr "قم بإعداد نظام التشغيل الخاص بك" -#: ../../docs/user/masternodes/server-config.rst:103 +#: ../../docs/user/masternodes/server-config.rst:109 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" @@ -176,11 +184,11 @@ msgstr "" " MSI المناسب لنظامك. على ماك أو لينكس يمكنك ssh مباشرة من المحطة - ببساطة " "اكتب ``ssh root@ `` و ادخل الرقم السري للإنتهاء." -#: ../../docs/user/masternodes/server-config.rst:114 +#: ../../docs/user/masternodes/server-config.rst:120 msgid "PuTTY download page" msgstr "صفحة التحميل PuTTY" -#: ../../docs/user/masternodes/server-config.rst:116 +#: ../../docs/user/masternodes/server-config.rst:122 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** " @@ -194,11 +202,11 @@ msgstr "" "الأولى التي تتصل فيها بهذا الخادم. يمكنك النقر بأمان **نعم** للوثوق بهذا " "الخادم في المستقبل." -#: ../../docs/user/masternodes/server-config.rst:125 +#: ../../docs/user/masternodes/server-config.rst:131 msgid "PuTTY security alert when connecting to a new server" msgstr "تنبيه الأمان PuTTY عند الاتصال بخادم جديد" -#: ../../docs/user/masternodes/server-config.rst:127 +#: ../../docs/user/masternodes/server-config.rst:133 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 " @@ -208,15 +216,15 @@ msgstr "" " الخاص بك باستخدام المستخدم ``root`` وكلمة المرور التي قدمها مزود خدمة " "الاستضافة الخاص بك." -#: ../../docs/user/masternodes/server-config.rst:134 +#: ../../docs/user/masternodes/server-config.rst:140 msgid "Password challenge when connecting to your VPS for the first time" msgstr "تحديت كلمة المرور عند الاتصال بـ VPS الخاص بك لأول مرة" -#: ../../docs/user/masternodes/server-config.rst:138 +#: ../../docs/user/masternodes/server-config.rst:144 msgid "Set up users" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:140 +#: ../../docs/user/masternodes/server-config.rst:146 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 " @@ -229,7 +237,7 @@ msgstr "" "**Ctrl + C** ، ثم التبديل إلى نافذة PuTTY والنقر بزر الماوس الأيمن في " "النافذة. سيتم لصق النص في موقع المؤشر الحالي ::" -#: ../../docs/user/masternodes/server-config.rst:148 +#: ../../docs/user/masternodes/server-config.rst:154 msgid "" "Enter and confirm a new password (preferably long and randomly generated). " "Next we will create a new user with the following command, replacing " @@ -239,7 +247,7 @@ msgstr "" "بعد ذلك سننشئ مستخدمًا جديدًا باستخدام الأمر التالي ، مع استبداله " "```` مع اسم مستخدم من اختيارك ::" -#: ../../docs/user/masternodes/server-config.rst:154 +#: ../../docs/user/masternodes/server-config.rst:160 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 " @@ -252,38 +260,74 @@ msgstr "" "، ولكن يمكن ترك هذا فارغًا. بمجرد أن يتم إنشاء المستخدم ، سنقوم  بإضافتهم " "إلى المجموعة sudo بحيث يمكنهم تنفيذ الأوامر كجذر" -#: ../../docs/user/masternodes/server-config.rst:164 +#: ../../docs/user/masternodes/server-config.rst:170 msgid "Update the system" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:166 +#: ../../docs/user/masternodes/server-config.rst:172 msgid "" "Now, while still as root, we will update the system from the Ubuntu package " "repository::" msgstr "" "الآن ، بينما لا يزال الجذر ، سنقوم بتحديث النظام من مستودع حزمة أوبونتو ::" -#: ../../docs/user/masternodes/server-config.rst:172 +#: ../../docs/user/masternodes/server-config.rst:178 msgid "" "The system will show a list of upgradable packages. Press **Y** and " "**Enter** to install the packages." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:177 +#: ../../docs/user/masternodes/server-config.rst:182 +msgid "Disable IPv6" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:184 +msgid "" +"We recommend turning off IPv6 to avoid potential communication issues. If " +"you cannot do this through your VPS provider's server configuration " +"settings, use the following steps to disable it through the operating " +"system." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:188 +msgid "Check if IPv6 is enabled::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:192 +msgid "If multiple inet6 entries are returned, open sysctrl.conf::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:197 +msgid "" +"Add the following lines at the end of the file, then press **Ctrl + X** to " +"close the editor, then **Y** and **Enter** save the file.::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:204 +msgid "Load the changes::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:208 +msgid "" +"Finally, check if IPv6 was successfully disabled. No entries should be " +"returned when you run the command this time::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:214 msgid "Configure the firewall" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:179 +#: ../../docs/user/masternodes/server-config.rst:216 msgid "" "We will now install a firewall (and some other packages we will use later)::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:183 -#: ../../docs/user/masternodes/server-config.rst:225 +#: ../../docs/user/masternodes/server-config.rst:220 +#: ../../docs/user/masternodes/server-config.rst:259 msgid "(press **Y** and **Enter** to confirm)" msgstr "(اضغط **Y** و **ادخل** للتأكيد)" -#: ../../docs/user/masternodes/server-config.rst:185 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Choose the appropriate firewall configuration below based on which network " "and masternode type your masternode will support:" @@ -301,17 +345,17 @@ msgstr "" msgid "Testnet" msgstr "إختبار الأنترنيت" -#: ../../docs/user/masternodes/server-config.rst:229 +#: ../../docs/user/masternodes/server-config.rst:263 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:231 +#: ../../docs/user/masternodes/server-config.rst:265 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:240 +#: ../../docs/user/masternodes/server-config.rst:274 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 " @@ -320,36 +364,36 @@ msgstr "" "أضف السطر التالي في نهاية الملف (اضغط على Tab لفصل كل كلمة / رقم) ، ثم اضغط " "**Ctrl + X** لإغلاق المحرر ، ثم **Y** و **ادخل** احفظ الملف ." -#: ../../docs/user/masternodes/server-config.rst:250 +#: ../../docs/user/masternodes/server-config.rst:284 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:252 +#: ../../docs/user/masternodes/server-config.rst:286 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:258 +#: ../../docs/user/masternodes/server-config.rst:292 msgid "Create a new configuration file::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:296 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:307 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:279 +#: ../../docs/user/masternodes/server-config.rst:313 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:283 +#: ../../docs/user/masternodes/server-config.rst:317 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -358,25 +402,25 @@ msgid "" "**Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:289 +#: ../../docs/user/masternodes/server-config.rst:323 msgid "" "Optionally install or update `AppArmor `_ (try this " "step if you are having problems related to AppArmor)::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:295 +#: ../../docs/user/masternodes/server-config.rst:329 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:297 +#: ../../docs/user/masternodes/server-config.rst:331 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:301 +#: ../../docs/user/masternodes/server-config.rst:335 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:305 +#: ../../docs/user/masternodes/server-config.rst:339 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a `public" 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 0fb7a43b4..bf25cbf4f 100644 --- a/locale/ar/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/ar/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -365,7 +365,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:252 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -879,3 +879,21 @@ msgid "" "`_ are two options that " "accept cryptocurrency." msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:631 +msgid "" +"Please make sure that the certificate chain file contains your server " +"certificate at the top and intermediate/root certificates if present. If a " +"bundle file is present, you need to concatenate it with the certificate " +"file::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:637 +msgid "" +"Verify the validity of the private key and certificate chain by running " +"these commands::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:642 +msgid "The output of these two commands should be the same." +msgstr "" diff --git a/locale/ar/LC_MESSAGES/docs/user/mining/index.po b/locale/ar/LC_MESSAGES/docs/user/mining/index.po index c3608e203..24e964ac6 100644 --- a/locale/ar/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/ar/LC_MESSAGES/docs/user/mining/index.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" @@ -46,47 +46,12 @@ msgid "" "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." +"algorithm>`, which the miner must solve in order to earn rewards. A number " +"of X11 ASICs are available on the market, which help make Dash secure " +"against brute force attacks on the blockchain." 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." -msgstr "" -"أبسط وأكثر الأجهزة العامة المتاحة للتعدين هو وحدة المعالجة المركزية للأغراض " -"العامة الموجودة في كل جهاز كمبيوتر. تم تصميم وحدة المعالجة المركزية لتكون " -"متعددة الاستخدامات ولكنها توفر كفاءة أقل من وحدة معالجة الرسوميات GPU ، " -"والتي تم تصميمها لحساب ملايين المتجهات بشكل متوازٍ بسرعة. في حين أن " -"التحسينات المحددة في تعليمات وحدة المعالجة المركزية المتعلقة بالتشفير مثل " -"AES أو AVX يمكن أن توفر دفعة جيدة ، فإن وحدات معالجة الرسوميات GPU تقدم " -"زيادة كبيرة في الأداء بسبب خطوط الأنابيب المتعددة القادرة على معالجة " -"الحسابات المتكررة المتوقعة المرتبطة بتعدين (التشفير). وأخيرًا ، تكون مواد " -"ASIC غير مرنة نسبيًا ويمكنها فقط معالجة الوظيفة المحددة التي صممت لها ، ولكن" -" بمعدل أسرع من وحدات معالجة الرسوميات ووحدات المعالجة المركزية ذات الأغراض " -"العامة. يتوفر الآن عدد من X11 ASICs في السوق ، والتي سرعان ما جعلت تعدين " -"وحدة المعالجة المركزية ووحدة معالجة الرسومات غير اقتصادي بسبب زيادة صعوبة " -"التجزئة الناتجة عن معدل التجزئة المتزايد بسرعة. والنتيجة هي عملة أكثر أمنا " -"ضد هجمات القوة الغاشمة على بلوكشين داش." - -#: ../../docs/user/mining/index.rst:35 +#: ../../docs/user/mining/index.rst:20 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 " @@ -96,11 +61,11 @@ msgstr "" "الشبكة الحالية وتكاليف الأجهزة والكهرباء. الروابط التالية توفر معلومات " "محدثة:" -#: ../../docs/user/mining/index.rst:39 +#: ../../docs/user/mining/index.rst:24 msgid "`Hashrate `_" msgstr "`Hashrate `_" -#: ../../docs/user/mining/index.rst:40 +#: ../../docs/user/mining/index.rst:25 msgid "" "`Mining difficulty `_" @@ -108,17 +73,17 @@ msgstr "" "`Mining difficulty `_" -#: ../../docs/user/mining/index.rst:41 +#: ../../docs/user/mining/index.rst:26 msgid "" "`Profitability calculation tool " "`_" msgstr "" -#: ../../docs/user/mining/index.rst:44 +#: ../../docs/user/mining/index.rst:29 msgid "Masternodes vs. Mining" msgstr "ماسترنود مقابل التعدين" -#: ../../docs/user/mining/index.rst:46 +#: ../../docs/user/mining/index.rst:31 msgid "" "Dash, like Bitcoin and most other cryptocurrencies, is based on a " "decentralized ledger of all transactions, known as a blockchain. This " @@ -138,20 +103,20 @@ msgstr "" " وافق جميع الأشخاص الآخرين الذين يقومون بتشغيل البرنامج على أن المشكلة قد تم" " حلها بشكل صحيح ، يتم إضافة الكتلة إلى بلوكشين ويتم مكافأة عامل المنجم." -#: ../../docs/user/mining/index.rst:56 +#: ../../docs/user/mining/index.rst:41 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% " +"rewarded when miners discover new blocks. The breakdown is as follows: 80% " "of the block subsidy is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " +"distribution found :ref:`here `, while 20% is " "reserved for the budget system (created by superblocks every month)." msgstr "" -#: ../../docs/user/mining/index.rst:67 +#: ../../docs/user/mining/index.rst:52 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 " @@ -168,7 +133,7 @@ msgstr "" " برنامج داش ، فإن شبكة ماسترنود ستعمل على عزل هذا الحظر ، ولن تتم إضافته إلى" " بلوكشين." -#: ../../docs/user/mining/index.rst:75 +#: ../../docs/user/mining/index.rst:60 msgid "" "In short, miners power the first tier, which is the basic sending and " "receiving of funds and prevention of doublespending. Masternodes power the " @@ -189,30 +154,19 @@ msgstr "" "يتم تأمين الأموال بأي شكل من الأشكال. ومع ذلك ، إذا تم نقل الأموال أو " "إنفاقها ، فستتحول إلى ماسترنود المقترن دون اتصال وتتوقف عن تلقي المكافآت." -#: ../../docs/user/mining/index.rst:87 +#: ../../docs/user/mining/index.rst:72 msgid "Mining Pools" msgstr "أماكن التعدين" -#: ../../docs/user/mining/index.rst:89 +#: ../../docs/user/mining/index.rst:74 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." +"power." msgstr "" -"من المرجح أن تولد التعدين مكافآت أكثر من التعدين المنفرد مباشرة على " -"بلوكشين. يتم تشجيع شرطة التعدين باستخدام P2Pool بشدة ، نظرًا لأنها طريقة " -"جيدة لتوزيع قوة التجزئة بدلاً من التركيز عليها. يسرد الموقع التالي مجموعات " -"التعدين داش P2Pool القريبة منك ، ببساطة اختر بركة مع رسوم مواتية ووقت ping " -"وأدخل عنوان دفع داش كاسم مستخدم وكلمة مرور." -#: ../../docs/user/mining/index.rst:97 -msgid "http://www.p2poolmining.us/p2poolnodes/" -msgstr "http://www.p2poolmining.us/p2poolnodes/" - -#: ../../docs/user/mining/index.rst:99 +#: ../../docs/user/mining/index.rst:79 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" @@ -222,77 +176,53 @@ msgid "" " be found :ref:`here `." msgstr "" -#: ../../docs/user/mining/index.rst:107 +#: ../../docs/user/mining/index.rst:87 msgid "https://coinfoundry.org" msgstr "https://coinfoundry.org" -#: ../../docs/user/mining/index.rst:108 +#: ../../docs/user/mining/index.rst:88 msgid "https://mining.luxor.tech" msgstr "" -#: ../../docs/user/mining/index.rst:109 -msgid "https://dash.suprnova.cc" -msgstr "https://dash.suprnova.cc" - -#: ../../docs/user/mining/index.rst:110 +#: ../../docs/user/mining/index.rst:89 msgid "https://www.nicehash.com" msgstr "https://www.nicehash.com" -#: ../../docs/user/mining/index.rst:111 -msgid "https://www.coinotron.com" -msgstr "https://www.coinotron.com" - -#: ../../docs/user/mining/index.rst:112 +#: ../../docs/user/mining/index.rst:90 msgid "https://dash.miningpoolhub.com" msgstr "https://dash.miningpoolhub.com" -#: ../../docs/user/mining/index.rst:113 +#: ../../docs/user/mining/index.rst:91 msgid "https://www.multipool.us" msgstr "https://www.multipool.us" -#: ../../docs/user/mining/index.rst:114 +#: ../../docs/user/mining/index.rst:92 msgid "https://www.f2pool.com" msgstr "https://www.f2pool.com" -#: ../../docs/user/mining/index.rst:115 -msgid "https://www2.coinmine.pl/dash/" -msgstr "" - -#: ../../docs/user/mining/index.rst:116 +#: ../../docs/user/mining/index.rst:93 msgid "https://www.antpool.com" msgstr "https://www.antpool.com" -#: ../../docs/user/mining/index.rst:117 -msgid "https://avalon-life.io" -msgstr "https://avalon-life.io" - -#: ../../docs/user/mining/index.rst:118 -msgid "https://www.genesis-mining.com" -msgstr "https://www.genesis-mining.com" - -#: ../../docs/user/mining/index.rst:119 +#: ../../docs/user/mining/index.rst:94 msgid "https://www.viabtc.com" msgstr "" -#: ../../docs/user/mining/index.rst:120 +#: ../../docs/user/mining/index.rst:95 msgid "https://zpool.ca" msgstr "" -#: ../../docs/user/mining/index.rst:122 +#: ../../docs/user/mining/index.rst:97 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" +"exercise discretion when using third-party services. If you'd like to be " +"added to this list, please open an issue on the `GitHub repository " +"`_." msgstr "" -"إخلاء المسؤولية: يتم توفير هذه القائمة لأغراض إعلامية فقط. الخدمات المذكورة " -"هنا لم يتم تقييمها أو اعتمادها من قبل مطوري داش ولا يتم تقديم أية ضمانات " -"فيما يتعلق بدقة هذه المعلومات. يرجى ممارسة السلطة التقديرية عند استخدام " -"خدمات طرف ثالث. إذا كنت ترغب في أن تتم إضافتك إلى هذه القائمة ، فيرجى " -"التواصل مع leon.white@dash.org" -#: ../../docs/user/mining/index.rst:129 +#: ../../docs/user/mining/index.rst:104 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 " @@ -302,459 +232,11 @@ msgstr "" "عائدك. للقيام بذلك في محفظة داش كور ، انظر :ref:`هنا `." -#: ../../docs/user/mining/index.rst:143 -msgid "CPU Mining" -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 "" -"تصف هذه الوثائق كيفية التعدين داش تحت نظام التشغيل ويندوز باستخدام وحدة " -"المعالجة المركزية 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." -msgstr "" -"هذا إجراء بسيط إلى حد ما وسيتم إعطاء أمثلة من أجل تحقيق أسرع معدل تجزئة ممكن" -" لوحدة المعالجة المركزية الخاصة بك ، ولكن تذكر أن عمال التعدين الأكثر فعالية" -" موجودون ، لذا ننصحك بمراقبة مواقع التعدين مثل هذه لمواكبة أحدث المعلومات " -"والإصدارات." - -#: ../../docs/user/mining/index.rst:158 ../../docs/user/mining/index.rst:292 -msgid "`Crypto Mining Blog `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:159 ../../docs/user/mining/index.rst:293 -msgid "" -"`Dash Forum Mining Discussions " -"`_" -msgstr "" -"`Dash Forum Mining Discussions " -"`_" - -#: ../../docs/user/mining/index.rst:160 ../../docs/user/mining/index.rst:294 -msgid "" -"`Bitcoin Talk Altcoin Mining Discussions " -"`_" -msgstr "" -"`Bitcoin Talk Altcoin Mining Discussions " -"`_" - -#: ../../docs/user/mining/index.rst:163 ../../docs/user/mining/index.rst:297 -msgid "Mining software" -msgstr "برنامج التعدين" - -#: ../../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 "" -"الخطوة الأولى هي تحميل برامج التعدين المناسبة. يمكن العثور على عامل منجم " -"أساسي جيد لوحدات المعالجة المركزية الحديثة هنا:" - -#: ../../docs/user/mining/index.rst:168 -msgid "https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:178 -msgid "CPU-Z showing details for an Intel i7 Haswell CPU" -msgstr "CPU-Z تعرض تفاصيل وحدة المعالجة المركزية 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:" -msgstr "" -"إذا كانت وحدة المعالجة المركزية لا تدعم AES-NI و AVX ، فيمكنك تجربة برامج " -"أكثر عمومية لا تتطلب مجموعات تعليمات محددة ، مثل:" - -#: ../../docs/user/mining/index.rst:185 -msgid "https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c" -msgstr "https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c" - -#: ../../docs/user/mining/index.rst:186 -msgid "https://github.com/tpruvot/cpuminer-multi" -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 " -"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 "" -"هدفنا هنا هو اختيار برنامج التعدين الذي يدعم مجموعة التعليمات الممكنة القصوى" -" المتوفرة على وحدة المعالجة المركزية الخاصة بك ، ومن ثم محاولة زيادة سرعة " -"التجزئة. بمجرد اختيارك ، انقر فوق **الإصدارات** وقم بتنزيل واستخراج ملف zip." -" تشير الملفات المختلفة \\*.exe إلى تحسينات المعالجات المحددة التي يدعمونها. " -"يجب أن يبدو المجلد كما يلي:" - -#: ../../docs/user/mining/index.rst:198 -msgid "Executable CPU miners for Dash" -msgstr "عمال التعدين وحدة المعالجة التنفيذية للتنفيذ داش" - -#: ../../docs/user/mining/index.rst:201 ../../docs/user/mining/index.rst:345 -msgid "Configuration" -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 "" -"تبدأ باختيار تجمع التعدين وتوليد عنوان داش كما هو موضح في :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::" -msgstr "" -"بعد ذلك ، افتح **دفتر الملاحظة** واكتب في سطر واحد الأمر الذي سنستخدمه لبدء " -"عامل التعدين ، متبوعًا بالتوقف المؤقت في السطر الثاني. الشكل العام هو على " -"النحو التالي::" - -#: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 -msgid "Where:" -msgstr "أين:" - -#: ../../docs/user/mining/index.rst:220 -msgid "minerd = the executable miner daemon file you choose to use" -msgstr "تعدين = ملف الخداع المنجمي القابل للتنفيذ الذي اخترت استخدامه" - -#: ../../docs/user/mining/index.rst:221 -msgid "a = algorithm, which is X11 for Dash" -msgstr "a = خوارزمية ، وهي X11 لـ داش" - -#: ../../docs/user/mining/index.rst:222 -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" -msgstr "u = اسم المستخدم ، وعادة ما يكون عنوان استلام داش من محفظتك أو العامل" - -#: ../../docs/user/mining/index.rst:224 -msgid "p = password, can often be set to x" -msgstr "p = كلمة المرور ، يمكن تعيينها إلى x" - -#: ../../docs/user/mining/index.rst:225 -msgid "t = number of threads used" -msgstr "t = عدد المواضيع المستخدمة" - -#: ../../docs/user/mining/index.rst:226 -msgid "pause = keeps the window open in the case of errors" -msgstr "وقفة = تبقي النافذة مفتوحة في حالة وجود أخطاء" - -#: ../../docs/user/mining/index.rst:228 -msgid "For the CPU in the example above, the command may be::" -msgstr "بالنسبة لوحدة المعالجة المركزية في المثال أعلاه ، قد يكون الأمر::" - -#: ../../docs/user/mining/index.rst:236 -msgid "Notepad file showing an example command to start a CPU miner" -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." -msgstr "" -"انقر **ملف** ، ثم **حفظ باسم**. تغيير **حفظ بنوع** إلى **All Files** ، ثم " -"اكتب اسم الملف كـ *startminer.bat* واحفظه في نفس المجلد مثل الملفات *تعدين* " -"غير المضغوطة." - -#: ../../docs/user/mining/index.rst:243 ../../docs/user/mining/index.rst:392 -msgid "Testing" -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`` خارجًا ، " -"فسيكون الجهاز الافتراضي إلى الحد الأقصى لعدد مؤشرات الترابط. بعد تشغيل عامل " -"المنجم لفترة من الوقت ، ألق نظرة على سرعة التجزئة والعوائد في مجمع التعدين. " -"يمكنك تحديد عامل التعدين الخاص بك عن طريق عنوان المحفظة على الصفحة." - -#: ../../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" - -#: ../../docs/user/mining/index.rst:260 -msgid "Tips" -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 "" -"قلل عدد مؤشرات الترابط من أجل الاستخدام الإضافي لسطح المكتب وتقليل الحرارة. " -"إذا كانت درجة حرارة وحدة المعالجة المركزية عالية جدًا ، ففكر في تركيب مروحة " -"جديدة وتحقق من أن المعجون الحراري لملء الحرارة في وحدة المعالجة المركزية " -"مناسب. قم بتعديل سرعة ساعة المعالج للحصول على أداء إضافي باستخدام وحدة تحكم " -"اللوحة `تتمة `_ لآسوس اللوحات " -"الأم. سيؤدي خفض الجهد الأساسي لوحدة المعالجة المركزية إلى انخفاض درجة " -"الحرارة ولكن زيادة عدم الاستقرار." - -#: ../../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." -msgstr "" -"حاول تحديد تجمع قريب لتقليل وقت استجابة الشبكة. إذا ظهرت العقدة ببطء ، " -"فانتقل إلى موقع آخر. يرجى توزيع قوة التجزئة عالميا على أماكن مختلفة لتجنب " -"التزوير." - -#: ../../docs/user/mining/index.rst:277 -msgid "GPU Mining" -msgstr "تعدين GPU" - -#: ../../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 "" -"يدمج هذا الدليل العديد من الأدلة الأخرى حول كيفية استخدام 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." -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 " -"الخاص بك:" - -#: ../../docs/user/mining/index.rst:309 -msgid "" -"GPU-Z showing details for AMD Radeon Turks and NVIDIA Quadro GK104 class " -"GPUs" -msgstr "GPU-Z إظهار تفاصيل ل AMD Radeon Turks و GPID من 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 "" -"بعد ذلك ، قم بتنزيل برنامج التعدين. ويستند معظم هذه على الأصل `sgminer " -"`_, ولكن هذا غير مناسب لخوارزمية X11" -" ، ولا يقدم ثنائيات مجمعة ولم يتم تحديثه بالسنوات. سنصف استخدام البرامج " -"الثنائية المجمعة مسبقًا والتي يحتفظ بها مطوّرو البرامج الأحدث فقط." - -#: ../../docs/user/mining/index.rst:318 -msgid "**AMD**" -msgstr "**AMD**" - -#: ../../docs/user/mining/index.rst:320 -msgid "https://github.com/nicehash/sgminer/releases" -msgstr "https://github.com/nicehash/sgminer/releases" - -#: ../../docs/user/mining/index.rst:322 -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 (التركيز على التطبيق الأساسي)" - -#: ../../docs/user/mining/index.rst:326 -msgid "" -"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:" -msgstr "" -"قم بتنزيل الإصدار الذي اخترته واستخرج ملف zip إلى موقع معروف. يجب أن يبدو " -"المجلد كما يلي:" - -#: ../../docs/user/mining/index.rst:335 -msgid "Executable GPU miners for Dash" -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." -msgstr "" -"ملف sgminer هو الملف القابل للتنفيذ ، في حين أن الملفات المختلفة ذات " -"الامتدادات .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" -msgstr "" -"pools = يحدد قائمة من الأماكن (في هذه الحالة ، واحد فقط) يتم توجيه نحو " -"السلطة التجزئة" - -#: ../../docs/user/mining/index.rst:373 -msgid "url = URL of your mining pool, including the protocol and port" -msgstr "" -"url = URL الخاص بمجمّع التعدين الخاص بك ، بما في ذلك البروتوكول والمنفذ" - -#: ../../docs/user/mining/index.rst:374 -msgid "" -"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" -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" -msgstr "" -"algorithm = خوارزمية التجزئة لاستخدامها ، في هذه الحالة دارك كوين (لأسباب " -"تاريخية) أو darkcoin-mod" - -#: ../../docs/user/mining/index.rst:380 -msgid "For the pool above, the configuration may be:" -msgstr "بالنسبة إلى الأماكن أعلاه ، قد يكون التكوين:" - -#: ../../docs/user/mining/index.rst:385 -msgid "Configuration file for a Dash GPU miner" -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." -msgstr "" -"انقر **ملف** ، ثم **حفظ باسم**. قم بتغيير **حفظ بنوع** إلى **جميع الملفات** " -"، ثم اكتب اسم الملف كـ *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." -msgstr "" -"انقر نقرًا مزدوجًا فوق *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" -msgstr "" -"مثال على تعدين GPU باستخدام sgminer 5.6.1-nicehash-51 على Intel HD Graphics " -"4600" - -#: ../../docs/user/mining/index.rst:410 +#: ../../docs/user/mining/index.rst:120 msgid "ASIC Mining" msgstr "تعدين ASIC" -#: ../../docs/user/mining/index.rst:412 +#: ../../docs/user/mining/index.rst:122 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" @@ -766,23 +248,18 @@ msgstr "" "للتعدين لأنها يمكن أن تقدم كفاءة أعلى من عمال التعدين في وحدة المعالجة " "المركزية أو GPU ، مما يؤدي إلى تحقيق أرباح أعلى." -#: ../../docs/user/mining/index.rst:417 +#: ../../docs/user/mining/index.rst:127 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 `_." +"Forums `_." msgstr "" -"يرجى ملاحظة أن المعلومات الواردة في هذه الصفحة قد تصبح عتيقة بسرعة بسبب " -"التغير السريع في السوق وصعوبة التعدين. أنت مسؤول عن إجراء الأبحاث الخاصة بك " -"، ولا ينبغي اعتبار أي قائمة في هذه الصفحة بمثابة تأييد لأي منتج معين. مكان " -"جيد لبدء البحث `هو قسم التعدين في منتديات داش " -"`_." -#: ../../docs/user/mining/index.rst:424 +#: ../../docs/user/mining/index.rst:134 msgid "" "The following X11 ASIC miners are available on the market today, click the " "product name to visit the manufacturer's website:" @@ -790,31 +267,31 @@ msgstr "" "عمال التعدين X11 ASIC التالية متوفرة في السوق اليوم ، انقر فوق اسم المنتج " "لزيارة موقع الشركة المصنعة:" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Name" msgstr "الإسم" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Hash rate" msgstr "معدل التجزئة" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Power" msgstr "القوة" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Weight" msgstr "الوزن" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Dimensions (mm)" msgstr "الأبعاد (mm)" -#: ../../docs/user/mining/index.rst:428 +#: ../../docs/user/mining/index.rst:138 msgid "Price" msgstr "التمن" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "" "`Bitmain Antminer D5 " "`_" @@ -822,391 +299,80 @@ msgstr "" "`Bitmain Antminer D5 " "`_" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "119 GH/s ±5%" msgstr "119 GH/s ±5%" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "1566 W" msgstr "1566 W" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "7.5 kg" msgstr "7.5 kg" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "486 x 265 x 388" msgstr "486 x 265 x 388" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "$1,180" msgstr "$1,180" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "`Spondoolies SPx36 `_" msgstr "" "`Spondoolies SPx36 `_" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "540 GH/s ±10%" msgstr "540 GH/s ±10%" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "4400 W" msgstr "4400 W" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "19.5 kg" msgstr "19.5 kg" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "640 x 525 x 185" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "$7,000" msgstr "$7,000" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "" "`StrongU STU-U6 `_" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "420 GH/s ±8%" msgstr "" -#: ../../docs/user/mining/index.rst:434 ../../docs/user/mining/index.rst:478 +#: ../../docs/user/mining/index.rst:144 msgid "2100 W" msgstr "2100 W" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "8.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "370 x 135 x 208" msgstr "" -#: ../../docs/user/mining/index.rst:437 +#: ../../docs/user/mining/index.rst:147 msgid "ASIC resellers may also have miners available:" msgstr "" -#: ../../docs/user/mining/index.rst:439 +#: ../../docs/user/mining/index.rst:149 msgid "http://kaboomracks.com" msgstr "" -#: ../../docs/user/mining/index.rst:440 +#: ../../docs/user/mining/index.rst:150 msgid "https://brokerage.luxor.tech/dashboard" 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." -msgstr "" -"لم يعد عمال التعدين ASIC متوافرين بسهولة أو عفا عليها الزمن بسبب زيادة " -"الصعوبة على الشبكة." - -#: ../../docs/user/mining/index.rst:448 -msgid "`Baikal BK-X `_" -msgstr "`Baikal BK-X `_" - -#: ../../docs/user/mining/index.rst:448 -msgid "10 GH/s ±5%" -msgstr "10 GH/s ±5%" - -#: ../../docs/user/mining/index.rst:448 -msgid "800 W" -msgstr "800 W" - -#: ../../docs/user/mining/index.rst:448 -msgid "3.8 kg" -msgstr "3.8 kg" - -#: ../../docs/user/mining/index.rst:448 -msgid "312 x 125 x 130" -msgstr "312 x 125 x 130" - -#: ../../docs/user/mining/index.rst:450 -msgid "`Baikal Mini `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "150 MH/s ±10%" -msgstr "150 MH/s ±10%" - -#: ../../docs/user/mining/index.rst:450 -msgid "40 W" -msgstr "40 W" - -#: ../../docs/user/mining/index.rst:450 -msgid ".475 kg" -msgstr ".475 kg" - -#: ../../docs/user/mining/index.rst:450 -msgid "140 x 100 x 95" -msgstr "140 x 100 x 95" - -#: ../../docs/user/mining/index.rst:452 -msgid "`Baikal Giant+ A2000 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "2000 MH/s ±10%" -msgstr "2000 MH/s ±10%" - -#: ../../docs/user/mining/index.rst:452 -msgid "430 W" -msgstr "430 W" - -#: ../../docs/user/mining/index.rst:452 ../../docs/user/mining/index.rst:456 -msgid "3 kg" -msgstr "3 kg" - -#: ../../docs/user/mining/index.rst:452 -msgid "300 x 140 x 125" -msgstr "300 x 140 x 125" - -#: ../../docs/user/mining/index.rst:454 -msgid "`Baikal Giant A900 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "900 MH/s ±5%" -msgstr "900 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:454 -msgid "217 W" -msgstr "217 W" - -#: ../../docs/user/mining/index.rst:454 -msgid "2.5 kg" -msgstr "2.5 kg" - -#: ../../docs/user/mining/index.rst:454 -msgid "300 x 123 x 123" -msgstr "300 x 123 x 123" - -#: ../../docs/user/mining/index.rst:456 -msgid "`Baikal Quad Cube `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "1200 MH/s ±10%" -msgstr "1200 MH/s ±10%" - -#: ../../docs/user/mining/index.rst:456 -msgid "300 W" -msgstr "300 W" - -#: ../../docs/user/mining/index.rst:456 -msgid "135 x 135 x 425" -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 "17 GH/s ±5%" - -#: ../../docs/user/mining/index.rst:458 -msgid "970 W" -msgstr "970 W" - -#: ../../docs/user/mining/index.rst:458 -msgid "6.5 kg" -msgstr "6.5 kg" - -#: ../../docs/user/mining/index.rst:458 -msgid "320 x 130 x 190" -msgstr "320 x 130 x 190" - -#: ../../docs/user/mining/index.rst:460 -msgid "`iBelink DM384M `_" -msgstr "`iBelink DM384M `_" - -#: ../../docs/user/mining/index.rst:460 -msgid "384 MH/s ±10%" -msgstr "384 MH/s ±10%" - -#: ../../docs/user/mining/index.rst:460 -msgid "715 W" -msgstr "715 W" - -#: ../../docs/user/mining/index.rst:460 -msgid "21 kg" -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 "490 x 350 x 180" - -#: ../../docs/user/mining/index.rst:462 -msgid "`iBelink DM11G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 -msgid "11 GH/s ±5%" -msgstr "11 GH/s ±5%" - -#: ../../docs/user/mining/index.rst:462 ../../docs/user/mining/index.rst:464 -msgid "810 W" -msgstr "810 W" - -#: ../../docs/user/mining/index.rst:462 -msgid "22 kg" -msgstr "22 kg" - -#: ../../docs/user/mining/index.rst:464 -msgid "`iBelink DM22G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "22 GH/s ±5%" -msgstr "22 GH/s ±5%" - -#: ../../docs/user/mining/index.rst:464 -msgid "19 kg" -msgstr "19 kg" - -#: ../../docs/user/mining/index.rst:466 -msgid "Pinidea DR-1" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "500 MH/s ±10%" -msgstr "500 MH/s ±10%" - -#: ../../docs/user/mining/index.rst:466 -msgid "320 W" -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 "4.5 kg" - -#: ../../docs/user/mining/index.rst:466 -msgid "290 x 130 x 150" -msgstr "290 x 130 x 150" - -#: ../../docs/user/mining/index.rst:468 -msgid "Pinidea DR-2" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 -msgid "450 MH/s ±5%" -msgstr "450 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:468 -msgid "335 W" -msgstr "335 W" - -#: ../../docs/user/mining/index.rst:468 ../../docs/user/mining/index.rst:470 -msgid "200 x 165 x 135" -msgstr "200 x 165 x 135" - -#: ../../docs/user/mining/index.rst:470 -msgid "Pinidea DR-3" -msgstr "" - -#: ../../docs/user/mining/index.rst:470 -msgid "600 MH/s ±5%" -msgstr "600 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:470 -msgid "345 W" -msgstr "345 W" - -#: ../../docs/user/mining/index.rst:472 -msgid "Pinidea DU-1" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "9 MH/s ±5%" -msgstr "9 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:472 -msgid "7 W" -msgstr "7 W" - -#: ../../docs/user/mining/index.rst:472 -msgid "50 x 50 x 30" -msgstr "50 x 50 x 30" - -#: ../../docs/user/mining/index.rst:474 -msgid "Pinidea DRX-Kuznetsov" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 -msgid "900 MH/s ±5%" -msgstr "900 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:474 -msgid "650 W" -msgstr "650 W" - -#: ../../docs/user/mining/index.rst:474 ../../docs/user/mining/index.rst:476 -msgid "280 x 180 x 150" -msgstr "280 x 180 x 150" - -#: ../../docs/user/mining/index.rst:476 -msgid "Pinidea DRX-Varyag" -msgstr "" - -#: ../../docs/user/mining/index.rst:476 -msgid "1200 MH/s ±5%" -msgstr "1200 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:476 -msgid "850 W" -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 "56 GH/s ±5%" - -#: ../../docs/user/mining/index.rst:478 -msgid "17 kg" -msgstr "17 kg" - -#: ../../docs/user/mining/index.rst:478 -msgid "490 x 390 x 180" -msgstr "490 x 390 x 180" - -#: ../../docs/user/mining/index.rst:480 -msgid "" -"`Innosilicon A5 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "32 GH/s ±8%" -msgstr "32 GH/s ±8%" - -#: ../../docs/user/mining/index.rst:480 -msgid "750 W" -msgstr "750 W" - -#: ../../docs/user/mining/index.rst:480 -msgid "3.1 kg" -msgstr "3.1 kg" - -#: ../../docs/user/mining/index.rst:480 -msgid "400 x 135 x 158" -msgstr "400 x 135 x 158" diff --git a/locale/ar/LC_MESSAGES/docs/user/mining/pools.po b/locale/ar/LC_MESSAGES/docs/user/mining/pools.po index c44d76f0b..ee6e6af86 100644 --- a/locale/ar/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/ar/LC_MESSAGES/docs/user/mining/pools.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/network/dash-evo-tool/index.po b/locale/ar/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po new file mode 100644 index 000000000..1ddf2fd33 --- /dev/null +++ b/locale/ar/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po @@ -0,0 +1,608 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2024, Dash Core Group, Inc +# This file is distributed under the same license as the Dash package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Hasna Brania , 2024 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Dash latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" +"PO-Revision-Date: 2024-11-18 17:41+0000\n" +"Last-Translator: Hasna Brania , 2024\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/dash-evo-tool/index.rst-1 +msgid "Description of dash evo tool features and usage" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst-1 +msgid "dash, platform, evonode, masternodes, dash evo tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:9 +msgid "Dash Evo Tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:11 +msgid "" +"Dash Evo Tool is an application designed to help you vote on usernames, " +"withdraw evonode credits, and complete an expanding list of Platform " +"actions. This guide describes how to download, install, and use the Dash Evo" +" Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:18 +msgid "Installation" +msgstr "التتبيث" + +#: ../../docs/user/network/dash-evo-tool/index.rst:22 +msgid "" +"The Dash Evo Tool requires a Dash Core full node configured to allow RPC and" +" ZMQ access." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:24 +msgid "" +"Linux, MacOS, or Windows packages are available on the `GitHub releases page" +" `__. Download the" +" zip file for your Operating System, then unzip the downloaded file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:28 +msgid "" +"`Windows `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:29 +msgid "" +"`Mac (ARM m1-m4) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:30 +msgid "" +"`Mac (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:31 +msgid "" +"`Linux (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:32 +msgid "" +"`Linux (ARM) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:37 +msgid "Configuration" +msgstr "إدارة الإعدادات" + +#: ../../docs/user/network/dash-evo-tool/index.rst:39 +msgid "Open the directory where the download was unzipped." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:40 +msgid "" +"Open the ``.env`` file (you may need to show hidden files to see it). For " +"the network you plan to connect to, make the following changes. Replace the " +"``*`` with the network name (MAINNET or TESTNET):" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:44 +msgid "" +"Update ``*_CORE_RPC_USER`` to match the ``rpcuser`` value from your Dash " +"Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:45 +msgid "" +"Update ``*_CORE_RPC_PASSWORD`` to match the ``rpcpassword`` value from your " +"Dash Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:47 +msgid "" +"If your dash.conf includes ``rpcallowip``, update ``*_CORE_HOST`` with that " +"IP address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:48 +msgid "" +"If your dash.conf includes ``rpcport``, update ``*_CORE_RPC_PORT`` with that" +" port." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:49 +msgid "" +"(*Optional*) If you are going to run Dash Core manually instead of launching" +" it via the Dash Evo Tool, you must enable ZMQ by adding the following lines" +" to your dash.conf file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Mainnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Testnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:72 +msgid "" +"The default location of the ``dash.conf`` file can be found in the " +":ref:`Dash Core documentation `. At a minimum, the following " +"values must be defined for RPC access to be enabled:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:82 +msgid "Updating the env file" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:84 +msgid "" +"When the application runs for the first time, it creates a application " +"directory and copies the ``.env`` file into it. It also stores application " +"data in the directory. Any further updates to the ``.env`` file must be made" +" to the copy in the application directory." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Operating System" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Configuration File Path" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "macOS" +msgstr "ماك" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "~/Library/Application Support/Dash-Evo-Tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "Windows" +msgstr "ويندوز" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "C:\\\\Users\\\\\\\\AppData\\\\Roaming\\\\Dash-Evo-Tool\\\\config" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "Linux" +msgstr "لينكس" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "/home//.config/dash-evo-tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:99 +msgid "Running the application" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:101 +msgid "" +"Once the ``.env`` file is configured, launch the Dash Evo Tool by double-" +"clicking the file named ``dash-evo-tool``." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:104 +msgid "" +"Alternatively, you can launch the application directly from your terminal. " +"For example, on Linux, run::" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:112 +msgid "Network selection" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:114 +msgid "" +"The Dash Evo Tool supports both testnet and mainnet. To choose a network, " +"navigate to the Network Selection screen and click the checkbox in the " +"Select column for the desired network. Then click the **Start** button on " +"that row to launch Dash Core." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:122 +msgid "" +"You can also launch Dash Core manually without using the Dash Evo Tool. This" +" may be necessary if Dash Core is installed in a non-standard location. When" +" launching Dash Core manually, you must enable ZMQ as described in " +":hoverxref:`Configuration Step 3 `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:130 +msgid "Network selection screen with testnet selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:135 +msgid "Identity operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:140 +msgid "Load existing identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:142 +msgid "" +"On the main identity screen, click the **Load Identity** button on the upper" +" right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:149 +#: ../../docs/user/network/dash-evo-tool/index.rst:213 +msgid "Identity screen with no loaded identities" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:151 +msgid "" +"Some identity types require different information. Use the **Identity Type**" +" dropdown menu to select the type you want to add. In this example, an " +"evonode identity is being added." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:158 +msgid "Identity load screen for evonode" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:164 +msgid "" +"Your collateral key is **not** required. Do not enter it into the Dash Evo " +"Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:166 +msgid "" +"Add the Identity ID and Owner Private Key. You may also want to add the " +"Voting Private Key, but adding the Payout Address Private Key is **not** " +"recommended. For a masternode or evonode, use the protx hash as the Identity" +" ID." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:170 +msgid "" +"If you use the `Dash Masternode Tool `_, you can get the protx hash and private keys from the " +"masternode details screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:177 +msgid "Dash Masternode Tool" +msgstr "ادوات ماسترنود داش" + +#: ../../docs/user/network/dash-evo-tool/index.rst:179 +msgid "" +"Click **Load Identity** once you have entered the required information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:185 +msgid "Identity load screen with evonode info filled out" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:187 +msgid "" +"Once the identity is loaded, you can view its balance and details about its " +"keys. For evonodes, you can also initiate :ref:`withdrawals `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:194 +#: ../../docs/user/network/dash-evo-tool/index.rst:270 +msgid "Identity screen with an evonode identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:199 +msgid "Create new identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:203 +msgid "" +"Before creating an identity, make sure you have :ref:`added a Dash Evo Tool " +"wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:206 +msgid "" +"On the main identity screen, click the **Create Identity** button on the " +"upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:215 +msgid "" +"On the create identity screen, leave the first two options set to the " +"default and select the funding method. Then, send the requested amount of " +"DASH to the provided address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:222 +msgid "Waiting for funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:224 +msgid "" +"The status will change from \"Waiting for funds\" to \"Waiting for Platform " +"acknowledgement\" once the funds have been received and the identity " +"registration process has started." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:231 +msgid "Waiting for Platform acknowledgement" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:233 +msgid "" +"Once the identity has been registered, you can choose to return to the " +"identity screen or proceed to :ref:`registering a name `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:240 +msgid "Identity creation success" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:247 +msgid "Identity screen with an identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:252 +msgid "Evonode withdrawals" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:256 +msgid "" +"Withdrawal requests enter a queue that is currently processed more slowly " +"than intended. Depending on the timing of the withdrawal request, it may " +"take up to 18 hours to complete." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:259 +msgid "" +"For security, there is also a limit on how much can be withdrawn from " +"Platform daily. If withdrawal requests hit the daily limit, they will remain" +" in the queue longer. For details, see this `DCG development update " +"`_." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:264 +msgid "" +"From the identity main screen, click the **Withdraw** button for an " +"identity." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:272 +msgid "" +"On the withdrawal screen, select the key to sign the withdrawal. Selecting " +"the owner key is recommended since this will direct the withdrawal to the " +"payout address. Next, set the amount to withdraw." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:278 +msgid "" +"The **Max** button currently has a bug and sets the withdrawal amount in " +"credits instead of DASH, so you will need to manually adjust the amount if " +"you use that button." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:281 +msgid "Click **Withdraw** after entering the information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:287 +msgid "Withdraw screen with key and amount selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:289 +msgid "" +"When the withdrawal confirmation screen opens, confirm that the amount and " +"destination address are correct. Click **Confirm** to request the " +"withdrawal." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:296 +msgid "Withdrawal confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:301 +msgid "Name operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:306 +msgid "Register name" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:308 +msgid "" +"After :ref:`creating an identity `, you can " +"register a name for it. From the main name screen, click the **Register " +"Name** button on the upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:315 +msgid "Name screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:317 +msgid "" +"First, select the identity to register a name for. This step will be " +"automatically done if you are registering a name as part of the identity " +"creation process." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:320 +msgid "" +"Next, enter the desired name. Notification will be provided if you selected " +"a contested name and the estimated cost will be displayed. Click **Register " +"Name** to complete the registration." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:327 +msgid "Name registration" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:329 +msgid "" +"Upon successful registration, you can see the name on the **My usernames** " +"screen along with any other names you have registered." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:336 +msgid "Name registered successfully" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:341 +msgid "Vote for names" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:343 +msgid "" +"The Voting screen displays a list of names that are currently require a " +"vote. Click the **Refresh** button to update the screen at any time." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:348 +msgid "" +"Voting can only be done by masternodes and evonodes, and each node can only " +"modify its vote four times. See the :ref:`load identity section ` for instructions on importing your keys." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:355 +msgid "Voting screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:357 +msgid "" +"To vote for a contestant, click on an entry in the Contestants column. You " +"can also vote to Lock the name or Abstain by clicking the value in those " +"columns. You will be prompted to load an evonode or masternode identity if " +"you have not already done so." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:361 +msgid "" +"After clicking one of the contestants, vote for that identity to receive the" +" name by clicking one of your specific identities on the Vote Confirmation " +"screen. Click **All** to vote with all your loaded identities " +"simultaneously." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:369 +msgid "Vote confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:371 +msgid "" +"See the `DPNS page " +"`_ for more voting details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:378 +msgid "Wallet operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:382 +msgid "" +"The Dash Evo Tool wallet features only work if your Dash Core node has a " +"single wallet open. **If you have multiple wallets open in Dash Core, close " +"all of them except the one used by the Dash Evo Tool.**" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:389 +msgid "Create wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:391 +msgid "" +"This tool includes a basic wallet feature to support identity registration. " +"Wallets can be added from the wallet screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:396 +msgid "" +"Since this tool adds watching-only addresses to Dash Core when creating " +"identities, it is recommended to close all existing Dash Core wallets and " +":ref:`create a new, empty wallet ` for the Dash Evo Tool. Also, make sure to :ref:`backup your Dash " +"Core wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:401 +msgid "Click **Add Wallet** to create a new wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:407 +msgid "Wallet screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:409 +msgid "" +"After creating extra randomness with the mouse, select your preferred " +"language and click **Generate** to display you passphrase. Write it down and" +" store it securely, then click the checkbox in step 3 to confirm." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:413 +msgid "" +"Next, enter a wallet name and optionally add a password before clicking " +"**Save Wallet** to store the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:420 +msgid "Wallet create screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:425 +msgid "Use wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:427 +msgid "Select your wallet using the dropdown box." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:433 +msgid "Select wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:438 +msgid "Funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:440 +msgid "" +"Several tabs display wallet details. The Funds tab shows your receiving " +"addresses. Click **Add Receiving Address** if you want to add additional " +"addresses to fund the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:447 +msgid "Wallet Funds tab" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:449 +msgid "" +"After adding addresses, they will appear in a table with balance and other " +"details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:455 +msgid "Wallet with address added" +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 c0471ab55..f01eea72e 100644 --- a/locale/ar/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/ar/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -100,7 +100,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:65 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -449,20 +449,390 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:362 msgid "" -"Once the new version is installed, reset the configuration and services " -"using ``--keep-data`` so the existing data is retained. Then, update the " -"dashmate services::" +"Once the new version of dashmate is installed, update dash service docker " +"images::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:368 +#: ../../docs/user/network/dashmate/index.rst:366 msgid "Finally, restart dashmate::" msgstr "" +#: ../../docs/user/network/dashmate/index.rst:371 +msgid "Troubleshooting" +msgstr "" + #: ../../docs/user/network/dashmate/index.rst:375 -msgid "Collecting logs" +msgid "" +"Only enable logs if you have :ref:`configured log rotation ` to avoid running out of disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:378 +msgid "" +"The following sections describe how to enable log rotation, set up file " +"logging for Core and Platform, adjust log levels, and collect the logs for " +"analysis." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:382 +msgid "Dashmate log overview" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:384 +msgid "" +"Dashmate logs for each service are stored within its Docker container. " +"Although this is typically sufficient, more advanced options are sometimes " +"needed to adjust the log level, output format, or destination. Several cases" +" include when you need to:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:388 +msgid "Modify the level of detail provided in the logs (e.g., debug vs info)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:389 +msgid "" +"Provide data to a log server (e.g., `Elasticsearch " +"`_)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:390 +msgid "Store persistent file logs external to the Docker containers" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:391 +msgid "Use log monitoring tools to track service health" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:393 +msgid "" +"For example, since the default dashmate logs are only stored in the Docker " +"containers, they are lost if the container is removed for some reason (new " +"Docker image, dashmate reset, failure, etc.). Therefore, you may want to " +"store persistent log files external to Docker while troubleshooting an issue" +" to ensure valuable log data cannot be lost." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:401 +msgid "Set up log rotation" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:403 +msgid "" +"By default, dashmate logs are not written to the docker host file system. At" +" times you may want to write them to the host file system. Before enabling " +"logging, it is important to configure log rotation to avoid running out of " +"disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:407 +msgid "Create a new logrotate configuration file for dashmate logs:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:413 +msgid "" +"Paste in the following configuration and replace the example path one that " +"matches your system. This example configuration rotates logs daily and " +"retains seven historical files for each log file type. Historical files are " +"each limited to 1GB." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:430 +msgid "" +"Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:434 +msgid "" +"For additional log rotation details, see `this configuration tutorial " +"`_ or check out the `logrotate man pages " +"`_." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:442 +msgid "Configure Core logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:445 +msgid "Enable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:447 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Core logs on" +" the host file system. Replace the example path with one that matches your " +"system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:457 +msgid "Toggle debug logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:459 +msgid "" +"To enable debug logging for additional details, run the following command. " +"Debug logs can be turned off by setting the value back to ``false``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:0 +msgid "Advanced debug logging" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:468 +msgid "" +"Dashmate supports some advanced debug log options provided by Dash Core. The" +" following boolean ``core.log.debug`` settings correspond directly to the " +"parameters described in the `Core documentation " +"`_: ``ips``, " +"``sourceLocations``, ``threadNames``, and ``timeMicros``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:474 +msgid "**Dashmate Debug Log Options**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +msgid "**Setting**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Description**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "``ips``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "Logs the IP addresses of incoming and outgoing connections" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "``sourceLocations``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "" +"Logs the source locations (file and line number) for debugging information" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "``threadNames``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "Logs the names of the threads used for various operations" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "``timeMicros``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "" +"Logs timestamps with microsecond precision for detailed performance analysis" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Filter Option**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "``includeOnly``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "" +"Log only the specified categories (e.g., ``[\"net\", \"rpc\"]``). If empty, " +"all categories will be logged" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "``exclude``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "" +"Excludes specified categories from logging (e.g., ``[\"rpc\", " +"\"instantsend\"]``)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:505 +msgid "View current log settings" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:507 +msgid "To view the current Core log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:514 +msgid "Disable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:516 +msgid "" +"To disable logging to a file outside the container, reset the log path to " +"``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:525 +msgid "Configure Platform logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:527 +msgid "" +"For troubleshooting flexibility, dashmate provides independent log " +"configuration for the Platform Gateway, Drive ABCI, and Tenderdash. Each " +"service can be configured with the most helpful log level and output format." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:534 +msgid "Gateway logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:536 +msgid "" +"The Platform gateway has two types of logs: service logs and access logs. " +"Service logs are directed to stdout, while access logs can be configured to " +"go to stdout, stderr, or to a file. If all logs are directed to stdout, the " +"output will be a mixture of service and access data." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:540 +#: ../../docs/user/network/dashmate/index.rst:604 +#: ../../docs/user/network/dashmate/index.rst:671 +msgid "**Enable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:542 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"gateway access logs on the host file system. The example below adds file " +"logging while also keeping the default stdout logging. Replace the example " +"path with one that matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:562 +#: ../../docs/user/network/dashmate/index.rst:626 +#: ../../docs/user/network/dashmate/index.rst:680 +msgid "**Disable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:564 +msgid "" +"To disable logging to a file, remove the file config from the accessLogs " +"setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:576 +#: ../../docs/user/network/dashmate/index.rst:641 +#: ../../docs/user/network/dashmate/index.rst:688 +msgid "**Change log level**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:578 +msgid "" +"Platform gateway service logs support several levels of detail. In " +"increasing order of detail they are: ``critical``, ``error``, ``warn``, " +"``info`` (default), ``debug``, and ``trace``. To disable service logs, set " +"the log level to ``off``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:582 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.gateway.log.level`` value. For example, run these commands to " +"change the gateway service log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:591 +#: ../../docs/user/network/dashmate/index.rst:658 +#: ../../docs/user/network/dashmate/index.rst:704 +msgid "**View log settings**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:593 +#: ../../docs/user/network/dashmate/index.rst:660 +msgid "To view the current Platform gateway log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:602 +msgid "Drive ABCI logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:606 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"ABCI logs on the host file system. Replace the example path with one that " +"matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:628 +msgid "" +"To disable logging to a file, remove the file config from the logs setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:643 +msgid "" +"Drive ABCI logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:648 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log levels for file logging and stdout logging to debug on " +"your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:669 +msgid "Tenderdash logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:673 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Tenderdash " +"logs on the host file system. Replace the example path with one that matches" +" your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:682 +msgid "To disable logging to a file, set the path back to ``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:690 +msgid "" +"Tenderdash logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:377 +#: ../../docs/user/network/dashmate/index.rst:695 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:706 +msgid "To view the current Tenderdash log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:715 +msgid "Collect logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:717 msgid "" "Dashmate includes the doctor command to make troubleshooting and log " "reporting easier. The dashmate doctor command collects important debugging " @@ -470,56 +840,83 @@ msgid "" "sent to the support team if necessary. This report includes:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:381 +#: ../../docs/user/network/dashmate/index.rst:721 msgid "" "**Operating System**: Details about the architecture, CPU, memory, and swap" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:382 +#: ../../docs/user/network/dashmate/index.rst:722 msgid "" "**Docker**: Status and logs (exit codes, stdout, stderr) for each service" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:383 +#: ../../docs/user/network/dashmate/index.rst:723 msgid "" "**Core RPC**: Essential details like the best ChainLock, quorums, blockchain" " information, peers, and masternode status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:384 +#: ../../docs/user/network/dashmate/index.rst:724 msgid "" "**Tenderdash RPC**: Status, genesis, network information, ABCI details, and " "a consensus state dump" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:385 +#: ../../docs/user/network/dashmate/index.rst:725 msgid "" "**Metrics**: Tenderdash and Drive metrics (if enabled in the configuration)" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:387 +#: ../../docs/user/network/dashmate/index.rst:727 msgid "To create a report, run ``dashmate doctor`` and select **Yes**::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:395 +#: ../../docs/user/network/dashmate/index.rst:735 msgid "Run the doctor command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:397 +#: ../../docs/user/network/dashmate/index.rst:737 msgid "" "Upon successful completion, the full path to the report archive is " "displayed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:403 +#: ../../docs/user/network/dashmate/index.rst:743 msgid "Doctor output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:406 +#: ../../docs/user/network/dashmate/index.rst:748 +msgid "Metrics" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:750 +msgid "" +"To provide better network visibility to DCG developers for troubleshooting, " +"volunteers can contribute metrics to the DCG metrics server." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:753 +msgid "Enable metrics on your dashmate node" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:776 +msgid "" +"Grant access to metrics from the DCG metrics server (34.219.3.238) by " +"updating your network configuration (i.e., your firewall, AWS security " +"groups, etc.)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:779 +msgid "" +"Provide DCG with your IP address and port so it can be added to the DCG " +"Prometheus server" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:782 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:408 +#: ../../docs/user/network/dashmate/index.rst:784 msgid "" "For further documentation see the `dashmate repository " "`__." 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 76fa4f3c4..1eaf8d665 100644 --- a/locale/ar/LC_MESSAGES/docs/user/network/electrumx-server.po +++ b/locale/ar/LC_MESSAGES/docs/user/network/electrumx-server.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/advanced-functions.po b/locale/ar/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index dabb11c9c..fa28b7b8b 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/getting-started.po b/locale/ar/LC_MESSAGES/docs/user/wallets/android/getting-started.po index f3e25f611..d199cf7dd 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/index.po b/locale/ar/LC_MESSAGES/docs/user/wallets/android/index.po index 15eeb8739..0ea3dcbaa 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/android/index.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/android/index.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/installation.po b/locale/ar/LC_MESSAGES/docs/user/wallets/android/installation.po index 9b808fc9d..65e8e96e6 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/android/installation.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/android/installation.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/advanced.po b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index 0dbf81e45..d1c35f218 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/backup.po b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index c47275eb2..d1bc8faa1 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/backup.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/backup.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/cmd-rpc.po b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po index 7008c1c53..f2fd7faf3 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/coinjoin-instantsend.po b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po index c3846101a..766bb5f0d 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/index.po b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/index.po index 19330b18e..4a144f732 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/index.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/installation-linux.po b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index e747701eb..81312c08e 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2023\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" @@ -149,7 +149,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:92 msgid "" -"This will create a folder named ``dashcore-21.1.0`` in the current working " +"This will create a folder named ``dashcore-21.1.1`` in the current working " "directory. We will now install the executable binaries to ``/usr/local/bin``" " using the ``install`` command::" 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 730d3f798..0313adf32 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" @@ -147,27 +147,17 @@ msgstr "شغل داش كور لأول مرة" #: ../../docs/user/wallets/dashcore/installation-macos.rst:94 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-" +" **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." +"downloaded from the internet. Simply click **Open** to continue launching " +"the application." msgstr "" -"لتشغيل داش كور للمرة الأولى ، افتح تطبيق Launchpad أو تصفح إلى مجلد " -"**تطبيقات** في Finder. انقر نقرًا مزدوجًا فوق **داش كور**  أو **Dash-Qt** " -"لبدء التطبيق. قد ترى تحذيرًا حول فتح تطبيق من مطوّر برامج غير معروف. لحل هذه" -" المشكلة ، ببساطة ، انقر مع الضغط على مفتاح التحكم على أيقونة التطبيق واختر " -"**فتح** من القائمة المختصرة ، ثم انقر فوق **فتح** مرة أخرى في مربع الحوار. " -"يتم حفظ التطبيق كاستثناء من إعدادات الأمان ، ويمكنك فتحه في المستقبل عن طريق" -" النقر المزدوج عليه تمامًا كما يمكنك فعله في أي تطبيق مسجل." - -#: ../../docs/user/wallets/dashcore/installation-macos.rst:109 + +#: ../../docs/user/wallets/dashcore/installation-macos.rst:103 msgid "Unblocking macOS from running Dash Core" msgstr "الافراج عن ماك من تشغيل داش كور" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:111 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:105 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 " @@ -175,11 +165,11 @@ msgid "" "recommended to use the default data folder if possible." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:119 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:113 msgid "Choosing the Dash Core data folder" msgstr "إختار مجلد داش كور" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:121 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:115 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 " @@ -188,26 +178,26 @@ msgstr "" "ثم تبدأ داش كور. سيستغرق ذلك وقتًا أطول قليلاً من المعتاد في المرة الأولى " "التي تقوم بتشغيلها ، حيث يحتاج داش كور إلى إنشاء بيانات تشفير لتأمين محفظتك." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:128 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:122 msgid "Starting Dash Core" msgstr "بدأ داش كور" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:131 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:125 msgid "Synchronizing Dash Core to the Dash network" msgstr "تزامن داش كور إلى شبكة داش" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:133 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:127 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 "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:140 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:134 msgid "Dash Core begins synchronizing with the Dash network" msgstr "تبدأ داش كور جار المزامنة مع شبكة داش" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:142 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:136 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 " @@ -221,23 +211,23 @@ msgstr "" "بالإنترنت. عند اكتمال المزامنة ، سترى علامة زرقاء صغيرة في الزاوية اليمنى " "السفلى." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:151 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:145 msgid "Dash Core synchronization is complete" msgstr "تم انتهاء مزامنة داش كور" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:153 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:147 msgid "You can now create a wallet to send and receive funds." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:152 msgid "Creating your Dash Wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 msgid "HD wallets are now created by default." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:158 msgid "" "If no wallet files are loaded, you will get this prompt in the Overview tab." " To create a wallet, click the **Create a new wallet** button or click " @@ -246,7 +236,7 @@ msgid "" "wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:171 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:167 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 " @@ -254,49 +244,49 @@ msgid "" "encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:179 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 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:184 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:211 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Enter a password" msgstr "أدخل الرقم السري" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:191 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:216 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:187 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:212 msgid "Confirm you want to encrypt your wallet" msgstr "تأكيد لتشفير محفظتك" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:189 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:197 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 msgid "Encrypting your Dash wallet" msgstr "تشفير محفظتك داش" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:199 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 msgid "To encrypt your wallet, click **Settings** > **Encrypt Wallet**." msgstr "لتشفير محفظتك ، انقر على  **الإعدادات**> **تشفير  المحفظة**." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:204 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 msgid "Encrypting the Dash wallet with a password" msgstr "تشفير محفظة داش بالرقم السري" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:206 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 msgid "You will be asked to enter and verify a password." msgstr "سيُطلب منك إدخال الرقم السري والتحقق منها" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:218 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:214 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 " @@ -307,10 +297,10 @@ msgstr "" "محفظتك لن تكون قابلة للاستخدام ، ويُطلب منك إيقاف داش كور. عند إعادة تشغيل " "داش كور ، سترى قفلًا أزرقًا صغيرًا في الزاوية اليمنى السفلى." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:226 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:222 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "مشفرة تماما ومتزامنة داش كور المحفظة" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:228 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:224 msgid "You can now begin to use your wallet to safely send and receive funds." 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 8054544df..c256a3a5b 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" @@ -118,7 +118,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-21.1.0-win64-setup.exe.asc`` in the same folder as the downloaded" +"``dashcore-21.1.1-win64-setup.exe.asc`` in the same folder as the downloaded" " installer." msgstr "" @@ -129,7 +129,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-21.1.0-win64-setup.exe with dashcore-21.1.0-win64-setup.exe.asc`` " +"dashcore-21.1.1-win64-setup.exe with dashcore-21.1.1-win64-setup.exe.asc`` " "then you have an authentic copy of Dash Core for Windows." 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 05d2c971a..72d7e6c7d 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/interface.po b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index f3b90ea2a..e3c1b415d 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/interface.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/interface.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/send-receive.po b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po index 511c03de0..efc03f226 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/advanced.po b/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index ee8ddada1..f9d616698 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/advanced.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/advanced.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/faq.po b/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/faq.po index 60ee04f34..419a0e1b8 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/faq.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/faq.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/index.po b/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/index.po index 503af161c..1cccde5bc 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/index.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/installation.po b/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/installation.po index 9822dd19a..9f3bf1c3a 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/installation.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/installation.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/security.po b/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/security.po index 378a5868c..b3165db95 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/security.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/security.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/send-receive.po b/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index 4b44ec540..cc2f58ace 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/hardware.po b/locale/ar/LC_MESSAGES/docs/user/wallets/hardware.po index 4a93778c7..a55c984e7 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/hardware.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-hardware.po b/locale/ar/LC_MESSAGES/docs/user/wallets/index-hardware.po index 379f37a13..04fbed9e4 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/index-hardware.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/index-hardware.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-paper.po b/locale/ar/LC_MESSAGES/docs/user/wallets/index-paper.po index 7b0af2f19..c10d1f286 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/index-paper.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/index-paper.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-third-party.po b/locale/ar/LC_MESSAGES/docs/user/wallets/index-third-party.po index 996eebfb6..5ace8ba25 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-web.po b/locale/ar/LC_MESSAGES/docs/user/wallets/index-web.po index 08dd39b00..d9381b563 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/index-web.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/index-web.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index.po b/locale/ar/LC_MESSAGES/docs/user/wallets/index.po index fb7798c5f..adddf0bd0 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/index.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/ios/advanced-functions.po b/locale/ar/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 486aebe79..f4cd819d1 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/getting-started.po b/locale/ar/LC_MESSAGES/docs/user/wallets/ios/getting-started.po index 8397bd8cd..4746091ae 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/index.po b/locale/ar/LC_MESSAGES/docs/user/wallets/ios/index.po index 565c64da5..a901cddb0 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/ios/index.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/ios/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/installation.po b/locale/ar/LC_MESSAGES/docs/user/wallets/ios/installation.po index 5d8829dcd..a1a3d22e5 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/ios/installation.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/ios/installation.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/paper.po b/locale/ar/LC_MESSAGES/docs/user/wallets/paper.po index 21a4f4436..055d58d52 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/paper.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/recovery.po b/locale/ar/LC_MESSAGES/docs/user/wallets/recovery.po index 977dccf65..e3e569161 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/recovery.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/signing.po b/locale/ar/LC_MESSAGES/docs/user/wallets/signing.po index 92b97d817..bc69a6d70 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/signing.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/third-party.po b/locale/ar/LC_MESSAGES/docs/user/wallets/third-party.po index ad2b11101..583207663 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/ar/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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/web.po b/locale/ar/LC_MESSAGES/docs/user/wallets/web.po index 55033f7c1..2f2b2829d 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/web.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/index.po b/locale/ar/LC_MESSAGES/index.po index 721920eb9..076f862db 100644 --- a/locale/ar/LC_MESSAGES/index.po +++ b/locale/ar/LC_MESSAGES/index.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: Hasna Brania , 2018\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 b001810f2..f52ae6f78 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -118,78 +118,86 @@ msgstr "" msgid "" "It is only necessary to run this step during the initial setup of your " "machine. Run the guix install routine to prepare your environment and answer" -" \"Y\" for all prompts::" +" \"Y\" for all prompts:" msgstr "" -#: ../../docs/user/developers/compiling.rst:88 +#: ../../docs/user/developers/compiling.rst:0 +msgid "Ubuntu/Debian install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst:0 +msgid "General install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst:99 msgid "Clone repositories" msgstr "" -#: ../../docs/user/developers/compiling.rst:90 +#: ../../docs/user/developers/compiling.rst:101 msgid "" "After installing the prerequisites and preparing guix, reboot the system, " "login as ````, and clone required repositories::" msgstr "" -#: ../../docs/user/developers/compiling.rst:97 +#: ../../docs/user/developers/compiling.rst:108 msgid "Download the macOS SDK which is required to create macOS builds::" msgstr "" -#: ../../docs/user/developers/compiling.rst:104 +#: ../../docs/user/developers/compiling.rst:115 msgid "Build Dash Core" msgstr "" -#: ../../docs/user/developers/compiling.rst:106 +#: ../../docs/user/developers/compiling.rst:117 msgid "" "Checkout the tag associated with the Dash Core version you plan to build::" msgstr "" -#: ../../docs/user/developers/compiling.rst:113 +#: ../../docs/user/developers/compiling.rst:124 msgid "Run ``guix-build`` to create binaries for Linux, Mac, and Windows::" msgstr "" -#: ../../docs/user/developers/compiling.rst:118 +#: ../../docs/user/developers/compiling.rst:129 msgid "" "When the build completes, it will put the binaries in the ``guix-" "build-/output/`` directory." msgstr "" -#: ../../docs/user/developers/compiling.rst:122 +#: ../../docs/user/developers/compiling.rst:133 msgid "Create signatures for binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:124 +#: ../../docs/user/developers/compiling.rst:135 msgid "" "Mac and Windows binaries are signed by Dash Core Group using the relevant " "Apple and Microsoft processes. In this step, that information will be " "validated and signed by your machine." msgstr "" -#: ../../docs/user/developers/compiling.rst:128 +#: ../../docs/user/developers/compiling.rst:139 msgid "" "Prepare the `detached sigs repository `__::" msgstr "" -#: ../../docs/user/developers/compiling.rst:137 +#: ../../docs/user/developers/compiling.rst:148 msgid "" "Prepare the `guix.sigs repository `__ " "by pulling the latest changes::" msgstr "" -#: ../../docs/user/developers/compiling.rst:144 +#: ../../docs/user/developers/compiling.rst:155 msgid "Create a new branch for the version that was built::" msgstr "" -#: ../../docs/user/developers/compiling.rst:152 +#: ../../docs/user/developers/compiling.rst:163 msgid "Unsigned binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:154 +#: ../../docs/user/developers/compiling.rst:165 msgid "To create signatures for the unsigned binaries, run ``guix-attest``::" msgstr "" -#: ../../docs/user/developers/compiling.rst:162 +#: ../../docs/user/developers/compiling.rst:173 msgid "" "The ``signer`` parameter should be set to the value provided for \"Real " "name\" when generating a key with GPG. See the `GnuPrivacyGuard Howto " @@ -197,38 +205,38 @@ msgid "" " for details on how to generate a key if you don't already have one." msgstr "" -#: ../../docs/user/developers/compiling.rst:168 +#: ../../docs/user/developers/compiling.rst:179 msgid "Signed binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:170 +#: ../../docs/user/developers/compiling.rst:181 msgid "" "To create signatures for the signed binaries, run ``guix-codesign`` followed" " by guix-attest::" msgstr "" -#: ../../docs/user/developers/compiling.rst:182 +#: ../../docs/user/developers/compiling.rst:193 msgid "Upload signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:184 +#: ../../docs/user/developers/compiling.rst:195 msgid "" "After successfully building the binaries, signing them, and verifying the " "signatures, you can optionally contribute them to the `guix.sigs repository " "`_ via a pull request on GitHub." msgstr "" -#: ../../docs/user/developers/compiling.rst:189 +#: ../../docs/user/developers/compiling.rst:200 msgid "Initial setup" msgstr "" -#: ../../docs/user/developers/compiling.rst:191 +#: ../../docs/user/developers/compiling.rst:202 msgid "" "Since the official guix.sigs repository has restricted write access, create " "a fork of it via GitHub and add your fork as a remote repository::" msgstr "" -#: ../../docs/user/developers/compiling.rst:197 +#: ../../docs/user/developers/compiling.rst:208 msgid "" "The first time you contribute signatures, also put a copy of your public key" " in the ``builder-keys`` folder of the repository so others can easily " @@ -236,21 +244,21 @@ msgid "" "following command::" msgstr "" -#: ../../docs/user/developers/compiling.rst:207 +#: ../../docs/user/developers/compiling.rst:218 msgid "Adding your signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:209 +#: ../../docs/user/developers/compiling.rst:220 msgid "" "Add and commit the ``*.SHA256SUMS`` and ``*.SHA256SUMS.asc`` files created " "by the build process::" msgstr "" -#: ../../docs/user/developers/compiling.rst:220 +#: ../../docs/user/developers/compiling.rst:231 msgid "Push to your fork of the guix.sigs repository on GitHub::" msgstr "" -#: ../../docs/user/developers/compiling.rst:225 +#: ../../docs/user/developers/compiling.rst:236 msgid "" "Go to `GitHub `__ and open a " "pull request to the ``master`` branch of the upstream repository. The pull " @@ -258,11 +266,11 @@ msgid "" "checks out. Thanks for contributing!" msgstr "" -#: ../../docs/user/developers/compiling.rst:231 +#: ../../docs/user/developers/compiling.rst:242 msgid "Verify signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:233 +#: ../../docs/user/developers/compiling.rst:244 msgid "" "The `guix.sigs repository `_ contains" " deterministic build results signed by multiple Core developers for each " @@ -270,13 +278,13 @@ msgid "" "verification. Import the public keys::" msgstr "" -#: ../../docs/user/developers/compiling.rst:242 +#: ../../docs/user/developers/compiling.rst:253 msgid "" "Run the following commands to verify that your build matches the official " "release::" msgstr "" -#: ../../docs/user/developers/compiling.rst:252 +#: ../../docs/user/developers/compiling.rst:263 msgid "" "You should get a result similar to the following for Linux, Windows, MacOS, " "Signed Windows, and Signed MacOS. Assuming the previous steps completed " @@ -284,11 +292,11 @@ msgid "" "also." msgstr "" -#: ../../docs/user/developers/compiling.rst:341 +#: ../../docs/user/developers/compiling.rst:352 msgid "Gitian" msgstr "" -#: ../../docs/user/developers/compiling.rst:344 +#: ../../docs/user/developers/compiling.rst:355 msgid "" "Gitian builds were deprecated in favor of Guix builds with the release of " "Dash Core v20.0. Instructions on building Dash Core 19.0 or older versions " diff --git a/locale/de/LC_MESSAGES/docs/user/developers/index.po b/locale/de/LC_MESSAGES/docs/user/developers/index.po index 3be7bec88..92c171820 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/insight.po b/locale/de/LC_MESSAGES/docs/user/developers/insight.po index 677df08df..c7ee84a41 100644 --- a/locale/de/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/de/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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -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-21.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-21.1.1/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 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 28ab0114c..4714420f1 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 8e1d67b40..fd4ffbb2c 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 dec91e2a3..115ec2c56 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 31ece60c8..723a2a161 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 7f15d848b..30d72e5c2 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 95f55ba26..d9ac87c2b 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 4e033bb74..bf3c3c72c 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/index.po b/locale/de/LC_MESSAGES/docs/user/index.po index d88ea9f46..3e6ab1032 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 f64d79d6a..4cbff0cbe 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 b8abed2eb..99e5c4cc8 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 d9f8884d6..e11cae31d 100644 --- a/locale/de/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/de/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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Leon White , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" @@ -88,12 +88,12 @@ msgid "https://dashdevs.org" msgstr "" #: ../../docs/user/introduction/information.rst:32 -#: ../../docs/user/introduction/information.rst:166 +#: ../../docs/user/introduction/information.rst:173 msgid "https://www.dashcentral.org" msgstr "" #: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:183 msgid "https://www.dashninja.pl" msgstr "" @@ -102,7 +102,7 @@ msgid "https://dashnews.org" msgstr "" #: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:167 +#: ../../docs/user/introduction/information.rst:174 msgid "https://dashvotetracker.com" msgstr "" @@ -414,228 +414,244 @@ msgid "Block explorers, statistics and visualizations" msgstr "" #: ../../docs/user/introduction/information.rst:152 +msgid "**Dash Core**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:154 msgid "https://insight.dash.org/insight/" msgstr "" -#: ../../docs/user/introduction/information.rst:153 +#: ../../docs/user/introduction/information.rst:155 msgid "https://blockchair.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:154 +#: ../../docs/user/introduction/information.rst:156 msgid "https://chainz.cryptoid.info/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:157 msgid "https://www.oklink.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:156 +#: ../../docs/user/introduction/information.rst:158 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:159 msgid "https://dashblockexplorer.com" msgstr "" -#: ../../docs/user/introduction/information.rst:158 +#: ../../docs/user/introduction/information.rst:160 msgid "https://live.blockcypher.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:159 +#: ../../docs/user/introduction/information.rst:161 msgid "https://dash.tokenview.io" msgstr "" -#: ../../docs/user/introduction/information.rst:160 +#: ../../docs/user/introduction/information.rst:162 msgid "https://udjinm6.github.io/bitlisten/" msgstr "" #: ../../docs/user/introduction/information.rst:164 +msgid "**Dash Platform**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:166 +msgid "https://platform-explorer.com/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:167 +msgid "https://mnowatch.org/evonodes/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:171 msgid "Treasury tools" msgstr "" -#: ../../docs/user/introduction/information.rst:168 +#: ../../docs/user/introduction/information.rst:175 msgid "https://proposal.dash.org" msgstr "" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl/governance.html" msgstr "" -#: ../../docs/user/introduction/information.rst:170 +#: ../../docs/user/introduction/information.rst:177 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:181 msgid "Masternode management" msgstr "" -#: ../../docs/user/introduction/information.rst:177 +#: ../../docs/user/introduction/information.rst:184 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "" -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:185 msgid "http://178.254.23.111/~pub/Dash/Dash_Info.html" msgstr "" -#: ../../docs/user/introduction/information.rst:179 +#: ../../docs/user/introduction/information.rst:186 msgid "https://dash-news.de/dashtv/" msgstr "" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:187 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:184 +#: ../../docs/user/introduction/information.rst:191 msgid "Price monitoring and research" msgstr "" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:193 msgid "https://messari.io/asset/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:187 +#: ../../docs/user/introduction/information.rst:194 msgid "https://namu.wiki/w/Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:188 +#: ../../docs/user/introduction/information.rst:195 msgid "https://xangle.io/project/DASH/profile" msgstr "" -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:196 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:190 +#: ../../docs/user/introduction/information.rst:197 msgid "https://bitinfocharts.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:198 msgid "https://www.coingecko.com/en/coins/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:195 +#: ../../docs/user/introduction/information.rst:202 msgid "Dash Community project" msgstr "" -#: ../../docs/user/introduction/information.rst:197 +#: ../../docs/user/introduction/information.rst:204 msgid "https://dashcommunity.github.io" msgstr "" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:205 msgid "https://github.com/dashcommunity" msgstr "" -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:209 msgid "DarkNet pages" msgstr "" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:211 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:212 msgid "" "**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:213 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:217 msgid "Mobile Apps" msgstr "" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:220 msgid "iOS" msgstr "" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:222 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:223 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "" -#: ../../docs/user/introduction/information.rst:217 +#: ../../docs/user/introduction/information.rst:224 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "" -#: ../../docs/user/introduction/information.rst:218 +#: ../../docs/user/introduction/information.rst:225 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "" -#: ../../docs/user/introduction/information.rst:219 +#: ../../docs/user/introduction/information.rst:226 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "" -#: ../../docs/user/introduction/information.rst:220 +#: ../../docs/user/introduction/information.rst:227 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:231 msgid "Android" msgstr "Android" -#: ../../docs/user/introduction/information.rst:226 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:227 +#: ../../docs/user/introduction/information.rst:234 msgid "" "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" -#: ../../docs/user/introduction/information.rst:228 +#: ../../docs/user/introduction/information.rst:235 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:229 +#: ../../docs/user/introduction/information.rst:236 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" msgstr "" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:237 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" msgstr "" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:238 msgid "" "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:232 +#: ../../docs/user/introduction/information.rst:239 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" msgstr "" -#: ../../docs/user/introduction/information.rst:233 +#: ../../docs/user/introduction/information.rst:240 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" msgstr "" -#: ../../docs/user/introduction/information.rst:240 +#: ../../docs/user/introduction/information.rst:247 msgid "Glossary" msgstr "" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:250 msgid "51% Attack" msgstr "" -#: ../../docs/user/introduction/information.rst:245 +#: ../../docs/user/introduction/information.rst:252 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 " @@ -644,11 +660,11 @@ msgid "" "block." msgstr "" -#: ../../docs/user/introduction/information.rst:250 +#: ../../docs/user/introduction/information.rst:257 msgid "Address" msgstr "" -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:259 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -657,11 +673,11 @@ msgid "" "digitally sign transactions (see Public key)." msgstr "" -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:264 msgid "Algorithm" msgstr "" -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:266 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-step" @@ -669,22 +685,22 @@ msgid "" "processing, and/or automated reasoning tasks." msgstr "" -#: ../../docs/user/introduction/information.rst:263 +#: ../../docs/user/introduction/information.rst:270 msgid "Altcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:272 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:268 +#: ../../docs/user/introduction/information.rst:275 msgid "AML" msgstr "" -#: ../../docs/user/introduction/information.rst:270 +#: ../../docs/user/introduction/information.rst:277 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. AML" @@ -692,18 +708,18 @@ msgid "" " AML techniques to Dash exchanges." msgstr "" -#: ../../docs/user/introduction/information.rst:274 +#: ../../docs/user/introduction/information.rst:281 msgid "API" msgstr "" -#: ../../docs/user/introduction/information.rst:276 +#: ../../docs/user/introduction/information.rst:283 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a set" " of routines, protocols, and tools for building software and applications." msgstr "" -#: ../../docs/user/introduction/information.rst:281 +#: ../../docs/user/introduction/information.rst:288 msgid "" "An API expresses a software component in terms of its operations, inputs, " "outputs, and underlying types, defining functionalities that are independent" @@ -713,11 +729,11 @@ msgid "" "are then put together by the programmer." msgstr "" -#: ../../docs/user/introduction/information.rst:288 +#: ../../docs/user/introduction/information.rst:295 msgid "ASIC" msgstr "" -#: ../../docs/user/introduction/information.rst:290 +#: ../../docs/user/introduction/information.rst:297 msgid "" "An application-specific integrated circuit (ASIC), is an integrated circuit " "(IC) customized for a particular use, rather than intended for general-" @@ -725,11 +741,11 @@ msgid "" " or for :ref:`high-efficiency Dash mining ` is an ASIC." msgstr "" -#: ../../docs/user/introduction/information.rst:295 +#: ../../docs/user/introduction/information.rst:302 msgid "ATM / BTM" msgstr "" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:304 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 " @@ -737,21 +753,21 @@ msgid "" "supported on several :ref:`ATMs `." msgstr "" -#: ../../docs/user/introduction/information.rst:301 +#: ../../docs/user/introduction/information.rst:308 msgid "Backlog" msgstr "" -#: ../../docs/user/introduction/information.rst:303 +#: ../../docs/user/introduction/information.rst:310 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:305 +#: ../../docs/user/introduction/information.rst:312 msgid "Backup" msgstr "Backup" -#: ../../docs/user/introduction/information.rst:307 +#: ../../docs/user/introduction/information.rst:314 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 " @@ -762,22 +778,22 @@ msgid "" "backup." msgstr "" -#: ../../docs/user/introduction/information.rst:314 +#: ../../docs/user/introduction/information.rst:321 msgid "Bitcoin 2.0" msgstr "" -#: ../../docs/user/introduction/information.rst:316 +#: ../../docs/user/introduction/information.rst:323 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:320 +#: ../../docs/user/introduction/information.rst:327 msgid "Blockchain" msgstr "" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:329 msgid "" "A `blockchain `_ is a " "distributed database that maintains a continuously-growing list of data " @@ -789,11 +805,11 @@ msgid "" "timestamp and information linking it to a previous block." msgstr "" -#: ../../docs/user/introduction/information.rst:331 +#: ../../docs/user/introduction/information.rst:338 msgid "Blocks" msgstr "" -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:340 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -803,11 +819,11 @@ msgid "" "blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:346 msgid "ChainLock" msgstr "" -#: ../../docs/user/introduction/information.rst:341 +#: ../../docs/user/introduction/information.rst:348 msgid "" "Defined in `DIP8 " "`__, ChainLocks are" @@ -817,11 +833,11 @@ msgid "" "double spending." msgstr "" -#: ../../docs/user/introduction/information.rst:347 +#: ../../docs/user/introduction/information.rst:354 msgid "Cloud Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:349 +#: ../../docs/user/introduction/information.rst:356 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 " @@ -832,22 +848,22 @@ msgid "" " you store large quantities of funds in online wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:357 +#: ../../docs/user/introduction/information.rst:364 msgid "Coinbase transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:359 +#: ../../docs/user/introduction/information.rst:366 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:362 +#: ../../docs/user/introduction/information.rst:369 msgid "Cold Storage" msgstr "" -#: ../../docs/user/introduction/information.rst:364 +#: ../../docs/user/introduction/information.rst:371 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -855,11 +871,11 @@ msgid "" "wallet>`." msgstr "" -#: ../../docs/user/introduction/information.rst:368 +#: ../../docs/user/introduction/information.rst:375 msgid "Confirm(ed) Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:370 +#: ../../docs/user/introduction/information.rst:377 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 " @@ -868,15 +884,15 @@ msgid "" "more blocks are added to the blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:375 +#: ../../docs/user/introduction/information.rst:382 msgid "Confirmation Number" msgstr "" -#: ../../docs/user/introduction/information.rst:376 +#: ../../docs/user/introduction/information.rst:383 msgid "confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:386 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -888,11 +904,11 @@ msgid "" "considered \"safe\" and irreversible." msgstr "" -#: ../../docs/user/introduction/information.rst:387 +#: ../../docs/user/introduction/information.rst:394 msgid "Confirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:396 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be " @@ -900,11 +916,11 @@ msgid "" "the blockchain (and thus \"confirmed\")." msgstr "" -#: ../../docs/user/introduction/information.rst:393 +#: ../../docs/user/introduction/information.rst:400 msgid "Credit pool" msgstr "" -#: ../../docs/user/introduction/information.rst:395 +#: ../../docs/user/introduction/information.rst:402 msgid "" "A store of value on the Core chain that is funded by asset lock " "transactions. The credit pool mirrors the credit balance on Dash Platform. " @@ -912,11 +928,11 @@ msgid "" "Platform and unlocking it to withdraw back to Dash on the Core chain." msgstr "" -#: ../../docs/user/introduction/information.rst:398 +#: ../../docs/user/introduction/information.rst:405 msgid "CPU" msgstr "" -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:407 msgid "" "A `central processing unit (CPU) " "`_ is the electronic " @@ -930,11 +946,11 @@ msgid "" "circuitry." msgstr "" -#: ../../docs/user/introduction/information.rst:410 +#: ../../docs/user/introduction/information.rst:417 msgid "Cryptocurrency" msgstr "" -#: ../../docs/user/introduction/information.rst:412 +#: ../../docs/user/introduction/information.rst:419 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -942,11 +958,11 @@ msgid "" "units." msgstr "" -#: ../../docs/user/introduction/information.rst:416 +#: ../../docs/user/introduction/information.rst:423 msgid "Cryptography" msgstr "" -#: ../../docs/user/introduction/information.rst:418 +#: ../../docs/user/introduction/information.rst:425 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -962,11 +978,11 @@ msgid "" "electronic commerce." msgstr "" -#: ../../docs/user/introduction/information.rst:430 +#: ../../docs/user/introduction/information.rst:437 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:432 +#: ../../docs/user/introduction/information.rst:439 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, 80% " @@ -979,72 +995,72 @@ msgid "" "the two terms are interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP" msgstr "" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:450 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." msgstr "" -#: ../../docs/user/introduction/information.rst:445 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP Client" msgstr "" -#: ../../docs/user/introduction/information.rst:447 +#: ../../docs/user/introduction/information.rst:454 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:449 +#: ../../docs/user/introduction/information.rst:456 msgid "DAP Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:451 +#: ../../docs/user/introduction/information.rst:458 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:453 +#: ../../docs/user/introduction/information.rst:460 msgid "DAP Space" msgstr "" -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:462 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:457 +#: ../../docs/user/introduction/information.rst:464 msgid "DAP State" msgstr "" -#: ../../docs/user/introduction/information.rst:459 +#: ../../docs/user/introduction/information.rst:466 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." msgstr "" -#: ../../docs/user/introduction/information.rst:461 +#: ../../docs/user/introduction/information.rst:468 msgid "DAPI" msgstr "" -#: ../../docs/user/introduction/information.rst:463 +#: ../../docs/user/introduction/information.rst:470 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 "" -#: ../../docs/user/introduction/information.rst:467 +#: ../../docs/user/introduction/information.rst:474 msgid "Dark Gravity Wave" msgstr "Dark Gravity Wave" -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:476 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" " *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" @@ -1054,21 +1070,21 @@ msgid "" "exploit." msgstr "" -#: ../../docs/user/introduction/information.rst:475 +#: ../../docs/user/introduction/information.rst:482 msgid "Darkcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:484 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:479 +#: ../../docs/user/introduction/information.rst:486 msgid "Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:488 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency was" " later renamed \"Dash\" to avoid association with the darknet markets. Dash " @@ -1079,22 +1095,22 @@ msgid "" ":ref:`Features ` page for a full list of Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:489 +#: ../../docs/user/introduction/information.rst:496 msgid "DashDrive" msgstr "" -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:498 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:494 +#: ../../docs/user/introduction/information.rst:501 msgid "Dash Client" msgstr "" -#: ../../docs/user/introduction/information.rst:496 +#: ../../docs/user/introduction/information.rst:503 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" @@ -1104,11 +1120,11 @@ msgid "" "infrastructure." msgstr "" -#: ../../docs/user/introduction/information.rst:502 +#: ../../docs/user/introduction/information.rst:509 msgid "Dash Core Wallet" msgstr "Dash Core Wallet" -#: ../../docs/user/introduction/information.rst:504 +#: ../../docs/user/introduction/information.rst:511 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 " @@ -1117,32 +1133,32 @@ msgid "" "it." msgstr "" -#: ../../docs/user/introduction/information.rst:509 +#: ../../docs/user/introduction/information.rst:516 msgid "Dash Evolution" msgstr "" -#: ../../docs/user/introduction/information.rst:511 +#: ../../docs/user/introduction/information.rst:518 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:515 +#: ../../docs/user/introduction/information.rst:522 msgid "Dash Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:517 +#: ../../docs/user/introduction/information.rst:524 msgid "" "A JSON-based language specification for defining and validating consensus " "data in Evolution." msgstr "" -#: ../../docs/user/introduction/information.rst:519 +#: ../../docs/user/introduction/information.rst:526 msgid "DDoS" msgstr "" -#: ../../docs/user/introduction/information.rst:521 +#: ../../docs/user/introduction/information.rst:528 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 " @@ -1152,11 +1168,11 @@ msgid "" "hit with DDoS attacks." msgstr "" -#: ../../docs/user/introduction/information.rst:527 +#: ../../docs/user/introduction/information.rst:534 msgid "Decentralized" msgstr "" -#: ../../docs/user/introduction/information.rst:529 +#: ../../docs/user/introduction/information.rst:536 msgid "" "`Decentralized computing " "`_ is the allocation " @@ -1175,11 +1191,11 @@ msgid "" "effectiveness." msgstr "" -#: ../../docs/user/introduction/information.rst:544 +#: ../../docs/user/introduction/information.rst:551 msgid "Desktop Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:546 +#: ../../docs/user/introduction/information.rst:553 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 " @@ -1188,11 +1204,11 @@ msgid "" " `" msgstr "" -#: ../../docs/user/introduction/information.rst:552 +#: ../../docs/user/introduction/information.rst:559 msgid "Difficulty" msgstr "" -#: ../../docs/user/introduction/information.rst:554 +#: ../../docs/user/introduction/information.rst:561 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 " @@ -1204,15 +1220,15 @@ msgid "" "difficulty to increase over time." msgstr "" -#: ../../docs/user/introduction/information.rst:563 +#: ../../docs/user/introduction/information.rst:570 msgid "Digital Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:565 +#: ../../docs/user/introduction/information.rst:572 msgid "See :ref:`this link ` for full documentation on wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:567 +#: ../../docs/user/introduction/information.rst:574 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 " @@ -1221,7 +1237,7 @@ msgid "" "wallets can exist in many different forms and on many devices:" msgstr "" -#: ../../docs/user/introduction/information.rst:574 +#: ../../docs/user/introduction/information.rst:581 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1231,7 +1247,7 @@ msgid "" "funds." msgstr "" -#: ../../docs/user/introduction/information.rst:582 +#: ../../docs/user/introduction/information.rst:589 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or Apple " @@ -1242,7 +1258,7 @@ msgid "" "of funds on these wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your Dash " @@ -1256,7 +1272,7 @@ msgid "" "wallet or cryptocurrency exchange." msgstr "" -#: ../../docs/user/introduction/information.rst:603 +#: ../../docs/user/introduction/information.rst:610 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1268,7 +1284,7 @@ msgid "" "storage for your Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:613 +#: ../../docs/user/introduction/information.rst:620 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the internet." @@ -1281,11 +1297,11 @@ msgid "" "for long-term (multi-year) storage because they degrade over time." msgstr "" -#: ../../docs/user/introduction/information.rst:623 +#: ../../docs/user/introduction/information.rst:630 msgid "DKG" msgstr "" -#: ../../docs/user/introduction/information.rst:625 +#: ../../docs/user/introduction/information.rst:632 msgid "" "Defined in `DIP6 " "`__, Distributed " @@ -1297,11 +1313,11 @@ msgid "" "of Shamir’s Secret Sharing." msgstr "" -#: ../../docs/user/introduction/information.rst:633 +#: ../../docs/user/introduction/information.rst:640 msgid "Digital Signature" msgstr "" -#: ../../docs/user/introduction/information.rst:635 +#: ../../docs/user/introduction/information.rst:642 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 " @@ -1312,11 +1328,11 @@ msgid "" " owner of a certain Dash address." msgstr "" -#: ../../docs/user/introduction/information.rst:643 +#: ../../docs/user/introduction/information.rst:650 msgid "Electrum Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:645 +#: ../../docs/user/introduction/information.rst:652 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight wallet " "that does not require you to download or sync the entire blockchain, making " @@ -1324,11 +1340,11 @@ msgid "" " CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:656 msgid "Encryption" msgstr "Verschlüsselung" -#: ../../docs/user/introduction/information.rst:651 +#: ../../docs/user/introduction/information.rst:658 msgid "" "In cryptography, `encryption `_ is" " the process of encoding messages or information in such a way that only " @@ -1343,15 +1359,15 @@ msgid "" "\"uncrackable.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:663 +#: ../../docs/user/introduction/information.rst:670 msgid "Escrow Services" msgstr "" -#: ../../docs/user/introduction/information.rst:665 +#: ../../docs/user/introduction/information.rst:672 msgid "An `escrow `_ is:" msgstr "" -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:674 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1359,20 +1375,20 @@ msgid "" "or" msgstr "" -#: ../../docs/user/introduction/information.rst:672 +#: ../../docs/user/introduction/information.rst:679 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:676 +#: ../../docs/user/introduction/information.rst:683 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:679 +#: ../../docs/user/introduction/information.rst:686 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1383,22 +1399,22 @@ msgid "" " the product (or currency) being purchased to the appropriate party." msgstr "" -#: ../../docs/user/introduction/information.rst:687 +#: ../../docs/user/introduction/information.rst:694 msgid "Evan Duffield" msgstr "" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:696 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:692 +#: ../../docs/user/introduction/information.rst:699 msgid "Exchange" msgstr "" -#: ../../docs/user/introduction/information.rst:694 +#: ../../docs/user/introduction/information.rst:701 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" @@ -1411,11 +1427,11 @@ msgid "" "time of each transaction." msgstr "" -#: ../../docs/user/introduction/information.rst:704 +#: ../../docs/user/introduction/information.rst:711 msgid "Faucet" msgstr "" -#: ../../docs/user/introduction/information.rst:706 +#: ../../docs/user/introduction/information.rst:713 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 " @@ -1423,40 +1439,40 @@ msgid "" "or task as described by the website." msgstr "" -#: ../../docs/user/introduction/information.rst:710 +#: ../../docs/user/introduction/information.rst:717 msgid "Fiat Gateway" msgstr "" -#: ../../docs/user/introduction/information.rst:712 +#: ../../docs/user/introduction/information.rst:719 msgid "" "`Fiat money `_ has been defined " "variously as:" msgstr "" -#: ../../docs/user/introduction/information.rst:715 +#: ../../docs/user/introduction/information.rst:722 msgid "Any money declared by a government to be legal tender." msgstr "" -#: ../../docs/user/introduction/information.rst:716 +#: ../../docs/user/introduction/information.rst:723 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:717 +#: ../../docs/user/introduction/information.rst:724 msgid "" "Intrinsically valueless money used as money because of government decree." msgstr "" -#: ../../docs/user/introduction/information.rst:719 +#: ../../docs/user/introduction/information.rst:726 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "" -#: ../../docs/user/introduction/information.rst:720 +#: ../../docs/user/introduction/information.rst:727 msgid "Fintech" msgstr "" -#: ../../docs/user/introduction/information.rst:722 +#: ../../docs/user/introduction/information.rst:729 msgid "" "`Financial technology " "`_, also known as " @@ -1468,11 +1484,11 @@ msgid "" "Bitcoin." msgstr "" -#: ../../docs/user/introduction/information.rst:730 +#: ../../docs/user/introduction/information.rst:737 msgid "Fork" msgstr "" -#: ../../docs/user/introduction/information.rst:732 +#: ../../docs/user/introduction/information.rst:739 msgid "" "When the blockchain diverges or splits, with some clients recognizing one " "version of the blockchain as valid, and other clients believing that a " @@ -1483,18 +1499,18 @@ msgid "" "extremely dangerous and should be avoided if possible." msgstr "" -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:748 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:744 +#: ../../docs/user/introduction/information.rst:751 msgid "Full Nodes" msgstr "" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:753 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 " @@ -1503,27 +1519,27 @@ msgid "" "blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:751 +#: ../../docs/user/introduction/information.rst:758 msgid "Fungible" msgstr "" -#: ../../docs/user/introduction/information.rst:753 +#: ../../docs/user/introduction/information.rst:760 msgid "Every unit of the currency is worth the same as any other unit." msgstr "" -#: ../../docs/user/introduction/information.rst:754 +#: ../../docs/user/introduction/information.rst:761 msgid "Genesis Block" msgstr "" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:763 msgid "The very first block in the block chain." msgstr "" -#: ../../docs/user/introduction/information.rst:757 +#: ../../docs/user/introduction/information.rst:764 msgid "GPU" msgstr "" -#: ../../docs/user/introduction/information.rst:759 +#: ../../docs/user/introduction/information.rst:766 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -1541,11 +1557,11 @@ msgid "" "GPUs." msgstr "" -#: ../../docs/user/introduction/information.rst:773 +#: ../../docs/user/introduction/information.rst:780 msgid "Hardware Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:782 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a piece " @@ -1553,11 +1569,11 @@ msgid "" "sign transactions as normal, making it both safe and convenient." msgstr "" -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:787 msgid "Hash" msgstr "" -#: ../../docs/user/introduction/information.rst:782 +#: ../../docs/user/introduction/information.rst:789 msgid "" "A mathematical process that takes a variable amount of data and produces a " "shorter, fixed-length output. A hashing function has two important " @@ -1566,39 +1582,39 @@ msgid "" "tiniest part of the input will produce an entirely different output." msgstr "" -#: ../../docs/user/introduction/information.rst:788 +#: ../../docs/user/introduction/information.rst:795 msgid "Hashrate" msgstr "" -#: ../../docs/user/introduction/information.rst:790 +#: ../../docs/user/introduction/information.rst:797 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:792 +#: ../../docs/user/introduction/information.rst:799 msgid "Insight" msgstr "Insight" -#: ../../docs/user/introduction/information.rst:794 +#: ../../docs/user/introduction/information.rst:801 msgid "" "Blockchain information server used to power block explorers and respond to " "transaction queries." msgstr "" -#: ../../docs/user/introduction/information.rst:796 +#: ../../docs/user/introduction/information.rst:803 msgid "InstantX" msgstr "" -#: ../../docs/user/introduction/information.rst:798 +#: ../../docs/user/introduction/information.rst:805 msgid "See InstantSend" msgstr "" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:806 msgid "InstantSend" msgstr "InstantSend" -#: ../../docs/user/introduction/information.rst:801 +#: ../../docs/user/introduction/information.rst:808 msgid "" ":ref:`InstantSend ` technology uses the masternode network to " "\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" @@ -1607,11 +1623,11 @@ msgid "" "after only a few seconds." msgstr "" -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:813 msgid "Liquidity" msgstr "" -#: ../../docs/user/introduction/information.rst:808 +#: ../../docs/user/introduction/information.rst:815 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" @@ -1619,11 +1635,11 @@ msgid "" "volatility, and the inability to easily determine the value of an asset." msgstr "" -#: ../../docs/user/introduction/information.rst:813 +#: ../../docs/user/introduction/information.rst:820 msgid "LLMQ" msgstr "" -#: ../../docs/user/introduction/information.rst:815 +#: ../../docs/user/introduction/information.rst:822 msgid "" "Defined in `DIP6 " "`__, A Long- Living" @@ -1635,28 +1651,28 @@ msgid "" " perform threshold signing of consensus related messages." msgstr "" -#: ../../docs/user/introduction/information.rst:824 +#: ../../docs/user/introduction/information.rst:831 msgid "Masternode" msgstr "" -#: ../../docs/user/introduction/information.rst:826 +#: ../../docs/user/introduction/information.rst:833 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:830 +#: ../../docs/user/introduction/information.rst:837 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:832 +#: ../../docs/user/introduction/information.rst:839 msgid "Mining" msgstr "Mining" -#: ../../docs/user/introduction/information.rst:834 +#: ../../docs/user/introduction/information.rst:841 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 " @@ -1664,19 +1680,19 @@ msgid "" ":ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:838 +#: ../../docs/user/introduction/information.rst:845 msgid "Mobile Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:840 +#: ../../docs/user/introduction/information.rst:847 msgid "These are wallets available on mobile devices (iOS + Android)." msgstr "" -#: ../../docs/user/introduction/information.rst:841 +#: ../../docs/user/introduction/information.rst:848 msgid "MultiSig" msgstr "" -#: ../../docs/user/introduction/information.rst:843 +#: ../../docs/user/introduction/information.rst:850 msgid "" "Multi-signature addresses provide additional security by requiring multiple " "people to sign a transaction with their private key before the transaction " @@ -1687,22 +1703,22 @@ msgid "" "since it makes theft much more difficult." msgstr "" -#: ../../docs/user/introduction/information.rst:851 +#: ../../docs/user/introduction/information.rst:858 msgid "Node" msgstr "" -#: ../../docs/user/introduction/information.rst:853 +#: ../../docs/user/introduction/information.rst:860 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:856 +#: ../../docs/user/introduction/information.rst:863 msgid "OTC" msgstr "" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:865 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 " @@ -1711,11 +1727,11 @@ msgid "" " order will move the price (called \"slippage\")." msgstr "" -#: ../../docs/user/introduction/information.rst:863 +#: ../../docs/user/introduction/information.rst:870 msgid "P2P" msgstr "" -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:872 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two " "parties in a highly interconnected network. An alternative system to a 'hub-" @@ -1723,22 +1739,22 @@ msgid "" " each other through a single mediation point." msgstr "" -#: ../../docs/user/introduction/information.rst:869 +#: ../../docs/user/introduction/information.rst:876 msgid "Paper Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:871 +#: ../../docs/user/introduction/information.rst:878 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:874 +#: ../../docs/user/introduction/information.rst:881 msgid "Privacy" msgstr "" -#: ../../docs/user/introduction/information.rst:876 +#: ../../docs/user/introduction/information.rst:883 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about themselves, " @@ -1751,11 +1767,11 @@ msgid "" "includes CoinJoin, which allows users to maintain financial privacy." msgstr "" -#: ../../docs/user/introduction/information.rst:886 +#: ../../docs/user/introduction/information.rst:893 msgid "Private Key" msgstr "" -#: ../../docs/user/introduction/information.rst:888 +#: ../../docs/user/introduction/information.rst:895 msgid "" "A `private key `_ is" " a long alphanumeric passcode that allows Dash to be spent. Every Dash " @@ -1766,22 +1782,22 @@ msgid "" "secret." msgstr "" -#: ../../docs/user/introduction/information.rst:895 +#: ../../docs/user/introduction/information.rst:902 msgid "PrivateSend" msgstr "PrivateSend" -#: ../../docs/user/introduction/information.rst:897 +#: ../../docs/user/introduction/information.rst:904 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:900 +#: ../../docs/user/introduction/information.rst:907 msgid "Proof of Service - PoSe" msgstr "" -#: ../../docs/user/introduction/information.rst:902 +#: ../../docs/user/introduction/information.rst:909 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided " "uninterrupted service meeting a minimum quality level to the network. " @@ -1789,11 +1805,11 @@ msgid "" "the global list and eventually into the selection pool to receive payment." msgstr "" -#: ../../docs/user/introduction/information.rst:908 +#: ../../docs/user/introduction/information.rst:915 msgid "Proof of Stake - PoS" msgstr "" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:917 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 " @@ -1807,11 +1823,11 @@ msgid "" "and the attacker's chain." msgstr "" -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:928 msgid "Proof of Work - PoW" msgstr "" -#: ../../docs/user/introduction/information.rst:923 +#: ../../docs/user/introduction/information.rst:930 msgid "" "Consensus mechanism that keeps all nodes honest by requiring computational " "power to be expended in order to create new blocks. Miners must use " @@ -1820,11 +1836,11 @@ msgid "" " chain and the network's nodes would never agree on which chain was valid." msgstr "" -#: ../../docs/user/introduction/information.rst:929 +#: ../../docs/user/introduction/information.rst:936 msgid "Public Key" msgstr "" -#: ../../docs/user/introduction/information.rst:931 +#: ../../docs/user/introduction/information.rst:938 msgid "" "The `public key `_ " "is derived from the private key but is not secret and can be revealed to " @@ -1832,11 +1848,11 @@ msgid "" " to verify that the signature is valid." msgstr "" -#: ../../docs/user/introduction/information.rst:936 +#: ../../docs/user/introduction/information.rst:943 msgid "Pump and dump" msgstr "" -#: ../../docs/user/introduction/information.rst:938 +#: ../../docs/user/introduction/information.rst:945 msgid "" "Inflating the value of a financial asset that has been produced or acquired " "cheaply, often using aggressive publicity and misleading statements. The " @@ -1846,21 +1862,21 @@ msgid "" "common in markets with low liquidity, such as some altcoins." msgstr "" -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:952 msgid "Quorum" msgstr "" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:954 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:949 +#: ../../docs/user/introduction/information.rst:956 msgid "QR Code" msgstr "" -#: ../../docs/user/introduction/information.rst:951 +#: ../../docs/user/introduction/information.rst:958 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -1868,33 +1884,33 @@ msgid "" "encode Dash addresses." msgstr "" -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:962 msgid "Satoshi Nakamoto" msgstr "" -#: ../../docs/user/introduction/information.rst:957 +#: ../../docs/user/introduction/information.rst:964 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:960 +#: ../../docs/user/introduction/information.rst:967 msgid "SDK" msgstr "" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:969 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:965 +#: ../../docs/user/introduction/information.rst:972 msgid "Signaling" msgstr "" -#: ../../docs/user/introduction/information.rst:967 +#: ../../docs/user/introduction/information.rst:974 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 " @@ -1903,22 +1919,22 @@ msgid "" "protocol and/or by setting a specific version bit within discovered blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:972 +#: ../../docs/user/introduction/information.rst:979 msgid "State View" msgstr "" -#: ../../docs/user/introduction/information.rst:974 +#: ../../docs/user/introduction/information.rst:981 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:977 +#: ../../docs/user/introduction/information.rst:984 msgid "Spork" msgstr "" -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:986 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -1935,29 +1951,29 @@ msgid "" " or client update." msgstr "" -#: ../../docs/user/introduction/information.rst:993 +#: ../../docs/user/introduction/information.rst:1000 msgid "Tainted Coins" msgstr "" -#: ../../docs/user/introduction/information.rst:995 +#: ../../docs/user/introduction/information.rst:1002 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:997 +#: ../../docs/user/introduction/information.rst:1004 msgid "tDash" msgstr "" -#: ../../docs/user/introduction/information.rst:999 +#: ../../docs/user/introduction/information.rst:1006 msgid "Test Dash, used on :ref:`testnet `." msgstr "" -#: ../../docs/user/introduction/information.rst:1000 +#: ../../docs/user/introduction/information.rst:1007 msgid "Testnet" msgstr "" -#: ../../docs/user/introduction/information.rst:1002 +#: ../../docs/user/introduction/information.rst:1009 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and test " @@ -1965,21 +1981,21 @@ msgid "" "errors or forks are not harmful." msgstr "" -#: ../../docs/user/introduction/information.rst:1006 +#: ../../docs/user/introduction/information.rst:1013 msgid "Tor" msgstr "" -#: ../../docs/user/introduction/information.rst:1008 +#: ../../docs/user/introduction/information.rst:1015 msgid "" "An anonymous routing protocol used by people wanting to hide their identity " "online." msgstr "" -#: ../../docs/user/introduction/information.rst:1010 +#: ../../docs/user/introduction/information.rst:1017 msgid "Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:1012 +#: ../../docs/user/introduction/information.rst:1019 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions may" " be divided into classical and special transactions. Similar to Bitcoin, " @@ -1989,82 +2005,82 @@ msgid "" "used to manage blockchain users, for example." msgstr "" -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:1026 msgid "Transaction Block" msgstr "" -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:1028 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:1023 +#: ../../docs/user/introduction/information.rst:1030 msgid "Transaction Fee" msgstr "" -#: ../../docs/user/introduction/information.rst:1025 +#: ../../docs/user/introduction/information.rst:1032 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:1028 +#: ../../docs/user/introduction/information.rst:1035 msgid "Unconfirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1037 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:1033 +#: ../../docs/user/introduction/information.rst:1040 msgid "Vanity Address" msgstr "" -#: ../../docs/user/introduction/information.rst:1035 +#: ../../docs/user/introduction/information.rst:1042 msgid "A Dash address with a desirable pattern, such as a name." msgstr "" -#: ../../docs/user/introduction/information.rst:1036 +#: ../../docs/user/introduction/information.rst:1043 msgid "Virgin Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:1038 +#: ../../docs/user/introduction/information.rst:1045 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:1040 +#: ../../docs/user/introduction/information.rst:1047 msgid "Volatility" msgstr "" -#: ../../docs/user/introduction/information.rst:1042 +#: ../../docs/user/introduction/information.rst:1049 msgid "" "The measurement of price movements over time for a traded financial asset " "(including Dash)." msgstr "" -#: ../../docs/user/introduction/information.rst:1044 +#: ../../docs/user/introduction/information.rst:1051 msgid "Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:1046 +#: ../../docs/user/introduction/information.rst:1053 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:1049 +#: ../../docs/user/introduction/information.rst:1056 msgid "Whitepaper" msgstr "Whitepaper" -#: ../../docs/user/introduction/information.rst:1051 +#: ../../docs/user/introduction/information.rst:1058 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a complex" @@ -2072,31 +2088,31 @@ msgid "" " to help readers understand an issue, solve a problem, or make a decision." msgstr "" -#: ../../docs/user/introduction/information.rst:1056 +#: ../../docs/user/introduction/information.rst:1063 msgid "X11" msgstr "" -#: ../../docs/user/introduction/information.rst:1058 +#: ../../docs/user/introduction/information.rst:1065 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash Core " "developer Evan Duffield." msgstr "" -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1067 msgid "Zero Confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1069 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:1064 +#: ../../docs/user/introduction/information.rst:1071 msgid "vin" msgstr "" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1073 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 " @@ -2104,11 +2120,11 @@ msgid "" "to work." msgstr "" -#: ../../docs/user/introduction/information.rst:1070 +#: ../../docs/user/introduction/information.rst:1077 msgid "VMN" msgstr "" -#: ../../docs/user/introduction/information.rst:1072 +#: ../../docs/user/introduction/information.rst:1079 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " diff --git a/locale/de/LC_MESSAGES/docs/user/introduction/safety.po b/locale/de/LC_MESSAGES/docs/user/introduction/safety.po index 3036ec936..73a899d5d 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 31d88dca5..67d44a390 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 c037a0c07..bd07efd63 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/dashmate-upgrade-v1.po b/locale/de/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po index 0f6cda235..ab02e1257 100644 --- a/locale/de/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po +++ b/locale/de/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2024-08-29 14:40+0000\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" @@ -46,22 +46,18 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:26 -msgid "Reset previous services to ensure compatibility with the new version::" -msgstr "" - -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:30 msgid "Update services::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:35 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:32 msgid "Start dashmate node" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:37 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:34 msgid "Start the node::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:41 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:38 msgid "" "Make sure the node works properly by running the following status commands::" msgstr "" diff --git a/locale/de/LC_MESSAGES/docs/user/masternodes/hosting.po b/locale/de/LC_MESSAGES/docs/user/masternodes/hosting.po index 8e8b96d4b..f4bb6df68 100644 --- a/locale/de/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/de/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -80,295 +80,303 @@ msgid "Operated by: CrowdNode ApS" msgstr "" #: ../../docs/user/masternodes/hosting.rst:36 -#: ../../docs/user/masternodes/hosting.rst:90 -#: ../../docs/user/masternodes/hosting.rst:146 +#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:148 msgid "Services: Hosting, Shares" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:37 -msgid "Cost: 15% of masternode payments" +#: ../../docs/user/masternodes/hosting.rst:38 +msgid "Cost:" msgstr "" #: ../../docs/user/masternodes/hosting.rst:38 -msgid "`Site `__" +msgid "35% of trusted masternode/evonode payments" msgstr "" #: ../../docs/user/masternodes/hosting.rst:39 +msgid "20% of trustless masternode payments" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:40 +msgid "`Site `__" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:41 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:43 +#: ../../docs/user/masternodes/hosting.rst:45 msgid "Allnodes" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:50 +#: ../../docs/user/masternodes/hosting.rst:52 msgid "" "`https://www.allnodes.com " "`__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:52 +#: ../../docs/user/masternodes/hosting.rst:54 msgid "Operated by: Sephiroth" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:53 +#: ../../docs/user/masternodes/hosting.rst:55 msgid "Services: Monitoring, Hosting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:54 +#: ../../docs/user/masternodes/hosting.rst:56 msgid "Cost: from $4.50/month" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:55 +#: ../../docs/user/masternodes/hosting.rst:57 msgid "" "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:56 +#: ../../docs/user/masternodes/hosting.rst:58 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:57 +#: ../../docs/user/masternodes/hosting.rst:59 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:58 +#: ../../docs/user/masternodes/hosting.rst:60 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:59 +#: ../../docs/user/masternodes/hosting.rst:61 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:63 +#: ../../docs/user/masternodes/hosting.rst:65 msgid "SID Hosting Service" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:70 +#: ../../docs/user/masternodes/hosting.rst:72 msgid "https://dashmasternode.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:72 +#: ../../docs/user/masternodes/hosting.rst:74 msgid "Operated by: splawik21 (Dash Core team member)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:73 -#: ../../docs/user/masternodes/hosting.rst:160 +#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:162 msgid "Services: Hosting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:74 +#: ../../docs/user/masternodes/hosting.rst:76 msgid "Cost: €25/month, paid in Dash" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:77 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:76 +#: ../../docs/user/masternodes/hosting.rst:78 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:80 +#: ../../docs/user/masternodes/hosting.rst:82 msgid "Pool of Stake" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:87 +#: ../../docs/user/masternodes/hosting.rst:89 msgid "https://www.poolofstake.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:89 +#: ../../docs/user/masternodes/hosting.rst:91 msgid "Operated by: Pool of Stake OÜ" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:91 +#: ../../docs/user/masternodes/hosting.rst:93 msgid "15% of masternode payments (5% with tokens)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:94 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:93 +#: ../../docs/user/masternodes/hosting.rst:95 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:94 +#: ../../docs/user/masternodes/hosting.rst:96 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:95 +#: ../../docs/user/masternodes/hosting.rst:97 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:99 +#: ../../docs/user/masternodes/hosting.rst:101 msgid "Staked" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:106 +#: ../../docs/user/masternodes/hosting.rst:108 msgid "https://staked.us" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:108 +#: ../../docs/user/masternodes/hosting.rst:110 msgid "Operated by: Staked" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:109 +#: ../../docs/user/masternodes/hosting.rst:111 msgid "Services: Hosting, Reporting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:110 +#: ../../docs/user/masternodes/hosting.rst:112 msgid "Cost: 10% of rewards" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:111 +#: ../../docs/user/masternodes/hosting.rst:113 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:112 +#: ../../docs/user/masternodes/hosting.rst:114 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:116 +#: ../../docs/user/masternodes/hosting.rst:118 msgid "NodeHub.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:123 +#: ../../docs/user/masternodes/hosting.rst:125 msgid "https://nodehub.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:125 +#: ../../docs/user/masternodes/hosting.rst:127 msgid "Operated by: NodeHub LLC" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:126 +#: ../../docs/user/masternodes/hosting.rst:128 msgid "Services: Hosting, Governance, Stats, Monitoring" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:127 +#: ../../docs/user/masternodes/hosting.rst:129 msgid "Cost: $3.90/month (charged daily at $0.13)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:128 +#: ../../docs/user/masternodes/hosting.rst:130 msgid "" "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:129 +#: ../../docs/user/masternodes/hosting.rst:131 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:130 +#: ../../docs/user/masternodes/hosting.rst:132 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:131 +#: ../../docs/user/masternodes/hosting.rst:133 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:132 +#: ../../docs/user/masternodes/hosting.rst:134 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:136 +#: ../../docs/user/masternodes/hosting.rst:138 msgid "Gentarium" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:143 +#: ../../docs/user/masternodes/hosting.rst:145 msgid "https://mn.gtmcoin.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:145 +#: ../../docs/user/masternodes/hosting.rst:147 msgid "Operated by: Gentarium International OÜ" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:147 +#: ../../docs/user/masternodes/hosting.rst:149 msgid "Cost: $3.99/month (charged daily at $0.15)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:148 +#: ../../docs/user/masternodes/hosting.rst:150 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:149 +#: ../../docs/user/masternodes/hosting.rst:151 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:150 +#: ../../docs/user/masternodes/hosting.rst:152 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:151 +#: ../../docs/user/masternodes/hosting.rst:153 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:155 +#: ../../docs/user/masternodes/hosting.rst:157 msgid "Masternodehosting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:157 +#: ../../docs/user/masternodes/hosting.rst:159 msgid "https://masternodehosting.com" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:159 +#: ../../docs/user/masternodes/hosting.rst:161 msgid "Operated by: flare (Dash Core team member)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:161 +#: ../../docs/user/masternodes/hosting.rst:163 msgid "Cost: €18/month" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:162 +#: ../../docs/user/masternodes/hosting.rst:164 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:163 +#: ../../docs/user/masternodes/hosting.rst:165 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:164 +#: ../../docs/user/masternodes/hosting.rst:166 msgid "" "`Forum `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:170 +#: ../../docs/user/masternodes/hosting.rst:172 msgid "Registering a hosted masternode" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:172 +#: ../../docs/user/masternodes/hosting.rst:174 msgid "A list of available documentation appears below:" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:174 +#: ../../docs/user/masternodes/hosting.rst:176 msgid ":ref:`Full masternode setup guide `" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:175 +#: ../../docs/user/masternodes/hosting.rst:177 msgid "" ":ref:`Information for users of hosted masternodes ` (you are " "here)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:176 +#: ../../docs/user/masternodes/hosting.rst:178 msgid "" ":ref:`Information for operators of hosted masternodes `" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:178 +#: ../../docs/user/masternodes/hosting.rst:180 msgid "Registering a hosted masternode is done in several steps:" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:180 +#: ../../docs/user/masternodes/hosting.rst:182 msgid "" "Send 1000 DASH to an address you control in a single transaction and wait " "for 15 confirmations" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:182 +#: ../../docs/user/masternodes/hosting.rst:184 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 " @@ -376,13 +384,13 @@ msgid "" "will be set up before or after the registration transaction" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:187 +#: ../../docs/user/masternodes/hosting.rst:189 msgid "" "Prepare, sign and broadcast the registration transaction using Dash Core or " "DMT" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:190 +#: ../../docs/user/masternodes/hosting.rst:192 msgid "" "It is **highly recommended** to store the keys to your masternode collateral" " on a :ref:`hardware wallet ` for added security " @@ -394,11 +402,11 @@ msgid "" "beginning from the :ref:`registration step `." msgstr "" -#: ../../docs/user/masternodes/hosting.rst:204 +#: ../../docs/user/masternodes/hosting.rst:206 msgid "Operator transactions" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:206 +#: ../../docs/user/masternodes/hosting.rst:208 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 " @@ -412,7 +420,7 @@ msgid "" "update the service features and register the masternode." msgstr "" -#: ../../docs/user/masternodes/hosting.rst:218 +#: ../../docs/user/masternodes/hosting.rst:220 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 " diff --git a/locale/de/LC_MESSAGES/docs/user/masternodes/index.po b/locale/de/LC_MESSAGES/docs/user/masternodes/index.po index ae700521f..2f6c69a5a 100644 --- a/locale/de/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/de/LC_MESSAGES/docs/user/masternodes/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/masternodes/server-config.po b/locale/de/LC_MESSAGES/docs/user/masternodes/server-config.po index 0ba7af18f..e0512b563 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -72,7 +72,15 @@ msgid "" "ISPs allocate dynamic IP addresses to home users." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:41 +#: ../../docs/user/masternodes/server-config.rst:43 +msgid "" +"Disabling IPv6 is highly recommended to prevent communication issues that " +"have been observed when running nodes on some VPS providers. We recommend " +"turning it off through the VPS provider's setup wizard during initial server" +" creation." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:47 msgid "" "Before beginning, take a few minutes to review the masternode and evonode " ":hoverxref:`hardware requirements ` which may help you " @@ -87,66 +95,66 @@ msgid "" "on the following screen:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:56 +#: ../../docs/user/masternodes/server-config.rst:62 msgid "Vultr server location selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:58 +#: ../../docs/user/masternodes/server-config.rst:64 msgid "" "Select Ubuntu 24.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 "" -#: ../../docs/user/masternodes/server-config.rst:65 +#: ../../docs/user/masternodes/server-config.rst:71 msgid "Vultr server type selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:67 +#: ../../docs/user/masternodes/server-config.rst:73 msgid "" "Select a server size according to the hardware requirements for you " ":hoverxref:`masternode ` or :hoverxref:`evonode " "`:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:73 +#: ../../docs/user/masternodes/server-config.rst:79 msgid "Vultr server size selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:75 +#: ../../docs/user/masternodes/server-config.rst:81 msgid "" "Enter a hostname and label for your server. In this example we will use " "``dashmn1`` as the hostname." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:81 +#: ../../docs/user/masternodes/server-config.rst:87 msgid "Vultr server hostname & label selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:83 +#: ../../docs/user/masternodes/server-config.rst:89 msgid "" "Vultr will now install your server. This process may take a few minutes." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:88 +#: ../../docs/user/masternodes/server-config.rst:94 msgid "Vultr server installation screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:90 +#: ../../docs/user/masternodes/server-config.rst:96 msgid "" "Click **Manage** when installation is complete and take note of the IP " "address, username and password." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:96 +#: ../../docs/user/masternodes/server-config.rst:102 msgid "Vultr server management screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:101 +#: ../../docs/user/masternodes/server-config.rst:107 msgid "Set up your operating system" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:103 +#: ../../docs/user/masternodes/server-config.rst:109 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" @@ -157,11 +165,11 @@ msgid "" "and enter your password when prompted." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:114 +#: ../../docs/user/masternodes/server-config.rst:120 msgid "PuTTY download page" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:116 +#: ../../docs/user/masternodes/server-config.rst:122 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** " @@ -170,26 +178,26 @@ msgid "" "**Yes** to trust this server in the future." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:125 +#: ../../docs/user/masternodes/server-config.rst:131 msgid "PuTTY security alert when connecting to a new server" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:127 +#: ../../docs/user/masternodes/server-config.rst:133 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 "" -#: ../../docs/user/masternodes/server-config.rst:134 +#: ../../docs/user/masternodes/server-config.rst:140 msgid "Password challenge when connecting to your VPS for the first time" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:138 +#: ../../docs/user/masternodes/server-config.rst:144 msgid "Set up users" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:140 +#: ../../docs/user/masternodes/server-config.rst:146 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 " @@ -198,14 +206,14 @@ msgid "" "current cursor location::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:148 +#: ../../docs/user/masternodes/server-config.rst:154 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 "" -#: ../../docs/user/masternodes/server-config.rst:154 +#: ../../docs/user/masternodes/server-config.rst:160 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 " @@ -214,37 +222,73 @@ msgid "" "perform commands as root::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:164 +#: ../../docs/user/masternodes/server-config.rst:170 msgid "Update the system" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:166 +#: ../../docs/user/masternodes/server-config.rst:172 msgid "" "Now, while still as root, we will update the system from the Ubuntu package " "repository::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:172 +#: ../../docs/user/masternodes/server-config.rst:178 msgid "" "The system will show a list of upgradable packages. Press **Y** and " "**Enter** to install the packages." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:177 +#: ../../docs/user/masternodes/server-config.rst:182 +msgid "Disable IPv6" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:184 +msgid "" +"We recommend turning off IPv6 to avoid potential communication issues. If " +"you cannot do this through your VPS provider's server configuration " +"settings, use the following steps to disable it through the operating " +"system." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:188 +msgid "Check if IPv6 is enabled::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:192 +msgid "If multiple inet6 entries are returned, open sysctrl.conf::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:197 +msgid "" +"Add the following lines at the end of the file, then press **Ctrl + X** to " +"close the editor, then **Y** and **Enter** save the file.::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:204 +msgid "Load the changes::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:208 +msgid "" +"Finally, check if IPv6 was successfully disabled. No entries should be " +"returned when you run the command this time::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:214 msgid "Configure the firewall" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:179 +#: ../../docs/user/masternodes/server-config.rst:216 msgid "" "We will now install a firewall (and some other packages we will use later)::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:183 -#: ../../docs/user/masternodes/server-config.rst:225 +#: ../../docs/user/masternodes/server-config.rst:220 +#: ../../docs/user/masternodes/server-config.rst:259 msgid "(press **Y** and **Enter** to confirm)" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:185 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Choose the appropriate firewall configuration below based on which network " "and masternode type your masternode will support:" @@ -262,53 +306,53 @@ msgstr "" msgid "Testnet" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:229 +#: ../../docs/user/masternodes/server-config.rst:263 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:231 +#: ../../docs/user/masternodes/server-config.rst:265 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:240 +#: ../../docs/user/masternodes/server-config.rst:274 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:250 +#: ../../docs/user/masternodes/server-config.rst:284 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:252 +#: ../../docs/user/masternodes/server-config.rst:286 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:258 +#: ../../docs/user/masternodes/server-config.rst:292 msgid "Create a new configuration file::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:296 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:307 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:279 +#: ../../docs/user/masternodes/server-config.rst:313 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:283 +#: ../../docs/user/masternodes/server-config.rst:317 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -317,25 +361,25 @@ msgid "" "**Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:289 +#: ../../docs/user/masternodes/server-config.rst:323 msgid "" "Optionally install or update `AppArmor `_ (try this " "step if you are having problems related to AppArmor)::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:295 +#: ../../docs/user/masternodes/server-config.rst:329 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:297 +#: ../../docs/user/masternodes/server-config.rst:331 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:301 +#: ../../docs/user/masternodes/server-config.rst:335 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:305 +#: ../../docs/user/masternodes/server-config.rst:339 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a `public" 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 3ef72b8ad..b4e114063 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2023-05-23 19:50+0000\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" @@ -354,7 +354,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:252 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -868,3 +868,21 @@ msgid "" "`_ are two options that " "accept cryptocurrency." msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:631 +msgid "" +"Please make sure that the certificate chain file contains your server " +"certificate at the top and intermediate/root certificates if present. If a " +"bundle file is present, you need to concatenate it with the certificate " +"file::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:637 +msgid "" +"Verify the validity of the private key and certificate chain by running " +"these commands::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:642 +msgid "The output of these two commands should be the same." +msgstr "" diff --git a/locale/de/LC_MESSAGES/docs/user/mining/index.po b/locale/de/LC_MESSAGES/docs/user/mining/index.po index 07261fc79..ee7a22dbd 100644 --- a/locale/de/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/de/LC_MESSAGES/docs/user/mining/index.po @@ -4,7 +4,6 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Nils Hermann , 2022 # Leon White , 2022 # #, fuzzy @@ -12,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Leon White , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" @@ -43,48 +42,12 @@ msgid "" "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." +"algorithm>`, which the miner must solve in order to earn rewards. A number " +"of X11 ASICs are available on the market, which help make Dash secure " +"against brute force attacks on the blockchain." 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." -#: ../../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." - -#: ../../docs/user/mining/index.rst:35 +#: ../../docs/user/mining/index.rst:20 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 " @@ -94,11 +57,11 @@ msgstr "" "Schwierigkeit des Netzwerks sowie der Hardware- und Stromkosten ab. Die " "folgenden Tools sind nützlich, um aktuelle Informationen zu analysieren." -#: ../../docs/user/mining/index.rst:39 +#: ../../docs/user/mining/index.rst:24 msgid "`Hashrate `_" msgstr "`Hashrate `_" -#: ../../docs/user/mining/index.rst:40 +#: ../../docs/user/mining/index.rst:25 msgid "" "`Mining difficulty `_" @@ -106,17 +69,17 @@ msgstr "" "`Mining difficulty `_" -#: ../../docs/user/mining/index.rst:41 +#: ../../docs/user/mining/index.rst:26 msgid "" "`Profitability calculation tool " "`_" msgstr "" -#: ../../docs/user/mining/index.rst:44 +#: ../../docs/user/mining/index.rst:29 msgid "Masternodes vs. Mining" msgstr "Masternodes vs. Mining" -#: ../../docs/user/mining/index.rst:46 +#: ../../docs/user/mining/index.rst:31 msgid "" "Dash, like Bitcoin and most other cryptocurrencies, is based on a " "decentralized ledger of all transactions, known as a blockchain. This " @@ -139,20 +102,20 @@ msgstr "" "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 +#: ../../docs/user/mining/index.rst:41 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% " +"rewarded when miners discover new blocks. The breakdown is as follows: 80% " "of the block subsidy is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " +"distribution found :ref:`here `, while 20% is " "reserved for the budget system (created by superblocks every month)." msgstr "" -#: ../../docs/user/mining/index.rst:67 +#: ../../docs/user/mining/index.rst:52 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 " @@ -169,7 +132,7 @@ msgstr "" "zu beanspruchen oder eine veraltete Version der Software verwenden, so " "würden die Masternodes diesen Block ablehnen." -#: ../../docs/user/mining/index.rst:75 +#: ../../docs/user/mining/index.rst:60 msgid "" "In short, miners power the first tier, which is the basic sending and " "receiving of funds and prevention of doublespending. Masternodes power the " @@ -193,33 +156,19 @@ msgstr "" "Masternode abgeschaltet und es werden keine weiteren Blockrewards an ihn " "ausgezahlt." -#: ../../docs/user/mining/index.rst:87 +#: ../../docs/user/mining/index.rst:72 msgid "Mining Pools" msgstr "Mining Pools" -#: ../../docs/user/mining/index.rst:89 +#: ../../docs/user/mining/index.rst:74 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." +"power." 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 " -"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." - -#: ../../docs/user/mining/index.rst:97 -msgid "http://www.p2poolmining.us/p2poolnodes/" -msgstr "http://www.p2poolmining.us/p2poolnodes/" -#: ../../docs/user/mining/index.rst:99 +#: ../../docs/user/mining/index.rst:79 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" @@ -229,77 +178,53 @@ msgid "" " be found :ref:`here `." msgstr "" -#: ../../docs/user/mining/index.rst:107 +#: ../../docs/user/mining/index.rst:87 msgid "https://coinfoundry.org" msgstr "https://coinfoundry.org" -#: ../../docs/user/mining/index.rst:108 +#: ../../docs/user/mining/index.rst:88 msgid "https://mining.luxor.tech" msgstr "" -#: ../../docs/user/mining/index.rst:109 -msgid "https://dash.suprnova.cc" -msgstr "https://dash.suprnova.cc" - -#: ../../docs/user/mining/index.rst:110 +#: ../../docs/user/mining/index.rst:89 msgid "https://www.nicehash.com" msgstr "https://www.nicehash.com" -#: ../../docs/user/mining/index.rst:111 -msgid "https://www.coinotron.com" -msgstr "https://www.coinotron.com" - -#: ../../docs/user/mining/index.rst:112 +#: ../../docs/user/mining/index.rst:90 msgid "https://dash.miningpoolhub.com" msgstr "https://dash.miningpoolhub.com" -#: ../../docs/user/mining/index.rst:113 +#: ../../docs/user/mining/index.rst:91 msgid "https://www.multipool.us" msgstr "https://www.multipool.us" -#: ../../docs/user/mining/index.rst:114 +#: ../../docs/user/mining/index.rst:92 msgid "https://www.f2pool.com" msgstr "https://www.f2pool.com" -#: ../../docs/user/mining/index.rst:115 -msgid "https://www2.coinmine.pl/dash/" -msgstr "" - -#: ../../docs/user/mining/index.rst:116 +#: ../../docs/user/mining/index.rst:93 msgid "https://www.antpool.com" msgstr "https://www.antpool.com" -#: ../../docs/user/mining/index.rst:117 -msgid "https://avalon-life.io" -msgstr "https://avalon-life.io" - -#: ../../docs/user/mining/index.rst:118 -msgid "https://www.genesis-mining.com" -msgstr "https://www.genesis-mining.com" - -#: ../../docs/user/mining/index.rst:119 +#: ../../docs/user/mining/index.rst:94 msgid "https://www.viabtc.com" msgstr "" -#: ../../docs/user/mining/index.rst:120 +#: ../../docs/user/mining/index.rst:95 msgid "https://zpool.ca" msgstr "" -#: ../../docs/user/mining/index.rst:122 +#: ../../docs/user/mining/index.rst:97 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" +"exercise discretion when using third-party services. If you'd like to be " +"added to this list, please open an issue on the `GitHub repository " +"`_." 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." -#: ../../docs/user/mining/index.rst:129 +#: ../../docs/user/mining/index.rst:104 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 " @@ -310,363 +235,11 @@ msgstr "" "` findet sich eine Erklärung, wie dies mithilfe der " "Dash Core erledigen kann." -#: ../../docs/user/mining/index.rst:143 -msgid "CPU Mining" -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 "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:158 ../../docs/user/mining/index.rst:292 -msgid "`Crypto Mining Blog `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:159 ../../docs/user/mining/index.rst:293 -msgid "" -"`Dash Forum Mining Discussions " -"`_" -msgstr "" - -#: ../../docs/user/mining/index.rst:160 ../../docs/user/mining/index.rst:294 -msgid "" -"`Bitcoin Talk Altcoin Mining Discussions " -"`_" -msgstr "" - -#: ../../docs/user/mining/index.rst:163 ../../docs/user/mining/index.rst:297 -msgid "Mining software" -msgstr "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:168 -msgid "https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:178 -msgid "CPU-Z showing details for an Intel i7 Haswell CPU" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:185 -msgid "https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c" -msgstr "" - -#: ../../docs/user/mining/index.rst:186 -msgid "https://github.com/tpruvot/cpuminer-multi" -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 " -"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 "" - -#: ../../docs/user/mining/index.rst:198 -msgid "Executable CPU miners for Dash" -msgstr "" - -#: ../../docs/user/mining/index.rst:201 ../../docs/user/mining/index.rst:345 -msgid "Configuration" -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::" -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::" -msgstr "" - -#: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 -msgid "Where:" -msgstr "" - -#: ../../docs/user/mining/index.rst:220 -msgid "minerd = the executable miner daemon file you choose to use" -msgstr "" - -#: ../../docs/user/mining/index.rst:221 -msgid "a = algorithm, which is X11 for Dash" -msgstr "" - -#: ../../docs/user/mining/index.rst:222 -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" -msgstr "" - -#: ../../docs/user/mining/index.rst:224 -msgid "p = password, can often be set to x" -msgstr "" - -#: ../../docs/user/mining/index.rst:225 -msgid "t = number of threads used" -msgstr "" - -#: ../../docs/user/mining/index.rst:226 -msgid "pause = keeps the window open in the case of errors" -msgstr "" - -#: ../../docs/user/mining/index.rst:228 -msgid "For the CPU in the example above, the command may be::" -msgstr "" - -#: ../../docs/user/mining/index.rst:236 -msgid "Notepad file showing an example command to start a CPU miner" -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." -msgstr "" - -#: ../../docs/user/mining/index.rst:243 ../../docs/user/mining/index.rst:392 -msgid "Testing" -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 "" - -#: ../../docs/user/mining/index.rst:257 -msgid "Example of CPU mining using DarkCoin CPUMiner 1.3 on Intel Core i7" -msgstr "" - -#: ../../docs/user/mining/index.rst:260 -msgid "Tips" -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." -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." -msgstr "" - -#: ../../docs/user/mining/index.rst:277 -msgid "GPU Mining" -msgstr "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:309 -msgid "" -"GPU-Z showing details for AMD Radeon Turks and NVIDIA Quadro GK104 class " -"GPUs" -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 "" - -#: ../../docs/user/mining/index.rst:318 -msgid "**AMD**" -msgstr "" - -#: ../../docs/user/mining/index.rst:320 -msgid "https://github.com/nicehash/sgminer/releases" -msgstr "" - -#: ../../docs/user/mining/index.rst:322 -msgid "**NVIDIA**" -msgstr "" - -#: ../../docs/user/mining/index.rst:324 -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)" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:335 -msgid "Executable GPU miners for Dash" -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." -msgstr "" - -#: ../../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" -msgstr "" - -#: ../../docs/user/mining/index.rst:373 -msgid "url = URL of your mining pool, including the protocol and port" -msgstr "" - -#: ../../docs/user/mining/index.rst:374 -msgid "" -"user = username, usually the Dash receiving address of your wallet or worker" -msgstr "" - -#: ../../docs/user/mining/index.rst:376 -msgid "pass = password, can often be set to x" -msgstr "" - -#: ../../docs/user/mining/index.rst:377 -msgid "" -"algorithm = hashing algorithm to use, in this case darkcoin (for historic " -"reasons) or darkcoin-mod" -msgstr "" - -#: ../../docs/user/mining/index.rst:380 -msgid "For the pool above, the configuration may be:" -msgstr "" - -#: ../../docs/user/mining/index.rst:385 -msgid "Configuration file for a Dash GPU miner" -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." -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." -msgstr "" - -#: ../../docs/user/mining/index.rst:403 -msgid "" -"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD Graphics " -"4600" -msgstr "" - -#: ../../docs/user/mining/index.rst:410 +#: ../../docs/user/mining/index.rst:120 msgid "ASIC Mining" msgstr "" -#: ../../docs/user/mining/index.rst:412 +#: ../../docs/user/mining/index.rst:122 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" @@ -674,431 +247,126 @@ msgid "" " than CPU or GPU miners, resulting in higher profit." msgstr "" -#: ../../docs/user/mining/index.rst:417 +#: ../../docs/user/mining/index.rst:127 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 `_." +"Forums `_." msgstr "" -#: ../../docs/user/mining/index.rst:424 +#: ../../docs/user/mining/index.rst:134 msgid "" "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 +#: ../../docs/user/mining/index.rst:138 msgid "Name" msgstr "Name" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Hash rate" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Power" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Weight" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Dimensions (mm)" msgstr "" -#: ../../docs/user/mining/index.rst:428 +#: ../../docs/user/mining/index.rst:138 msgid "Price" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "" "`Bitmain Antminer D5 " "`_" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "119 GH/s ±5%" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "1566 W" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "7.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "486 x 265 x 388" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "$1,180" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "`Spondoolies SPx36 `_" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "540 GH/s ±10%" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "4400 W" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "19.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "640 x 525 x 185" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "$7,000" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "" "`StrongU STU-U6 `_" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "420 GH/s ±8%" msgstr "" -#: ../../docs/user/mining/index.rst:434 ../../docs/user/mining/index.rst:478 +#: ../../docs/user/mining/index.rst:144 msgid "2100 W" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "8.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "370 x 135 x 208" msgstr "" -#: ../../docs/user/mining/index.rst:437 +#: ../../docs/user/mining/index.rst:147 msgid "ASIC resellers may also have miners available:" msgstr "" -#: ../../docs/user/mining/index.rst:439 +#: ../../docs/user/mining/index.rst:149 msgid "http://kaboomracks.com" msgstr "" -#: ../../docs/user/mining/index.rst:440 +#: ../../docs/user/mining/index.rst:150 msgid "https://brokerage.luxor.tech/dashboard" 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." -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "`Baikal BK-X `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "10 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "800 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "3.8 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "312 x 125 x 130" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "`Baikal Mini `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "150 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "40 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid ".475 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "140 x 100 x 95" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "`Baikal Giant+ A2000 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "2000 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "430 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 ../../docs/user/mining/index.rst:456 -msgid "3 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "300 x 140 x 125" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "`Baikal Giant A900 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "900 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "217 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "2.5 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "300 x 123 x 123" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "`Baikal Quad Cube `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "1200 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "300 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "135 x 135 x 425" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "" -"`Bitmain Antminer D3 " -"`_" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "17 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "970 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "6.5 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "320 x 130 x 190" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "`iBelink DM384M `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "384 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "715 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "21 kg" -msgstr "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:462 -msgid "`iBelink DM11G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 -msgid "11 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 ../../docs/user/mining/index.rst:464 -msgid "810 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 -msgid "22 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "`iBelink DM22G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "22 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "19 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "Pinidea DR-1" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "500 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "320 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 ../../docs/user/mining/index.rst:468 -#: ../../docs/user/mining/index.rst:470 -msgid "4.5 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "290 x 130 x 150" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 -msgid "Pinidea DR-2" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 -msgid "450 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 -msgid "335 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 ../../docs/user/mining/index.rst:470 -msgid "200 x 165 x 135" -msgstr "" - -#: ../../docs/user/mining/index.rst:470 -msgid "Pinidea DR-3" -msgstr "" - -#: ../../docs/user/mining/index.rst:470 -msgid "600 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:470 -msgid "345 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "Pinidea DU-1" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "9 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "7 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "50 x 50 x 30" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 -msgid "Pinidea DRX-Kuznetsov" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 -msgid "900 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 -msgid "650 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 ../../docs/user/mining/index.rst:476 -msgid "280 x 180 x 150" -msgstr "" - -#: ../../docs/user/mining/index.rst:476 -msgid "Pinidea DRX-Varyag" -msgstr "" - -#: ../../docs/user/mining/index.rst:476 -msgid "1200 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:476 -msgid "850 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "" -"`iBelink DM56G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "56 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "17 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "490 x 390 x 180" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "" -"`Innosilicon A5 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "32 GH/s ±8%" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "750 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "3.1 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "400 x 135 x 158" -msgstr "" diff --git a/locale/de/LC_MESSAGES/docs/user/mining/pools.po b/locale/de/LC_MESSAGES/docs/user/mining/pools.po index f5422754b..3f61ee432 100644 --- a/locale/de/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/de/LC_MESSAGES/docs/user/mining/pools.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/network/dash-evo-tool/index.po b/locale/de/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po new file mode 100644 index 000000000..01ab0e4e8 --- /dev/null +++ b/locale/de/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po @@ -0,0 +1,608 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2024, Dash Core Group, Inc +# This file is distributed under the same license as the Dash package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Nils Hermann , 2024 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Dash latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" +"PO-Revision-Date: 2024-11-18 17:41+0000\n" +"Last-Translator: Nils Hermann , 2024\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/dash-evo-tool/index.rst-1 +msgid "Description of dash evo tool features and usage" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst-1 +msgid "dash, platform, evonode, masternodes, dash evo tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:9 +msgid "Dash Evo Tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:11 +msgid "" +"Dash Evo Tool is an application designed to help you vote on usernames, " +"withdraw evonode credits, and complete an expanding list of Platform " +"actions. This guide describes how to download, install, and use the Dash Evo" +" Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:18 +msgid "Installation" +msgstr "Installation" + +#: ../../docs/user/network/dash-evo-tool/index.rst:22 +msgid "" +"The Dash Evo Tool requires a Dash Core full node configured to allow RPC and" +" ZMQ access." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:24 +msgid "" +"Linux, MacOS, or Windows packages are available on the `GitHub releases page" +" `__. Download the" +" zip file for your Operating System, then unzip the downloaded file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:28 +msgid "" +"`Windows `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:29 +msgid "" +"`Mac (ARM m1-m4) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:30 +msgid "" +"`Mac (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:31 +msgid "" +"`Linux (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:32 +msgid "" +"`Linux (ARM) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:37 +msgid "Configuration" +msgstr "Konfiguration" + +#: ../../docs/user/network/dash-evo-tool/index.rst:39 +msgid "Open the directory where the download was unzipped." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:40 +msgid "" +"Open the ``.env`` file (you may need to show hidden files to see it). For " +"the network you plan to connect to, make the following changes. Replace the " +"``*`` with the network name (MAINNET or TESTNET):" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:44 +msgid "" +"Update ``*_CORE_RPC_USER`` to match the ``rpcuser`` value from your Dash " +"Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:45 +msgid "" +"Update ``*_CORE_RPC_PASSWORD`` to match the ``rpcpassword`` value from your " +"Dash Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:47 +msgid "" +"If your dash.conf includes ``rpcallowip``, update ``*_CORE_HOST`` with that " +"IP address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:48 +msgid "" +"If your dash.conf includes ``rpcport``, update ``*_CORE_RPC_PORT`` with that" +" port." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:49 +msgid "" +"(*Optional*) If you are going to run Dash Core manually instead of launching" +" it via the Dash Evo Tool, you must enable ZMQ by adding the following lines" +" to your dash.conf file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Mainnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Testnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:72 +msgid "" +"The default location of the ``dash.conf`` file can be found in the " +":ref:`Dash Core documentation `. At a minimum, the following " +"values must be defined for RPC access to be enabled:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:82 +msgid "Updating the env file" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:84 +msgid "" +"When the application runs for the first time, it creates a application " +"directory and copies the ``.env`` file into it. It also stores application " +"data in the directory. Any further updates to the ``.env`` file must be made" +" to the copy in the application directory." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Operating System" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Configuration File Path" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "macOS" +msgstr "macOS" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "~/Library/Application Support/Dash-Evo-Tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "Windows" +msgstr "Windows" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "C:\\\\Users\\\\\\\\AppData\\\\Roaming\\\\Dash-Evo-Tool\\\\config" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "Linux" +msgstr "Linux" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "/home//.config/dash-evo-tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:99 +msgid "Running the application" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:101 +msgid "" +"Once the ``.env`` file is configured, launch the Dash Evo Tool by double-" +"clicking the file named ``dash-evo-tool``." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:104 +msgid "" +"Alternatively, you can launch the application directly from your terminal. " +"For example, on Linux, run::" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:112 +msgid "Network selection" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:114 +msgid "" +"The Dash Evo Tool supports both testnet and mainnet. To choose a network, " +"navigate to the Network Selection screen and click the checkbox in the " +"Select column for the desired network. Then click the **Start** button on " +"that row to launch Dash Core." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:122 +msgid "" +"You can also launch Dash Core manually without using the Dash Evo Tool. This" +" may be necessary if Dash Core is installed in a non-standard location. When" +" launching Dash Core manually, you must enable ZMQ as described in " +":hoverxref:`Configuration Step 3 `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:130 +msgid "Network selection screen with testnet selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:135 +msgid "Identity operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:140 +msgid "Load existing identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:142 +msgid "" +"On the main identity screen, click the **Load Identity** button on the upper" +" right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:149 +#: ../../docs/user/network/dash-evo-tool/index.rst:213 +msgid "Identity screen with no loaded identities" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:151 +msgid "" +"Some identity types require different information. Use the **Identity Type**" +" dropdown menu to select the type you want to add. In this example, an " +"evonode identity is being added." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:158 +msgid "Identity load screen for evonode" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:164 +msgid "" +"Your collateral key is **not** required. Do not enter it into the Dash Evo " +"Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:166 +msgid "" +"Add the Identity ID and Owner Private Key. You may also want to add the " +"Voting Private Key, but adding the Payout Address Private Key is **not** " +"recommended. For a masternode or evonode, use the protx hash as the Identity" +" ID." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:170 +msgid "" +"If you use the `Dash Masternode Tool `_, you can get the protx hash and private keys from the " +"masternode details screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:177 +msgid "Dash Masternode Tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:179 +msgid "" +"Click **Load Identity** once you have entered the required information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:185 +msgid "Identity load screen with evonode info filled out" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:187 +msgid "" +"Once the identity is loaded, you can view its balance and details about its " +"keys. For evonodes, you can also initiate :ref:`withdrawals `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:194 +#: ../../docs/user/network/dash-evo-tool/index.rst:270 +msgid "Identity screen with an evonode identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:199 +msgid "Create new identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:203 +msgid "" +"Before creating an identity, make sure you have :ref:`added a Dash Evo Tool " +"wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:206 +msgid "" +"On the main identity screen, click the **Create Identity** button on the " +"upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:215 +msgid "" +"On the create identity screen, leave the first two options set to the " +"default and select the funding method. Then, send the requested amount of " +"DASH to the provided address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:222 +msgid "Waiting for funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:224 +msgid "" +"The status will change from \"Waiting for funds\" to \"Waiting for Platform " +"acknowledgement\" once the funds have been received and the identity " +"registration process has started." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:231 +msgid "Waiting for Platform acknowledgement" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:233 +msgid "" +"Once the identity has been registered, you can choose to return to the " +"identity screen or proceed to :ref:`registering a name `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:240 +msgid "Identity creation success" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:247 +msgid "Identity screen with an identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:252 +msgid "Evonode withdrawals" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:256 +msgid "" +"Withdrawal requests enter a queue that is currently processed more slowly " +"than intended. Depending on the timing of the withdrawal request, it may " +"take up to 18 hours to complete." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:259 +msgid "" +"For security, there is also a limit on how much can be withdrawn from " +"Platform daily. If withdrawal requests hit the daily limit, they will remain" +" in the queue longer. For details, see this `DCG development update " +"`_." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:264 +msgid "" +"From the identity main screen, click the **Withdraw** button for an " +"identity." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:272 +msgid "" +"On the withdrawal screen, select the key to sign the withdrawal. Selecting " +"the owner key is recommended since this will direct the withdrawal to the " +"payout address. Next, set the amount to withdraw." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:278 +msgid "" +"The **Max** button currently has a bug and sets the withdrawal amount in " +"credits instead of DASH, so you will need to manually adjust the amount if " +"you use that button." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:281 +msgid "Click **Withdraw** after entering the information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:287 +msgid "Withdraw screen with key and amount selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:289 +msgid "" +"When the withdrawal confirmation screen opens, confirm that the amount and " +"destination address are correct. Click **Confirm** to request the " +"withdrawal." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:296 +msgid "Withdrawal confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:301 +msgid "Name operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:306 +msgid "Register name" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:308 +msgid "" +"After :ref:`creating an identity `, you can " +"register a name for it. From the main name screen, click the **Register " +"Name** button on the upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:315 +msgid "Name screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:317 +msgid "" +"First, select the identity to register a name for. This step will be " +"automatically done if you are registering a name as part of the identity " +"creation process." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:320 +msgid "" +"Next, enter the desired name. Notification will be provided if you selected " +"a contested name and the estimated cost will be displayed. Click **Register " +"Name** to complete the registration." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:327 +msgid "Name registration" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:329 +msgid "" +"Upon successful registration, you can see the name on the **My usernames** " +"screen along with any other names you have registered." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:336 +msgid "Name registered successfully" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:341 +msgid "Vote for names" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:343 +msgid "" +"The Voting screen displays a list of names that are currently require a " +"vote. Click the **Refresh** button to update the screen at any time." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:348 +msgid "" +"Voting can only be done by masternodes and evonodes, and each node can only " +"modify its vote four times. See the :ref:`load identity section ` for instructions on importing your keys." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:355 +msgid "Voting screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:357 +msgid "" +"To vote for a contestant, click on an entry in the Contestants column. You " +"can also vote to Lock the name or Abstain by clicking the value in those " +"columns. You will be prompted to load an evonode or masternode identity if " +"you have not already done so." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:361 +msgid "" +"After clicking one of the contestants, vote for that identity to receive the" +" name by clicking one of your specific identities on the Vote Confirmation " +"screen. Click **All** to vote with all your loaded identities " +"simultaneously." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:369 +msgid "Vote confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:371 +msgid "" +"See the `DPNS page " +"`_ for more voting details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:378 +msgid "Wallet operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:382 +msgid "" +"The Dash Evo Tool wallet features only work if your Dash Core node has a " +"single wallet open. **If you have multiple wallets open in Dash Core, close " +"all of them except the one used by the Dash Evo Tool.**" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:389 +msgid "Create wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:391 +msgid "" +"This tool includes a basic wallet feature to support identity registration. " +"Wallets can be added from the wallet screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:396 +msgid "" +"Since this tool adds watching-only addresses to Dash Core when creating " +"identities, it is recommended to close all existing Dash Core wallets and " +":ref:`create a new, empty wallet ` for the Dash Evo Tool. Also, make sure to :ref:`backup your Dash " +"Core wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:401 +msgid "Click **Add Wallet** to create a new wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:407 +msgid "Wallet screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:409 +msgid "" +"After creating extra randomness with the mouse, select your preferred " +"language and click **Generate** to display you passphrase. Write it down and" +" store it securely, then click the checkbox in step 3 to confirm." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:413 +msgid "" +"Next, enter a wallet name and optionally add a password before clicking " +"**Save Wallet** to store the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:420 +msgid "Wallet create screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:425 +msgid "Use wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:427 +msgid "Select your wallet using the dropdown box." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:433 +msgid "Select wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:438 +msgid "Funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:440 +msgid "" +"Several tabs display wallet details. The Funds tab shows your receiving " +"addresses. Click **Add Receiving Address** if you want to add additional " +"addresses to fund the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:447 +msgid "Wallet Funds tab" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:449 +msgid "" +"After adding addresses, they will appear in a table with balance and other " +"details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:455 +msgid "Wallet with address added" +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 b8e852d8d..e39867153 100644 --- a/locale/de/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/de/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -100,7 +100,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:65 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -449,20 +449,390 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:362 msgid "" -"Once the new version is installed, reset the configuration and services " -"using ``--keep-data`` so the existing data is retained. Then, update the " -"dashmate services::" +"Once the new version of dashmate is installed, update dash service docker " +"images::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:368 +#: ../../docs/user/network/dashmate/index.rst:366 msgid "Finally, restart dashmate::" msgstr "" +#: ../../docs/user/network/dashmate/index.rst:371 +msgid "Troubleshooting" +msgstr "" + #: ../../docs/user/network/dashmate/index.rst:375 -msgid "Collecting logs" +msgid "" +"Only enable logs if you have :ref:`configured log rotation ` to avoid running out of disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:378 +msgid "" +"The following sections describe how to enable log rotation, set up file " +"logging for Core and Platform, adjust log levels, and collect the logs for " +"analysis." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:382 +msgid "Dashmate log overview" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:384 +msgid "" +"Dashmate logs for each service are stored within its Docker container. " +"Although this is typically sufficient, more advanced options are sometimes " +"needed to adjust the log level, output format, or destination. Several cases" +" include when you need to:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:388 +msgid "Modify the level of detail provided in the logs (e.g., debug vs info)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:389 +msgid "" +"Provide data to a log server (e.g., `Elasticsearch " +"`_)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:390 +msgid "Store persistent file logs external to the Docker containers" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:391 +msgid "Use log monitoring tools to track service health" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:393 +msgid "" +"For example, since the default dashmate logs are only stored in the Docker " +"containers, they are lost if the container is removed for some reason (new " +"Docker image, dashmate reset, failure, etc.). Therefore, you may want to " +"store persistent log files external to Docker while troubleshooting an issue" +" to ensure valuable log data cannot be lost." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:401 +msgid "Set up log rotation" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:403 +msgid "" +"By default, dashmate logs are not written to the docker host file system. At" +" times you may want to write them to the host file system. Before enabling " +"logging, it is important to configure log rotation to avoid running out of " +"disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:407 +msgid "Create a new logrotate configuration file for dashmate logs:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:413 +msgid "" +"Paste in the following configuration and replace the example path one that " +"matches your system. This example configuration rotates logs daily and " +"retains seven historical files for each log file type. Historical files are " +"each limited to 1GB." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:430 +msgid "" +"Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:434 +msgid "" +"For additional log rotation details, see `this configuration tutorial " +"`_ or check out the `logrotate man pages " +"`_." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:442 +msgid "Configure Core logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:445 +msgid "Enable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:447 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Core logs on" +" the host file system. Replace the example path with one that matches your " +"system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:457 +msgid "Toggle debug logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:459 +msgid "" +"To enable debug logging for additional details, run the following command. " +"Debug logs can be turned off by setting the value back to ``false``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:0 +msgid "Advanced debug logging" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:468 +msgid "" +"Dashmate supports some advanced debug log options provided by Dash Core. The" +" following boolean ``core.log.debug`` settings correspond directly to the " +"parameters described in the `Core documentation " +"`_: ``ips``, " +"``sourceLocations``, ``threadNames``, and ``timeMicros``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:474 +msgid "**Dashmate Debug Log Options**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +msgid "**Setting**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Description**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "``ips``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "Logs the IP addresses of incoming and outgoing connections" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "``sourceLocations``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "" +"Logs the source locations (file and line number) for debugging information" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "``threadNames``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "Logs the names of the threads used for various operations" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "``timeMicros``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "" +"Logs timestamps with microsecond precision for detailed performance analysis" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Filter Option**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "``includeOnly``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "" +"Log only the specified categories (e.g., ``[\"net\", \"rpc\"]``). If empty, " +"all categories will be logged" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "``exclude``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "" +"Excludes specified categories from logging (e.g., ``[\"rpc\", " +"\"instantsend\"]``)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:505 +msgid "View current log settings" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:507 +msgid "To view the current Core log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:514 +msgid "Disable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:516 +msgid "" +"To disable logging to a file outside the container, reset the log path to " +"``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:525 +msgid "Configure Platform logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:527 +msgid "" +"For troubleshooting flexibility, dashmate provides independent log " +"configuration for the Platform Gateway, Drive ABCI, and Tenderdash. Each " +"service can be configured with the most helpful log level and output format." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:534 +msgid "Gateway logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:536 +msgid "" +"The Platform gateway has two types of logs: service logs and access logs. " +"Service logs are directed to stdout, while access logs can be configured to " +"go to stdout, stderr, or to a file. If all logs are directed to stdout, the " +"output will be a mixture of service and access data." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:540 +#: ../../docs/user/network/dashmate/index.rst:604 +#: ../../docs/user/network/dashmate/index.rst:671 +msgid "**Enable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:542 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"gateway access logs on the host file system. The example below adds file " +"logging while also keeping the default stdout logging. Replace the example " +"path with one that matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:562 +#: ../../docs/user/network/dashmate/index.rst:626 +#: ../../docs/user/network/dashmate/index.rst:680 +msgid "**Disable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:564 +msgid "" +"To disable logging to a file, remove the file config from the accessLogs " +"setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:576 +#: ../../docs/user/network/dashmate/index.rst:641 +#: ../../docs/user/network/dashmate/index.rst:688 +msgid "**Change log level**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:578 +msgid "" +"Platform gateway service logs support several levels of detail. In " +"increasing order of detail they are: ``critical``, ``error``, ``warn``, " +"``info`` (default), ``debug``, and ``trace``. To disable service logs, set " +"the log level to ``off``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:582 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.gateway.log.level`` value. For example, run these commands to " +"change the gateway service log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:591 +#: ../../docs/user/network/dashmate/index.rst:658 +#: ../../docs/user/network/dashmate/index.rst:704 +msgid "**View log settings**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:593 +#: ../../docs/user/network/dashmate/index.rst:660 +msgid "To view the current Platform gateway log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:602 +msgid "Drive ABCI logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:606 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"ABCI logs on the host file system. Replace the example path with one that " +"matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:628 +msgid "" +"To disable logging to a file, remove the file config from the logs setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:643 +msgid "" +"Drive ABCI logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:648 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log levels for file logging and stdout logging to debug on " +"your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:669 +msgid "Tenderdash logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:673 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Tenderdash " +"logs on the host file system. Replace the example path with one that matches" +" your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:682 +msgid "To disable logging to a file, set the path back to ``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:690 +msgid "" +"Tenderdash logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:377 +#: ../../docs/user/network/dashmate/index.rst:695 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:706 +msgid "To view the current Tenderdash log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:715 +msgid "Collect logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:717 msgid "" "Dashmate includes the doctor command to make troubleshooting and log " "reporting easier. The dashmate doctor command collects important debugging " @@ -470,56 +840,83 @@ msgid "" "sent to the support team if necessary. This report includes:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:381 +#: ../../docs/user/network/dashmate/index.rst:721 msgid "" "**Operating System**: Details about the architecture, CPU, memory, and swap" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:382 +#: ../../docs/user/network/dashmate/index.rst:722 msgid "" "**Docker**: Status and logs (exit codes, stdout, stderr) for each service" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:383 +#: ../../docs/user/network/dashmate/index.rst:723 msgid "" "**Core RPC**: Essential details like the best ChainLock, quorums, blockchain" " information, peers, and masternode status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:384 +#: ../../docs/user/network/dashmate/index.rst:724 msgid "" "**Tenderdash RPC**: Status, genesis, network information, ABCI details, and " "a consensus state dump" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:385 +#: ../../docs/user/network/dashmate/index.rst:725 msgid "" "**Metrics**: Tenderdash and Drive metrics (if enabled in the configuration)" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:387 +#: ../../docs/user/network/dashmate/index.rst:727 msgid "To create a report, run ``dashmate doctor`` and select **Yes**::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:395 +#: ../../docs/user/network/dashmate/index.rst:735 msgid "Run the doctor command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:397 +#: ../../docs/user/network/dashmate/index.rst:737 msgid "" "Upon successful completion, the full path to the report archive is " "displayed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:403 +#: ../../docs/user/network/dashmate/index.rst:743 msgid "Doctor output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:406 +#: ../../docs/user/network/dashmate/index.rst:748 +msgid "Metrics" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:750 +msgid "" +"To provide better network visibility to DCG developers for troubleshooting, " +"volunteers can contribute metrics to the DCG metrics server." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:753 +msgid "Enable metrics on your dashmate node" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:776 +msgid "" +"Grant access to metrics from the DCG metrics server (34.219.3.238) by " +"updating your network configuration (i.e., your firewall, AWS security " +"groups, etc.)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:779 +msgid "" +"Provide DCG with your IP address and port so it can be added to the DCG " +"Prometheus server" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:782 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:408 +#: ../../docs/user/network/dashmate/index.rst:784 msgid "" "For further documentation see the `dashmate repository " "`__." 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 40c8dfead..81507d0b1 100644 --- a/locale/de/LC_MESSAGES/docs/user/network/electrumx-server.po +++ b/locale/de/LC_MESSAGES/docs/user/network/electrumx-server.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/advanced-functions.po b/locale/de/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index 17175972b..4a4c1dc01 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 @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/getting-started.po b/locale/de/LC_MESSAGES/docs/user/wallets/android/getting-started.po index cb9c06e29..9e530c729 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/index.po b/locale/de/LC_MESSAGES/docs/user/wallets/android/index.po index d6298b6d1..d8f29c8d5 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/android/index.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/android/index.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/installation.po b/locale/de/LC_MESSAGES/docs/user/wallets/android/installation.po index c6a46f9f2..bc52b318f 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/android/installation.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/android/installation.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/advanced.po b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index db2059e16..b01197c7c 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/backup.po b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index 6cb2983a6..eae8ba20c 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/backup.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/backup.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/cmd-rpc.po b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po index 0dabee89d..3287be2b4 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/coinjoin-instantsend.po b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po index 04c76ae97..6918c2d5a 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 @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/index.po b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/index.po index 551a43d37..675e612b6 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/index.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/index.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/installation-linux.po b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index 1d652c7c6..571e7a0c0 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Nils Hermann , 2023\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" @@ -155,7 +155,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:92 msgid "" -"This will create a folder named ``dashcore-21.1.0`` in the current working " +"This will create a folder named ``dashcore-21.1.1`` in the current working " "directory. We will now install the executable binaries to ``/usr/local/bin``" " using the ``install`` command::" 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 6dc31aeb7..324f48cf7 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" @@ -156,30 +156,17 @@ msgstr "Dash Core zum ersten Mal starten" #: ../../docs/user/wallets/dashcore/installation-macos.rst:94 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-" +" **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." +"downloaded from the internet. Simply click **Open** to continue launching " +"the application." 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 " -"registrierte App, per Doppelklick geöffnet werden." - -#: ../../docs/user/wallets/dashcore/installation-macos.rst:109 + +#: ../../docs/user/wallets/dashcore/installation-macos.rst:103 msgid "Unblocking macOS from running Dash Core" msgstr "Entsperrung des macOS, um Dash Core zu starten" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:111 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:105 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 " @@ -187,11 +174,11 @@ msgid "" "recommended to use the default data folder if possible." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:119 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:113 msgid "Choosing the Dash Core data folder" msgstr "Das Dash Core Verzeichnis auswählen" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:121 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:115 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 " @@ -201,26 +188,26 @@ msgstr "" "dauern als sonst, da Dash Core die kryptographischen Daten, welche die " "Wallet sichern, zuerst erstellen muss." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:128 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:122 msgid "Starting Dash Core" msgstr "Dash Core starten" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:131 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:125 msgid "Synchronizing Dash Core to the Dash network" msgstr "Dash Core mit dem Dash-Netzwerk synchronisieren" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:133 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:127 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 "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:140 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:134 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-macos.rst:142 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:136 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 " @@ -235,23 +222,23 @@ msgstr "" "Synchronisation abgeschlossen wurde, kannst du ein kleines blaues Häkchen in" " der unteren rechten Ecke sehen." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:151 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:145 msgid "Dash Core synchronization is complete" msgstr "Die Dash Core Synchronisation ist vervollständigt" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:153 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:147 msgid "You can now create a wallet to send and receive funds." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:152 msgid "Creating your Dash Wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 msgid "HD wallets are now created by default." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:158 msgid "" "If no wallet files are loaded, you will get this prompt in the Overview tab." " To create a wallet, click the **Create a new wallet** button or click " @@ -260,7 +247,7 @@ msgid "" "wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:171 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:167 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 " @@ -268,51 +255,51 @@ msgid "" "encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:179 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 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:184 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:211 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Enter a password" msgstr "Passwort eingeben" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:191 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:216 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:187 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:212 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:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:189 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:197 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 msgid "Encrypting your Dash wallet" msgstr "Dash-Wallet verschlüsseln" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:199 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 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:204 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 msgid "Encrypting the Dash wallet with a password" msgstr "Dash-Wallet mit einem Passwort verschlüsseln" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:206 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 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:218 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:214 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 " @@ -325,11 +312,11 @@ msgstr "" " wurde erscheint am unteren rechten Rand des Fensters ein blaues " "Vorhängeschloss." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:226 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:222 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:228 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:224 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 " 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 64ff444dd..b3ae0ca09 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\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-21.1.0-win64-setup.exe.asc`` in the same folder as the downloaded" +"``dashcore-21.1.1-win64-setup.exe.asc`` in the same folder as the downloaded" " installer." msgstr "" @@ -133,7 +133,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-21.1.0-win64-setup.exe with dashcore-21.1.0-win64-setup.exe.asc`` " +"dashcore-21.1.1-win64-setup.exe with dashcore-21.1.1-win64-setup.exe.asc`` " "then you have an authentic copy of Dash Core for Windows." msgstr "" 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 cc9ab206e..f1009662f 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/interface.po b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index 4b6905ada..454605ed5 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/interface.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/interface.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/send-receive.po b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po index fdc444fe0..40c3d0167 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/advanced.po b/locale/de/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index 639e7773d..2c1102064 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/electrum/advanced.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/electrum/advanced.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/faq.po b/locale/de/LC_MESSAGES/docs/user/wallets/electrum/faq.po index 105aaf44f..f240784bf 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/electrum/faq.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/electrum/faq.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/index.po b/locale/de/LC_MESSAGES/docs/user/wallets/electrum/index.po index c3f010cfe..df6adb2dd 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/electrum/index.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/electrum/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/installation.po b/locale/de/LC_MESSAGES/docs/user/wallets/electrum/installation.po index fce15b40d..f3eae232f 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/electrum/installation.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/electrum/installation.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/security.po b/locale/de/LC_MESSAGES/docs/user/wallets/electrum/security.po index c2db8a574..c373dabea 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/electrum/security.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/electrum/security.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/send-receive.po b/locale/de/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index 2a132956e..f6d394338 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/hardware.po b/locale/de/LC_MESSAGES/docs/user/wallets/hardware.po index a5b7ad528..2b8a1e140 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/hardware.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-hardware.po b/locale/de/LC_MESSAGES/docs/user/wallets/index-hardware.po index ca6ae220f..516aaba35 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/index-hardware.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/index-hardware.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-paper.po b/locale/de/LC_MESSAGES/docs/user/wallets/index-paper.po index 6aee1e097..5a5edc6df 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/index-paper.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/index-paper.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-third-party.po b/locale/de/LC_MESSAGES/docs/user/wallets/index-third-party.po index fd8dac810..d396a5c26 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-web.po b/locale/de/LC_MESSAGES/docs/user/wallets/index-web.po index 763b1e656..e1511fe8f 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/index-web.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/index-web.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index.po b/locale/de/LC_MESSAGES/docs/user/wallets/index.po index df977e0b7..45fab6001 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/index.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/ios/advanced-functions.po b/locale/de/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 7cff8b1a1..0b29a4319 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/getting-started.po b/locale/de/LC_MESSAGES/docs/user/wallets/ios/getting-started.po index ce0818f83..839753075 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/index.po b/locale/de/LC_MESSAGES/docs/user/wallets/ios/index.po index 4a3adacc4..c71bd58c1 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/ios/index.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/ios/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/installation.po b/locale/de/LC_MESSAGES/docs/user/wallets/ios/installation.po index 004d3bc7f..a13132ca5 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/ios/installation.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/ios/installation.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/paper.po b/locale/de/LC_MESSAGES/docs/user/wallets/paper.po index dee91ef2e..7315804ff 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/paper.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/recovery.po b/locale/de/LC_MESSAGES/docs/user/wallets/recovery.po index 45ccc34f1..863237eb5 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/recovery.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/signing.po b/locale/de/LC_MESSAGES/docs/user/wallets/signing.po index 96a4092ae..eabb0c17d 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/signing.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/third-party.po b/locale/de/LC_MESSAGES/docs/user/wallets/third-party.po index 7ef17758c..88a48a044 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/de/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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/web.po b/locale/de/LC_MESSAGES/docs/user/wallets/web.po index a0c0462e6..ab329c967 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/web.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/index.po b/locale/de/LC_MESSAGES/index.po index 322fefe93..6cf6c2af2 100644 --- a/locale/de/LC_MESSAGES/index.po +++ b/locale/de/LC_MESSAGES/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: Nils Hermann , 2018\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 bfa163ae8..3a2257473 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -122,78 +122,86 @@ msgstr "" msgid "" "It is only necessary to run this step during the initial setup of your " "machine. Run the guix install routine to prepare your environment and answer" -" \"Y\" for all prompts::" +" \"Y\" for all prompts:" msgstr "" -#: ../../docs/user/developers/compiling.rst:88 +#: ../../docs/user/developers/compiling.rst:0 +msgid "Ubuntu/Debian install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst:0 +msgid "General install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst:99 msgid "Clone repositories" msgstr "" -#: ../../docs/user/developers/compiling.rst:90 +#: ../../docs/user/developers/compiling.rst:101 msgid "" "After installing the prerequisites and preparing guix, reboot the system, " "login as ````, and clone required repositories::" msgstr "" -#: ../../docs/user/developers/compiling.rst:97 +#: ../../docs/user/developers/compiling.rst:108 msgid "Download the macOS SDK which is required to create macOS builds::" msgstr "" -#: ../../docs/user/developers/compiling.rst:104 +#: ../../docs/user/developers/compiling.rst:115 msgid "Build Dash Core" msgstr "" -#: ../../docs/user/developers/compiling.rst:106 +#: ../../docs/user/developers/compiling.rst:117 msgid "" "Checkout the tag associated with the Dash Core version you plan to build::" msgstr "" -#: ../../docs/user/developers/compiling.rst:113 +#: ../../docs/user/developers/compiling.rst:124 msgid "Run ``guix-build`` to create binaries for Linux, Mac, and Windows::" msgstr "" -#: ../../docs/user/developers/compiling.rst:118 +#: ../../docs/user/developers/compiling.rst:129 msgid "" "When the build completes, it will put the binaries in the ``guix-" "build-/output/`` directory." msgstr "" -#: ../../docs/user/developers/compiling.rst:122 +#: ../../docs/user/developers/compiling.rst:133 msgid "Create signatures for binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:124 +#: ../../docs/user/developers/compiling.rst:135 msgid "" "Mac and Windows binaries are signed by Dash Core Group using the relevant " "Apple and Microsoft processes. In this step, that information will be " "validated and signed by your machine." msgstr "" -#: ../../docs/user/developers/compiling.rst:128 +#: ../../docs/user/developers/compiling.rst:139 msgid "" "Prepare the `detached sigs repository `__::" msgstr "" -#: ../../docs/user/developers/compiling.rst:137 +#: ../../docs/user/developers/compiling.rst:148 msgid "" "Prepare the `guix.sigs repository `__ " "by pulling the latest changes::" msgstr "" -#: ../../docs/user/developers/compiling.rst:144 +#: ../../docs/user/developers/compiling.rst:155 msgid "Create a new branch for the version that was built::" msgstr "" -#: ../../docs/user/developers/compiling.rst:152 +#: ../../docs/user/developers/compiling.rst:163 msgid "Unsigned binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:154 +#: ../../docs/user/developers/compiling.rst:165 msgid "To create signatures for the unsigned binaries, run ``guix-attest``::" msgstr "" -#: ../../docs/user/developers/compiling.rst:162 +#: ../../docs/user/developers/compiling.rst:173 msgid "" "The ``signer`` parameter should be set to the value provided for \"Real " "name\" when generating a key with GPG. See the `GnuPrivacyGuard Howto " @@ -201,38 +209,38 @@ msgid "" " for details on how to generate a key if you don't already have one." msgstr "" -#: ../../docs/user/developers/compiling.rst:168 +#: ../../docs/user/developers/compiling.rst:179 msgid "Signed binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:170 +#: ../../docs/user/developers/compiling.rst:181 msgid "" "To create signatures for the signed binaries, run ``guix-codesign`` followed" " by guix-attest::" msgstr "" -#: ../../docs/user/developers/compiling.rst:182 +#: ../../docs/user/developers/compiling.rst:193 msgid "Upload signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:184 +#: ../../docs/user/developers/compiling.rst:195 msgid "" "After successfully building the binaries, signing them, and verifying the " "signatures, you can optionally contribute them to the `guix.sigs repository " "`_ via a pull request on GitHub." msgstr "" -#: ../../docs/user/developers/compiling.rst:189 +#: ../../docs/user/developers/compiling.rst:200 msgid "Initial setup" msgstr "" -#: ../../docs/user/developers/compiling.rst:191 +#: ../../docs/user/developers/compiling.rst:202 msgid "" "Since the official guix.sigs repository has restricted write access, create " "a fork of it via GitHub and add your fork as a remote repository::" msgstr "" -#: ../../docs/user/developers/compiling.rst:197 +#: ../../docs/user/developers/compiling.rst:208 msgid "" "The first time you contribute signatures, also put a copy of your public key" " in the ``builder-keys`` folder of the repository so others can easily " @@ -240,21 +248,21 @@ msgid "" "following command::" msgstr "" -#: ../../docs/user/developers/compiling.rst:207 +#: ../../docs/user/developers/compiling.rst:218 msgid "Adding your signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:209 +#: ../../docs/user/developers/compiling.rst:220 msgid "" "Add and commit the ``*.SHA256SUMS`` and ``*.SHA256SUMS.asc`` files created " "by the build process::" msgstr "" -#: ../../docs/user/developers/compiling.rst:220 +#: ../../docs/user/developers/compiling.rst:231 msgid "Push to your fork of the guix.sigs repository on GitHub::" msgstr "" -#: ../../docs/user/developers/compiling.rst:225 +#: ../../docs/user/developers/compiling.rst:236 msgid "" "Go to `GitHub `__ and open a " "pull request to the ``master`` branch of the upstream repository. The pull " @@ -262,11 +270,11 @@ msgid "" "checks out. Thanks for contributing!" msgstr "" -#: ../../docs/user/developers/compiling.rst:231 +#: ../../docs/user/developers/compiling.rst:242 msgid "Verify signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:233 +#: ../../docs/user/developers/compiling.rst:244 msgid "" "The `guix.sigs repository `_ contains" " deterministic build results signed by multiple Core developers for each " @@ -274,13 +282,13 @@ msgid "" "verification. Import the public keys::" msgstr "" -#: ../../docs/user/developers/compiling.rst:242 +#: ../../docs/user/developers/compiling.rst:253 msgid "" "Run the following commands to verify that your build matches the official " "release::" msgstr "" -#: ../../docs/user/developers/compiling.rst:252 +#: ../../docs/user/developers/compiling.rst:263 msgid "" "You should get a result similar to the following for Linux, Windows, MacOS, " "Signed Windows, and Signed MacOS. Assuming the previous steps completed " @@ -288,11 +296,11 @@ msgid "" "also." msgstr "" -#: ../../docs/user/developers/compiling.rst:341 +#: ../../docs/user/developers/compiling.rst:352 msgid "Gitian" msgstr "Gitian" -#: ../../docs/user/developers/compiling.rst:344 +#: ../../docs/user/developers/compiling.rst:355 msgid "" "Gitian builds were deprecated in favor of Guix builds with the release of " "Dash Core v20.0. Instructions on building Dash Core 19.0 or older versions " diff --git a/locale/el/LC_MESSAGES/docs/user/developers/index.po b/locale/el/LC_MESSAGES/docs/user/developers/index.po index 41a760a03..238b6b6df 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/insight.po b/locale/el/LC_MESSAGES/docs/user/developers/insight.po index 8ac43a9e0..3eb5fc8ce 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -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-21.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-21.1.1/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 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 b7126020f..9da875a4e 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/testnet.po b/locale/el/LC_MESSAGES/docs/user/developers/testnet.po index 49284ea49..f982434ca 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Leon White , 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 42e3dd436..97751fd56 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 03eb8b640..b91211bff 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 93ff8fca6..997927a07 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 fd0a1d31c..8e9e1c9dd 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 d1ecb4c11..07f7a7f87 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/index.po b/locale/el/LC_MESSAGES/docs/user/index.po index 6cf8f84ae..7c7f1b74a 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 08bb46cdb..6358e6aac 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 2b5fa578f..9eadebb7e 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 0f9c5827f..74069358c 100644 --- a/locale/el/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/el/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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -86,12 +86,12 @@ msgid "https://dashdevs.org" msgstr "" #: ../../docs/user/introduction/information.rst:32 -#: ../../docs/user/introduction/information.rst:166 +#: ../../docs/user/introduction/information.rst:173 msgid "https://www.dashcentral.org" msgstr "" #: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:183 msgid "https://www.dashninja.pl" msgstr "" @@ -100,7 +100,7 @@ msgid "https://dashnews.org" msgstr "" #: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:167 +#: ../../docs/user/introduction/information.rst:174 msgid "https://dashvotetracker.com" msgstr "" @@ -412,228 +412,244 @@ msgid "Block explorers, statistics and visualizations" msgstr "" #: ../../docs/user/introduction/information.rst:152 +msgid "**Dash Core**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:154 msgid "https://insight.dash.org/insight/" msgstr "" -#: ../../docs/user/introduction/information.rst:153 +#: ../../docs/user/introduction/information.rst:155 msgid "https://blockchair.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:154 +#: ../../docs/user/introduction/information.rst:156 msgid "https://chainz.cryptoid.info/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:157 msgid "https://www.oklink.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:156 +#: ../../docs/user/introduction/information.rst:158 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:159 msgid "https://dashblockexplorer.com" msgstr "" -#: ../../docs/user/introduction/information.rst:158 +#: ../../docs/user/introduction/information.rst:160 msgid "https://live.blockcypher.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:159 +#: ../../docs/user/introduction/information.rst:161 msgid "https://dash.tokenview.io" msgstr "" -#: ../../docs/user/introduction/information.rst:160 +#: ../../docs/user/introduction/information.rst:162 msgid "https://udjinm6.github.io/bitlisten/" msgstr "" #: ../../docs/user/introduction/information.rst:164 +msgid "**Dash Platform**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:166 +msgid "https://platform-explorer.com/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:167 +msgid "https://mnowatch.org/evonodes/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:171 msgid "Treasury tools" msgstr "" -#: ../../docs/user/introduction/information.rst:168 +#: ../../docs/user/introduction/information.rst:175 msgid "https://proposal.dash.org" msgstr "" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl/governance.html" msgstr "" -#: ../../docs/user/introduction/information.rst:170 +#: ../../docs/user/introduction/information.rst:177 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:181 msgid "Masternode management" msgstr "" -#: ../../docs/user/introduction/information.rst:177 +#: ../../docs/user/introduction/information.rst:184 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "" -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:185 msgid "http://178.254.23.111/~pub/Dash/Dash_Info.html" msgstr "" -#: ../../docs/user/introduction/information.rst:179 +#: ../../docs/user/introduction/information.rst:186 msgid "https://dash-news.de/dashtv/" msgstr "" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:187 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:184 +#: ../../docs/user/introduction/information.rst:191 msgid "Price monitoring and research" msgstr "" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:193 msgid "https://messari.io/asset/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:187 +#: ../../docs/user/introduction/information.rst:194 msgid "https://namu.wiki/w/Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:188 +#: ../../docs/user/introduction/information.rst:195 msgid "https://xangle.io/project/DASH/profile" msgstr "" -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:196 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:190 +#: ../../docs/user/introduction/information.rst:197 msgid "https://bitinfocharts.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:198 msgid "https://www.coingecko.com/en/coins/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:195 +#: ../../docs/user/introduction/information.rst:202 msgid "Dash Community project" msgstr "" -#: ../../docs/user/introduction/information.rst:197 +#: ../../docs/user/introduction/information.rst:204 msgid "https://dashcommunity.github.io" msgstr "" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:205 msgid "https://github.com/dashcommunity" msgstr "" -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:209 msgid "DarkNet pages" msgstr "" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:211 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:212 msgid "" "**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:213 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:217 msgid "Mobile Apps" msgstr "" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:220 msgid "iOS" msgstr "" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:222 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:223 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "" -#: ../../docs/user/introduction/information.rst:217 +#: ../../docs/user/introduction/information.rst:224 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "" -#: ../../docs/user/introduction/information.rst:218 +#: ../../docs/user/introduction/information.rst:225 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "" -#: ../../docs/user/introduction/information.rst:219 +#: ../../docs/user/introduction/information.rst:226 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "" -#: ../../docs/user/introduction/information.rst:220 +#: ../../docs/user/introduction/information.rst:227 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:231 msgid "Android" msgstr "" -#: ../../docs/user/introduction/information.rst:226 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:227 +#: ../../docs/user/introduction/information.rst:234 msgid "" "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" -#: ../../docs/user/introduction/information.rst:228 +#: ../../docs/user/introduction/information.rst:235 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:229 +#: ../../docs/user/introduction/information.rst:236 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" msgstr "" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:237 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" msgstr "" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:238 msgid "" "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:232 +#: ../../docs/user/introduction/information.rst:239 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" msgstr "" -#: ../../docs/user/introduction/information.rst:233 +#: ../../docs/user/introduction/information.rst:240 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" msgstr "" -#: ../../docs/user/introduction/information.rst:240 +#: ../../docs/user/introduction/information.rst:247 msgid "Glossary" msgstr "" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:250 msgid "51% Attack" msgstr "" -#: ../../docs/user/introduction/information.rst:245 +#: ../../docs/user/introduction/information.rst:252 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 " @@ -642,11 +658,11 @@ msgid "" "block." msgstr "" -#: ../../docs/user/introduction/information.rst:250 +#: ../../docs/user/introduction/information.rst:257 msgid "Address" msgstr "" -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:259 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -655,11 +671,11 @@ msgid "" "digitally sign transactions (see Public key)." msgstr "" -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:264 msgid "Algorithm" msgstr "" -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:266 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-step" @@ -667,22 +683,22 @@ msgid "" "processing, and/or automated reasoning tasks." msgstr "" -#: ../../docs/user/introduction/information.rst:263 +#: ../../docs/user/introduction/information.rst:270 msgid "Altcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:272 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:268 +#: ../../docs/user/introduction/information.rst:275 msgid "AML" msgstr "" -#: ../../docs/user/introduction/information.rst:270 +#: ../../docs/user/introduction/information.rst:277 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. AML" @@ -690,18 +706,18 @@ msgid "" " AML techniques to Dash exchanges." msgstr "" -#: ../../docs/user/introduction/information.rst:274 +#: ../../docs/user/introduction/information.rst:281 msgid "API" msgstr "" -#: ../../docs/user/introduction/information.rst:276 +#: ../../docs/user/introduction/information.rst:283 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a set" " of routines, protocols, and tools for building software and applications." msgstr "" -#: ../../docs/user/introduction/information.rst:281 +#: ../../docs/user/introduction/information.rst:288 msgid "" "An API expresses a software component in terms of its operations, inputs, " "outputs, and underlying types, defining functionalities that are independent" @@ -711,11 +727,11 @@ msgid "" "are then put together by the programmer." msgstr "" -#: ../../docs/user/introduction/information.rst:288 +#: ../../docs/user/introduction/information.rst:295 msgid "ASIC" msgstr "" -#: ../../docs/user/introduction/information.rst:290 +#: ../../docs/user/introduction/information.rst:297 msgid "" "An application-specific integrated circuit (ASIC), is an integrated circuit " "(IC) customized for a particular use, rather than intended for general-" @@ -723,11 +739,11 @@ msgid "" " or for :ref:`high-efficiency Dash mining ` is an ASIC." msgstr "" -#: ../../docs/user/introduction/information.rst:295 +#: ../../docs/user/introduction/information.rst:302 msgid "ATM / BTM" msgstr "" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:304 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 " @@ -735,21 +751,21 @@ msgid "" "supported on several :ref:`ATMs `." msgstr "" -#: ../../docs/user/introduction/information.rst:301 +#: ../../docs/user/introduction/information.rst:308 msgid "Backlog" msgstr "" -#: ../../docs/user/introduction/information.rst:303 +#: ../../docs/user/introduction/information.rst:310 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:305 +#: ../../docs/user/introduction/information.rst:312 msgid "Backup" msgstr "" -#: ../../docs/user/introduction/information.rst:307 +#: ../../docs/user/introduction/information.rst:314 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 " @@ -760,22 +776,22 @@ msgid "" "backup." msgstr "" -#: ../../docs/user/introduction/information.rst:314 +#: ../../docs/user/introduction/information.rst:321 msgid "Bitcoin 2.0" msgstr "" -#: ../../docs/user/introduction/information.rst:316 +#: ../../docs/user/introduction/information.rst:323 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:320 +#: ../../docs/user/introduction/information.rst:327 msgid "Blockchain" msgstr "" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:329 msgid "" "A `blockchain `_ is a " "distributed database that maintains a continuously-growing list of data " @@ -787,11 +803,11 @@ msgid "" "timestamp and information linking it to a previous block." msgstr "" -#: ../../docs/user/introduction/information.rst:331 +#: ../../docs/user/introduction/information.rst:338 msgid "Blocks" msgstr "" -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:340 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -801,11 +817,11 @@ msgid "" "blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:346 msgid "ChainLock" msgstr "" -#: ../../docs/user/introduction/information.rst:341 +#: ../../docs/user/introduction/information.rst:348 msgid "" "Defined in `DIP8 " "`__, ChainLocks are" @@ -815,11 +831,11 @@ msgid "" "double spending." msgstr "" -#: ../../docs/user/introduction/information.rst:347 +#: ../../docs/user/introduction/information.rst:354 msgid "Cloud Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:349 +#: ../../docs/user/introduction/information.rst:356 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 " @@ -830,22 +846,22 @@ msgid "" " you store large quantities of funds in online wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:357 +#: ../../docs/user/introduction/information.rst:364 msgid "Coinbase transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:359 +#: ../../docs/user/introduction/information.rst:366 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:362 +#: ../../docs/user/introduction/information.rst:369 msgid "Cold Storage" msgstr "" -#: ../../docs/user/introduction/information.rst:364 +#: ../../docs/user/introduction/information.rst:371 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -853,11 +869,11 @@ msgid "" "wallet>`." msgstr "" -#: ../../docs/user/introduction/information.rst:368 +#: ../../docs/user/introduction/information.rst:375 msgid "Confirm(ed) Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:370 +#: ../../docs/user/introduction/information.rst:377 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 " @@ -866,15 +882,15 @@ msgid "" "more blocks are added to the blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:375 +#: ../../docs/user/introduction/information.rst:382 msgid "Confirmation Number" msgstr "" -#: ../../docs/user/introduction/information.rst:376 +#: ../../docs/user/introduction/information.rst:383 msgid "confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:386 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -886,11 +902,11 @@ msgid "" "considered \"safe\" and irreversible." msgstr "" -#: ../../docs/user/introduction/information.rst:387 +#: ../../docs/user/introduction/information.rst:394 msgid "Confirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:396 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be " @@ -898,11 +914,11 @@ msgid "" "the blockchain (and thus \"confirmed\")." msgstr "" -#: ../../docs/user/introduction/information.rst:393 +#: ../../docs/user/introduction/information.rst:400 msgid "Credit pool" msgstr "" -#: ../../docs/user/introduction/information.rst:395 +#: ../../docs/user/introduction/information.rst:402 msgid "" "A store of value on the Core chain that is funded by asset lock " "transactions. The credit pool mirrors the credit balance on Dash Platform. " @@ -910,11 +926,11 @@ msgid "" "Platform and unlocking it to withdraw back to Dash on the Core chain." msgstr "" -#: ../../docs/user/introduction/information.rst:398 +#: ../../docs/user/introduction/information.rst:405 msgid "CPU" msgstr "" -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:407 msgid "" "A `central processing unit (CPU) " "`_ is the electronic " @@ -928,11 +944,11 @@ msgid "" "circuitry." msgstr "" -#: ../../docs/user/introduction/information.rst:410 +#: ../../docs/user/introduction/information.rst:417 msgid "Cryptocurrency" msgstr "" -#: ../../docs/user/introduction/information.rst:412 +#: ../../docs/user/introduction/information.rst:419 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -940,11 +956,11 @@ msgid "" "units." msgstr "" -#: ../../docs/user/introduction/information.rst:416 +#: ../../docs/user/introduction/information.rst:423 msgid "Cryptography" msgstr "" -#: ../../docs/user/introduction/information.rst:418 +#: ../../docs/user/introduction/information.rst:425 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -960,11 +976,11 @@ msgid "" "electronic commerce." msgstr "" -#: ../../docs/user/introduction/information.rst:430 +#: ../../docs/user/introduction/information.rst:437 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:432 +#: ../../docs/user/introduction/information.rst:439 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, 80% " @@ -977,72 +993,72 @@ msgid "" "the two terms are interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP" msgstr "" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:450 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." msgstr "" -#: ../../docs/user/introduction/information.rst:445 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP Client" msgstr "" -#: ../../docs/user/introduction/information.rst:447 +#: ../../docs/user/introduction/information.rst:454 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:449 +#: ../../docs/user/introduction/information.rst:456 msgid "DAP Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:451 +#: ../../docs/user/introduction/information.rst:458 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:453 +#: ../../docs/user/introduction/information.rst:460 msgid "DAP Space" msgstr "" -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:462 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:457 +#: ../../docs/user/introduction/information.rst:464 msgid "DAP State" msgstr "" -#: ../../docs/user/introduction/information.rst:459 +#: ../../docs/user/introduction/information.rst:466 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." msgstr "" -#: ../../docs/user/introduction/information.rst:461 +#: ../../docs/user/introduction/information.rst:468 msgid "DAPI" msgstr "" -#: ../../docs/user/introduction/information.rst:463 +#: ../../docs/user/introduction/information.rst:470 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 "" -#: ../../docs/user/introduction/information.rst:467 +#: ../../docs/user/introduction/information.rst:474 msgid "Dark Gravity Wave" msgstr "Dark Gravity Wave" -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:476 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" " *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" @@ -1052,21 +1068,21 @@ msgid "" "exploit." msgstr "" -#: ../../docs/user/introduction/information.rst:475 +#: ../../docs/user/introduction/information.rst:482 msgid "Darkcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:484 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:479 +#: ../../docs/user/introduction/information.rst:486 msgid "Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:488 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency was" " later renamed \"Dash\" to avoid association with the darknet markets. Dash " @@ -1077,22 +1093,22 @@ msgid "" ":ref:`Features ` page for a full list of Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:489 +#: ../../docs/user/introduction/information.rst:496 msgid "DashDrive" msgstr "" -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:498 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:494 +#: ../../docs/user/introduction/information.rst:501 msgid "Dash Client" msgstr "" -#: ../../docs/user/introduction/information.rst:496 +#: ../../docs/user/introduction/information.rst:503 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" @@ -1102,11 +1118,11 @@ msgid "" "infrastructure." msgstr "" -#: ../../docs/user/introduction/information.rst:502 +#: ../../docs/user/introduction/information.rst:509 msgid "Dash Core Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:504 +#: ../../docs/user/introduction/information.rst:511 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 " @@ -1115,32 +1131,32 @@ msgid "" "it." msgstr "" -#: ../../docs/user/introduction/information.rst:509 +#: ../../docs/user/introduction/information.rst:516 msgid "Dash Evolution" msgstr "" -#: ../../docs/user/introduction/information.rst:511 +#: ../../docs/user/introduction/information.rst:518 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:515 +#: ../../docs/user/introduction/information.rst:522 msgid "Dash Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:517 +#: ../../docs/user/introduction/information.rst:524 msgid "" "A JSON-based language specification for defining and validating consensus " "data in Evolution." msgstr "" -#: ../../docs/user/introduction/information.rst:519 +#: ../../docs/user/introduction/information.rst:526 msgid "DDoS" msgstr "" -#: ../../docs/user/introduction/information.rst:521 +#: ../../docs/user/introduction/information.rst:528 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 " @@ -1150,11 +1166,11 @@ msgid "" "hit with DDoS attacks." msgstr "" -#: ../../docs/user/introduction/information.rst:527 +#: ../../docs/user/introduction/information.rst:534 msgid "Decentralized" msgstr "" -#: ../../docs/user/introduction/information.rst:529 +#: ../../docs/user/introduction/information.rst:536 msgid "" "`Decentralized computing " "`_ is the allocation " @@ -1173,11 +1189,11 @@ msgid "" "effectiveness." msgstr "" -#: ../../docs/user/introduction/information.rst:544 +#: ../../docs/user/introduction/information.rst:551 msgid "Desktop Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:546 +#: ../../docs/user/introduction/information.rst:553 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 " @@ -1186,11 +1202,11 @@ msgid "" " `" msgstr "" -#: ../../docs/user/introduction/information.rst:552 +#: ../../docs/user/introduction/information.rst:559 msgid "Difficulty" msgstr "" -#: ../../docs/user/introduction/information.rst:554 +#: ../../docs/user/introduction/information.rst:561 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 " @@ -1202,15 +1218,15 @@ msgid "" "difficulty to increase over time." msgstr "" -#: ../../docs/user/introduction/information.rst:563 +#: ../../docs/user/introduction/information.rst:570 msgid "Digital Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:565 +#: ../../docs/user/introduction/information.rst:572 msgid "See :ref:`this link ` for full documentation on wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:567 +#: ../../docs/user/introduction/information.rst:574 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 " @@ -1219,7 +1235,7 @@ msgid "" "wallets can exist in many different forms and on many devices:" msgstr "" -#: ../../docs/user/introduction/information.rst:574 +#: ../../docs/user/introduction/information.rst:581 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1229,7 +1245,7 @@ msgid "" "funds." msgstr "" -#: ../../docs/user/introduction/information.rst:582 +#: ../../docs/user/introduction/information.rst:589 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or Apple " @@ -1240,7 +1256,7 @@ msgid "" "of funds on these wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your Dash " @@ -1254,7 +1270,7 @@ msgid "" "wallet or cryptocurrency exchange." msgstr "" -#: ../../docs/user/introduction/information.rst:603 +#: ../../docs/user/introduction/information.rst:610 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1266,7 +1282,7 @@ msgid "" "storage for your Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:613 +#: ../../docs/user/introduction/information.rst:620 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the internet." @@ -1279,11 +1295,11 @@ msgid "" "for long-term (multi-year) storage because they degrade over time." msgstr "" -#: ../../docs/user/introduction/information.rst:623 +#: ../../docs/user/introduction/information.rst:630 msgid "DKG" msgstr "" -#: ../../docs/user/introduction/information.rst:625 +#: ../../docs/user/introduction/information.rst:632 msgid "" "Defined in `DIP6 " "`__, Distributed " @@ -1295,11 +1311,11 @@ msgid "" "of Shamir’s Secret Sharing." msgstr "" -#: ../../docs/user/introduction/information.rst:633 +#: ../../docs/user/introduction/information.rst:640 msgid "Digital Signature" msgstr "" -#: ../../docs/user/introduction/information.rst:635 +#: ../../docs/user/introduction/information.rst:642 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 " @@ -1310,11 +1326,11 @@ msgid "" " owner of a certain Dash address." msgstr "" -#: ../../docs/user/introduction/information.rst:643 +#: ../../docs/user/introduction/information.rst:650 msgid "Electrum Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:645 +#: ../../docs/user/introduction/information.rst:652 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight wallet " "that does not require you to download or sync the entire blockchain, making " @@ -1322,11 +1338,11 @@ msgid "" " CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:656 msgid "Encryption" msgstr "" -#: ../../docs/user/introduction/information.rst:651 +#: ../../docs/user/introduction/information.rst:658 msgid "" "In cryptography, `encryption `_ is" " the process of encoding messages or information in such a way that only " @@ -1341,15 +1357,15 @@ msgid "" "\"uncrackable.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:663 +#: ../../docs/user/introduction/information.rst:670 msgid "Escrow Services" msgstr "" -#: ../../docs/user/introduction/information.rst:665 +#: ../../docs/user/introduction/information.rst:672 msgid "An `escrow `_ is:" msgstr "" -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:674 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1357,20 +1373,20 @@ msgid "" "or" msgstr "" -#: ../../docs/user/introduction/information.rst:672 +#: ../../docs/user/introduction/information.rst:679 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:676 +#: ../../docs/user/introduction/information.rst:683 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:679 +#: ../../docs/user/introduction/information.rst:686 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1381,22 +1397,22 @@ msgid "" " the product (or currency) being purchased to the appropriate party." msgstr "" -#: ../../docs/user/introduction/information.rst:687 +#: ../../docs/user/introduction/information.rst:694 msgid "Evan Duffield" msgstr "" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:696 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:692 +#: ../../docs/user/introduction/information.rst:699 msgid "Exchange" msgstr "" -#: ../../docs/user/introduction/information.rst:694 +#: ../../docs/user/introduction/information.rst:701 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" @@ -1409,11 +1425,11 @@ msgid "" "time of each transaction." msgstr "" -#: ../../docs/user/introduction/information.rst:704 +#: ../../docs/user/introduction/information.rst:711 msgid "Faucet" msgstr "" -#: ../../docs/user/introduction/information.rst:706 +#: ../../docs/user/introduction/information.rst:713 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 " @@ -1421,40 +1437,40 @@ msgid "" "or task as described by the website." msgstr "" -#: ../../docs/user/introduction/information.rst:710 +#: ../../docs/user/introduction/information.rst:717 msgid "Fiat Gateway" msgstr "" -#: ../../docs/user/introduction/information.rst:712 +#: ../../docs/user/introduction/information.rst:719 msgid "" "`Fiat money `_ has been defined " "variously as:" msgstr "" -#: ../../docs/user/introduction/information.rst:715 +#: ../../docs/user/introduction/information.rst:722 msgid "Any money declared by a government to be legal tender." msgstr "" -#: ../../docs/user/introduction/information.rst:716 +#: ../../docs/user/introduction/information.rst:723 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:717 +#: ../../docs/user/introduction/information.rst:724 msgid "" "Intrinsically valueless money used as money because of government decree." msgstr "" -#: ../../docs/user/introduction/information.rst:719 +#: ../../docs/user/introduction/information.rst:726 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "" -#: ../../docs/user/introduction/information.rst:720 +#: ../../docs/user/introduction/information.rst:727 msgid "Fintech" msgstr "" -#: ../../docs/user/introduction/information.rst:722 +#: ../../docs/user/introduction/information.rst:729 msgid "" "`Financial technology " "`_, also known as " @@ -1466,11 +1482,11 @@ msgid "" "Bitcoin." msgstr "" -#: ../../docs/user/introduction/information.rst:730 +#: ../../docs/user/introduction/information.rst:737 msgid "Fork" msgstr "" -#: ../../docs/user/introduction/information.rst:732 +#: ../../docs/user/introduction/information.rst:739 msgid "" "When the blockchain diverges or splits, with some clients recognizing one " "version of the blockchain as valid, and other clients believing that a " @@ -1481,18 +1497,18 @@ msgid "" "extremely dangerous and should be avoided if possible." msgstr "" -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:748 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:744 +#: ../../docs/user/introduction/information.rst:751 msgid "Full Nodes" msgstr "" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:753 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 " @@ -1501,27 +1517,27 @@ msgid "" "blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:751 +#: ../../docs/user/introduction/information.rst:758 msgid "Fungible" msgstr "" -#: ../../docs/user/introduction/information.rst:753 +#: ../../docs/user/introduction/information.rst:760 msgid "Every unit of the currency is worth the same as any other unit." msgstr "" -#: ../../docs/user/introduction/information.rst:754 +#: ../../docs/user/introduction/information.rst:761 msgid "Genesis Block" msgstr "" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:763 msgid "The very first block in the block chain." msgstr "" -#: ../../docs/user/introduction/information.rst:757 +#: ../../docs/user/introduction/information.rst:764 msgid "GPU" msgstr "" -#: ../../docs/user/introduction/information.rst:759 +#: ../../docs/user/introduction/information.rst:766 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -1539,11 +1555,11 @@ msgid "" "GPUs." msgstr "" -#: ../../docs/user/introduction/information.rst:773 +#: ../../docs/user/introduction/information.rst:780 msgid "Hardware Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:782 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a piece " @@ -1551,11 +1567,11 @@ msgid "" "sign transactions as normal, making it both safe and convenient." msgstr "" -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:787 msgid "Hash" msgstr "" -#: ../../docs/user/introduction/information.rst:782 +#: ../../docs/user/introduction/information.rst:789 msgid "" "A mathematical process that takes a variable amount of data and produces a " "shorter, fixed-length output. A hashing function has two important " @@ -1564,39 +1580,39 @@ msgid "" "tiniest part of the input will produce an entirely different output." msgstr "" -#: ../../docs/user/introduction/information.rst:788 +#: ../../docs/user/introduction/information.rst:795 msgid "Hashrate" msgstr "" -#: ../../docs/user/introduction/information.rst:790 +#: ../../docs/user/introduction/information.rst:797 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:792 +#: ../../docs/user/introduction/information.rst:799 msgid "Insight" msgstr "" -#: ../../docs/user/introduction/information.rst:794 +#: ../../docs/user/introduction/information.rst:801 msgid "" "Blockchain information server used to power block explorers and respond to " "transaction queries." msgstr "" -#: ../../docs/user/introduction/information.rst:796 +#: ../../docs/user/introduction/information.rst:803 msgid "InstantX" msgstr "" -#: ../../docs/user/introduction/information.rst:798 +#: ../../docs/user/introduction/information.rst:805 msgid "See InstantSend" msgstr "" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:806 msgid "InstantSend" msgstr "InstantSend" -#: ../../docs/user/introduction/information.rst:801 +#: ../../docs/user/introduction/information.rst:808 msgid "" ":ref:`InstantSend ` technology uses the masternode network to " "\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" @@ -1605,11 +1621,11 @@ msgid "" "after only a few seconds." msgstr "" -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:813 msgid "Liquidity" msgstr "" -#: ../../docs/user/introduction/information.rst:808 +#: ../../docs/user/introduction/information.rst:815 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" @@ -1617,11 +1633,11 @@ msgid "" "volatility, and the inability to easily determine the value of an asset." msgstr "" -#: ../../docs/user/introduction/information.rst:813 +#: ../../docs/user/introduction/information.rst:820 msgid "LLMQ" msgstr "" -#: ../../docs/user/introduction/information.rst:815 +#: ../../docs/user/introduction/information.rst:822 msgid "" "Defined in `DIP6 " "`__, A Long- Living" @@ -1633,28 +1649,28 @@ msgid "" " perform threshold signing of consensus related messages." msgstr "" -#: ../../docs/user/introduction/information.rst:824 +#: ../../docs/user/introduction/information.rst:831 msgid "Masternode" msgstr "" -#: ../../docs/user/introduction/information.rst:826 +#: ../../docs/user/introduction/information.rst:833 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:830 +#: ../../docs/user/introduction/information.rst:837 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:832 +#: ../../docs/user/introduction/information.rst:839 msgid "Mining" msgstr "" -#: ../../docs/user/introduction/information.rst:834 +#: ../../docs/user/introduction/information.rst:841 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 " @@ -1662,19 +1678,19 @@ msgid "" ":ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:838 +#: ../../docs/user/introduction/information.rst:845 msgid "Mobile Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:840 +#: ../../docs/user/introduction/information.rst:847 msgid "These are wallets available on mobile devices (iOS + Android)." msgstr "" -#: ../../docs/user/introduction/information.rst:841 +#: ../../docs/user/introduction/information.rst:848 msgid "MultiSig" msgstr "" -#: ../../docs/user/introduction/information.rst:843 +#: ../../docs/user/introduction/information.rst:850 msgid "" "Multi-signature addresses provide additional security by requiring multiple " "people to sign a transaction with their private key before the transaction " @@ -1685,22 +1701,22 @@ msgid "" "since it makes theft much more difficult." msgstr "" -#: ../../docs/user/introduction/information.rst:851 +#: ../../docs/user/introduction/information.rst:858 msgid "Node" msgstr "" -#: ../../docs/user/introduction/information.rst:853 +#: ../../docs/user/introduction/information.rst:860 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:856 +#: ../../docs/user/introduction/information.rst:863 msgid "OTC" msgstr "" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:865 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 " @@ -1709,11 +1725,11 @@ msgid "" " order will move the price (called \"slippage\")." msgstr "" -#: ../../docs/user/introduction/information.rst:863 +#: ../../docs/user/introduction/information.rst:870 msgid "P2P" msgstr "" -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:872 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two " "parties in a highly interconnected network. An alternative system to a 'hub-" @@ -1721,22 +1737,22 @@ msgid "" " each other through a single mediation point." msgstr "" -#: ../../docs/user/introduction/information.rst:869 +#: ../../docs/user/introduction/information.rst:876 msgid "Paper Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:871 +#: ../../docs/user/introduction/information.rst:878 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:874 +#: ../../docs/user/introduction/information.rst:881 msgid "Privacy" msgstr "" -#: ../../docs/user/introduction/information.rst:876 +#: ../../docs/user/introduction/information.rst:883 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about themselves, " @@ -1749,11 +1765,11 @@ msgid "" "includes CoinJoin, which allows users to maintain financial privacy." msgstr "" -#: ../../docs/user/introduction/information.rst:886 +#: ../../docs/user/introduction/information.rst:893 msgid "Private Key" msgstr "" -#: ../../docs/user/introduction/information.rst:888 +#: ../../docs/user/introduction/information.rst:895 msgid "" "A `private key `_ is" " a long alphanumeric passcode that allows Dash to be spent. Every Dash " @@ -1764,22 +1780,22 @@ msgid "" "secret." msgstr "" -#: ../../docs/user/introduction/information.rst:895 +#: ../../docs/user/introduction/information.rst:902 msgid "PrivateSend" msgstr "PrivateSend" -#: ../../docs/user/introduction/information.rst:897 +#: ../../docs/user/introduction/information.rst:904 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:900 +#: ../../docs/user/introduction/information.rst:907 msgid "Proof of Service - PoSe" msgstr "" -#: ../../docs/user/introduction/information.rst:902 +#: ../../docs/user/introduction/information.rst:909 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided " "uninterrupted service meeting a minimum quality level to the network. " @@ -1787,11 +1803,11 @@ msgid "" "the global list and eventually into the selection pool to receive payment." msgstr "" -#: ../../docs/user/introduction/information.rst:908 +#: ../../docs/user/introduction/information.rst:915 msgid "Proof of Stake - PoS" msgstr "" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:917 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 " @@ -1805,11 +1821,11 @@ msgid "" "and the attacker's chain." msgstr "" -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:928 msgid "Proof of Work - PoW" msgstr "" -#: ../../docs/user/introduction/information.rst:923 +#: ../../docs/user/introduction/information.rst:930 msgid "" "Consensus mechanism that keeps all nodes honest by requiring computational " "power to be expended in order to create new blocks. Miners must use " @@ -1818,11 +1834,11 @@ msgid "" " chain and the network's nodes would never agree on which chain was valid." msgstr "" -#: ../../docs/user/introduction/information.rst:929 +#: ../../docs/user/introduction/information.rst:936 msgid "Public Key" msgstr "" -#: ../../docs/user/introduction/information.rst:931 +#: ../../docs/user/introduction/information.rst:938 msgid "" "The `public key `_ " "is derived from the private key but is not secret and can be revealed to " @@ -1830,11 +1846,11 @@ msgid "" " to verify that the signature is valid." msgstr "" -#: ../../docs/user/introduction/information.rst:936 +#: ../../docs/user/introduction/information.rst:943 msgid "Pump and dump" msgstr "" -#: ../../docs/user/introduction/information.rst:938 +#: ../../docs/user/introduction/information.rst:945 msgid "" "Inflating the value of a financial asset that has been produced or acquired " "cheaply, often using aggressive publicity and misleading statements. The " @@ -1844,21 +1860,21 @@ msgid "" "common in markets with low liquidity, such as some altcoins." msgstr "" -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:952 msgid "Quorum" msgstr "" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:954 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:949 +#: ../../docs/user/introduction/information.rst:956 msgid "QR Code" msgstr "" -#: ../../docs/user/introduction/information.rst:951 +#: ../../docs/user/introduction/information.rst:958 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -1866,33 +1882,33 @@ msgid "" "encode Dash addresses." msgstr "" -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:962 msgid "Satoshi Nakamoto" msgstr "" -#: ../../docs/user/introduction/information.rst:957 +#: ../../docs/user/introduction/information.rst:964 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:960 +#: ../../docs/user/introduction/information.rst:967 msgid "SDK" msgstr "" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:969 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:965 +#: ../../docs/user/introduction/information.rst:972 msgid "Signaling" msgstr "" -#: ../../docs/user/introduction/information.rst:967 +#: ../../docs/user/introduction/information.rst:974 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 " @@ -1901,22 +1917,22 @@ msgid "" "protocol and/or by setting a specific version bit within discovered blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:972 +#: ../../docs/user/introduction/information.rst:979 msgid "State View" msgstr "" -#: ../../docs/user/introduction/information.rst:974 +#: ../../docs/user/introduction/information.rst:981 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:977 +#: ../../docs/user/introduction/information.rst:984 msgid "Spork" msgstr "" -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:986 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -1933,29 +1949,29 @@ msgid "" " or client update." msgstr "" -#: ../../docs/user/introduction/information.rst:993 +#: ../../docs/user/introduction/information.rst:1000 msgid "Tainted Coins" msgstr "" -#: ../../docs/user/introduction/information.rst:995 +#: ../../docs/user/introduction/information.rst:1002 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:997 +#: ../../docs/user/introduction/information.rst:1004 msgid "tDash" msgstr "" -#: ../../docs/user/introduction/information.rst:999 +#: ../../docs/user/introduction/information.rst:1006 msgid "Test Dash, used on :ref:`testnet `." msgstr "" -#: ../../docs/user/introduction/information.rst:1000 +#: ../../docs/user/introduction/information.rst:1007 msgid "Testnet" msgstr "Testnet" -#: ../../docs/user/introduction/information.rst:1002 +#: ../../docs/user/introduction/information.rst:1009 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and test " @@ -1963,21 +1979,21 @@ msgid "" "errors or forks are not harmful." msgstr "" -#: ../../docs/user/introduction/information.rst:1006 +#: ../../docs/user/introduction/information.rst:1013 msgid "Tor" msgstr "" -#: ../../docs/user/introduction/information.rst:1008 +#: ../../docs/user/introduction/information.rst:1015 msgid "" "An anonymous routing protocol used by people wanting to hide their identity " "online." msgstr "" -#: ../../docs/user/introduction/information.rst:1010 +#: ../../docs/user/introduction/information.rst:1017 msgid "Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:1012 +#: ../../docs/user/introduction/information.rst:1019 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions may" " be divided into classical and special transactions. Similar to Bitcoin, " @@ -1987,82 +2003,82 @@ msgid "" "used to manage blockchain users, for example." msgstr "" -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:1026 msgid "Transaction Block" msgstr "" -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:1028 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:1023 +#: ../../docs/user/introduction/information.rst:1030 msgid "Transaction Fee" msgstr "" -#: ../../docs/user/introduction/information.rst:1025 +#: ../../docs/user/introduction/information.rst:1032 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:1028 +#: ../../docs/user/introduction/information.rst:1035 msgid "Unconfirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1037 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:1033 +#: ../../docs/user/introduction/information.rst:1040 msgid "Vanity Address" msgstr "" -#: ../../docs/user/introduction/information.rst:1035 +#: ../../docs/user/introduction/information.rst:1042 msgid "A Dash address with a desirable pattern, such as a name." msgstr "" -#: ../../docs/user/introduction/information.rst:1036 +#: ../../docs/user/introduction/information.rst:1043 msgid "Virgin Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:1038 +#: ../../docs/user/introduction/information.rst:1045 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:1040 +#: ../../docs/user/introduction/information.rst:1047 msgid "Volatility" msgstr "" -#: ../../docs/user/introduction/information.rst:1042 +#: ../../docs/user/introduction/information.rst:1049 msgid "" "The measurement of price movements over time for a traded financial asset " "(including Dash)." msgstr "" -#: ../../docs/user/introduction/information.rst:1044 +#: ../../docs/user/introduction/information.rst:1051 msgid "Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:1046 +#: ../../docs/user/introduction/information.rst:1053 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:1049 +#: ../../docs/user/introduction/information.rst:1056 msgid "Whitepaper" msgstr "Whitepaper" -#: ../../docs/user/introduction/information.rst:1051 +#: ../../docs/user/introduction/information.rst:1058 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a complex" @@ -2070,31 +2086,31 @@ msgid "" " to help readers understand an issue, solve a problem, or make a decision." msgstr "" -#: ../../docs/user/introduction/information.rst:1056 +#: ../../docs/user/introduction/information.rst:1063 msgid "X11" msgstr "" -#: ../../docs/user/introduction/information.rst:1058 +#: ../../docs/user/introduction/information.rst:1065 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash Core " "developer Evan Duffield." msgstr "" -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1067 msgid "Zero Confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1069 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:1064 +#: ../../docs/user/introduction/information.rst:1071 msgid "vin" msgstr "" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1073 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 " @@ -2102,11 +2118,11 @@ msgid "" "to work." msgstr "" -#: ../../docs/user/introduction/information.rst:1070 +#: ../../docs/user/introduction/information.rst:1077 msgid "VMN" msgstr "" -#: ../../docs/user/introduction/information.rst:1072 +#: ../../docs/user/introduction/information.rst:1079 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " diff --git a/locale/el/LC_MESSAGES/docs/user/introduction/safety.po b/locale/el/LC_MESSAGES/docs/user/introduction/safety.po index 43dd31a2b..06e0ba614 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 46aed1e6c..5c74b84e1 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 dd942d993..ea912b9fb 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/dashmate-upgrade-v1.po b/locale/el/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po index 321bd166b..fa5a4c5b3 100644 --- a/locale/el/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po +++ b/locale/el/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2024-08-29 14:40+0000\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" @@ -46,22 +46,18 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:26 -msgid "Reset previous services to ensure compatibility with the new version::" -msgstr "" - -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:30 msgid "Update services::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:35 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:32 msgid "Start dashmate node" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:37 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:34 msgid "Start the node::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:41 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:38 msgid "" "Make sure the node works properly by running the following status commands::" msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/masternodes/hosting.po b/locale/el/LC_MESSAGES/docs/user/masternodes/hosting.po index 1cb69a695..56853cd01 100644 --- a/locale/el/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/el/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -66,295 +66,303 @@ msgid "Operated by: CrowdNode ApS" msgstr "" #: ../../docs/user/masternodes/hosting.rst:36 -#: ../../docs/user/masternodes/hosting.rst:90 -#: ../../docs/user/masternodes/hosting.rst:146 +#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:148 msgid "Services: Hosting, Shares" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:37 -msgid "Cost: 15% of masternode payments" +#: ../../docs/user/masternodes/hosting.rst:38 +msgid "Cost:" msgstr "" #: ../../docs/user/masternodes/hosting.rst:38 -msgid "`Site `__" +msgid "35% of trusted masternode/evonode payments" msgstr "" #: ../../docs/user/masternodes/hosting.rst:39 +msgid "20% of trustless masternode payments" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:40 +msgid "`Site `__" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:41 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:43 +#: ../../docs/user/masternodes/hosting.rst:45 msgid "Allnodes" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:50 +#: ../../docs/user/masternodes/hosting.rst:52 msgid "" "`https://www.allnodes.com " "`__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:52 +#: ../../docs/user/masternodes/hosting.rst:54 msgid "Operated by: Sephiroth" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:53 +#: ../../docs/user/masternodes/hosting.rst:55 msgid "Services: Monitoring, Hosting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:54 +#: ../../docs/user/masternodes/hosting.rst:56 msgid "Cost: from $4.50/month" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:55 +#: ../../docs/user/masternodes/hosting.rst:57 msgid "" "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:56 +#: ../../docs/user/masternodes/hosting.rst:58 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:57 +#: ../../docs/user/masternodes/hosting.rst:59 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:58 +#: ../../docs/user/masternodes/hosting.rst:60 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:59 +#: ../../docs/user/masternodes/hosting.rst:61 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:63 +#: ../../docs/user/masternodes/hosting.rst:65 msgid "SID Hosting Service" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:70 +#: ../../docs/user/masternodes/hosting.rst:72 msgid "https://dashmasternode.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:72 +#: ../../docs/user/masternodes/hosting.rst:74 msgid "Operated by: splawik21 (Dash Core team member)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:73 -#: ../../docs/user/masternodes/hosting.rst:160 +#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:162 msgid "Services: Hosting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:74 +#: ../../docs/user/masternodes/hosting.rst:76 msgid "Cost: €25/month, paid in Dash" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:77 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:76 +#: ../../docs/user/masternodes/hosting.rst:78 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:80 +#: ../../docs/user/masternodes/hosting.rst:82 msgid "Pool of Stake" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:87 +#: ../../docs/user/masternodes/hosting.rst:89 msgid "https://www.poolofstake.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:89 +#: ../../docs/user/masternodes/hosting.rst:91 msgid "Operated by: Pool of Stake OÜ" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:91 +#: ../../docs/user/masternodes/hosting.rst:93 msgid "15% of masternode payments (5% with tokens)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:94 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:93 +#: ../../docs/user/masternodes/hosting.rst:95 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:94 +#: ../../docs/user/masternodes/hosting.rst:96 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:95 +#: ../../docs/user/masternodes/hosting.rst:97 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:99 +#: ../../docs/user/masternodes/hosting.rst:101 msgid "Staked" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:106 +#: ../../docs/user/masternodes/hosting.rst:108 msgid "https://staked.us" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:108 +#: ../../docs/user/masternodes/hosting.rst:110 msgid "Operated by: Staked" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:109 +#: ../../docs/user/masternodes/hosting.rst:111 msgid "Services: Hosting, Reporting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:110 +#: ../../docs/user/masternodes/hosting.rst:112 msgid "Cost: 10% of rewards" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:111 +#: ../../docs/user/masternodes/hosting.rst:113 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:112 +#: ../../docs/user/masternodes/hosting.rst:114 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:116 +#: ../../docs/user/masternodes/hosting.rst:118 msgid "NodeHub.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:123 +#: ../../docs/user/masternodes/hosting.rst:125 msgid "https://nodehub.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:125 +#: ../../docs/user/masternodes/hosting.rst:127 msgid "Operated by: NodeHub LLC" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:126 +#: ../../docs/user/masternodes/hosting.rst:128 msgid "Services: Hosting, Governance, Stats, Monitoring" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:127 +#: ../../docs/user/masternodes/hosting.rst:129 msgid "Cost: $3.90/month (charged daily at $0.13)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:128 +#: ../../docs/user/masternodes/hosting.rst:130 msgid "" "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:129 +#: ../../docs/user/masternodes/hosting.rst:131 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:130 +#: ../../docs/user/masternodes/hosting.rst:132 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:131 +#: ../../docs/user/masternodes/hosting.rst:133 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:132 +#: ../../docs/user/masternodes/hosting.rst:134 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:136 +#: ../../docs/user/masternodes/hosting.rst:138 msgid "Gentarium" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:143 +#: ../../docs/user/masternodes/hosting.rst:145 msgid "https://mn.gtmcoin.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:145 +#: ../../docs/user/masternodes/hosting.rst:147 msgid "Operated by: Gentarium International OÜ" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:147 +#: ../../docs/user/masternodes/hosting.rst:149 msgid "Cost: $3.99/month (charged daily at $0.15)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:148 +#: ../../docs/user/masternodes/hosting.rst:150 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:149 +#: ../../docs/user/masternodes/hosting.rst:151 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:150 +#: ../../docs/user/masternodes/hosting.rst:152 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:151 +#: ../../docs/user/masternodes/hosting.rst:153 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:155 +#: ../../docs/user/masternodes/hosting.rst:157 msgid "Masternodehosting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:157 +#: ../../docs/user/masternodes/hosting.rst:159 msgid "https://masternodehosting.com" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:159 +#: ../../docs/user/masternodes/hosting.rst:161 msgid "Operated by: flare (Dash Core team member)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:161 +#: ../../docs/user/masternodes/hosting.rst:163 msgid "Cost: €18/month" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:162 +#: ../../docs/user/masternodes/hosting.rst:164 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:163 +#: ../../docs/user/masternodes/hosting.rst:165 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:164 +#: ../../docs/user/masternodes/hosting.rst:166 msgid "" "`Forum `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:170 +#: ../../docs/user/masternodes/hosting.rst:172 msgid "Registering a hosted masternode" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:172 +#: ../../docs/user/masternodes/hosting.rst:174 msgid "A list of available documentation appears below:" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:174 +#: ../../docs/user/masternodes/hosting.rst:176 msgid ":ref:`Full masternode setup guide `" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:175 +#: ../../docs/user/masternodes/hosting.rst:177 msgid "" ":ref:`Information for users of hosted masternodes ` (you are " "here)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:176 +#: ../../docs/user/masternodes/hosting.rst:178 msgid "" ":ref:`Information for operators of hosted masternodes `" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:178 +#: ../../docs/user/masternodes/hosting.rst:180 msgid "Registering a hosted masternode is done in several steps:" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:180 +#: ../../docs/user/masternodes/hosting.rst:182 msgid "" "Send 1000 DASH to an address you control in a single transaction and wait " "for 15 confirmations" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:182 +#: ../../docs/user/masternodes/hosting.rst:184 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 " @@ -362,13 +370,13 @@ msgid "" "will be set up before or after the registration transaction" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:187 +#: ../../docs/user/masternodes/hosting.rst:189 msgid "" "Prepare, sign and broadcast the registration transaction using Dash Core or " "DMT" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:190 +#: ../../docs/user/masternodes/hosting.rst:192 msgid "" "It is **highly recommended** to store the keys to your masternode collateral" " on a :ref:`hardware wallet ` for added security " @@ -380,11 +388,11 @@ msgid "" "beginning from the :ref:`registration step `." msgstr "" -#: ../../docs/user/masternodes/hosting.rst:204 +#: ../../docs/user/masternodes/hosting.rst:206 msgid "Operator transactions" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:206 +#: ../../docs/user/masternodes/hosting.rst:208 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 " @@ -398,7 +406,7 @@ msgid "" "update the service features and register the masternode." msgstr "" -#: ../../docs/user/masternodes/hosting.rst:218 +#: ../../docs/user/masternodes/hosting.rst:220 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 " diff --git a/locale/el/LC_MESSAGES/docs/user/masternodes/index.po b/locale/el/LC_MESSAGES/docs/user/masternodes/index.po index 69cf8b046..c478bde54 100644 --- a/locale/el/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/el/LC_MESSAGES/docs/user/masternodes/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/masternodes/server-config.po b/locale/el/LC_MESSAGES/docs/user/masternodes/server-config.po index 398e76bfe..f894b4903 100644 --- a/locale/el/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/el/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: John Theman , 2024\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" @@ -76,7 +76,15 @@ msgid "" "ISPs allocate dynamic IP addresses to home users." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:41 +#: ../../docs/user/masternodes/server-config.rst:43 +msgid "" +"Disabling IPv6 is highly recommended to prevent communication issues that " +"have been observed when running nodes on some VPS providers. We recommend " +"turning it off through the VPS provider's setup wizard during initial server" +" creation." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:47 msgid "" "Before beginning, take a few minutes to review the masternode and evonode " ":hoverxref:`hardware requirements ` which may help you " @@ -91,66 +99,66 @@ msgid "" "on the following screen:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:56 +#: ../../docs/user/masternodes/server-config.rst:62 msgid "Vultr server location selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:58 +#: ../../docs/user/masternodes/server-config.rst:64 msgid "" "Select Ubuntu 24.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 "" -#: ../../docs/user/masternodes/server-config.rst:65 +#: ../../docs/user/masternodes/server-config.rst:71 msgid "Vultr server type selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:67 +#: ../../docs/user/masternodes/server-config.rst:73 msgid "" "Select a server size according to the hardware requirements for you " ":hoverxref:`masternode ` or :hoverxref:`evonode " "`:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:73 +#: ../../docs/user/masternodes/server-config.rst:79 msgid "Vultr server size selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:75 +#: ../../docs/user/masternodes/server-config.rst:81 msgid "" "Enter a hostname and label for your server. In this example we will use " "``dashmn1`` as the hostname." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:81 +#: ../../docs/user/masternodes/server-config.rst:87 msgid "Vultr server hostname & label selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:83 +#: ../../docs/user/masternodes/server-config.rst:89 msgid "" "Vultr will now install your server. This process may take a few minutes." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:88 +#: ../../docs/user/masternodes/server-config.rst:94 msgid "Vultr server installation screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:90 +#: ../../docs/user/masternodes/server-config.rst:96 msgid "" "Click **Manage** when installation is complete and take note of the IP " "address, username and password." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:96 +#: ../../docs/user/masternodes/server-config.rst:102 msgid "Vultr server management screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:101 +#: ../../docs/user/masternodes/server-config.rst:107 msgid "Set up your operating system" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:103 +#: ../../docs/user/masternodes/server-config.rst:109 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" @@ -161,11 +169,11 @@ msgid "" "and enter your password when prompted." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:114 +#: ../../docs/user/masternodes/server-config.rst:120 msgid "PuTTY download page" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:116 +#: ../../docs/user/masternodes/server-config.rst:122 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** " @@ -174,26 +182,26 @@ msgid "" "**Yes** to trust this server in the future." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:125 +#: ../../docs/user/masternodes/server-config.rst:131 msgid "PuTTY security alert when connecting to a new server" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:127 +#: ../../docs/user/masternodes/server-config.rst:133 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 "" -#: ../../docs/user/masternodes/server-config.rst:134 +#: ../../docs/user/masternodes/server-config.rst:140 msgid "Password challenge when connecting to your VPS for the first time" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:138 +#: ../../docs/user/masternodes/server-config.rst:144 msgid "Set up users" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:140 +#: ../../docs/user/masternodes/server-config.rst:146 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 " @@ -202,14 +210,14 @@ msgid "" "current cursor location::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:148 +#: ../../docs/user/masternodes/server-config.rst:154 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 "" -#: ../../docs/user/masternodes/server-config.rst:154 +#: ../../docs/user/masternodes/server-config.rst:160 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 " @@ -218,37 +226,73 @@ msgid "" "perform commands as root::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:164 +#: ../../docs/user/masternodes/server-config.rst:170 msgid "Update the system" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:166 +#: ../../docs/user/masternodes/server-config.rst:172 msgid "" "Now, while still as root, we will update the system from the Ubuntu package " "repository::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:172 +#: ../../docs/user/masternodes/server-config.rst:178 msgid "" "The system will show a list of upgradable packages. Press **Y** and " "**Enter** to install the packages." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:177 +#: ../../docs/user/masternodes/server-config.rst:182 +msgid "Disable IPv6" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:184 +msgid "" +"We recommend turning off IPv6 to avoid potential communication issues. If " +"you cannot do this through your VPS provider's server configuration " +"settings, use the following steps to disable it through the operating " +"system." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:188 +msgid "Check if IPv6 is enabled::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:192 +msgid "If multiple inet6 entries are returned, open sysctrl.conf::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:197 +msgid "" +"Add the following lines at the end of the file, then press **Ctrl + X** to " +"close the editor, then **Y** and **Enter** save the file.::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:204 +msgid "Load the changes::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:208 +msgid "" +"Finally, check if IPv6 was successfully disabled. No entries should be " +"returned when you run the command this time::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:214 msgid "Configure the firewall" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:179 +#: ../../docs/user/masternodes/server-config.rst:216 msgid "" "We will now install a firewall (and some other packages we will use later)::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:183 -#: ../../docs/user/masternodes/server-config.rst:225 +#: ../../docs/user/masternodes/server-config.rst:220 +#: ../../docs/user/masternodes/server-config.rst:259 msgid "(press **Y** and **Enter** to confirm)" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:185 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Choose the appropriate firewall configuration below based on which network " "and masternode type your masternode will support:" @@ -266,53 +310,53 @@ msgstr "" msgid "Testnet" msgstr "Testnet" -#: ../../docs/user/masternodes/server-config.rst:229 +#: ../../docs/user/masternodes/server-config.rst:263 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:231 +#: ../../docs/user/masternodes/server-config.rst:265 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:240 +#: ../../docs/user/masternodes/server-config.rst:274 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:250 +#: ../../docs/user/masternodes/server-config.rst:284 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:252 +#: ../../docs/user/masternodes/server-config.rst:286 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:258 +#: ../../docs/user/masternodes/server-config.rst:292 msgid "Create a new configuration file::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:296 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:307 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:279 +#: ../../docs/user/masternodes/server-config.rst:313 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:283 +#: ../../docs/user/masternodes/server-config.rst:317 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -321,25 +365,25 @@ msgid "" "**Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:289 +#: ../../docs/user/masternodes/server-config.rst:323 msgid "" "Optionally install or update `AppArmor `_ (try this " "step if you are having problems related to AppArmor)::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:295 +#: ../../docs/user/masternodes/server-config.rst:329 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:297 +#: ../../docs/user/masternodes/server-config.rst:331 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:301 +#: ../../docs/user/masternodes/server-config.rst:335 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:305 +#: ../../docs/user/masternodes/server-config.rst:339 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a `public" 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 ec6212d9d..e001825d0 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2023-05-23 19:50+0000\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" @@ -354,7 +354,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:252 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -868,3 +868,21 @@ msgid "" "`_ are two options that " "accept cryptocurrency." msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:631 +msgid "" +"Please make sure that the certificate chain file contains your server " +"certificate at the top and intermediate/root certificates if present. If a " +"bundle file is present, you need to concatenate it with the certificate " +"file::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:637 +msgid "" +"Verify the validity of the private key and certificate chain by running " +"these commands::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:642 +msgid "The output of these two commands should be the same." +msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/mining/index.po b/locale/el/LC_MESSAGES/docs/user/mining/index.po index 38ea1fd01..eb6f48545 100644 --- a/locale/el/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/el/LC_MESSAGES/docs/user/mining/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" @@ -38,55 +38,39 @@ msgid "" "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." +"algorithm>`, which the miner must solve in order to earn rewards. A number " +"of X11 ASICs are available on the market, which help make Dash secure " +"against brute force attacks on the blockchain." 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." -msgstr "" - -#: ../../docs/user/mining/index.rst:35 +#: ../../docs/user/mining/index.rst:20 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:" msgstr "" -#: ../../docs/user/mining/index.rst:39 +#: ../../docs/user/mining/index.rst:24 msgid "`Hashrate `_" msgstr "" -#: ../../docs/user/mining/index.rst:40 +#: ../../docs/user/mining/index.rst:25 msgid "" "`Mining difficulty `_" msgstr "" -#: ../../docs/user/mining/index.rst:41 +#: ../../docs/user/mining/index.rst:26 msgid "" "`Profitability calculation tool " "`_" msgstr "" -#: ../../docs/user/mining/index.rst:44 +#: ../../docs/user/mining/index.rst:29 msgid "Masternodes vs. Mining" msgstr "" -#: ../../docs/user/mining/index.rst:46 +#: ../../docs/user/mining/index.rst:31 msgid "" "Dash, like Bitcoin and most other cryptocurrencies, is based on a " "decentralized ledger of all transactions, known as a blockchain. This " @@ -99,20 +83,20 @@ msgid "" "miner is rewarded." msgstr "" -#: ../../docs/user/mining/index.rst:56 +#: ../../docs/user/mining/index.rst:41 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% " +"rewarded when miners discover new blocks. The breakdown is as follows: 80% " "of the block subsidy is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " +"distribution found :ref:`here `, while 20% is " "reserved for the budget system (created by superblocks every month)." msgstr "" -#: ../../docs/user/mining/index.rst:67 +#: ../../docs/user/mining/index.rst:52 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 " @@ -123,7 +107,7 @@ msgid "" "be added to the blockchain." msgstr "" -#: ../../docs/user/mining/index.rst:75 +#: ../../docs/user/mining/index.rst:60 msgid "" "In short, miners power the first tier, which is the basic sending and " "receiving of funds and prevention of doublespending. Masternodes power the " @@ -136,25 +120,19 @@ msgid "" "and stop receiving rewards." msgstr "" -#: ../../docs/user/mining/index.rst:87 +#: ../../docs/user/mining/index.rst:72 msgid "Mining Pools" msgstr "" -#: ../../docs/user/mining/index.rst:89 +#: ../../docs/user/mining/index.rst:74 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." +"power." msgstr "" -#: ../../docs/user/mining/index.rst:97 -msgid "http://www.p2poolmining.us/p2poolnodes/" -msgstr "" - -#: ../../docs/user/mining/index.rst:99 +#: ../../docs/user/mining/index.rst:79 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" @@ -164,435 +142,64 @@ msgid "" " be found :ref:`here `." msgstr "" -#: ../../docs/user/mining/index.rst:107 +#: ../../docs/user/mining/index.rst:87 msgid "https://coinfoundry.org" msgstr "" -#: ../../docs/user/mining/index.rst:108 +#: ../../docs/user/mining/index.rst:88 msgid "https://mining.luxor.tech" msgstr "" -#: ../../docs/user/mining/index.rst:109 -msgid "https://dash.suprnova.cc" -msgstr "" - -#: ../../docs/user/mining/index.rst:110 +#: ../../docs/user/mining/index.rst:89 msgid "https://www.nicehash.com" msgstr "" -#: ../../docs/user/mining/index.rst:111 -msgid "https://www.coinotron.com" -msgstr "" - -#: ../../docs/user/mining/index.rst:112 +#: ../../docs/user/mining/index.rst:90 msgid "https://dash.miningpoolhub.com" msgstr "" -#: ../../docs/user/mining/index.rst:113 +#: ../../docs/user/mining/index.rst:91 msgid "https://www.multipool.us" msgstr "" -#: ../../docs/user/mining/index.rst:114 +#: ../../docs/user/mining/index.rst:92 msgid "https://www.f2pool.com" msgstr "" -#: ../../docs/user/mining/index.rst:115 -msgid "https://www2.coinmine.pl/dash/" -msgstr "" - -#: ../../docs/user/mining/index.rst:116 +#: ../../docs/user/mining/index.rst:93 msgid "https://www.antpool.com" msgstr "" -#: ../../docs/user/mining/index.rst:117 -msgid "https://avalon-life.io" -msgstr "" - -#: ../../docs/user/mining/index.rst:118 -msgid "https://www.genesis-mining.com" -msgstr "" - -#: ../../docs/user/mining/index.rst:119 +#: ../../docs/user/mining/index.rst:94 msgid "https://www.viabtc.com" msgstr "" -#: ../../docs/user/mining/index.rst:120 +#: ../../docs/user/mining/index.rst:95 msgid "https://zpool.ca" msgstr "" -#: ../../docs/user/mining/index.rst:122 +#: ../../docs/user/mining/index.rst:97 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" +"exercise discretion when using third-party services. If you'd like to be " +"added to this list, please open an issue on the `GitHub repository " +"`_." msgstr "" -#: ../../docs/user/mining/index.rst:129 +#: ../../docs/user/mining/index.rst:104 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 " "`." msgstr "" -#: ../../docs/user/mining/index.rst:143 -msgid "CPU Mining" -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 "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:158 ../../docs/user/mining/index.rst:292 -msgid "`Crypto Mining Blog `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:159 ../../docs/user/mining/index.rst:293 -msgid "" -"`Dash Forum Mining Discussions " -"`_" -msgstr "" - -#: ../../docs/user/mining/index.rst:160 ../../docs/user/mining/index.rst:294 -msgid "" -"`Bitcoin Talk Altcoin Mining Discussions " -"`_" -msgstr "" - -#: ../../docs/user/mining/index.rst:163 ../../docs/user/mining/index.rst:297 -msgid "Mining software" -msgstr "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:168 -msgid "https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:178 -msgid "CPU-Z showing details for an Intel i7 Haswell CPU" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:185 -msgid "https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c" -msgstr "" - -#: ../../docs/user/mining/index.rst:186 -msgid "https://github.com/tpruvot/cpuminer-multi" -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 " -"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 "" - -#: ../../docs/user/mining/index.rst:198 -msgid "Executable CPU miners for Dash" -msgstr "" - -#: ../../docs/user/mining/index.rst:201 ../../docs/user/mining/index.rst:345 -msgid "Configuration" -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 "" - -#: ../../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::" -msgstr "" - -#: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 -msgid "Where:" -msgstr "" - -#: ../../docs/user/mining/index.rst:220 -msgid "minerd = the executable miner daemon file you choose to use" -msgstr "" - -#: ../../docs/user/mining/index.rst:221 -msgid "a = algorithm, which is X11 for Dash" -msgstr "" - -#: ../../docs/user/mining/index.rst:222 -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" -msgstr "" - -#: ../../docs/user/mining/index.rst:224 -msgid "p = password, can often be set to x" -msgstr "" - -#: ../../docs/user/mining/index.rst:225 -msgid "t = number of threads used" -msgstr "" - -#: ../../docs/user/mining/index.rst:226 -msgid "pause = keeps the window open in the case of errors" -msgstr "" - -#: ../../docs/user/mining/index.rst:228 -msgid "For the CPU in the example above, the command may be::" -msgstr "" - -#: ../../docs/user/mining/index.rst:236 -msgid "Notepad file showing an example command to start a CPU miner" -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." -msgstr "" - -#: ../../docs/user/mining/index.rst:243 ../../docs/user/mining/index.rst:392 -msgid "Testing" -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 "" - -#: ../../docs/user/mining/index.rst:257 -msgid "Example of CPU mining using DarkCoin CPUMiner 1.3 on Intel Core i7" -msgstr "" - -#: ../../docs/user/mining/index.rst:260 -msgid "Tips" -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." -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." -msgstr "" - -#: ../../docs/user/mining/index.rst:277 -msgid "GPU Mining" -msgstr "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:309 -msgid "" -"GPU-Z showing details for AMD Radeon Turks and NVIDIA Quadro GK104 class " -"GPUs" -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 "" - -#: ../../docs/user/mining/index.rst:318 -msgid "**AMD**" -msgstr "" - -#: ../../docs/user/mining/index.rst:320 -msgid "https://github.com/nicehash/sgminer/releases" -msgstr "" - -#: ../../docs/user/mining/index.rst:322 -msgid "**NVIDIA**" -msgstr "" - -#: ../../docs/user/mining/index.rst:324 -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)" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:335 -msgid "Executable GPU miners for Dash" -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." -msgstr "" - -#: ../../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" -msgstr "" - -#: ../../docs/user/mining/index.rst:373 -msgid "url = URL of your mining pool, including the protocol and port" -msgstr "" - -#: ../../docs/user/mining/index.rst:374 -msgid "" -"user = username, usually the Dash receiving address of your wallet or worker" -msgstr "" - -#: ../../docs/user/mining/index.rst:376 -msgid "pass = password, can often be set to x" -msgstr "" - -#: ../../docs/user/mining/index.rst:377 -msgid "" -"algorithm = hashing algorithm to use, in this case darkcoin (for historic " -"reasons) or darkcoin-mod" -msgstr "" - -#: ../../docs/user/mining/index.rst:380 -msgid "For the pool above, the configuration may be:" -msgstr "" - -#: ../../docs/user/mining/index.rst:385 -msgid "Configuration file for a Dash GPU miner" -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." -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." -msgstr "" - -#: ../../docs/user/mining/index.rst:403 -msgid "" -"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD Graphics " -"4600" -msgstr "" - -#: ../../docs/user/mining/index.rst:410 +#: ../../docs/user/mining/index.rst:120 msgid "ASIC Mining" msgstr "" -#: ../../docs/user/mining/index.rst:412 +#: ../../docs/user/mining/index.rst:122 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" @@ -600,431 +207,126 @@ msgid "" " than CPU or GPU miners, resulting in higher profit." msgstr "" -#: ../../docs/user/mining/index.rst:417 +#: ../../docs/user/mining/index.rst:127 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 `_." +"Forums `_." msgstr "" -#: ../../docs/user/mining/index.rst:424 +#: ../../docs/user/mining/index.rst:134 msgid "" "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 +#: ../../docs/user/mining/index.rst:138 msgid "Name" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Hash rate" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Power" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Weight" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Dimensions (mm)" msgstr "" -#: ../../docs/user/mining/index.rst:428 +#: ../../docs/user/mining/index.rst:138 msgid "Price" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "" "`Bitmain Antminer D5 " "`_" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "119 GH/s ±5%" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "1566 W" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "7.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "486 x 265 x 388" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "$1,180" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "`Spondoolies SPx36 `_" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "540 GH/s ±10%" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "4400 W" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "19.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "640 x 525 x 185" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "$7,000" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "" "`StrongU STU-U6 `_" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "420 GH/s ±8%" msgstr "" -#: ../../docs/user/mining/index.rst:434 ../../docs/user/mining/index.rst:478 +#: ../../docs/user/mining/index.rst:144 msgid "2100 W" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "8.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "370 x 135 x 208" msgstr "" -#: ../../docs/user/mining/index.rst:437 +#: ../../docs/user/mining/index.rst:147 msgid "ASIC resellers may also have miners available:" msgstr "" -#: ../../docs/user/mining/index.rst:439 +#: ../../docs/user/mining/index.rst:149 msgid "http://kaboomracks.com" msgstr "" -#: ../../docs/user/mining/index.rst:440 +#: ../../docs/user/mining/index.rst:150 msgid "https://brokerage.luxor.tech/dashboard" 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." -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "`Baikal BK-X `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "10 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "800 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "3.8 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "312 x 125 x 130" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "`Baikal Mini `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "150 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "40 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid ".475 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "140 x 100 x 95" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "`Baikal Giant+ A2000 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "2000 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "430 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 ../../docs/user/mining/index.rst:456 -msgid "3 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "300 x 140 x 125" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "`Baikal Giant A900 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "900 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "217 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "2.5 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "300 x 123 x 123" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "`Baikal Quad Cube `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "1200 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "300 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "135 x 135 x 425" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "" -"`Bitmain Antminer D3 " -"`_" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "17 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "970 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "6.5 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "320 x 130 x 190" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "`iBelink DM384M `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "384 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "715 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "21 kg" -msgstr "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:462 -msgid "`iBelink DM11G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 -msgid "11 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 ../../docs/user/mining/index.rst:464 -msgid "810 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 -msgid "22 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "`iBelink DM22G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "22 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "19 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "Pinidea DR-1" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "500 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "320 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 ../../docs/user/mining/index.rst:468 -#: ../../docs/user/mining/index.rst:470 -msgid "4.5 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "290 x 130 x 150" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 -msgid "Pinidea DR-2" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 -msgid "450 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 -msgid "335 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 ../../docs/user/mining/index.rst:470 -msgid "200 x 165 x 135" -msgstr "" - -#: ../../docs/user/mining/index.rst:470 -msgid "Pinidea DR-3" -msgstr "" - -#: ../../docs/user/mining/index.rst:470 -msgid "600 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:470 -msgid "345 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "Pinidea DU-1" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "9 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "7 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "50 x 50 x 30" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 -msgid "Pinidea DRX-Kuznetsov" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 -msgid "900 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 -msgid "650 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 ../../docs/user/mining/index.rst:476 -msgid "280 x 180 x 150" -msgstr "" - -#: ../../docs/user/mining/index.rst:476 -msgid "Pinidea DRX-Varyag" -msgstr "" - -#: ../../docs/user/mining/index.rst:476 -msgid "1200 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:476 -msgid "850 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "" -"`iBelink DM56G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "56 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "17 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "490 x 390 x 180" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "" -"`Innosilicon A5 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "32 GH/s ±8%" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "750 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "3.1 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "400 x 135 x 158" -msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/mining/pools.po b/locale/el/LC_MESSAGES/docs/user/mining/pools.po index 7cbc1941b..e3f3ff97c 100644 --- a/locale/el/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/el/LC_MESSAGES/docs/user/mining/pools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/network/dash-evo-tool/index.po b/locale/el/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po new file mode 100644 index 000000000..338136541 --- /dev/null +++ b/locale/el/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po @@ -0,0 +1,608 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2024, Dash Core Group, Inc +# This file is distributed under the same license as the Dash package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# John Theman , 2024 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Dash latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" +"PO-Revision-Date: 2024-11-18 17:41+0000\n" +"Last-Translator: John Theman , 2024\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/dash-evo-tool/index.rst-1 +msgid "Description of dash evo tool features and usage" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst-1 +msgid "dash, platform, evonode, masternodes, dash evo tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:9 +msgid "Dash Evo Tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:11 +msgid "" +"Dash Evo Tool is an application designed to help you vote on usernames, " +"withdraw evonode credits, and complete an expanding list of Platform " +"actions. This guide describes how to download, install, and use the Dash Evo" +" Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:18 +msgid "Installation" +msgstr "Εγκατάσταση" + +#: ../../docs/user/network/dash-evo-tool/index.rst:22 +msgid "" +"The Dash Evo Tool requires a Dash Core full node configured to allow RPC and" +" ZMQ access." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:24 +msgid "" +"Linux, MacOS, or Windows packages are available on the `GitHub releases page" +" `__. Download the" +" zip file for your Operating System, then unzip the downloaded file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:28 +msgid "" +"`Windows `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:29 +msgid "" +"`Mac (ARM m1-m4) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:30 +msgid "" +"`Mac (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:31 +msgid "" +"`Linux (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:32 +msgid "" +"`Linux (ARM) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:37 +msgid "Configuration" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:39 +msgid "Open the directory where the download was unzipped." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:40 +msgid "" +"Open the ``.env`` file (you may need to show hidden files to see it). For " +"the network you plan to connect to, make the following changes. Replace the " +"``*`` with the network name (MAINNET or TESTNET):" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:44 +msgid "" +"Update ``*_CORE_RPC_USER`` to match the ``rpcuser`` value from your Dash " +"Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:45 +msgid "" +"Update ``*_CORE_RPC_PASSWORD`` to match the ``rpcpassword`` value from your " +"Dash Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:47 +msgid "" +"If your dash.conf includes ``rpcallowip``, update ``*_CORE_HOST`` with that " +"IP address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:48 +msgid "" +"If your dash.conf includes ``rpcport``, update ``*_CORE_RPC_PORT`` with that" +" port." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:49 +msgid "" +"(*Optional*) If you are going to run Dash Core manually instead of launching" +" it via the Dash Evo Tool, you must enable ZMQ by adding the following lines" +" to your dash.conf file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Mainnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Testnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:72 +msgid "" +"The default location of the ``dash.conf`` file can be found in the " +":ref:`Dash Core documentation `. At a minimum, the following " +"values must be defined for RPC access to be enabled:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:82 +msgid "Updating the env file" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:84 +msgid "" +"When the application runs for the first time, it creates a application " +"directory and copies the ``.env`` file into it. It also stores application " +"data in the directory. Any further updates to the ``.env`` file must be made" +" to the copy in the application directory." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Operating System" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Configuration File Path" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "macOS" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "~/Library/Application Support/Dash-Evo-Tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "Windows" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "C:\\\\Users\\\\\\\\AppData\\\\Roaming\\\\Dash-Evo-Tool\\\\config" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "Linux" +msgstr "Linux" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "/home//.config/dash-evo-tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:99 +msgid "Running the application" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:101 +msgid "" +"Once the ``.env`` file is configured, launch the Dash Evo Tool by double-" +"clicking the file named ``dash-evo-tool``." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:104 +msgid "" +"Alternatively, you can launch the application directly from your terminal. " +"For example, on Linux, run::" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:112 +msgid "Network selection" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:114 +msgid "" +"The Dash Evo Tool supports both testnet and mainnet. To choose a network, " +"navigate to the Network Selection screen and click the checkbox in the " +"Select column for the desired network. Then click the **Start** button on " +"that row to launch Dash Core." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:122 +msgid "" +"You can also launch Dash Core manually without using the Dash Evo Tool. This" +" may be necessary if Dash Core is installed in a non-standard location. When" +" launching Dash Core manually, you must enable ZMQ as described in " +":hoverxref:`Configuration Step 3 `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:130 +msgid "Network selection screen with testnet selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:135 +msgid "Identity operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:140 +msgid "Load existing identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:142 +msgid "" +"On the main identity screen, click the **Load Identity** button on the upper" +" right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:149 +#: ../../docs/user/network/dash-evo-tool/index.rst:213 +msgid "Identity screen with no loaded identities" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:151 +msgid "" +"Some identity types require different information. Use the **Identity Type**" +" dropdown menu to select the type you want to add. In this example, an " +"evonode identity is being added." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:158 +msgid "Identity load screen for evonode" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:164 +msgid "" +"Your collateral key is **not** required. Do not enter it into the Dash Evo " +"Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:166 +msgid "" +"Add the Identity ID and Owner Private Key. You may also want to add the " +"Voting Private Key, but adding the Payout Address Private Key is **not** " +"recommended. For a masternode or evonode, use the protx hash as the Identity" +" ID." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:170 +msgid "" +"If you use the `Dash Masternode Tool `_, you can get the protx hash and private keys from the " +"masternode details screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:177 +msgid "Dash Masternode Tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:179 +msgid "" +"Click **Load Identity** once you have entered the required information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:185 +msgid "Identity load screen with evonode info filled out" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:187 +msgid "" +"Once the identity is loaded, you can view its balance and details about its " +"keys. For evonodes, you can also initiate :ref:`withdrawals `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:194 +#: ../../docs/user/network/dash-evo-tool/index.rst:270 +msgid "Identity screen with an evonode identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:199 +msgid "Create new identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:203 +msgid "" +"Before creating an identity, make sure you have :ref:`added a Dash Evo Tool " +"wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:206 +msgid "" +"On the main identity screen, click the **Create Identity** button on the " +"upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:215 +msgid "" +"On the create identity screen, leave the first two options set to the " +"default and select the funding method. Then, send the requested amount of " +"DASH to the provided address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:222 +msgid "Waiting for funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:224 +msgid "" +"The status will change from \"Waiting for funds\" to \"Waiting for Platform " +"acknowledgement\" once the funds have been received and the identity " +"registration process has started." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:231 +msgid "Waiting for Platform acknowledgement" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:233 +msgid "" +"Once the identity has been registered, you can choose to return to the " +"identity screen or proceed to :ref:`registering a name `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:240 +msgid "Identity creation success" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:247 +msgid "Identity screen with an identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:252 +msgid "Evonode withdrawals" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:256 +msgid "" +"Withdrawal requests enter a queue that is currently processed more slowly " +"than intended. Depending on the timing of the withdrawal request, it may " +"take up to 18 hours to complete." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:259 +msgid "" +"For security, there is also a limit on how much can be withdrawn from " +"Platform daily. If withdrawal requests hit the daily limit, they will remain" +" in the queue longer. For details, see this `DCG development update " +"`_." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:264 +msgid "" +"From the identity main screen, click the **Withdraw** button for an " +"identity." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:272 +msgid "" +"On the withdrawal screen, select the key to sign the withdrawal. Selecting " +"the owner key is recommended since this will direct the withdrawal to the " +"payout address. Next, set the amount to withdraw." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:278 +msgid "" +"The **Max** button currently has a bug and sets the withdrawal amount in " +"credits instead of DASH, so you will need to manually adjust the amount if " +"you use that button." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:281 +msgid "Click **Withdraw** after entering the information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:287 +msgid "Withdraw screen with key and amount selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:289 +msgid "" +"When the withdrawal confirmation screen opens, confirm that the amount and " +"destination address are correct. Click **Confirm** to request the " +"withdrawal." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:296 +msgid "Withdrawal confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:301 +msgid "Name operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:306 +msgid "Register name" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:308 +msgid "" +"After :ref:`creating an identity `, you can " +"register a name for it. From the main name screen, click the **Register " +"Name** button on the upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:315 +msgid "Name screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:317 +msgid "" +"First, select the identity to register a name for. This step will be " +"automatically done if you are registering a name as part of the identity " +"creation process." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:320 +msgid "" +"Next, enter the desired name. Notification will be provided if you selected " +"a contested name and the estimated cost will be displayed. Click **Register " +"Name** to complete the registration." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:327 +msgid "Name registration" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:329 +msgid "" +"Upon successful registration, you can see the name on the **My usernames** " +"screen along with any other names you have registered." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:336 +msgid "Name registered successfully" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:341 +msgid "Vote for names" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:343 +msgid "" +"The Voting screen displays a list of names that are currently require a " +"vote. Click the **Refresh** button to update the screen at any time." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:348 +msgid "" +"Voting can only be done by masternodes and evonodes, and each node can only " +"modify its vote four times. See the :ref:`load identity section ` for instructions on importing your keys." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:355 +msgid "Voting screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:357 +msgid "" +"To vote for a contestant, click on an entry in the Contestants column. You " +"can also vote to Lock the name or Abstain by clicking the value in those " +"columns. You will be prompted to load an evonode or masternode identity if " +"you have not already done so." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:361 +msgid "" +"After clicking one of the contestants, vote for that identity to receive the" +" name by clicking one of your specific identities on the Vote Confirmation " +"screen. Click **All** to vote with all your loaded identities " +"simultaneously." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:369 +msgid "Vote confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:371 +msgid "" +"See the `DPNS page " +"`_ for more voting details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:378 +msgid "Wallet operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:382 +msgid "" +"The Dash Evo Tool wallet features only work if your Dash Core node has a " +"single wallet open. **If you have multiple wallets open in Dash Core, close " +"all of them except the one used by the Dash Evo Tool.**" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:389 +msgid "Create wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:391 +msgid "" +"This tool includes a basic wallet feature to support identity registration. " +"Wallets can be added from the wallet screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:396 +msgid "" +"Since this tool adds watching-only addresses to Dash Core when creating " +"identities, it is recommended to close all existing Dash Core wallets and " +":ref:`create a new, empty wallet ` for the Dash Evo Tool. Also, make sure to :ref:`backup your Dash " +"Core wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:401 +msgid "Click **Add Wallet** to create a new wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:407 +msgid "Wallet screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:409 +msgid "" +"After creating extra randomness with the mouse, select your preferred " +"language and click **Generate** to display you passphrase. Write it down and" +" store it securely, then click the checkbox in step 3 to confirm." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:413 +msgid "" +"Next, enter a wallet name and optionally add a password before clicking " +"**Save Wallet** to store the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:420 +msgid "Wallet create screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:425 +msgid "Use wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:427 +msgid "Select your wallet using the dropdown box." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:433 +msgid "Select wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:438 +msgid "Funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:440 +msgid "" +"Several tabs display wallet details. The Funds tab shows your receiving " +"addresses. Click **Add Receiving Address** if you want to add additional " +"addresses to fund the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:447 +msgid "Wallet Funds tab" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:449 +msgid "" +"After adding addresses, they will appear in a table with balance and other " +"details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:455 +msgid "Wallet with address added" +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 1c73980d9..cdebd4083 100644 --- a/locale/el/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/el/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -100,7 +100,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:65 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -449,20 +449,390 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:362 msgid "" -"Once the new version is installed, reset the configuration and services " -"using ``--keep-data`` so the existing data is retained. Then, update the " -"dashmate services::" +"Once the new version of dashmate is installed, update dash service docker " +"images::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:368 +#: ../../docs/user/network/dashmate/index.rst:366 msgid "Finally, restart dashmate::" msgstr "" +#: ../../docs/user/network/dashmate/index.rst:371 +msgid "Troubleshooting" +msgstr "" + #: ../../docs/user/network/dashmate/index.rst:375 -msgid "Collecting logs" +msgid "" +"Only enable logs if you have :ref:`configured log rotation ` to avoid running out of disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:378 +msgid "" +"The following sections describe how to enable log rotation, set up file " +"logging for Core and Platform, adjust log levels, and collect the logs for " +"analysis." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:382 +msgid "Dashmate log overview" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:384 +msgid "" +"Dashmate logs for each service are stored within its Docker container. " +"Although this is typically sufficient, more advanced options are sometimes " +"needed to adjust the log level, output format, or destination. Several cases" +" include when you need to:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:388 +msgid "Modify the level of detail provided in the logs (e.g., debug vs info)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:389 +msgid "" +"Provide data to a log server (e.g., `Elasticsearch " +"`_)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:390 +msgid "Store persistent file logs external to the Docker containers" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:391 +msgid "Use log monitoring tools to track service health" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:393 +msgid "" +"For example, since the default dashmate logs are only stored in the Docker " +"containers, they are lost if the container is removed for some reason (new " +"Docker image, dashmate reset, failure, etc.). Therefore, you may want to " +"store persistent log files external to Docker while troubleshooting an issue" +" to ensure valuable log data cannot be lost." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:401 +msgid "Set up log rotation" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:403 +msgid "" +"By default, dashmate logs are not written to the docker host file system. At" +" times you may want to write them to the host file system. Before enabling " +"logging, it is important to configure log rotation to avoid running out of " +"disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:407 +msgid "Create a new logrotate configuration file for dashmate logs:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:413 +msgid "" +"Paste in the following configuration and replace the example path one that " +"matches your system. This example configuration rotates logs daily and " +"retains seven historical files for each log file type. Historical files are " +"each limited to 1GB." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:430 +msgid "" +"Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:434 +msgid "" +"For additional log rotation details, see `this configuration tutorial " +"`_ or check out the `logrotate man pages " +"`_." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:442 +msgid "Configure Core logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:445 +msgid "Enable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:447 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Core logs on" +" the host file system. Replace the example path with one that matches your " +"system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:457 +msgid "Toggle debug logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:459 +msgid "" +"To enable debug logging for additional details, run the following command. " +"Debug logs can be turned off by setting the value back to ``false``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:0 +msgid "Advanced debug logging" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:468 +msgid "" +"Dashmate supports some advanced debug log options provided by Dash Core. The" +" following boolean ``core.log.debug`` settings correspond directly to the " +"parameters described in the `Core documentation " +"`_: ``ips``, " +"``sourceLocations``, ``threadNames``, and ``timeMicros``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:474 +msgid "**Dashmate Debug Log Options**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +msgid "**Setting**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Description**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "``ips``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "Logs the IP addresses of incoming and outgoing connections" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "``sourceLocations``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "" +"Logs the source locations (file and line number) for debugging information" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "``threadNames``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "Logs the names of the threads used for various operations" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "``timeMicros``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "" +"Logs timestamps with microsecond precision for detailed performance analysis" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Filter Option**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "``includeOnly``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "" +"Log only the specified categories (e.g., ``[\"net\", \"rpc\"]``). If empty, " +"all categories will be logged" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "``exclude``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "" +"Excludes specified categories from logging (e.g., ``[\"rpc\", " +"\"instantsend\"]``)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:505 +msgid "View current log settings" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:507 +msgid "To view the current Core log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:514 +msgid "Disable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:516 +msgid "" +"To disable logging to a file outside the container, reset the log path to " +"``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:525 +msgid "Configure Platform logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:527 +msgid "" +"For troubleshooting flexibility, dashmate provides independent log " +"configuration for the Platform Gateway, Drive ABCI, and Tenderdash. Each " +"service can be configured with the most helpful log level and output format." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:534 +msgid "Gateway logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:536 +msgid "" +"The Platform gateway has two types of logs: service logs and access logs. " +"Service logs are directed to stdout, while access logs can be configured to " +"go to stdout, stderr, or to a file. If all logs are directed to stdout, the " +"output will be a mixture of service and access data." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:540 +#: ../../docs/user/network/dashmate/index.rst:604 +#: ../../docs/user/network/dashmate/index.rst:671 +msgid "**Enable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:542 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"gateway access logs on the host file system. The example below adds file " +"logging while also keeping the default stdout logging. Replace the example " +"path with one that matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:562 +#: ../../docs/user/network/dashmate/index.rst:626 +#: ../../docs/user/network/dashmate/index.rst:680 +msgid "**Disable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:564 +msgid "" +"To disable logging to a file, remove the file config from the accessLogs " +"setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:576 +#: ../../docs/user/network/dashmate/index.rst:641 +#: ../../docs/user/network/dashmate/index.rst:688 +msgid "**Change log level**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:578 +msgid "" +"Platform gateway service logs support several levels of detail. In " +"increasing order of detail they are: ``critical``, ``error``, ``warn``, " +"``info`` (default), ``debug``, and ``trace``. To disable service logs, set " +"the log level to ``off``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:582 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.gateway.log.level`` value. For example, run these commands to " +"change the gateway service log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:591 +#: ../../docs/user/network/dashmate/index.rst:658 +#: ../../docs/user/network/dashmate/index.rst:704 +msgid "**View log settings**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:593 +#: ../../docs/user/network/dashmate/index.rst:660 +msgid "To view the current Platform gateway log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:602 +msgid "Drive ABCI logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:606 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"ABCI logs on the host file system. Replace the example path with one that " +"matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:628 +msgid "" +"To disable logging to a file, remove the file config from the logs setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:643 +msgid "" +"Drive ABCI logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:648 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log levels for file logging and stdout logging to debug on " +"your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:669 +msgid "Tenderdash logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:673 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Tenderdash " +"logs on the host file system. Replace the example path with one that matches" +" your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:682 +msgid "To disable logging to a file, set the path back to ``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:690 +msgid "" +"Tenderdash logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:377 +#: ../../docs/user/network/dashmate/index.rst:695 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:706 +msgid "To view the current Tenderdash log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:715 +msgid "Collect logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:717 msgid "" "Dashmate includes the doctor command to make troubleshooting and log " "reporting easier. The dashmate doctor command collects important debugging " @@ -470,56 +840,83 @@ msgid "" "sent to the support team if necessary. This report includes:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:381 +#: ../../docs/user/network/dashmate/index.rst:721 msgid "" "**Operating System**: Details about the architecture, CPU, memory, and swap" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:382 +#: ../../docs/user/network/dashmate/index.rst:722 msgid "" "**Docker**: Status and logs (exit codes, stdout, stderr) for each service" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:383 +#: ../../docs/user/network/dashmate/index.rst:723 msgid "" "**Core RPC**: Essential details like the best ChainLock, quorums, blockchain" " information, peers, and masternode status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:384 +#: ../../docs/user/network/dashmate/index.rst:724 msgid "" "**Tenderdash RPC**: Status, genesis, network information, ABCI details, and " "a consensus state dump" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:385 +#: ../../docs/user/network/dashmate/index.rst:725 msgid "" "**Metrics**: Tenderdash and Drive metrics (if enabled in the configuration)" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:387 +#: ../../docs/user/network/dashmate/index.rst:727 msgid "To create a report, run ``dashmate doctor`` and select **Yes**::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:395 +#: ../../docs/user/network/dashmate/index.rst:735 msgid "Run the doctor command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:397 +#: ../../docs/user/network/dashmate/index.rst:737 msgid "" "Upon successful completion, the full path to the report archive is " "displayed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:403 +#: ../../docs/user/network/dashmate/index.rst:743 msgid "Doctor output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:406 +#: ../../docs/user/network/dashmate/index.rst:748 +msgid "Metrics" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:750 +msgid "" +"To provide better network visibility to DCG developers for troubleshooting, " +"volunteers can contribute metrics to the DCG metrics server." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:753 +msgid "Enable metrics on your dashmate node" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:776 +msgid "" +"Grant access to metrics from the DCG metrics server (34.219.3.238) by " +"updating your network configuration (i.e., your firewall, AWS security " +"groups, etc.)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:779 +msgid "" +"Provide DCG with your IP address and port so it can be added to the DCG " +"Prometheus server" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:782 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:408 +#: ../../docs/user/network/dashmate/index.rst:784 msgid "" "For further documentation see the `dashmate repository " "`__." 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 3b9d584de..2804579a8 100644 --- a/locale/el/LC_MESSAGES/docs/user/network/electrumx-server.po +++ b/locale/el/LC_MESSAGES/docs/user/network/electrumx-server.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/advanced-functions.po b/locale/el/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index fb8f48182..c138abb53 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/getting-started.po b/locale/el/LC_MESSAGES/docs/user/wallets/android/getting-started.po index 4725daec5..6a0e545c6 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/index.po b/locale/el/LC_MESSAGES/docs/user/wallets/android/index.po index bfc117ccf..2de57b02d 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/android/index.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/android/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/installation.po b/locale/el/LC_MESSAGES/docs/user/wallets/android/installation.po index 6c342ffb0..1a01f252e 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/android/installation.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/android/installation.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/advanced.po b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index 0ee7a0b31..0c7ec3373 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/backup.po b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index be1eea813..d1e320f98 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/backup.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/backup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/cmd-rpc.po b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po index 5dbc82e67..9a3ccfb33 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/coinjoin-instantsend.po b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po index a99bab969..03b4b40aa 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/index.po b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/index.po index 94f034892..e555b145d 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/index.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/installation-linux.po b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index 5899acb16..8b3afefca 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" @@ -141,7 +141,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:92 msgid "" -"This will create a folder named ``dashcore-21.1.0`` in the current working " +"This will create a folder named ``dashcore-21.1.1`` in the current working " "directory. We will now install the executable binaries to ``/usr/local/bin``" " using the ``install`` command::" 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 daef65713..99d53f6fd 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" @@ -138,20 +138,17 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:94 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-" +" **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." +"downloaded from the internet. Simply click **Open** to continue launching " +"the application." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:109 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:103 msgid "Unblocking macOS from running Dash Core" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:111 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:105 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 " @@ -159,37 +156,37 @@ msgid "" "recommended to use the default data folder if possible." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:119 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:113 msgid "Choosing the Dash Core data folder" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:121 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:115 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." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:128 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:122 msgid "Starting Dash Core" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:131 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:125 msgid "Synchronizing Dash Core to the Dash network" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:133 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:127 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 "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:140 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:134 msgid "Dash Core begins synchronizing with the Dash network" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:142 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:136 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 " @@ -198,23 +195,23 @@ msgid "" "complete, you will see a small blue tick in the lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:151 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:145 msgid "Dash Core synchronization is complete" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:153 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:147 msgid "You can now create a wallet to send and receive funds." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:152 msgid "Creating your Dash Wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 msgid "HD wallets are now created by default." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:158 msgid "" "If no wallet files are loaded, you will get this prompt in the Overview tab." " To create a wallet, click the **Create a new wallet** button or click " @@ -223,7 +220,7 @@ msgid "" "wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:171 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:167 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 " @@ -231,49 +228,49 @@ msgid "" "encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:179 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 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:184 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:211 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Enter a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:191 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:216 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:187 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:212 msgid "Confirm you want to encrypt your wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:189 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:197 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 msgid "Encrypting your Dash wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:199 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 msgid "To encrypt your wallet, click **Settings** > **Encrypt Wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:204 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 msgid "Encrypting the Dash wallet with a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:206 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 msgid "You will be asked to enter and verify a password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:218 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:214 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 " @@ -281,10 +278,10 @@ msgid "" " lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:226 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:222 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:228 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:224 msgid "You can now begin to use your wallet to safely send and receive funds." 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 0747109f4..976209069 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" @@ -114,7 +114,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-21.1.0-win64-setup.exe.asc`` in the same folder as the downloaded" +"``dashcore-21.1.1-win64-setup.exe.asc`` in the same folder as the downloaded" " installer." msgstr "" @@ -125,7 +125,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-21.1.0-win64-setup.exe with dashcore-21.1.0-win64-setup.exe.asc`` " +"dashcore-21.1.1-win64-setup.exe with dashcore-21.1.1-win64-setup.exe.asc`` " "then you have an authentic copy of Dash Core for Windows." 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 db323b1f9..adbc25f28 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/interface.po b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index 9c1e015a5..a53364918 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/interface.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/interface.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/send-receive.po b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po index 0d8e47f82..67660b46d 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/advanced.po b/locale/el/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index c3baae952..f35b8ec23 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/electrum/advanced.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/electrum/advanced.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/faq.po b/locale/el/LC_MESSAGES/docs/user/wallets/electrum/faq.po index f36b35328..1c93bbf77 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/electrum/faq.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/electrum/faq.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/index.po b/locale/el/LC_MESSAGES/docs/user/wallets/electrum/index.po index cd1cc5e0b..37b4f1213 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/electrum/index.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/electrum/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/installation.po b/locale/el/LC_MESSAGES/docs/user/wallets/electrum/installation.po index 2967a7370..dd2228d8c 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/electrum/installation.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/electrum/installation.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/security.po b/locale/el/LC_MESSAGES/docs/user/wallets/electrum/security.po index d0b7fd74d..5e1be8b3b 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/electrum/security.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/electrum/security.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/send-receive.po b/locale/el/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index 7e425c5fc..f57a42ef5 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/hardware.po b/locale/el/LC_MESSAGES/docs/user/wallets/hardware.po index 47464ac6e..7fe66944a 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/hardware.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-hardware.po b/locale/el/LC_MESSAGES/docs/user/wallets/index-hardware.po index a968af2ba..cef298418 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/index-hardware.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/index-hardware.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-paper.po b/locale/el/LC_MESSAGES/docs/user/wallets/index-paper.po index dfc1fd898..d3173034a 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/index-paper.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/index-paper.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-third-party.po b/locale/el/LC_MESSAGES/docs/user/wallets/index-third-party.po index 0a988970d..7b2984e6e 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-web.po b/locale/el/LC_MESSAGES/docs/user/wallets/index-web.po index b91ec8d0e..9f403b698 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/index-web.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/index-web.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index.po b/locale/el/LC_MESSAGES/docs/user/wallets/index.po index c6a089e86..e8f191019 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/ios/advanced-functions.po b/locale/el/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 503a6d815..526780431 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/getting-started.po b/locale/el/LC_MESSAGES/docs/user/wallets/ios/getting-started.po index 20025c69f..8b387c6ab 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/index.po b/locale/el/LC_MESSAGES/docs/user/wallets/ios/index.po index caf5150ee..352fa6dd1 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/ios/index.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/ios/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/installation.po b/locale/el/LC_MESSAGES/docs/user/wallets/ios/installation.po index a794708b4..acb25bafe 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/ios/installation.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/ios/installation.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/paper.po b/locale/el/LC_MESSAGES/docs/user/wallets/paper.po index 81bbf6b7f..e6f36ec4b 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/paper.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/recovery.po b/locale/el/LC_MESSAGES/docs/user/wallets/recovery.po index e728418d3..0d7f4264c 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/recovery.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/signing.po b/locale/el/LC_MESSAGES/docs/user/wallets/signing.po index 0da224ef1..379dece84 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/signing.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/third-party.po b/locale/el/LC_MESSAGES/docs/user/wallets/third-party.po index c40ddb512..6d4922c0d 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/el/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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/web.po b/locale/el/LC_MESSAGES/docs/user/wallets/web.po index b9aef53a6..e2c5548b2 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/index.po b/locale/el/LC_MESSAGES/index.po index 0f8e76be1..5a1dc8872 100644 --- a/locale/el/LC_MESSAGES/index.po +++ b/locale/el/LC_MESSAGES/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: John Theman , 2018\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" diff --git a/locale/en/LC_MESSAGES/docs/user/developers/compiling.po b/locale/en/LC_MESSAGES/docs/user/developers/compiling.po index c6dea8c52..7a4cca45b 100644 --- a/locale/en/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/en/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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 14:28-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -120,77 +120,85 @@ msgstr "" msgid "" "It is only necessary to run this step during the initial setup of your " "machine. Run the guix install routine to prepare your environment and " -"answer \"Y\" for all prompts::" +"answer \"Y\" for all prompts:" msgstr "" -#: ../../docs/user/developers/compiling.rst:88 +#: ../../docs/user/developers/compiling.rst +msgid "Ubuntu/Debian install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst +msgid "General install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst:99 msgid "Clone repositories" msgstr "" -#: ../../docs/user/developers/compiling.rst:90 +#: ../../docs/user/developers/compiling.rst:101 msgid "" "After installing the prerequisites and preparing guix, reboot the system," " login as ````, and clone required repositories::" msgstr "" -#: ../../docs/user/developers/compiling.rst:97 +#: ../../docs/user/developers/compiling.rst:108 msgid "Download the macOS SDK which is required to create macOS builds::" msgstr "" -#: ../../docs/user/developers/compiling.rst:104 +#: ../../docs/user/developers/compiling.rst:115 msgid "Build Dash Core" msgstr "" -#: ../../docs/user/developers/compiling.rst:106 +#: ../../docs/user/developers/compiling.rst:117 msgid "Checkout the tag associated with the Dash Core version you plan to build::" msgstr "" -#: ../../docs/user/developers/compiling.rst:113 +#: ../../docs/user/developers/compiling.rst:124 msgid "Run ``guix-build`` to create binaries for Linux, Mac, and Windows::" msgstr "" -#: ../../docs/user/developers/compiling.rst:118 +#: ../../docs/user/developers/compiling.rst:129 msgid "" "When the build completes, it will put the binaries in the ``guix-" "build-/output/`` directory." msgstr "" -#: ../../docs/user/developers/compiling.rst:122 +#: ../../docs/user/developers/compiling.rst:133 msgid "Create signatures for binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:124 +#: ../../docs/user/developers/compiling.rst:135 msgid "" "Mac and Windows binaries are signed by Dash Core Group using the relevant" " Apple and Microsoft processes. In this step, that information will be " "validated and signed by your machine." msgstr "" -#: ../../docs/user/developers/compiling.rst:128 +#: ../../docs/user/developers/compiling.rst:139 msgid "" "Prepare the `detached sigs repository `__::" msgstr "" -#: ../../docs/user/developers/compiling.rst:137 +#: ../../docs/user/developers/compiling.rst:148 msgid "" "Prepare the `guix.sigs repository " "`__ by pulling the latest changes::" msgstr "" -#: ../../docs/user/developers/compiling.rst:144 +#: ../../docs/user/developers/compiling.rst:155 msgid "Create a new branch for the version that was built::" msgstr "" -#: ../../docs/user/developers/compiling.rst:152 +#: ../../docs/user/developers/compiling.rst:163 msgid "Unsigned binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:154 +#: ../../docs/user/developers/compiling.rst:165 msgid "To create signatures for the unsigned binaries, run ``guix-attest``::" msgstr "" -#: ../../docs/user/developers/compiling.rst:162 +#: ../../docs/user/developers/compiling.rst:173 msgid "" "The ``signer`` parameter should be set to the value provided for \"Real " "name\" when generating a key with GPG. See the `GnuPrivacyGuard Howto " @@ -198,21 +206,21 @@ msgid "" " for details on how to generate a key if you don't already have one." msgstr "" -#: ../../docs/user/developers/compiling.rst:168 +#: ../../docs/user/developers/compiling.rst:179 msgid "Signed binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:170 +#: ../../docs/user/developers/compiling.rst:181 msgid "" "To create signatures for the signed binaries, run ``guix-codesign`` " "followed by guix-attest::" msgstr "" -#: ../../docs/user/developers/compiling.rst:182 +#: ../../docs/user/developers/compiling.rst:193 msgid "Upload signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:184 +#: ../../docs/user/developers/compiling.rst:195 msgid "" "After successfully building the binaries, signing them, and verifying the" " signatures, you can optionally contribute them to the `guix.sigs " @@ -220,17 +228,17 @@ msgid "" "on GitHub." msgstr "" -#: ../../docs/user/developers/compiling.rst:189 +#: ../../docs/user/developers/compiling.rst:200 msgid "Initial setup" msgstr "" -#: ../../docs/user/developers/compiling.rst:191 +#: ../../docs/user/developers/compiling.rst:202 msgid "" "Since the official guix.sigs repository has restricted write access, " "create a fork of it via GitHub and add your fork as a remote repository::" msgstr "" -#: ../../docs/user/developers/compiling.rst:197 +#: ../../docs/user/developers/compiling.rst:208 msgid "" "The first time you contribute signatures, also put a copy of your public " "key in the ``builder-keys`` folder of the repository so others can easily" @@ -238,21 +246,21 @@ msgid "" "the following command::" msgstr "" -#: ../../docs/user/developers/compiling.rst:207 +#: ../../docs/user/developers/compiling.rst:218 msgid "Adding your signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:209 +#: ../../docs/user/developers/compiling.rst:220 msgid "" "Add and commit the ``*.SHA256SUMS`` and ``*.SHA256SUMS.asc`` files " "created by the build process::" msgstr "" -#: ../../docs/user/developers/compiling.rst:220 +#: ../../docs/user/developers/compiling.rst:231 msgid "Push to your fork of the guix.sigs repository on GitHub::" msgstr "" -#: ../../docs/user/developers/compiling.rst:225 +#: ../../docs/user/developers/compiling.rst:236 msgid "" "Go to `GitHub `__ and open " "a pull request to the ``master`` branch of the upstream repository. The " @@ -260,11 +268,11 @@ msgid "" "everything checks out. Thanks for contributing!" msgstr "" -#: ../../docs/user/developers/compiling.rst:231 +#: ../../docs/user/developers/compiling.rst:242 msgid "Verify signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:233 +#: ../../docs/user/developers/compiling.rst:244 msgid "" "The `guix.sigs repository `_ " "contains deterministic build results signed by multiple Core developers " @@ -272,13 +280,13 @@ msgid "" "signature verification. Import the public keys::" msgstr "" -#: ../../docs/user/developers/compiling.rst:242 +#: ../../docs/user/developers/compiling.rst:253 msgid "" "Run the following commands to verify that your build matches the official" " release::" msgstr "" -#: ../../docs/user/developers/compiling.rst:252 +#: ../../docs/user/developers/compiling.rst:263 msgid "" "You should get a result similar to the following for Linux, Windows, " "MacOS, Signed Windows, and Signed MacOS. Assuming the previous steps " @@ -286,11 +294,11 @@ msgid "" "``OK`` status also." msgstr "" -#: ../../docs/user/developers/compiling.rst:341 +#: ../../docs/user/developers/compiling.rst:352 msgid "Gitian" msgstr "" -#: ../../docs/user/developers/compiling.rst:344 +#: ../../docs/user/developers/compiling.rst:355 msgid "" "Gitian builds were deprecated in favor of Guix builds with the release of" " Dash Core v20.0. Instructions on building Dash Core 19.0 or older " @@ -518,3 +526,11 @@ msgstr "" #~ "cross-compile Dash for any platform." #~ msgstr "" +#~ msgid "" +#~ "It is only necessary to run this" +#~ " step during the initial setup of " +#~ "your machine. Run the guix install " +#~ "routine to prepare your environment and" +#~ " answer \"Y\" for all prompts::" +#~ msgstr "" + diff --git a/locale/en/LC_MESSAGES/docs/user/developers/insight.po b/locale/en/LC_MESSAGES/docs/user/developers/insight.po index f25e233ff..7f4a96819 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 14:28-0500\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-21.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-21.1.1/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 @@ -154,3 +154,6 @@ msgstr "" #~ msgid "Change the value of ``exec`` to ``../../dashcore-20.1.1/bin/dashd``" #~ msgstr "" +#~ msgid "Change the value of ``exec`` to ``../../dashcore-21.1.0/bin/dashd``" +#~ msgstr "" + diff --git a/locale/en/LC_MESSAGES/docs/user/introduction/information.po b/locale/en/LC_MESSAGES/docs/user/introduction/information.po index 356342e8c..18e883711 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 14:28-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -82,12 +82,12 @@ msgid "https://dashdevs.org" msgstr "" #: ../../docs/user/introduction/information.rst:32 -#: ../../docs/user/introduction/information.rst:166 +#: ../../docs/user/introduction/information.rst:173 msgid "https://www.dashcentral.org" msgstr "" #: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:183 msgid "https://www.dashninja.pl" msgstr "" @@ -96,7 +96,7 @@ msgid "https://dashnews.org" msgstr "" #: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:167 +#: ../../docs/user/introduction/information.rst:174 msgid "https://dashvotetracker.com" msgstr "" @@ -405,227 +405,243 @@ msgid "Block explorers, statistics and visualizations" msgstr "" #: ../../docs/user/introduction/information.rst:152 +msgid "**Dash Core**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:154 msgid "https://insight.dash.org/insight/" msgstr "" -#: ../../docs/user/introduction/information.rst:153 +#: ../../docs/user/introduction/information.rst:155 msgid "https://blockchair.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:154 +#: ../../docs/user/introduction/information.rst:156 msgid "https://chainz.cryptoid.info/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:157 msgid "https://www.oklink.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:156 +#: ../../docs/user/introduction/information.rst:158 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:159 msgid "https://dashblockexplorer.com" msgstr "" -#: ../../docs/user/introduction/information.rst:158 +#: ../../docs/user/introduction/information.rst:160 msgid "https://live.blockcypher.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:159 +#: ../../docs/user/introduction/information.rst:161 msgid "https://dash.tokenview.io" msgstr "" -#: ../../docs/user/introduction/information.rst:160 +#: ../../docs/user/introduction/information.rst:162 msgid "https://udjinm6.github.io/bitlisten/" msgstr "" #: ../../docs/user/introduction/information.rst:164 +msgid "**Dash Platform**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:166 +msgid "https://platform-explorer.com/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:167 +msgid "https://mnowatch.org/evonodes/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:171 msgid "Treasury tools" msgstr "" -#: ../../docs/user/introduction/information.rst:168 +#: ../../docs/user/introduction/information.rst:175 msgid "https://proposal.dash.org" msgstr "" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl/governance.html" msgstr "" -#: ../../docs/user/introduction/information.rst:170 +#: ../../docs/user/introduction/information.rst:177 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:181 msgid "Masternode management" msgstr "" -#: ../../docs/user/introduction/information.rst:177 +#: ../../docs/user/introduction/information.rst:184 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "" -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:185 msgid "http://178.254.23.111/~pub/Dash/Dash_Info.html" msgstr "" -#: ../../docs/user/introduction/information.rst:179 +#: ../../docs/user/introduction/information.rst:186 msgid "https://dash-news.de/dashtv/" msgstr "" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:187 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:184 +#: ../../docs/user/introduction/information.rst:191 msgid "Price monitoring and research" msgstr "" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:193 msgid "https://messari.io/asset/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:187 +#: ../../docs/user/introduction/information.rst:194 msgid "https://namu.wiki/w/Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:188 +#: ../../docs/user/introduction/information.rst:195 msgid "https://xangle.io/project/DASH/profile" msgstr "" -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:196 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:190 +#: ../../docs/user/introduction/information.rst:197 msgid "https://bitinfocharts.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:198 msgid "https://www.coingecko.com/en/coins/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:195 +#: ../../docs/user/introduction/information.rst:202 msgid "Dash Community project" msgstr "" -#: ../../docs/user/introduction/information.rst:197 +#: ../../docs/user/introduction/information.rst:204 msgid "https://dashcommunity.github.io" msgstr "" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:205 msgid "https://github.com/dashcommunity" msgstr "" -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:209 msgid "DarkNet pages" msgstr "" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:211 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:212 msgid "" "**The Hidden Wiki:** " "`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:213 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:217 msgid "Mobile Apps" msgstr "" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:220 msgid "iOS" msgstr "" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:222 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:223 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "" -#: ../../docs/user/introduction/information.rst:217 +#: ../../docs/user/introduction/information.rst:224 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "" -#: ../../docs/user/introduction/information.rst:218 +#: ../../docs/user/introduction/information.rst:225 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "" -#: ../../docs/user/introduction/information.rst:219 +#: ../../docs/user/introduction/information.rst:226 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "" -#: ../../docs/user/introduction/information.rst:220 +#: ../../docs/user/introduction/information.rst:227 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:231 msgid "Android" msgstr "" -#: ../../docs/user/introduction/information.rst:226 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:227 +#: ../../docs/user/introduction/information.rst:234 msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" -#: ../../docs/user/introduction/information.rst:228 +#: ../../docs/user/introduction/information.rst:235 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:229 +#: ../../docs/user/introduction/information.rst:236 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" msgstr "" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:237 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" msgstr "" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:238 msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:232 +#: ../../docs/user/introduction/information.rst:239 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" msgstr "" -#: ../../docs/user/introduction/information.rst:233 +#: ../../docs/user/introduction/information.rst:240 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" msgstr "" -#: ../../docs/user/introduction/information.rst:240 +#: ../../docs/user/introduction/information.rst:247 msgid "Glossary" msgstr "" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:250 msgid "51% Attack" msgstr "" -#: ../../docs/user/introduction/information.rst:245 +#: ../../docs/user/introduction/information.rst:252 msgid "" "A condition in which more than half the computing power on a " "cryptocurrency network is controlled by a single miner or group of " @@ -634,11 +650,11 @@ msgid "" "attacker’s hashed transaction block." msgstr "" -#: ../../docs/user/introduction/information.rst:250 +#: ../../docs/user/introduction/information.rst:257 msgid "Address" msgstr "" -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:259 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -647,11 +663,11 @@ msgid "" "to digitally sign transactions (see Public key)." msgstr "" -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:264 msgid "Algorithm" msgstr "" -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:266 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-" @@ -659,22 +675,22 @@ msgid "" "data processing, and/or automated reasoning tasks." msgstr "" -#: ../../docs/user/introduction/information.rst:263 +#: ../../docs/user/introduction/information.rst:270 msgid "Altcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:272 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:268 +#: ../../docs/user/introduction/information.rst:275 msgid "AML" msgstr "" -#: ../../docs/user/introduction/information.rst:270 +#: ../../docs/user/introduction/information.rst:277 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. " @@ -682,11 +698,11 @@ msgid "" " apply AML techniques to Dash exchanges." msgstr "" -#: ../../docs/user/introduction/information.rst:274 +#: ../../docs/user/introduction/information.rst:281 msgid "API" msgstr "" -#: ../../docs/user/introduction/information.rst:276 +#: ../../docs/user/introduction/information.rst:283 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a " @@ -694,7 +710,7 @@ msgid "" "applications." msgstr "" -#: ../../docs/user/introduction/information.rst:281 +#: ../../docs/user/introduction/information.rst:288 msgid "" "An API expresses a software component in terms of its operations, inputs," " outputs, and underlying types, defining functionalities that are " @@ -704,11 +720,11 @@ msgid "" "blocks, which are then put together by the programmer." msgstr "" -#: ../../docs/user/introduction/information.rst:288 +#: ../../docs/user/introduction/information.rst:295 msgid "ASIC" msgstr "" -#: ../../docs/user/introduction/information.rst:290 +#: ../../docs/user/introduction/information.rst:297 msgid "" "An application-specific integrated circuit (ASIC), is an integrated " "circuit (IC) customized for a particular use, rather than intended for " @@ -717,11 +733,11 @@ msgid "" " an ASIC." msgstr "" -#: ../../docs/user/introduction/information.rst:295 +#: ../../docs/user/introduction/information.rst:302 msgid "ATM / BTM" msgstr "" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:304 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 " @@ -729,21 +745,21 @@ msgid "" " is supported on several :ref:`ATMs `." msgstr "" -#: ../../docs/user/introduction/information.rst:301 +#: ../../docs/user/introduction/information.rst:308 msgid "Backlog" msgstr "" -#: ../../docs/user/introduction/information.rst:303 +#: ../../docs/user/introduction/information.rst:310 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:305 +#: ../../docs/user/introduction/information.rst:312 msgid "Backup" msgstr "" -#: ../../docs/user/introduction/information.rst:307 +#: ../../docs/user/introduction/information.rst:314 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" @@ -754,22 +770,22 @@ msgid "" "cash from a backup." msgstr "" -#: ../../docs/user/introduction/information.rst:314 +#: ../../docs/user/introduction/information.rst:321 msgid "Bitcoin 2.0" msgstr "" -#: ../../docs/user/introduction/information.rst:316 +#: ../../docs/user/introduction/information.rst:323 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:320 +#: ../../docs/user/introduction/information.rst:327 msgid "Blockchain" msgstr "" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:329 msgid "" "A `blockchain `_ is" " a distributed database that maintains a continuously-growing list of " @@ -781,11 +797,11 @@ msgid "" "contains a timestamp and information linking it to a previous block." msgstr "" -#: ../../docs/user/introduction/information.rst:331 +#: ../../docs/user/introduction/information.rst:338 msgid "Blocks" msgstr "" -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:340 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -795,11 +811,11 @@ msgid "" "specifically to create blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:346 msgid "ChainLock" msgstr "" -#: ../../docs/user/introduction/information.rst:341 +#: ../../docs/user/introduction/information.rst:348 msgid "" "Defined in `DIP8 " "`__, ChainLocks " @@ -809,11 +825,11 @@ msgid "" "associated with double spending." msgstr "" -#: ../../docs/user/introduction/information.rst:347 +#: ../../docs/user/introduction/information.rst:354 msgid "Cloud Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:349 +#: ../../docs/user/introduction/information.rst:356 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 " @@ -824,22 +840,22 @@ msgid "" "that you store large quantities of funds in online wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:357 +#: ../../docs/user/introduction/information.rst:364 msgid "Coinbase transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:359 +#: ../../docs/user/introduction/information.rst:366 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:362 +#: ../../docs/user/introduction/information.rst:369 msgid "Cold Storage" msgstr "" -#: ../../docs/user/introduction/information.rst:364 +#: ../../docs/user/introduction/information.rst:371 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -847,11 +863,11 @@ msgid "" "paper-wallet>`." msgstr "" -#: ../../docs/user/introduction/information.rst:368 +#: ../../docs/user/introduction/information.rst:375 msgid "Confirm(ed) Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:370 +#: ../../docs/user/introduction/information.rst:377 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 " @@ -860,15 +876,15 @@ msgid "" "as more blocks are added to the blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:375 +#: ../../docs/user/introduction/information.rst:382 msgid "Confirmation Number" msgstr "" -#: ../../docs/user/introduction/information.rst:376 +#: ../../docs/user/introduction/information.rst:383 msgid "confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:386 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -880,11 +896,11 @@ msgid "" "confirmations is usually considered \"safe\" and irreversible." msgstr "" -#: ../../docs/user/introduction/information.rst:387 +#: ../../docs/user/introduction/information.rst:394 msgid "Confirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:396 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be" @@ -892,11 +908,11 @@ msgid "" "to the blockchain (and thus \"confirmed\")." msgstr "" -#: ../../docs/user/introduction/information.rst:393 +#: ../../docs/user/introduction/information.rst:400 msgid "Credit pool" msgstr "" -#: ../../docs/user/introduction/information.rst:395 +#: ../../docs/user/introduction/information.rst:402 msgid "" "A store of value on the Core chain that is funded by asset lock " "transactions. The credit pool mirrors the credit balance on Dash " @@ -905,11 +921,11 @@ msgid "" "Core chain." msgstr "" -#: ../../docs/user/introduction/information.rst:398 +#: ../../docs/user/introduction/information.rst:405 msgid "CPU" msgstr "" -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:407 msgid "" "A `central processing unit (CPU) " "`_ is the " @@ -923,11 +939,11 @@ msgid "" "memory and I/O circuitry." msgstr "" -#: ../../docs/user/introduction/information.rst:410 +#: ../../docs/user/introduction/information.rst:417 msgid "Cryptocurrency" msgstr "" -#: ../../docs/user/introduction/information.rst:412 +#: ../../docs/user/introduction/information.rst:419 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -935,11 +951,11 @@ msgid "" "new units." msgstr "" -#: ../../docs/user/introduction/information.rst:416 +#: ../../docs/user/introduction/information.rst:423 msgid "Cryptography" msgstr "" -#: ../../docs/user/introduction/information.rst:418 +#: ../../docs/user/introduction/information.rst:425 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -955,11 +971,11 @@ msgid "" "computer passwords, and electronic commerce." msgstr "" -#: ../../docs/user/introduction/information.rst:430 +#: ../../docs/user/introduction/information.rst:437 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:432 +#: ../../docs/user/introduction/information.rst:439 #, python-format msgid "" "The development of Dash and the Dash ecosystem is self-funded by the DAO " @@ -974,61 +990,61 @@ msgid "" "interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP" msgstr "" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:450 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." msgstr "" -#: ../../docs/user/introduction/information.rst:445 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP Client" msgstr "" -#: ../../docs/user/introduction/information.rst:447 +#: ../../docs/user/introduction/information.rst:454 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:449 +#: ../../docs/user/introduction/information.rst:456 msgid "DAP Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:451 +#: ../../docs/user/introduction/information.rst:458 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:453 +#: ../../docs/user/introduction/information.rst:460 msgid "DAP Space" msgstr "" -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:462 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:457 +#: ../../docs/user/introduction/information.rst:464 msgid "DAP State" msgstr "" -#: ../../docs/user/introduction/information.rst:459 +#: ../../docs/user/introduction/information.rst:466 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." msgstr "" -#: ../../docs/user/introduction/information.rst:461 +#: ../../docs/user/introduction/information.rst:468 msgid "DAPI" msgstr "" -#: ../../docs/user/introduction/information.rst:463 +#: ../../docs/user/introduction/information.rst:470 msgid "" "Decentralized Application Programming Interface. See above for a " "definition of API. DAPI will perform the same functions as an API, but " @@ -1036,11 +1052,11 @@ msgid "" "communication." msgstr "" -#: ../../docs/user/introduction/information.rst:467 +#: ../../docs/user/introduction/information.rst:474 msgid "Dark Gravity Wave" msgstr "" -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:476 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" " to *Kimoto Gravity Well*, adjusting the difficulty levels every block " @@ -1050,21 +1066,21 @@ msgid "" "from the time-warp exploit." msgstr "" -#: ../../docs/user/introduction/information.rst:475 +#: ../../docs/user/introduction/information.rst:482 msgid "Darkcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:484 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:479 +#: ../../docs/user/introduction/information.rst:486 msgid "Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:488 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency " "was later renamed \"Dash\" to avoid association with the darknet markets." @@ -1076,22 +1092,22 @@ msgid "" "Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:489 +#: ../../docs/user/introduction/information.rst:496 msgid "DashDrive" msgstr "" -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:498 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:494 +#: ../../docs/user/introduction/information.rst:501 msgid "Dash Client" msgstr "" -#: ../../docs/user/introduction/information.rst:496 +#: ../../docs/user/introduction/information.rst:503 msgid "" "Dash clients are software programs used to interface with the Dash " "network. They store the private keys needed to conduct Dash transactions " @@ -1101,11 +1117,11 @@ msgid "" "robust decentralized infrastructure." msgstr "" -#: ../../docs/user/introduction/information.rst:502 +#: ../../docs/user/introduction/information.rst:509 msgid "Dash Core Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:504 +#: ../../docs/user/introduction/information.rst:511 msgid "" "The :ref:`Dash Core Wallet ` (known also as the QT " "wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" @@ -1114,32 +1130,32 @@ msgid "" "peers who request it." msgstr "" -#: ../../docs/user/introduction/information.rst:509 +#: ../../docs/user/introduction/information.rst:516 msgid "Dash Evolution" msgstr "" -#: ../../docs/user/introduction/information.rst:511 +#: ../../docs/user/introduction/information.rst:518 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:515 +#: ../../docs/user/introduction/information.rst:522 msgid "Dash Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:517 +#: ../../docs/user/introduction/information.rst:524 msgid "" "A JSON-based language specification for defining and validating consensus" " data in Evolution." msgstr "" -#: ../../docs/user/introduction/information.rst:519 +#: ../../docs/user/introduction/information.rst:526 msgid "DDoS" msgstr "" -#: ../../docs/user/introduction/information.rst:521 +#: ../../docs/user/introduction/information.rst:528 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. " @@ -1149,11 +1165,11 @@ msgid "" "sometimes been hit with DDoS attacks." msgstr "" -#: ../../docs/user/introduction/information.rst:527 +#: ../../docs/user/introduction/information.rst:534 msgid "Decentralized" msgstr "" -#: ../../docs/user/introduction/information.rst:529 +#: ../../docs/user/introduction/information.rst:536 msgid "" "`Decentralized computing " "`_ is the " @@ -1172,11 +1188,11 @@ msgid "" "increase overall effectiveness." msgstr "" -#: ../../docs/user/introduction/information.rst:544 +#: ../../docs/user/introduction/information.rst:551 msgid "Desktop Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:546 +#: ../../docs/user/introduction/information.rst:553 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" @@ -1185,11 +1201,11 @@ msgid "" ":ref:`Hardware Wallets `" msgstr "" -#: ../../docs/user/introduction/information.rst:552 +#: ../../docs/user/introduction/information.rst:559 msgid "Difficulty" msgstr "" -#: ../../docs/user/introduction/information.rst:554 +#: ../../docs/user/introduction/information.rst:561 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 " @@ -1201,15 +1217,15 @@ msgid "" "have caused the difficulty to increase over time." msgstr "" -#: ../../docs/user/introduction/information.rst:563 +#: ../../docs/user/introduction/information.rst:570 msgid "Digital Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:565 +#: ../../docs/user/introduction/information.rst:572 msgid "See :ref:`this link ` for full documentation on wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:567 +#: ../../docs/user/introduction/information.rst:574 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, " @@ -1218,7 +1234,7 @@ msgid "" "Digital wallets can exist in many different forms and on many devices:" msgstr "" -#: ../../docs/user/introduction/information.rst:574 +#: ../../docs/user/introduction/information.rst:581 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1228,7 +1244,7 @@ msgid "" "funds." msgstr "" -#: ../../docs/user/introduction/information.rst:582 +#: ../../docs/user/introduction/information.rst:589 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " @@ -1239,7 +1255,7 @@ msgid "" "large amounts of funds on these wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your " @@ -1253,7 +1269,7 @@ msgid "" "of Dash in any online wallet or cryptocurrency exchange." msgstr "" -#: ../../docs/user/introduction/information.rst:603 +#: ../../docs/user/introduction/information.rst:610 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1265,7 +1281,7 @@ msgid "" " form of storage for your Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:613 +#: ../../docs/user/introduction/information.rst:620 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the " @@ -1279,11 +1295,11 @@ msgid "" "they degrade over time." msgstr "" -#: ../../docs/user/introduction/information.rst:623 +#: ../../docs/user/introduction/information.rst:630 msgid "DKG" msgstr "" -#: ../../docs/user/introduction/information.rst:625 +#: ../../docs/user/introduction/information.rst:632 msgid "" "Defined in `DIP6 " "`__, Distributed" @@ -1295,11 +1311,11 @@ msgid "" "implementation of Shamir’s Secret Sharing." msgstr "" -#: ../../docs/user/introduction/information.rst:633 +#: ../../docs/user/introduction/information.rst:640 msgid "Digital Signature" msgstr "" -#: ../../docs/user/introduction/information.rst:635 +#: ../../docs/user/introduction/information.rst:642 msgid "" "A digital signature is a mathematical mechanism that allows someone to " "prove their identity or ownership of a digital asset. When your digital " @@ -1310,11 +1326,11 @@ msgid "" "instance that you are the owner of a certain Dash address." msgstr "" -#: ../../docs/user/introduction/information.rst:643 +#: ../../docs/user/introduction/information.rst:650 msgid "Electrum Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:645 +#: ../../docs/user/introduction/information.rst:652 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight " "wallet that does not require you to download or sync the entire " @@ -1322,11 +1338,11 @@ msgid "" " advanced InstantSend, CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:656 msgid "Encryption" msgstr "" -#: ../../docs/user/introduction/information.rst:651 +#: ../../docs/user/introduction/information.rst:658 msgid "" "In cryptography, `encryption `_" " is the process of encoding messages or information in such a way that " @@ -1341,15 +1357,15 @@ msgid "" "as AES-256 is considered essentially \"uncrackable.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:663 +#: ../../docs/user/introduction/information.rst:670 msgid "Escrow Services" msgstr "" -#: ../../docs/user/introduction/information.rst:665 +#: ../../docs/user/introduction/information.rst:672 msgid "An `escrow `_ is:" msgstr "" -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:674 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1357,20 +1373,20 @@ msgid "" "parties; or" msgstr "" -#: ../../docs/user/introduction/information.rst:672 +#: ../../docs/user/introduction/information.rst:679 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:676 +#: ../../docs/user/introduction/information.rst:683 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:679 +#: ../../docs/user/introduction/information.rst:686 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1382,22 +1398,22 @@ msgid "" "appropriate party." msgstr "" -#: ../../docs/user/introduction/information.rst:687 +#: ../../docs/user/introduction/information.rst:694 msgid "Evan Duffield" msgstr "" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:696 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:692 +#: ../../docs/user/introduction/information.rst:699 msgid "Exchange" msgstr "" -#: ../../docs/user/introduction/information.rst:694 +#: ../../docs/user/introduction/information.rst:701 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 " @@ -1410,11 +1426,11 @@ msgid "" "an instant exchange at the time of each transaction." msgstr "" -#: ../../docs/user/introduction/information.rst:704 +#: ../../docs/user/introduction/information.rst:711 msgid "Faucet" msgstr "" -#: ../../docs/user/introduction/information.rst:706 +#: ../../docs/user/introduction/information.rst:713 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 " @@ -1422,39 +1438,39 @@ msgid "" "completing a captcha or task as described by the website." msgstr "" -#: ../../docs/user/introduction/information.rst:710 +#: ../../docs/user/introduction/information.rst:717 msgid "Fiat Gateway" msgstr "" -#: ../../docs/user/introduction/information.rst:712 +#: ../../docs/user/introduction/information.rst:719 msgid "" "`Fiat money `_ has been defined" " variously as:" msgstr "" -#: ../../docs/user/introduction/information.rst:715 +#: ../../docs/user/introduction/information.rst:722 msgid "Any money declared by a government to be legal tender." msgstr "" -#: ../../docs/user/introduction/information.rst:716 +#: ../../docs/user/introduction/information.rst:723 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:717 +#: ../../docs/user/introduction/information.rst:724 msgid "Intrinsically valueless money used as money because of government decree." msgstr "" -#: ../../docs/user/introduction/information.rst:719 +#: ../../docs/user/introduction/information.rst:726 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "" -#: ../../docs/user/introduction/information.rst:720 +#: ../../docs/user/introduction/information.rst:727 msgid "Fintech" msgstr "" -#: ../../docs/user/introduction/information.rst:722 +#: ../../docs/user/introduction/information.rst:729 msgid "" "`Financial technology " "`_, also known as " @@ -1466,11 +1482,11 @@ msgid "" "technology that underpins Dash and Bitcoin." msgstr "" -#: ../../docs/user/introduction/information.rst:730 +#: ../../docs/user/introduction/information.rst:737 msgid "Fork" msgstr "" -#: ../../docs/user/introduction/information.rst:732 +#: ../../docs/user/introduction/information.rst:739 msgid "" "When the blockchain diverges or splits, with some clients recognizing one" " version of the blockchain as valid, and other clients believing that a " @@ -1481,18 +1497,18 @@ msgid "" "can, however, be extremely dangerous and should be avoided if possible." msgstr "" -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:748 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:744 +#: ../../docs/user/introduction/information.rst:751 msgid "Full Nodes" msgstr "" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:753 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, " @@ -1501,27 +1517,27 @@ msgid "" " blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:751 +#: ../../docs/user/introduction/information.rst:758 msgid "Fungible" msgstr "" -#: ../../docs/user/introduction/information.rst:753 +#: ../../docs/user/introduction/information.rst:760 msgid "Every unit of the currency is worth the same as any other unit." msgstr "" -#: ../../docs/user/introduction/information.rst:754 +#: ../../docs/user/introduction/information.rst:761 msgid "Genesis Block" msgstr "" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:763 msgid "The very first block in the block chain." msgstr "" -#: ../../docs/user/introduction/information.rst:757 +#: ../../docs/user/introduction/information.rst:764 msgid "GPU" msgstr "" -#: ../../docs/user/introduction/information.rst:759 +#: ../../docs/user/introduction/information.rst:766 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -1539,11 +1555,11 @@ msgid "" "are most efficiently run on GPUs." msgstr "" -#: ../../docs/user/introduction/information.rst:773 +#: ../../docs/user/introduction/information.rst:780 msgid "Hardware Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:782 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a " @@ -1551,11 +1567,11 @@ msgid "" "able to sign transactions as normal, making it both safe and convenient." msgstr "" -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:787 msgid "Hash" msgstr "" -#: ../../docs/user/introduction/information.rst:782 +#: ../../docs/user/introduction/information.rst:789 msgid "" "A mathematical process that takes a variable amount of data and produces " "a shorter, fixed-length output. A hashing function has two important " @@ -1564,39 +1580,39 @@ msgid "" "the tiniest part of the input will produce an entirely different output." msgstr "" -#: ../../docs/user/introduction/information.rst:788 +#: ../../docs/user/introduction/information.rst:795 msgid "Hashrate" msgstr "" -#: ../../docs/user/introduction/information.rst:790 +#: ../../docs/user/introduction/information.rst:797 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:792 +#: ../../docs/user/introduction/information.rst:799 msgid "Insight" msgstr "" -#: ../../docs/user/introduction/information.rst:794 +#: ../../docs/user/introduction/information.rst:801 msgid "" "Blockchain information server used to power block explorers and respond " "to transaction queries." msgstr "" -#: ../../docs/user/introduction/information.rst:796 +#: ../../docs/user/introduction/information.rst:803 msgid "InstantX" msgstr "" -#: ../../docs/user/introduction/information.rst:798 +#: ../../docs/user/introduction/information.rst:805 msgid "See InstantSend" msgstr "" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:806 msgid "InstantSend" msgstr "" -#: ../../docs/user/introduction/information.rst:801 +#: ../../docs/user/introduction/information.rst:808 msgid "" ":ref:`InstantSend ` technology uses the masternode network " "to \"lock\" transaction inputs, preventing Dash from being double-spent. " @@ -1605,11 +1621,11 @@ msgid "" "irreversible after only a few seconds." msgstr "" -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:813 msgid "Liquidity" msgstr "" -#: ../../docs/user/introduction/information.rst:808 +#: ../../docs/user/introduction/information.rst:815 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 " @@ -1618,11 +1634,11 @@ msgid "" "asset." msgstr "" -#: ../../docs/user/introduction/information.rst:813 +#: ../../docs/user/introduction/information.rst:820 msgid "LLMQ" msgstr "" -#: ../../docs/user/introduction/information.rst:815 +#: ../../docs/user/introduction/information.rst:822 msgid "" "Defined in `DIP6 " "`__, A Long- " @@ -1634,28 +1650,28 @@ msgid "" "LLMQ is to perform threshold signing of consensus related messages." msgstr "" -#: ../../docs/user/introduction/information.rst:824 +#: ../../docs/user/introduction/information.rst:831 msgid "Masternode" msgstr "" -#: ../../docs/user/introduction/information.rst:826 +#: ../../docs/user/introduction/information.rst:833 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:830 +#: ../../docs/user/introduction/information.rst:837 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:832 +#: ../../docs/user/introduction/information.rst:839 msgid "Mining" msgstr "" -#: ../../docs/user/introduction/information.rst:834 +#: ../../docs/user/introduction/information.rst:841 msgid "" ":ref:`Miners ` process transactions on the Dash network and " "publish them on the blockchain. As a reward for doing this, miners are " @@ -1663,19 +1679,19 @@ msgid "" "found in :ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:838 +#: ../../docs/user/introduction/information.rst:845 msgid "Mobile Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:840 +#: ../../docs/user/introduction/information.rst:847 msgid "These are wallets available on mobile devices (iOS + Android)." msgstr "" -#: ../../docs/user/introduction/information.rst:841 +#: ../../docs/user/introduction/information.rst:848 msgid "MultiSig" msgstr "" -#: ../../docs/user/introduction/information.rst:843 +#: ../../docs/user/introduction/information.rst:850 msgid "" "Multi-signature addresses provide additional security by requiring " "multiple people to sign a transaction with their private key before the " @@ -1687,22 +1703,22 @@ msgid "" "difficult." msgstr "" -#: ../../docs/user/introduction/information.rst:851 +#: ../../docs/user/introduction/information.rst:858 msgid "Node" msgstr "" -#: ../../docs/user/introduction/information.rst:853 +#: ../../docs/user/introduction/information.rst:860 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:856 +#: ../../docs/user/introduction/information.rst:863 msgid "OTC" msgstr "" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:865 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 " @@ -1711,11 +1727,11 @@ msgid "" "or sell order will move the price (called \"slippage\")." msgstr "" -#: ../../docs/user/introduction/information.rst:863 +#: ../../docs/user/introduction/information.rst:870 msgid "P2P" msgstr "" -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:872 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two" " parties in a highly interconnected network. An alternative system to a " @@ -1723,22 +1739,22 @@ msgid "" "deal with each other through a single mediation point." msgstr "" -#: ../../docs/user/introduction/information.rst:869 +#: ../../docs/user/introduction/information.rst:876 msgid "Paper Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:871 +#: ../../docs/user/introduction/information.rst:878 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:874 +#: ../../docs/user/introduction/information.rst:881 msgid "Privacy" msgstr "" -#: ../../docs/user/introduction/information.rst:876 +#: ../../docs/user/introduction/information.rst:883 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about " @@ -1752,11 +1768,11 @@ msgid "" "users to maintain financial privacy." msgstr "" -#: ../../docs/user/introduction/information.rst:886 +#: ../../docs/user/introduction/information.rst:893 msgid "Private Key" msgstr "" -#: ../../docs/user/introduction/information.rst:888 +#: ../../docs/user/introduction/information.rst:895 msgid "" "A `private key `_" " is a long alphanumeric passcode that allows Dash to be spent. Every Dash" @@ -1767,22 +1783,22 @@ msgid "" "and secret." msgstr "" -#: ../../docs/user/introduction/information.rst:895 +#: ../../docs/user/introduction/information.rst:902 msgid "PrivateSend" msgstr "" -#: ../../docs/user/introduction/information.rst:897 +#: ../../docs/user/introduction/information.rst:904 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:900 +#: ../../docs/user/introduction/information.rst:907 msgid "Proof of Service - PoSe" msgstr "" -#: ../../docs/user/introduction/information.rst:902 +#: ../../docs/user/introduction/information.rst:909 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided" " uninterrupted service meeting a minimum quality level to the network. " @@ -1791,11 +1807,11 @@ msgid "" "payment." msgstr "" -#: ../../docs/user/introduction/information.rst:908 +#: ../../docs/user/introduction/information.rst:915 msgid "Proof of Stake - PoS" msgstr "" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:917 msgid "" "Consensus mechanism that relies on ownership of a cryptocurrency to " "maintain the blockchain. In Proof of Stake systems, each owner of the " @@ -1809,11 +1825,11 @@ msgid "" "\"vote\" to accept both the legitimate chain and the attacker's chain." msgstr "" -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:928 msgid "Proof of Work - PoW" msgstr "" -#: ../../docs/user/introduction/information.rst:923 +#: ../../docs/user/introduction/information.rst:930 msgid "" "Consensus mechanism that keeps all nodes honest by requiring " "computational power to be expended in order to create new blocks. Miners " @@ -1823,11 +1839,11 @@ msgid "" "which chain was valid." msgstr "" -#: ../../docs/user/introduction/information.rst:929 +#: ../../docs/user/introduction/information.rst:936 msgid "Public Key" msgstr "" -#: ../../docs/user/introduction/information.rst:931 +#: ../../docs/user/introduction/information.rst:938 msgid "" "The `public key `_ is derived from the private key but is not secret and" @@ -1835,11 +1851,11 @@ msgid "" " the public key is used to verify that the signature is valid." msgstr "" -#: ../../docs/user/introduction/information.rst:936 +#: ../../docs/user/introduction/information.rst:943 msgid "Pump and dump" msgstr "" -#: ../../docs/user/introduction/information.rst:938 +#: ../../docs/user/introduction/information.rst:945 msgid "" "Inflating the value of a financial asset that has been produced or " "acquired cheaply, often using aggressive publicity and misleading " @@ -1850,21 +1866,21 @@ msgid "" " some altcoins." msgstr "" -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:952 msgid "Quorum" msgstr "" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:954 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:949 +#: ../../docs/user/introduction/information.rst:956 msgid "QR Code" msgstr "" -#: ../../docs/user/introduction/information.rst:951 +#: ../../docs/user/introduction/information.rst:958 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -1872,33 +1888,33 @@ msgid "" "to encode Dash addresses." msgstr "" -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:962 msgid "Satoshi Nakamoto" msgstr "" -#: ../../docs/user/introduction/information.rst:957 +#: ../../docs/user/introduction/information.rst:964 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:960 +#: ../../docs/user/introduction/information.rst:967 msgid "SDK" msgstr "" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:969 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:965 +#: ../../docs/user/introduction/information.rst:972 msgid "Signaling" msgstr "" -#: ../../docs/user/introduction/information.rst:967 +#: ../../docs/user/introduction/information.rst:974 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 " @@ -1908,22 +1924,22 @@ msgid "" "blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:972 +#: ../../docs/user/introduction/information.rst:979 msgid "State View" msgstr "" -#: ../../docs/user/introduction/information.rst:974 +#: ../../docs/user/introduction/information.rst:981 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:977 +#: ../../docs/user/introduction/information.rst:984 msgid "Spork" msgstr "" -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:986 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -1940,29 +1956,29 @@ msgid "" "the need for a network-wide rollback or client update." msgstr "" -#: ../../docs/user/introduction/information.rst:993 +#: ../../docs/user/introduction/information.rst:1000 msgid "Tainted Coins" msgstr "" -#: ../../docs/user/introduction/information.rst:995 +#: ../../docs/user/introduction/information.rst:1002 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:997 +#: ../../docs/user/introduction/information.rst:1004 msgid "tDash" msgstr "" -#: ../../docs/user/introduction/information.rst:999 +#: ../../docs/user/introduction/information.rst:1006 msgid "Test Dash, used on :ref:`testnet `." msgstr "" -#: ../../docs/user/introduction/information.rst:1000 +#: ../../docs/user/introduction/information.rst:1007 msgid "Testnet" msgstr "" -#: ../../docs/user/introduction/information.rst:1002 +#: ../../docs/user/introduction/information.rst:1009 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and " @@ -1970,21 +1986,21 @@ msgid "" "where errors or forks are not harmful." msgstr "" -#: ../../docs/user/introduction/information.rst:1006 +#: ../../docs/user/introduction/information.rst:1013 msgid "Tor" msgstr "" -#: ../../docs/user/introduction/information.rst:1008 +#: ../../docs/user/introduction/information.rst:1015 msgid "" "An anonymous routing protocol used by people wanting to hide their " "identity online." msgstr "" -#: ../../docs/user/introduction/information.rst:1010 +#: ../../docs/user/introduction/information.rst:1017 msgid "Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:1012 +#: ../../docs/user/introduction/information.rst:1019 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions " "may be divided into classical and special transactions. Similar to " @@ -1995,82 +2011,82 @@ msgid "" "used to manage blockchain users, for example." msgstr "" -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:1026 msgid "Transaction Block" msgstr "" -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:1028 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:1023 +#: ../../docs/user/introduction/information.rst:1030 msgid "Transaction Fee" msgstr "" -#: ../../docs/user/introduction/information.rst:1025 +#: ../../docs/user/introduction/information.rst:1032 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:1028 +#: ../../docs/user/introduction/information.rst:1035 msgid "Unconfirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1037 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:1033 +#: ../../docs/user/introduction/information.rst:1040 msgid "Vanity Address" msgstr "" -#: ../../docs/user/introduction/information.rst:1035 +#: ../../docs/user/introduction/information.rst:1042 msgid "A Dash address with a desirable pattern, such as a name." msgstr "" -#: ../../docs/user/introduction/information.rst:1036 +#: ../../docs/user/introduction/information.rst:1043 msgid "Virgin Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:1038 +#: ../../docs/user/introduction/information.rst:1045 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:1040 +#: ../../docs/user/introduction/information.rst:1047 msgid "Volatility" msgstr "" -#: ../../docs/user/introduction/information.rst:1042 +#: ../../docs/user/introduction/information.rst:1049 msgid "" "The measurement of price movements over time for a traded financial asset" " (including Dash)." msgstr "" -#: ../../docs/user/introduction/information.rst:1044 +#: ../../docs/user/introduction/information.rst:1051 msgid "Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:1046 +#: ../../docs/user/introduction/information.rst:1053 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:1049 +#: ../../docs/user/introduction/information.rst:1056 msgid "Whitepaper" msgstr "" -#: ../../docs/user/introduction/information.rst:1051 +#: ../../docs/user/introduction/information.rst:1058 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a " @@ -2079,31 +2095,31 @@ msgid "" " a decision." msgstr "" -#: ../../docs/user/introduction/information.rst:1056 +#: ../../docs/user/introduction/information.rst:1063 msgid "X11" msgstr "" -#: ../../docs/user/introduction/information.rst:1058 +#: ../../docs/user/introduction/information.rst:1065 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash " "Core developer Evan Duffield." msgstr "" -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1067 msgid "Zero Confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1069 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:1064 +#: ../../docs/user/introduction/information.rst:1071 msgid "vin" msgstr "" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1073 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 " @@ -2111,11 +2127,11 @@ msgid "" "amount) in order to work." msgstr "" -#: ../../docs/user/introduction/information.rst:1070 +#: ../../docs/user/introduction/information.rst:1077 msgid "VMN" msgstr "" -#: ../../docs/user/introduction/information.rst:1072 +#: ../../docs/user/introduction/information.rst:1079 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " diff --git a/locale/en/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po b/locale/en/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po index 18b2b63c8..d12b22b99 100644 --- a/locale/en/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po +++ b/locale/en/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 14:28-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -50,24 +50,23 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:26 -msgid "Reset previous services to ensure compatibility with the new version::" -msgstr "" - -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:30 msgid "Update services::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:35 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:32 msgid "Start dashmate node" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:37 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:34 msgid "Start the node::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:41 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:38 msgid "" "Make sure the node works properly by running the following status " "commands::" msgstr "" +#~ msgid "Reset previous services to ensure compatibility with the new version::" +#~ msgstr "" + diff --git a/locale/en/LC_MESSAGES/docs/user/masternodes/hosting.po b/locale/en/LC_MESSAGES/docs/user/masternodes/hosting.po index 30682bc53..153423be0 100644 --- a/locale/en/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/en/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 14:28-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -66,298 +66,307 @@ msgid "Operated by: CrowdNode ApS" msgstr "" #: ../../docs/user/masternodes/hosting.rst:36 -#: ../../docs/user/masternodes/hosting.rst:90 -#: ../../docs/user/masternodes/hosting.rst:146 +#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:148 msgid "Services: Hosting, Shares" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:37 -#, python-format -msgid "Cost: 15% of masternode payments" +#: ../../docs/user/masternodes/hosting.rst:38 +msgid "Cost:" msgstr "" #: ../../docs/user/masternodes/hosting.rst:38 -msgid "`Site `__" +#, python-format +msgid "35% of trusted masternode/evonode payments" msgstr "" #: ../../docs/user/masternodes/hosting.rst:39 +#, python-format +msgid "20% of trustless masternode payments" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:40 +msgid "`Site `__" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:41 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:43 +#: ../../docs/user/masternodes/hosting.rst:45 msgid "Allnodes" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:50 +#: ../../docs/user/masternodes/hosting.rst:52 msgid "" "`https://www.allnodes.com " "`__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:52 +#: ../../docs/user/masternodes/hosting.rst:54 msgid "Operated by: Sephiroth" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:53 +#: ../../docs/user/masternodes/hosting.rst:55 msgid "Services: Monitoring, Hosting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:54 +#: ../../docs/user/masternodes/hosting.rst:56 msgid "Cost: from $4.50/month" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:55 +#: ../../docs/user/masternodes/hosting.rst:57 msgid "" "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:56 +#: ../../docs/user/masternodes/hosting.rst:58 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:57 +#: ../../docs/user/masternodes/hosting.rst:59 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:58 +#: ../../docs/user/masternodes/hosting.rst:60 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:59 +#: ../../docs/user/masternodes/hosting.rst:61 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:63 +#: ../../docs/user/masternodes/hosting.rst:65 msgid "SID Hosting Service" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:70 +#: ../../docs/user/masternodes/hosting.rst:72 msgid "https://dashmasternode.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:72 +#: ../../docs/user/masternodes/hosting.rst:74 msgid "Operated by: splawik21 (Dash Core team member)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:73 -#: ../../docs/user/masternodes/hosting.rst:160 +#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:162 msgid "Services: Hosting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:74 +#: ../../docs/user/masternodes/hosting.rst:76 msgid "Cost: €25/month, paid in Dash" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:77 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:76 +#: ../../docs/user/masternodes/hosting.rst:78 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:80 +#: ../../docs/user/masternodes/hosting.rst:82 msgid "Pool of Stake" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:87 +#: ../../docs/user/masternodes/hosting.rst:89 msgid "https://www.poolofstake.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:89 +#: ../../docs/user/masternodes/hosting.rst:91 msgid "Operated by: Pool of Stake OÜ" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:91 +#: ../../docs/user/masternodes/hosting.rst:93 #, python-format msgid "15% of masternode payments (5% with tokens)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:94 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:93 +#: ../../docs/user/masternodes/hosting.rst:95 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:94 +#: ../../docs/user/masternodes/hosting.rst:96 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:95 +#: ../../docs/user/masternodes/hosting.rst:97 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:99 +#: ../../docs/user/masternodes/hosting.rst:101 msgid "Staked" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:106 +#: ../../docs/user/masternodes/hosting.rst:108 msgid "https://staked.us" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:108 +#: ../../docs/user/masternodes/hosting.rst:110 msgid "Operated by: Staked" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:109 +#: ../../docs/user/masternodes/hosting.rst:111 msgid "Services: Hosting, Reporting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:110 +#: ../../docs/user/masternodes/hosting.rst:112 #, python-format msgid "Cost: 10% of rewards" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:111 +#: ../../docs/user/masternodes/hosting.rst:113 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:112 +#: ../../docs/user/masternodes/hosting.rst:114 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:116 +#: ../../docs/user/masternodes/hosting.rst:118 msgid "NodeHub.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:123 +#: ../../docs/user/masternodes/hosting.rst:125 msgid "https://nodehub.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:125 +#: ../../docs/user/masternodes/hosting.rst:127 msgid "Operated by: NodeHub LLC" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:126 +#: ../../docs/user/masternodes/hosting.rst:128 msgid "Services: Hosting, Governance, Stats, Monitoring" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:127 +#: ../../docs/user/masternodes/hosting.rst:129 msgid "Cost: $3.90/month (charged daily at $0.13)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:128 +#: ../../docs/user/masternodes/hosting.rst:130 msgid "" "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:129 +#: ../../docs/user/masternodes/hosting.rst:131 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:130 +#: ../../docs/user/masternodes/hosting.rst:132 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:131 +#: ../../docs/user/masternodes/hosting.rst:133 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:132 +#: ../../docs/user/masternodes/hosting.rst:134 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:136 +#: ../../docs/user/masternodes/hosting.rst:138 msgid "Gentarium" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:143 +#: ../../docs/user/masternodes/hosting.rst:145 msgid "https://mn.gtmcoin.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:145 +#: ../../docs/user/masternodes/hosting.rst:147 msgid "Operated by: Gentarium International OÜ" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:147 +#: ../../docs/user/masternodes/hosting.rst:149 msgid "Cost: $3.99/month (charged daily at $0.15)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:148 +#: ../../docs/user/masternodes/hosting.rst:150 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:149 +#: ../../docs/user/masternodes/hosting.rst:151 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:150 +#: ../../docs/user/masternodes/hosting.rst:152 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:151 +#: ../../docs/user/masternodes/hosting.rst:153 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:155 +#: ../../docs/user/masternodes/hosting.rst:157 msgid "Masternodehosting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:157 +#: ../../docs/user/masternodes/hosting.rst:159 msgid "https://masternodehosting.com" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:159 +#: ../../docs/user/masternodes/hosting.rst:161 msgid "Operated by: flare (Dash Core team member)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:161 +#: ../../docs/user/masternodes/hosting.rst:163 msgid "Cost: €18/month" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:162 +#: ../../docs/user/masternodes/hosting.rst:164 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:163 +#: ../../docs/user/masternodes/hosting.rst:165 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:164 +#: ../../docs/user/masternodes/hosting.rst:166 msgid "" "`Forum `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:170 +#: ../../docs/user/masternodes/hosting.rst:172 msgid "Registering a hosted masternode" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:172 +#: ../../docs/user/masternodes/hosting.rst:174 msgid "A list of available documentation appears below:" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:174 +#: ../../docs/user/masternodes/hosting.rst:176 msgid ":ref:`Full masternode setup guide `" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:175 +#: ../../docs/user/masternodes/hosting.rst:177 msgid "" ":ref:`Information for users of hosted masternodes ` (you " "are here)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:176 +#: ../../docs/user/masternodes/hosting.rst:178 msgid "" ":ref:`Information for operators of hosted masternodes `" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:178 +#: ../../docs/user/masternodes/hosting.rst:180 msgid "Registering a hosted masternode is done in several steps:" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:180 +#: ../../docs/user/masternodes/hosting.rst:182 msgid "" "Send 1000 DASH to an address you control in a single transaction and wait" " for 15 confirmations" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:182 +#: ../../docs/user/masternodes/hosting.rst:184 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 " @@ -365,13 +374,13 @@ msgid "" "masternode will be set up before or after the registration transaction" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:187 +#: ../../docs/user/masternodes/hosting.rst:189 msgid "" "Prepare, sign and broadcast the registration transaction using Dash Core " "or DMT" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:190 +#: ../../docs/user/masternodes/hosting.rst:192 msgid "" "It is **highly recommended** to store the keys to your masternode " "collateral on a :ref:`hardware wallet ` for added " @@ -384,11 +393,11 @@ msgid "" "masternode>`." msgstr "" -#: ../../docs/user/masternodes/hosting.rst:204 +#: ../../docs/user/masternodes/hosting.rst:206 msgid "Operator transactions" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:206 +#: ../../docs/user/masternodes/hosting.rst:208 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" @@ -402,7 +411,7 @@ msgid "" "dip3-config>` to update the service features and register the masternode." msgstr "" -#: ../../docs/user/masternodes/hosting.rst:218 +#: ../../docs/user/masternodes/hosting.rst:220 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" @@ -497,3 +506,6 @@ msgstr "" #~ msgid "`Email `__" #~ msgstr "" +#~ msgid "Cost: 15% of masternode payments" +#~ 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 37920c908..f4063b330 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 14:28-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -74,7 +74,15 @@ msgid "" "because most ISPs allocate dynamic IP addresses to home users." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:41 +#: ../../docs/user/masternodes/server-config.rst:43 +msgid "" +"Disabling IPv6 is highly recommended to prevent communication issues that" +" have been observed when running nodes on some VPS providers. We " +"recommend turning it off through the VPS provider's setup wizard during " +"initial server creation." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:47 msgid "" "Before beginning, take a few minutes to review the masternode and evonode" " :hoverxref:`hardware requirements ` which may help you" @@ -89,65 +97,65 @@ msgid "" "Select a location for your new server on the following screen:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:56 +#: ../../docs/user/masternodes/server-config.rst:62 msgid "Vultr server location selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:58 +#: ../../docs/user/masternodes/server-config.rst:64 msgid "" "Select Ubuntu 24.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 "" -#: ../../docs/user/masternodes/server-config.rst:65 +#: ../../docs/user/masternodes/server-config.rst:71 msgid "Vultr server type selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:67 +#: ../../docs/user/masternodes/server-config.rst:73 msgid "" "Select a server size according to the hardware requirements for you " ":hoverxref:`masternode ` or :hoverxref:`evonode " "`:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:73 +#: ../../docs/user/masternodes/server-config.rst:79 msgid "Vultr server size selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:75 +#: ../../docs/user/masternodes/server-config.rst:81 msgid "" "Enter a hostname and label for your server. In this example we will use " "``dashmn1`` as the hostname." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:81 +#: ../../docs/user/masternodes/server-config.rst:87 msgid "Vultr server hostname & label selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:83 +#: ../../docs/user/masternodes/server-config.rst:89 msgid "Vultr will now install your server. This process may take a few minutes." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:88 +#: ../../docs/user/masternodes/server-config.rst:94 msgid "Vultr server installation screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:90 +#: ../../docs/user/masternodes/server-config.rst:96 msgid "" "Click **Manage** when installation is complete and take note of the IP " "address, username and password." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:96 +#: ../../docs/user/masternodes/server-config.rst:102 msgid "Vultr server management screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:101 +#: ../../docs/user/masternodes/server-config.rst:107 msgid "Set up your operating system" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:103 +#: ../../docs/user/masternodes/server-config.rst:109 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 " @@ -158,11 +166,11 @@ msgid "" "root@`` and enter your password when prompted." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:114 +#: ../../docs/user/masternodes/server-config.rst:120 msgid "PuTTY download page" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:116 +#: ../../docs/user/masternodes/server-config.rst:122 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** " @@ -171,26 +179,26 @@ msgid "" " **Yes** to trust this server in the future." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:125 +#: ../../docs/user/masternodes/server-config.rst:131 msgid "PuTTY security alert when connecting to a new server" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:127 +#: ../../docs/user/masternodes/server-config.rst:133 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 "" -#: ../../docs/user/masternodes/server-config.rst:134 +#: ../../docs/user/masternodes/server-config.rst:140 msgid "Password challenge when connecting to your VPS for the first time" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:138 +#: ../../docs/user/masternodes/server-config.rst:144 msgid "Set up users" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:140 +#: ../../docs/user/masternodes/server-config.rst:146 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 " @@ -199,14 +207,14 @@ msgid "" " at the current cursor location::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:148 +#: ../../docs/user/masternodes/server-config.rst:154 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 "" -#: ../../docs/user/masternodes/server-config.rst:154 +#: ../../docs/user/masternodes/server-config.rst:160 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. " @@ -215,38 +223,74 @@ msgid "" " so they can perform commands as root::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:164 +#: ../../docs/user/masternodes/server-config.rst:170 msgid "Update the system" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:166 +#: ../../docs/user/masternodes/server-config.rst:172 msgid "" "Now, while still as root, we will update the system from the Ubuntu " "package repository::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:172 +#: ../../docs/user/masternodes/server-config.rst:178 msgid "" "The system will show a list of upgradable packages. Press **Y** and " "**Enter** to install the packages." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:177 +#: ../../docs/user/masternodes/server-config.rst:182 +msgid "Disable IPv6" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:184 +msgid "" +"We recommend turning off IPv6 to avoid potential communication issues. If" +" you cannot do this through your VPS provider's server configuration " +"settings, use the following steps to disable it through the operating " +"system." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:188 +msgid "Check if IPv6 is enabled::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:192 +msgid "If multiple inet6 entries are returned, open sysctrl.conf::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:197 +msgid "" +"Add the following lines at the end of the file, then press **Ctrl + X** " +"to close the editor, then **Y** and **Enter** save the file.::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:204 +msgid "Load the changes::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:208 +msgid "" +"Finally, check if IPv6 was successfully disabled. No entries should be " +"returned when you run the command this time::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:214 msgid "Configure the firewall" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:179 +#: ../../docs/user/masternodes/server-config.rst:216 msgid "" "We will now install a firewall (and some other packages we will use " "later)::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:183 -#: ../../docs/user/masternodes/server-config.rst:225 +#: ../../docs/user/masternodes/server-config.rst:220 +#: ../../docs/user/masternodes/server-config.rst:259 msgid "(press **Y** and **Enter** to confirm)" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:185 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Choose the appropriate firewall configuration below based on which " "network and masternode type your masternode will support:" @@ -264,53 +308,53 @@ msgstr "" msgid "Testnet" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:229 +#: ../../docs/user/masternodes/server-config.rst:263 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:231 +#: ../../docs/user/masternodes/server-config.rst:265 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:240 +#: ../../docs/user/masternodes/server-config.rst:274 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:250 +#: ../../docs/user/masternodes/server-config.rst:284 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:252 +#: ../../docs/user/masternodes/server-config.rst:286 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:258 +#: ../../docs/user/masternodes/server-config.rst:292 msgid "Create a new configuration file::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:296 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:307 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:279 +#: ../../docs/user/masternodes/server-config.rst:313 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:283 +#: ../../docs/user/masternodes/server-config.rst:317 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -319,25 +363,25 @@ msgid "" "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:289 +#: ../../docs/user/masternodes/server-config.rst:323 msgid "" "Optionally install or update `AppArmor `_ (try " "this step if you are having problems related to AppArmor)::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:295 +#: ../../docs/user/masternodes/server-config.rst:329 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:297 +#: ../../docs/user/masternodes/server-config.rst:331 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:301 +#: ../../docs/user/masternodes/server-config.rst:335 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:305 +#: ../../docs/user/masternodes/server-config.rst:339 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 a0d5ae432..1650cf870 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 14:28-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -360,7 +360,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:252 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed " "by user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -883,6 +883,24 @@ msgid "" "accept cryptocurrency." msgstr "" +#: ../../docs/user/masternodes/setup-evonode.rst:631 +msgid "" +"Please make sure that the certificate chain file contains your server " +"certificate at the top and intermediate/root certificates if present. If " +"a bundle file is present, you need to concatenate it with the certificate" +" file::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:637 +msgid "" +"Verify the validity of the private key and certificate chain by running " +"these commands::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:642 +msgid "The output of these two commands should be the same." +msgstr "" + #~ msgid "EvoNode Setup" #~ msgstr "" @@ -1551,3 +1569,11 @@ msgstr "" #~ "the **Refresh status** function in DMT." #~ msgstr "" +#~ msgid "" +#~ "``N: Download is performed unsandboxed " +#~ "as root as file '/home/ubuntu/dashmate_1.1.1" +#~ ".0fec811fb-1_amd64.deb' couldn't be accessed " +#~ "by user '_apt'. - pkgAcquire::Run (13:" +#~ " Permission denied)``" +#~ msgstr "" + diff --git a/locale/en/LC_MESSAGES/docs/user/mining/index.po b/locale/en/LC_MESSAGES/docs/user/mining/index.po index c194699df..07ce1cb5f 100644 --- a/locale/en/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/en/LC_MESSAGES/docs/user/mining/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-01-29 09:56-0500\n" +"POT-Creation-Date: 2024-11-18 14:28-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -39,56 +39,38 @@ msgid "" " 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." +"earn rewards. A number of X11 ASICs are available on the market, which " +"help make Dash secure against brute force attacks on the blockchain." 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." -msgstr "" - -#: ../../docs/user/mining/index.rst:35 +#: ../../docs/user/mining/index.rst:20 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:" msgstr "" -#: ../../docs/user/mining/index.rst:39 +#: ../../docs/user/mining/index.rst:24 msgid "`Hashrate `_" msgstr "" -#: ../../docs/user/mining/index.rst:40 +#: ../../docs/user/mining/index.rst:25 msgid "" "`Mining difficulty `_" msgstr "" -#: ../../docs/user/mining/index.rst:41 +#: ../../docs/user/mining/index.rst:26 msgid "" "`Profitability calculation tool " "`_" msgstr "" -#: ../../docs/user/mining/index.rst:44 +#: ../../docs/user/mining/index.rst:29 msgid "Masternodes vs. Mining" msgstr "" -#: ../../docs/user/mining/index.rst:46 +#: ../../docs/user/mining/index.rst:31 msgid "" "Dash, like Bitcoin and most other cryptocurrencies, is based on a " "decentralized ledger of all transactions, known as a blockchain. This " @@ -101,7 +83,7 @@ msgid "" "the miner is rewarded." msgstr "" -#: ../../docs/user/mining/index.rst:56 +#: ../../docs/user/mining/index.rst:41 #, python-format msgid "" "Dash works a little differently from Bitcoin, however, because it has a " @@ -110,13 +92,13 @@ msgid "" "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 subsidy is split between the miner and a " +"follows: 80% of the block subsidy is split between the miner and a " "masternode per the distribution found :ref:`here `, while 10% is reserved for the budget system (created by " +"reallocation>`, while 20% is reserved for the budget system (created by " "superblocks every month)." msgstr "" -#: ../../docs/user/mining/index.rst:67 +#: ../../docs/user/mining/index.rst:52 msgid "" "The masternode system is referred to as Proof of Service (PoSe), since " "the masternodes provide crucial services to the network. In fact, the " @@ -127,7 +109,7 @@ msgid "" "would not be added to the blockchain." msgstr "" -#: ../../docs/user/mining/index.rst:75 +#: ../../docs/user/mining/index.rst:60 msgid "" "In short, miners power the first tier, which is the basic sending and " "receiving of funds and prevention of doublespending. Masternodes power " @@ -141,25 +123,19 @@ msgid "" "rewards." msgstr "" -#: ../../docs/user/mining/index.rst:87 +#: ../../docs/user/mining/index.rst:72 msgid "Mining Pools" msgstr "" -#: ../../docs/user/mining/index.rst:89 +#: ../../docs/user/mining/index.rst:74 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 "" - -#: ../../docs/user/mining/index.rst:97 -msgid "http://www.p2poolmining.us/p2poolnodes/" +" the hashing power." msgstr "" -#: ../../docs/user/mining/index.rst:99 +#: ../../docs/user/mining/index.rst:79 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 " @@ -169,439 +145,64 @@ msgid "" " typical mining pool can be found :ref:`here `." msgstr "" -#: ../../docs/user/mining/index.rst:107 +#: ../../docs/user/mining/index.rst:87 msgid "https://coinfoundry.org" msgstr "" -#: ../../docs/user/mining/index.rst:108 +#: ../../docs/user/mining/index.rst:88 msgid "https://mining.luxor.tech" msgstr "" -#: ../../docs/user/mining/index.rst:109 -msgid "https://dash.suprnova.cc" -msgstr "" - -#: ../../docs/user/mining/index.rst:110 +#: ../../docs/user/mining/index.rst:89 msgid "https://www.nicehash.com" msgstr "" -#: ../../docs/user/mining/index.rst:111 -msgid "https://www.coinotron.com" -msgstr "" - -#: ../../docs/user/mining/index.rst:112 +#: ../../docs/user/mining/index.rst:90 msgid "https://dash.miningpoolhub.com" msgstr "" -#: ../../docs/user/mining/index.rst:113 +#: ../../docs/user/mining/index.rst:91 msgid "https://www.multipool.us" msgstr "" -#: ../../docs/user/mining/index.rst:114 +#: ../../docs/user/mining/index.rst:92 msgid "https://www.f2pool.com" msgstr "" -#: ../../docs/user/mining/index.rst:115 -msgid "https://www2.coinmine.pl/dash/" -msgstr "" - -#: ../../docs/user/mining/index.rst:116 +#: ../../docs/user/mining/index.rst:93 msgid "https://www.antpool.com" msgstr "" -#: ../../docs/user/mining/index.rst:117 -msgid "https://avalon-life.io" -msgstr "" - -#: ../../docs/user/mining/index.rst:118 -msgid "https://www.genesis-mining.com" -msgstr "" - -#: ../../docs/user/mining/index.rst:119 +#: ../../docs/user/mining/index.rst:94 msgid "https://www.viabtc.com" msgstr "" -#: ../../docs/user/mining/index.rst:120 +#: ../../docs/user/mining/index.rst:95 msgid "https://zpool.ca" msgstr "" -#: ../../docs/user/mining/index.rst:122 +#: ../../docs/user/mining/index.rst:97 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" +"If you'd like to be added to this list, please open an issue on the " +"`GitHub repository `_." msgstr "" -#: ../../docs/user/mining/index.rst:129 +#: ../../docs/user/mining/index.rst:104 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 `." msgstr "" -#: ../../docs/user/mining/index.rst:143 -msgid "CPU Mining" -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 "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:158 ../../docs/user/mining/index.rst:292 -msgid "`Crypto Mining Blog `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:159 ../../docs/user/mining/index.rst:293 -msgid "" -"`Dash Forum Mining Discussions " -"`_" -msgstr "" - -#: ../../docs/user/mining/index.rst:160 ../../docs/user/mining/index.rst:294 -msgid "" -"`Bitcoin Talk Altcoin Mining Discussions " -"`_" -msgstr "" - -#: ../../docs/user/mining/index.rst:163 ../../docs/user/mining/index.rst:297 -msgid "Mining software" -msgstr "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:168 -msgid "https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:178 -msgid "CPU-Z showing details for an Intel i7 Haswell CPU" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:185 -msgid "https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c" -msgstr "" - -#: ../../docs/user/mining/index.rst:186 -msgid "https://github.com/tpruvot/cpuminer-multi" -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 " -"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 "" - -#: ../../docs/user/mining/index.rst:198 -msgid "Executable CPU miners for Dash" -msgstr "" - -#: ../../docs/user/mining/index.rst:201 ../../docs/user/mining/index.rst:345 -msgid "Configuration" -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 "" - -#: ../../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::" -msgstr "" - -#: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 -msgid "Where:" -msgstr "" - -#: ../../docs/user/mining/index.rst:220 -msgid "minerd = the executable miner daemon file you choose to use" -msgstr "" - -#: ../../docs/user/mining/index.rst:221 -msgid "a = algorithm, which is X11 for Dash" -msgstr "" - -#: ../../docs/user/mining/index.rst:222 -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" -msgstr "" - -#: ../../docs/user/mining/index.rst:224 -msgid "p = password, can often be set to x" -msgstr "" - -#: ../../docs/user/mining/index.rst:225 -msgid "t = number of threads used" -msgstr "" - -#: ../../docs/user/mining/index.rst:226 -msgid "pause = keeps the window open in the case of errors" -msgstr "" - -#: ../../docs/user/mining/index.rst:228 -msgid "For the CPU in the example above, the command may be::" -msgstr "" - -#: ../../docs/user/mining/index.rst:236 -msgid "Notepad file showing an example command to start a CPU miner" -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." -msgstr "" - -#: ../../docs/user/mining/index.rst:243 ../../docs/user/mining/index.rst:392 -msgid "Testing" -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 "" - -#: ../../docs/user/mining/index.rst:257 -msgid "Example of CPU mining using DarkCoin CPUMiner 1.3 on Intel Core i7" -msgstr "" - -#: ../../docs/user/mining/index.rst:260 -msgid "Tips" -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." -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." -msgstr "" - -#: ../../docs/user/mining/index.rst:277 -msgid "GPU Mining" -msgstr "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:309 -msgid "" -"GPU-Z showing details for AMD Radeon Turks and NVIDIA Quadro GK104 class " -"GPUs" -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 "" - -#: ../../docs/user/mining/index.rst:318 -msgid "**AMD**" -msgstr "" - -#: ../../docs/user/mining/index.rst:320 -msgid "https://github.com/nicehash/sgminer/releases" -msgstr "" - -#: ../../docs/user/mining/index.rst:322 -msgid "**NVIDIA**" -msgstr "" - -#: ../../docs/user/mining/index.rst:324 -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)" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:335 -msgid "Executable GPU miners for Dash" -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." -msgstr "" - -#: ../../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" -msgstr "" - -#: ../../docs/user/mining/index.rst:373 -msgid "url = URL of your mining pool, including the protocol and port" -msgstr "" - -#: ../../docs/user/mining/index.rst:374 -msgid "" -"user = username, usually the Dash receiving address of your wallet or " -"worker" -msgstr "" - -#: ../../docs/user/mining/index.rst:376 -msgid "pass = password, can often be set to x" -msgstr "" - -#: ../../docs/user/mining/index.rst:377 -msgid "" -"algorithm = hashing algorithm to use, in this case darkcoin (for historic" -" reasons) or darkcoin-mod" -msgstr "" - -#: ../../docs/user/mining/index.rst:380 -msgid "For the pool above, the configuration may be:" -msgstr "" - -#: ../../docs/user/mining/index.rst:385 -msgid "Configuration file for a Dash GPU miner" -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." -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." -msgstr "" - -#: ../../docs/user/mining/index.rst:403 -msgid "" -"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD " -"Graphics 4600" -msgstr "" - -#: ../../docs/user/mining/index.rst:410 +#: ../../docs/user/mining/index.rst:120 msgid "ASIC Mining" msgstr "" -#: ../../docs/user/mining/index.rst:412 +#: ../../docs/user/mining/index.rst:122 msgid "" "ASIC stands for *Application-Specific Integrated Circuit* and describes a" " type of processor that is designed for one purpose only. ASICs are a " @@ -609,470 +210,915 @@ msgid "" "efficiency than CPU or GPU miners, resulting in higher profit." msgstr "" -#: ../../docs/user/mining/index.rst:417 +#: ../../docs/user/mining/index.rst:127 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 `_." +"the Dash Forums `_." msgstr "" -#: ../../docs/user/mining/index.rst:424 +#: ../../docs/user/mining/index.rst:134 msgid "" "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 +#: ../../docs/user/mining/index.rst:138 msgid "Name" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Hash rate" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Power" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Weight" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Dimensions (mm)" msgstr "" -#: ../../docs/user/mining/index.rst:428 +#: ../../docs/user/mining/index.rst:138 msgid "Price" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "" "`Bitmain Antminer D5 " "`_" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "119 GH/s ±5%" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "1566 W" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "7.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "486 x 265 x 388" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "$1,180" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "`Spondoolies SPx36 `_" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "540 GH/s ±10%" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "4400 W" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "19.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "640 x 525 x 185" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "$7,000" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "" "`StrongU STU-U6 " "`_" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "420 GH/s ±8%" msgstr "" -#: ../../docs/user/mining/index.rst:434 ../../docs/user/mining/index.rst:478 +#: ../../docs/user/mining/index.rst:144 msgid "2100 W" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "8.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "370 x 135 x 208" msgstr "" -#: ../../docs/user/mining/index.rst:437 +#: ../../docs/user/mining/index.rst:147 msgid "ASIC resellers may also have miners available:" msgstr "" -#: ../../docs/user/mining/index.rst:439 +#: ../../docs/user/mining/index.rst:149 msgid "http://kaboomracks.com" msgstr "" -#: ../../docs/user/mining/index.rst:440 +#: ../../docs/user/mining/index.rst:150 msgid "https://brokerage.luxor.tech/dashboard" 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." -msgstr "" +#~ msgid "https://aikapool.com/dash/" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:448 -msgid "`Baikal BK-X `_" -msgstr "" +#~ msgid "" +#~ "https://github.com/KlausT/ccminer/releases (similar to " +#~ "SP version, more clean)" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:448 -msgid "10 GH/s ±5%" -msgstr "" +#~ msgid "`iBelink DM11G `_" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:448 -msgid "800 W" -msgstr "" +#~ msgid "" +#~ "`iBelink DM22G `_" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:448 -msgid "3.8 kg" -msgstr "" +#~ 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 "" -#: ../../docs/user/mining/index.rst:448 -msgid "312 x 125 x 130" -msgstr "" +#~ 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 "" -#: ../../docs/user/mining/index.rst:450 -msgid "`Baikal Mini `_" -msgstr "" +#~ 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 "" -#: ../../docs/user/mining/index.rst:450 -msgid "150 MH/s ±10%" -msgstr "" +#~ 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 subsidy 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:450 -msgid "40 W" -msgstr "" +#~ 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 "" -#: ../../docs/user/mining/index.rst:450 -msgid ".475 kg" -msgstr "" +#~ msgid "http://www.p2poolmining.us/p2poolnodes/" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:450 -msgid "140 x 100 x 95" -msgstr "" +#~ msgid "https://dash.suprnova.cc" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:452 -msgid "`Baikal Giant+ A2000 `_" -msgstr "" +#~ msgid "https://www.coinotron.com" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:452 -msgid "2000 MH/s ±10%" -msgstr "" +#~ msgid "https://www2.coinmine.pl/dash/" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:452 -msgid "430 W" -msgstr "" +#~ msgid "https://avalon-life.io" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:452 ../../docs/user/mining/index.rst:456 -msgid "3 kg" -msgstr "" +#~ msgid "https://www.genesis-mining.com" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:452 -msgid "300 x 140 x 125" -msgstr "" +#~ 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 "" -#: ../../docs/user/mining/index.rst:454 -msgid "`Baikal Giant A900 `_" -msgstr "" +#~ msgid "CPU Mining" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:454 -msgid "900 MH/s ±5%" -msgstr "" +#~ 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 "" -#: ../../docs/user/mining/index.rst:454 -msgid "217 W" -msgstr "" +#~ 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 "" -#: ../../docs/user/mining/index.rst:454 -msgid "2.5 kg" -msgstr "" +#~ msgid "`Crypto Mining Blog `_" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:454 -msgid "300 x 123 x 123" -msgstr "" +#~ msgid "" +#~ "`Dash Forum Mining Discussions " +#~ "`_" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:456 -msgid "`Baikal Quad Cube `_" -msgstr "" +#~ msgid "" +#~ "`Bitcoin Talk Altcoin Mining Discussions " +#~ "`_" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:456 -msgid "1200 MH/s ±10%" -msgstr "" +#~ msgid "Mining software" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:456 -msgid "300 W" -msgstr "" +#~ 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:456 -msgid "135 x 135 x 425" -msgstr "" +#~ msgid "https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:458 -msgid "" -"`Bitmain Antminer D3 " -"`_" -msgstr "" +#~ 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:" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:458 -msgid "17 GH/s ±5%" -msgstr "" +#~ msgid "CPU-Z showing details for an Intel i7 Haswell CPU" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:458 -msgid "970 W" -msgstr "" +#~ 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:" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:458 -msgid "6.5 kg" -msgstr "" +#~ msgid "https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:458 -msgid "320 x 130 x 190" -msgstr "" +#~ msgid "https://github.com/tpruvot/cpuminer-multi" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:460 -msgid "`iBelink DM384M `_" -msgstr "" +#~ 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" +#~ " 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 "" -#: ../../docs/user/mining/index.rst:460 -msgid "384 MH/s ±10%" -msgstr "" +#~ msgid "Executable CPU miners for Dash" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:460 -msgid "715 W" -msgstr "" +#~ msgid "Configuration" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:460 -msgid "21 kg" -msgstr "" +#~ 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 "" -#: ../../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 "" +#~ 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::" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:462 -msgid "`iBelink DM11G `_" -msgstr "" +#~ msgid "Where:" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:462 -msgid "11 GH/s ±5%" -msgstr "" +#~ msgid "minerd = the executable miner daemon file you choose to use" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:462 ../../docs/user/mining/index.rst:464 -msgid "810 W" -msgstr "" +#~ msgid "a = algorithm, which is X11 for Dash" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:462 -msgid "22 kg" -msgstr "" +#~ msgid "o = URL of your mining pool, including the protocol and port" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:464 -msgid "`iBelink DM22G `_" -msgstr "" +#~ msgid "" +#~ "u = username, usually the Dash " +#~ "receiving address of your wallet or " +#~ "worker" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:464 -msgid "22 GH/s ±5%" -msgstr "" +#~ msgid "p = password, can often be set to x" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:464 -msgid "19 kg" -msgstr "" +#~ msgid "t = number of threads used" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:466 -msgid "Pinidea DR-1" -msgstr "" +#~ msgid "pause = keeps the window open in the case of errors" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:466 -msgid "500 MH/s ±10%" -msgstr "" +#~ msgid "For the CPU in the example above, the command may be::" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:466 -msgid "320 W" -msgstr "" +#~ msgid "Notepad file showing an example command to start a CPU miner" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:466 ../../docs/user/mining/index.rst:468 -#: ../../docs/user/mining/index.rst:470 -msgid "4.5 kg" -msgstr "" +#~ 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." +#~ msgstr "" -#: ../../docs/user/mining/index.rst:466 -msgid "290 x 130 x 150" -msgstr "" +#~ msgid "Testing" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:468 -msgid "Pinidea DR-2" -msgstr "" +#~ 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 "" -#: ../../docs/user/mining/index.rst:468 -msgid "450 MH/s ±5%" -msgstr "" +#~ msgid "Example of CPU mining using DarkCoin CPUMiner 1.3 on Intel Core i7" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:468 -msgid "335 W" -msgstr "" +#~ msgid "Tips" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:468 ../../docs/user/mining/index.rst:470 -msgid "200 x 165 x 135" -msgstr "" +#~ 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 "" -#: ../../docs/user/mining/index.rst:470 -msgid "Pinidea DR-3" -msgstr "" +#~ 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." +#~ msgstr "" -#: ../../docs/user/mining/index.rst:470 -msgid "600 MH/s ±5%" -msgstr "" +#~ msgid "GPU Mining" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:470 -msgid "345 W" -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." +#~ msgstr "" -#: ../../docs/user/mining/index.rst:472 -msgid "Pinidea DU-1" -msgstr "" +#~ 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 "" -#: ../../docs/user/mining/index.rst:472 -msgid "9 MH/s ±5%" -msgstr "" +#~ 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 "" -#: ../../docs/user/mining/index.rst:472 -msgid "7 W" -msgstr "" +#~ msgid "" +#~ "GPU-Z showing details for AMD Radeon " +#~ "Turks and NVIDIA Quadro GK104 class " +#~ "GPUs" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:472 -msgid "50 x 50 x 30" -msgstr "" +#~ 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 "" -#: ../../docs/user/mining/index.rst:474 -msgid "Pinidea DRX-Kuznetsov" -msgstr "" +#~ msgid "**AMD**" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:474 -msgid "900 MH/s ±5%" -msgstr "" +#~ msgid "https://github.com/nicehash/sgminer/releases" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:474 -msgid "650 W" -msgstr "" +#~ msgid "**NVIDIA**" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:474 ../../docs/user/mining/index.rst:476 -msgid "280 x 180 x 150" -msgstr "" +#~ msgid "https://github.com/tpruvot/ccminer/releases (focus on core application)" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:476 -msgid "Pinidea DRX-Varyag" -msgstr "" +#~ msgid "" +#~ "https://github.com/sp-hash/ccminer/releases (sp-mod," +#~ " optimized CUDA kernels for Windows)" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:476 -msgid "1200 MH/s ±5%" -msgstr "" +#~ msgid "" +#~ "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:476 -msgid "850 W" -msgstr "" +#~ msgid "Executable GPU miners for Dash" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:478 -msgid "" -"`iBelink DM56G `_" -msgstr "" +#~ 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 "" -#: ../../docs/user/mining/index.rst:478 -msgid "56 GH/s ±5%" -msgstr "" +#~ msgid "" +#~ "Next, open **Notepad** and create the" +#~ " basic configuration. The general format" +#~ " is as follows::" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:478 -msgid "17 kg" -msgstr "" +#~ msgid "" +#~ "pools = defines a list of pools" +#~ " (in this case, only one) towards " +#~ "which the hashing power is directed" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:478 -msgid "490 x 390 x 180" -msgstr "" +#~ msgid "url = URL of your mining pool, including the protocol and port" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:480 -msgid "`Innosilicon A5 `_" -msgstr "" +#~ msgid "" +#~ "user = username, usually the Dash " +#~ "receiving address of your wallet or " +#~ "worker" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:480 -msgid "32 GH/s ±8%" -msgstr "" +#~ msgid "pass = password, can often be set to x" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:480 -msgid "750 W" -msgstr "" +#~ msgid "" +#~ "algorithm = hashing algorithm to use," +#~ " in this case darkcoin (for historic" +#~ " reasons) or darkcoin-mod" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:480 -msgid "3.1 kg" -msgstr "" +#~ msgid "For the pool above, the configuration may be:" +#~ msgstr "" -#: ../../docs/user/mining/index.rst:480 -msgid "400 x 135 x 158" -msgstr "" +#~ msgid "Configuration file for a Dash GPU miner" +#~ msgstr "" -#~ msgid "https://aikapool.com/dash/" +#~ 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." #~ msgstr "" #~ msgid "" -#~ "https://github.com/KlausT/ccminer/releases (similar to " -#~ "SP version, more clean)" +#~ "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." #~ msgstr "" -#~ msgid "`iBelink DM11G `_" +#~ msgid "" +#~ "Example of GPU mining using sgminer " +#~ "5.6.1-nicehash-51 on Intel HD Graphics " +#~ "4600" #~ msgstr "" #~ msgid "" -#~ "`iBelink DM22G `_" +#~ "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 "" #~ 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)." +#~ "The following ASIC miners are either " +#~ "no longer easily available or obsolete" +#~ " due to the increase in difficulty" +#~ " on the network." +#~ msgstr "" + +#~ msgid "`Baikal BK-X `_" +#~ msgstr "" + +#~ msgid "10 GH/s ±5%" +#~ msgstr "" + +#~ msgid "800 W" +#~ msgstr "" + +#~ msgid "3.8 kg" +#~ msgstr "" + +#~ msgid "312 x 125 x 130" +#~ msgstr "" + +#~ msgid "`Baikal Mini `_" +#~ msgstr "" + +#~ msgid "150 MH/s ±10%" +#~ msgstr "" + +#~ msgid "40 W" +#~ msgstr "" + +#~ msgid ".475 kg" +#~ msgstr "" + +#~ msgid "140 x 100 x 95" +#~ msgstr "" + +#~ msgid "`Baikal Giant+ A2000 `_" +#~ msgstr "" + +#~ msgid "2000 MH/s ±10%" +#~ msgstr "" + +#~ msgid "430 W" +#~ msgstr "" + +#~ msgid "3 kg" +#~ msgstr "" + +#~ msgid "300 x 140 x 125" +#~ msgstr "" + +#~ msgid "`Baikal Giant A900 `_" +#~ msgstr "" + +#~ msgid "900 MH/s ±5%" +#~ msgstr "" + +#~ msgid "217 W" +#~ msgstr "" + +#~ msgid "2.5 kg" +#~ msgstr "" + +#~ msgid "300 x 123 x 123" +#~ msgstr "" + +#~ msgid "`Baikal Quad Cube `_" +#~ msgstr "" + +#~ msgid "1200 MH/s ±10%" +#~ msgstr "" + +#~ msgid "300 W" +#~ msgstr "" + +#~ msgid "135 x 135 x 425" +#~ msgstr "" + +#~ msgid "" +#~ "`Bitmain Antminer D3 " +#~ "`_" +#~ msgstr "" + +#~ msgid "17 GH/s ±5%" +#~ msgstr "" + +#~ msgid "970 W" +#~ msgstr "" + +#~ msgid "6.5 kg" +#~ msgstr "" + +#~ msgid "320 x 130 x 190" +#~ msgstr "" + +#~ msgid "`iBelink DM384M `_" +#~ msgstr "" + +#~ msgid "384 MH/s ±10%" +#~ msgstr "" + +#~ msgid "715 W" +#~ msgstr "" + +#~ msgid "21 kg" +#~ msgstr "" + +#~ msgid "490 x 350 x 180" +#~ msgstr "" + +#~ msgid "`iBelink DM11G `_" +#~ msgstr "" + +#~ msgid "11 GH/s ±5%" +#~ msgstr "" + +#~ msgid "810 W" +#~ msgstr "" + +#~ msgid "22 kg" +#~ msgstr "" + +#~ msgid "`iBelink DM22G `_" +#~ msgstr "" + +#~ msgid "22 GH/s ±5%" +#~ msgstr "" + +#~ msgid "19 kg" +#~ msgstr "" + +#~ msgid "Pinidea DR-1" +#~ msgstr "" + +#~ msgid "500 MH/s ±10%" +#~ msgstr "" + +#~ msgid "320 W" +#~ msgstr "" + +#~ msgid "4.5 kg" +#~ msgstr "" + +#~ msgid "290 x 130 x 150" +#~ msgstr "" + +#~ msgid "Pinidea DR-2" +#~ msgstr "" + +#~ msgid "450 MH/s ±5%" +#~ msgstr "" + +#~ msgid "335 W" +#~ msgstr "" + +#~ msgid "200 x 165 x 135" +#~ msgstr "" + +#~ msgid "Pinidea DR-3" +#~ msgstr "" + +#~ msgid "600 MH/s ±5%" +#~ msgstr "" + +#~ msgid "345 W" +#~ msgstr "" + +#~ msgid "Pinidea DU-1" +#~ msgstr "" + +#~ msgid "9 MH/s ±5%" +#~ msgstr "" + +#~ msgid "7 W" +#~ msgstr "" + +#~ msgid "50 x 50 x 30" +#~ msgstr "" + +#~ msgid "Pinidea DRX-Kuznetsov" +#~ msgstr "" + +#~ msgid "900 MH/s ±5%" +#~ msgstr "" + +#~ msgid "650 W" +#~ msgstr "" + +#~ msgid "280 x 180 x 150" +#~ msgstr "" + +#~ msgid "Pinidea DRX-Varyag" +#~ msgstr "" + +#~ msgid "1200 MH/s ±5%" +#~ msgstr "" + +#~ msgid "850 W" +#~ msgstr "" + +#~ msgid "" +#~ "`iBelink DM56G `_" +#~ msgstr "" + +#~ msgid "56 GH/s ±5%" +#~ msgstr "" + +#~ msgid "17 kg" +#~ msgstr "" + +#~ msgid "490 x 390 x 180" +#~ msgstr "" + +#~ msgid "" +#~ "`Innosilicon A5 " +#~ "`_" +#~ msgstr "" + +#~ msgid "32 GH/s ±8%" +#~ msgstr "" + +#~ msgid "750 W" +#~ msgstr "" + +#~ msgid "3.1 kg" +#~ msgstr "" + +#~ msgid "400 x 135 x 158" #~ msgstr "" diff --git a/locale/en/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po b/locale/en/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po new file mode 100644 index 000000000..aafc2ab80 --- /dev/null +++ b/locale/en/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po @@ -0,0 +1,599 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2024, Dash Core Group, Inc +# This file is distributed under the same license as the Dash package. +# FIRST AUTHOR , 2024. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Dash latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-11-18 14:28-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: en\n" +"Language-Team: en \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\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/network/dash-evo-tool/index.rst:-1 +msgid "Description of dash evo tool features and usage" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:-1 +msgid "dash, platform, evonode, masternodes, dash evo tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:9 +msgid "Dash Evo Tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:11 +msgid "" +"Dash Evo Tool is an application designed to help you vote on usernames, " +"withdraw evonode credits, and complete an expanding list of Platform " +"actions. This guide describes how to download, install, and use the Dash " +"Evo Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:18 +msgid "Installation" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:22 +msgid "" +"The Dash Evo Tool requires a Dash Core full node configured to allow RPC " +"and ZMQ access." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:24 +msgid "" +"Linux, MacOS, or Windows packages are available on the `GitHub releases " +"page `__. " +"Download the zip file for your Operating System, then unzip the " +"downloaded file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:28 +msgid "" +"`Windows `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:29 +msgid "" +"`Mac (ARM m1-m4) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:30 +msgid "" +"`Mac (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:31 +msgid "" +"`Linux (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:32 +msgid "" +"`Linux (ARM) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:37 +msgid "Configuration" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:39 +msgid "Open the directory where the download was unzipped." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:40 +msgid "" +"Open the ``.env`` file (you may need to show hidden files to see it). For" +" the network you plan to connect to, make the following changes. Replace " +"the ``*`` with the network name (MAINNET or TESTNET):" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:44 +msgid "" +"Update ``*_CORE_RPC_USER`` to match the ``rpcuser`` value from your Dash " +"Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:45 +msgid "" +"Update ``*_CORE_RPC_PASSWORD`` to match the ``rpcpassword`` value from " +"your Dash Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:47 +msgid "" +"If your dash.conf includes ``rpcallowip``, update ``*_CORE_HOST`` with " +"that IP address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:48 +msgid "" +"If your dash.conf includes ``rpcport``, update ``*_CORE_RPC_PORT`` with " +"that port." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:49 +msgid "" +"(*Optional*) If you are going to run Dash Core manually instead of " +"launching it via the Dash Evo Tool, you must enable ZMQ by adding the " +"following lines to your dash.conf file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst +msgid "Mainnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst +msgid "Testnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:72 +msgid "" +"The default location of the ``dash.conf`` file can be found in the " +":ref:`Dash Core documentation `. At a minimum, the " +"following values must be defined for RPC access to be enabled:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:82 +msgid "Updating the env file" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:84 +msgid "" +"When the application runs for the first time, it creates a application " +"directory and copies the ``.env`` file into it. It also stores " +"application data in the directory. Any further updates to the ``.env`` " +"file must be made to the copy in the application directory." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Operating System" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Configuration File Path" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "macOS" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "~/Library/Application Support/Dash-Evo-Tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "Windows" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "C:\\\\Users\\\\\\\\AppData\\\\Roaming\\\\Dash-Evo-Tool\\\\config" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "Linux" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "/home//.config/dash-evo-tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:99 +msgid "Running the application" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:101 +msgid "" +"Once the ``.env`` file is configured, launch the Dash Evo Tool by double-" +"clicking the file named ``dash-evo-tool``." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:104 +msgid "" +"Alternatively, you can launch the application directly from your " +"terminal. For example, on Linux, run::" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:112 +msgid "Network selection" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:114 +msgid "" +"The Dash Evo Tool supports both testnet and mainnet. To choose a network," +" navigate to the Network Selection screen and click the checkbox in the " +"Select column for the desired network. Then click the **Start** button on" +" that row to launch Dash Core." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:122 +msgid "" +"You can also launch Dash Core manually without using the Dash Evo Tool. " +"This may be necessary if Dash Core is installed in a non-standard " +"location. When launching Dash Core manually, you must enable ZMQ as " +"described in :hoverxref:`Configuration Step 3 `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:130 +msgid "Network selection screen with testnet selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:135 +msgid "Identity operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:140 +msgid "Load existing identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:142 +msgid "" +"On the main identity screen, click the **Load Identity** button on the " +"upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:149 +#: ../../docs/user/network/dash-evo-tool/index.rst:208 +msgid "Identity screen with no loaded identities" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:151 +msgid "" +"Some identity types require different information. Use the **Identity " +"Type** dropdown menu to select the type you want to add. In this example," +" an evonode identity is being added." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:158 +msgid "Identity load screen for evonode" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:164 +msgid "" +"Your collateral key is **not** required. Do not enter it into the Dash " +"Evo Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:166 +msgid "" +"Add the Identity ID and Owner Private Key. You may also want to add the " +"Voting Private Key, but adding the Payout Address Private Key is **not** " +"recommended. For a masternode or evonode, use the protx hash as the " +"Identity ID." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:170 +msgid "" +"If you use the `Dash Masternode Tool `_, you can get the protx hash and private keys " +"from the masternode details screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:177 +msgid "Dash Masternode Tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:179 +msgid "Click **Load Identity** once you have entered the required information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:185 +msgid "Identity load screen with evonode info filled out" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:187 +msgid "" +"Once the identity is loaded, you can view its balance and details about " +"its keys. For evonodes, you can also initiate :ref:`withdrawals `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:194 +#: ../../docs/user/network/dash-evo-tool/index.rst:265 +msgid "Identity screen with an evonode identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:199 +msgid "Create new identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:201 +msgid "" +"On the main identity screen, click the **Create Identity** button on the " +"upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:210 +msgid "" +"On the create identity screen, leave the first two options set to the " +"default and select the funding method. Then, send the requested amount of" +" DASH to the provided address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:217 +msgid "Waiting for funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:219 +msgid "" +"The status will change from \"Waiting for funds\" to \"Waiting for " +"Platform acknowledgement\" once the funds have been received and the " +"identity registration process has started." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:226 +msgid "Waiting for Platform acknowledgement" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:228 +msgid "" +"Once the identity has been registered, you can choose to return to the " +"identity screen or proceed to :ref:`registering a name `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:235 +msgid "Identity creation success" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:242 +msgid "Identity screen with an identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:247 +msgid "Evonode withdrawals" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:251 +msgid "" +"Withdrawal requests enter a queue that is currently processed more slowly" +" than intended. Depending on the timing of the withdrawal request, it may" +" take up to 18 hours to complete." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:254 +msgid "" +"For security, there is also a limit on how much can be withdrawn from " +"Platform daily. If withdrawal requests hit the daily limit, they will " +"remain in the queue longer. For details, see this `DCG development update" +" `_." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:259 +msgid "" +"From the identity main screen, click the **Withdraw** button for an " +"identity." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:267 +msgid "" +"On the withdrawal screen, select the key to sign the withdrawal. " +"Selecting the owner key is recommended since this will direct the " +"withdrawal to the payout address. Next, set the amount to withdraw." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:273 +msgid "" +"The **Max** button currently has a bug and sets the withdrawal amount in " +"credits instead of DASH, so you will need to manually adjust the amount " +"if you use that button." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:276 +msgid "Click **Withdraw** after entering the information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:282 +msgid "Withdraw screen with key and amount selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:284 +msgid "" +"When the withdrawal confirmation screen opens, confirm that the amount " +"and destination address are correct. Click **Confirm** to request the " +"withdrawal." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:291 +msgid "Withdrawal confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:296 +msgid "Name operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:301 +msgid "Register name" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:303 +msgid "" +"After :ref:`creating an identity `, you can " +"register a name for it. From the main name screen, click the **Register " +"Name** button on the upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:310 +msgid "Name screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:312 +msgid "" +"First, select the identity to register a name for. This step will be " +"automatically done if you are registering a name as part of the identity " +"creation process." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:315 +msgid "" +"Next, enter the desired name. Notification will be provided if you " +"selected a contested name and the estimated cost will be displayed. Click" +" **Register Name** to complete the registration." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:322 +msgid "Name registration" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:324 +msgid "" +"Upon successful registration, you can see the name on the **My " +"usernames** screen along with any other names you have registered." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:331 +msgid "Name registered successfully" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:336 +msgid "Vote for names" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:338 +msgid "" +"The Voting screen displays a list of names that are currently require a " +"vote. Click the **Refresh** button to update the screen at any time." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:343 +msgid "" +"Voting can only be done by masternodes and evonodes, and each node can " +"only modify its vote four times. See the :ref:`load identity section " +"` for instructions on importing your keys." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:350 +msgid "Voting screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:352 +msgid "" +"To vote for a contestant, click on an entry in the Contestants column. " +"You can also vote to Lock the name or Abstain by clicking the value in " +"those columns. You will be prompted to load an evonode or masternode " +"identity if you have not already done so." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:356 +msgid "" +"After clicking one of the contestants, vote for that identity to receive " +"the name by clicking one of your specific identities on the Vote " +"Confirmation screen. Click **All** to vote with all your loaded " +"identities simultaneously." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:364 +msgid "Vote confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:366 +msgid "" +"See the `DPNS page " +"`_ for more voting details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:373 +msgid "Wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:378 +msgid "Create wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:380 +msgid "" +"Version 0.2.1 added an initial wallet feature to support identity " +"registration. Wallets can be added from the wallet screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:385 +msgid "" +"The Dash Evo Tool adds watching-only addresses to the Dash Core wallet " +"when creating identities. For this reason it is recommended to close all " +"existing Dash Core wallets and create a new, empty wallet for the Dash " +"Evo Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:389 +msgid "" +"The Dash Evo Tool wallet features only work if the Dash Core node has a " +"single wallet open." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:391 +msgid "Click **Add Wallet** to create a new wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:397 +msgid "Wallet screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:399 +msgid "" +"After creating extra randomness with the mouse, select your preferred " +"language and click **Generate** to display you passphrase. Write it down " +"and store it securely, then click the checkbox in step 3 to confirm." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:403 +msgid "" +"Next, enter a wallet name and optionally add a password before clicking " +"**Save Wallet** to store the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:410 +msgid "Wallet create screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:415 +msgid "Use wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:417 +msgid "Select your wallet using the dropdown box." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:423 +msgid "Select wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:428 +msgid "Funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:430 +msgid "" +"Several tabs display wallet details. The Funds tab shows your receiving " +"addresses. Click **Add Receiving Address** if you want to add additional " +"addresses to fund the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:437 +msgid "Wallet Funds tab" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:439 +msgid "" +"After adding addresses, they will appear in a table with balance and " +"other details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:445 +msgid "Wallet with address added" +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 bd3d45578..2329f8f82 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 14:28-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -98,7 +98,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:65 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed " "by user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -448,20 +448,393 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:362 msgid "" -"Once the new version is installed, reset the configuration and services " -"using ``--keep-data`` so the existing data is retained. Then, update the " -"dashmate services::" +"Once the new version of dashmate is installed, update dash service docker" +" images::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:368 +#: ../../docs/user/network/dashmate/index.rst:366 msgid "Finally, restart dashmate::" msgstr "" +#: ../../docs/user/network/dashmate/index.rst:371 +msgid "Troubleshooting" +msgstr "" + #: ../../docs/user/network/dashmate/index.rst:375 -msgid "Collecting logs" +msgid "" +"Only enable logs if you have :ref:`configured log rotation ` to avoid running out of disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:378 +msgid "" +"The following sections describe how to enable log rotation, set up file " +"logging for Core and Platform, adjust log levels, and collect the logs " +"for analysis." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:382 +msgid "Dashmate log overview" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:384 +msgid "" +"Dashmate logs for each service are stored within its Docker container. " +"Although this is typically sufficient, more advanced options are " +"sometimes needed to adjust the log level, output format, or destination. " +"Several cases include when you need to:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:388 +msgid "Modify the level of detail provided in the logs (e.g., debug vs info)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:389 +msgid "" +"Provide data to a log server (e.g., `Elasticsearch " +"`_)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:390 +msgid "Store persistent file logs external to the Docker containers" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:391 +msgid "Use log monitoring tools to track service health" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:393 +msgid "" +"For example, since the default dashmate logs are only stored in the " +"Docker containers, they are lost if the container is removed for some " +"reason (new Docker image, dashmate reset, failure, etc.). Therefore, you " +"may want to store persistent log files external to Docker while " +"troubleshooting an issue to ensure valuable log data cannot be lost." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:401 +msgid "Set up log rotation" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:403 +msgid "" +"By default, dashmate logs are not written to the docker host file system." +" At times you may want to write them to the host file system. Before " +"enabling logging, it is important to configure log rotation to avoid " +"running out of disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:407 +msgid "Create a new logrotate configuration file for dashmate logs:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:413 +msgid "" +"Paste in the following configuration and replace the example path one " +"that matches your system. This example configuration rotates logs daily " +"and retains seven historical files for each log file type. Historical " +"files are each limited to 1GB." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:430 +msgid "" +"Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:434 +msgid "" +"For additional log rotation details, see `this configuration tutorial " +"`_ or check out the `logrotate man pages " +"`_." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:442 +msgid "Configure Core logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:445 +msgid "Enable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:447 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Core logs" +" on the host file system. Replace the example path with one that matches " +"your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:457 +msgid "Toggle debug logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:459 +msgid "" +"To enable debug logging for additional details, run the following " +"command. Debug logs can be turned off by setting the value back to " +"``false``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst +msgid "Advanced debug logging" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:468 +msgid "" +"Dashmate supports some advanced debug log options provided by Dash Core. " +"The following boolean ``core.log.debug`` settings correspond directly to " +"the parameters described in the `Core documentation " +"`_: ``ips``, " +"``sourceLocations``, ``threadNames``, and ``timeMicros``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:474 +msgid "**Dashmate Debug Log Options**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +msgid "**Setting**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Description**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "``ips``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "Logs the IP addresses of incoming and outgoing connections" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "``sourceLocations``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:377 +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "Logs the source locations (file and line number) for debugging information" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "``threadNames``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "Logs the names of the threads used for various operations" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "``timeMicros``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "" +"Logs timestamps with microsecond precision for detailed performance " +"analysis" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Filter Option**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "``includeOnly``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "" +"Log only the specified categories (e.g., ``[\"net\", \"rpc\"]``). If " +"empty, all categories will be logged" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "``exclude``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "" +"Excludes specified categories from logging (e.g., ``[\"rpc\", " +"\"instantsend\"]``)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:505 +msgid "View current log settings" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:507 +msgid "To view the current Core log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:514 +msgid "Disable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:516 +msgid "" +"To disable logging to a file outside the container, reset the log path to" +" ``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:525 +msgid "Configure Platform logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:527 +msgid "" +"For troubleshooting flexibility, dashmate provides independent log " +"configuration for the Platform Gateway, Drive ABCI, and Tenderdash. Each " +"service can be configured with the most helpful log level and output " +"format." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:534 +msgid "Gateway logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:536 +msgid "" +"The Platform gateway has two types of logs: service logs and access logs." +" Service logs are directed to stdout, while access logs can be configured" +" to go to stdout, stderr, or to a file. If all logs are directed to " +"stdout, the output will be a mixture of service and access data." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:540 +#: ../../docs/user/network/dashmate/index.rst:604 +#: ../../docs/user/network/dashmate/index.rst:671 +msgid "**Enable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:542 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"gateway access logs on the host file system. The example below adds file " +"logging while also keeping the default stdout logging. Replace the " +"example path with one that matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:562 +#: ../../docs/user/network/dashmate/index.rst:626 +#: ../../docs/user/network/dashmate/index.rst:680 +msgid "**Disable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:564 +msgid "" +"To disable logging to a file, remove the file config from the accessLogs " +"setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:576 +#: ../../docs/user/network/dashmate/index.rst:641 +#: ../../docs/user/network/dashmate/index.rst:688 +msgid "**Change log level**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:578 +msgid "" +"Platform gateway service logs support several levels of detail. In " +"increasing order of detail they are: ``critical``, ``error``, ``warn``, " +"``info`` (default), ``debug``, and ``trace``. To disable service logs, " +"set the log level to ``off``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:582 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update " +"the ``platform.gateway.log.level`` value. For example, run these commands" +" to change the gateway service log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:591 +#: ../../docs/user/network/dashmate/index.rst:658 +#: ../../docs/user/network/dashmate/index.rst:704 +msgid "**View log settings**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:593 +#: ../../docs/user/network/dashmate/index.rst:660 +msgid "To view the current Platform gateway log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:602 +msgid "Drive ABCI logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:606 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"ABCI logs on the host file system. Replace the example path with one that" +" matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:628 +msgid "" +"To disable logging to a file, remove the file config from the logs " +"setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:643 +msgid "" +"Drive ABCI logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the " +"log level to ``silent``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:648 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update " +"the ``platform.drive.abci.logs.*.level`` value. For example, run these " +"commands to change the log levels for file logging and stdout logging to " +"debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:669 +msgid "Tenderdash logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:673 +msgid "" +"Use ``dashmate config set`` to configure a location for storing " +"Tenderdash logs on the host file system. Replace the example path with " +"one that matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:682 +msgid "To disable logging to a file, set the path back to ``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:690 +msgid "" +"Tenderdash logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the " +"log level to ``silent``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:695 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update " +"the ``platform.drive.abci.logs.*.level`` value. For example, run these " +"commands to change the log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:706 +msgid "To view the current Tenderdash log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:715 +msgid "Collect logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:717 msgid "" "Dashmate includes the doctor command to make troubleshooting and log " "reporting easier. The dashmate doctor command collects important " @@ -469,57 +842,85 @@ msgid "" "that can be sent to the support team if necessary. This report includes:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:381 +#: ../../docs/user/network/dashmate/index.rst:721 msgid "" "**Operating System**: Details about the architecture, CPU, memory, and " "swap" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:382 +#: ../../docs/user/network/dashmate/index.rst:722 msgid "**Docker**: Status and logs (exit codes, stdout, stderr) for each service" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:383 +#: ../../docs/user/network/dashmate/index.rst:723 msgid "" "**Core RPC**: Essential details like the best ChainLock, quorums, " "blockchain information, peers, and masternode status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:384 +#: ../../docs/user/network/dashmate/index.rst:724 msgid "" "**Tenderdash RPC**: Status, genesis, network information, ABCI details, " "and a consensus state dump" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:385 +#: ../../docs/user/network/dashmate/index.rst:725 msgid "" "**Metrics**: Tenderdash and Drive metrics (if enabled in the " "configuration)" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:387 +#: ../../docs/user/network/dashmate/index.rst:727 msgid "To create a report, run ``dashmate doctor`` and select **Yes**::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:395 +#: ../../docs/user/network/dashmate/index.rst:735 msgid "Run the doctor command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:397 +#: ../../docs/user/network/dashmate/index.rst:737 msgid "" "Upon successful completion, the full path to the report archive is " "displayed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:403 +#: ../../docs/user/network/dashmate/index.rst:743 msgid "Doctor output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:406 +#: ../../docs/user/network/dashmate/index.rst:748 +msgid "Metrics" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:750 +msgid "" +"To provide better network visibility to DCG developers for " +"troubleshooting, volunteers can contribute metrics to the DCG metrics " +"server." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:753 +msgid "Enable metrics on your dashmate node" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:776 +msgid "" +"Grant access to metrics from the DCG metrics server (34.219.3.238) by " +"updating your network configuration (i.e., your firewall, AWS security " +"groups, etc.)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:779 +msgid "" +"Provide DCG with your IP address and port so it can be added to the DCG " +"Prometheus server" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:782 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:408 +#: ../../docs/user/network/dashmate/index.rst:784 msgid "" "For further documentation see the `dashmate repository " "`__." @@ -589,3 +990,22 @@ msgstr "" #~ "your masternode as follows::" #~ msgstr "" +#~ msgid "" +#~ "``N: Download is performed unsandboxed " +#~ "as root as file '/home/ubuntu/dashmate_1.1.1" +#~ ".0fec811fb-1_amd64.deb' couldn't be accessed " +#~ "by user '_apt'. - pkgAcquire::Run (13:" +#~ " Permission denied)``" +#~ msgstr "" + +#~ msgid "" +#~ "Once the new version is installed, " +#~ "reset the configuration and services " +#~ "using ``--keep-data`` so the existing" +#~ " data is retained. Then, update the" +#~ " dashmate services::" +#~ msgstr "" + +#~ msgid "Collecting logs" +#~ 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 f8c739029..f4680b36f 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 14:28-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -142,7 +142,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:92 msgid "" -"This will create a folder named ``dashcore-21.1.0`` in the current " +"This will create a folder named ``dashcore-21.1.1`` in the current " "working directory. We will now install the executable binaries to " "``/usr/local/bin`` using the ``install`` command::" msgstr "" @@ -501,3 +501,11 @@ msgstr "" #~ "using the ``install`` command::" #~ msgstr "" +#~ msgid "" +#~ "This will create a folder named " +#~ "``dashcore-21.1.0`` in the current working " +#~ "directory. We will now install the " +#~ "executable binaries to ``/usr/local/bin`` " +#~ "using the ``install`` command::" +#~ 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 53be3b738..f41cc8bdb 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-18 14:28-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -138,20 +138,17 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:94 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 " +"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." +" an app downloaded from the internet. Simply click **Open** to continue " +"launching the application." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:109 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:103 msgid "Unblocking macOS from running Dash Core" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:111 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:105 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 " @@ -159,37 +156,37 @@ msgid "" "size. It is recommended to use the default data folder if possible." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:119 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:113 msgid "Choosing the Dash Core data folder" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:121 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:115 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." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:128 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:122 msgid "Starting Dash Core" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:131 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:125 msgid "Synchronizing Dash Core to the Dash network" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:133 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:127 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 "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:140 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:134 msgid "Dash Core begins synchronizing with the Dash network" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:142 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:136 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 " @@ -198,23 +195,23 @@ msgid "" "is complete, you will see a small blue tick in the lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:151 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:145 msgid "Dash Core synchronization is complete" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:153 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:147 msgid "You can now create a wallet to send and receive funds." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:150 msgid "Creating your Dash Wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:154 msgid "HD wallets are now created by default." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 msgid "" "If no wallet files are loaded, you will get this prompt in the Overview " "tab. To create a wallet, click the **Create a new wallet** button or " @@ -223,7 +220,7 @@ msgid "" "information about HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:171 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:165 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 " @@ -231,49 +228,49 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:179 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:173 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:184 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:211 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:178 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:205 msgid "Enter a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:191 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:216 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:185 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:210 msgid "Confirm you want to encrypt your wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:187 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:197 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:191 msgid "Encrypting your Dash wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:199 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 msgid "To encrypt your wallet, click **Settings** > **Encrypt Wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:204 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:198 msgid "Encrypting the Dash wallet with a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:206 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 msgid "You will be asked to enter and verify a password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:218 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:212 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 " @@ -281,11 +278,11 @@ msgid "" "lock in the lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:226 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:220 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:228 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:222 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" @@ -370,3 +367,23 @@ msgstr "" #~ "wallets." #~ msgstr "" +#~ 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 "" + 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 e669eccdf..09f817b39 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 14:28-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -117,7 +117,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-21.1.0-win64-setup.exe.asc`` in the same folder as the " +"``dashcore-21.1.1-win64-setup.exe.asc`` in the same folder as the " "downloaded installer." msgstr "" @@ -128,8 +128,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-21.1.0-win64-setup.exe with " -"dashcore-21.1.0-win64-setup.exe.asc`` then you have an authentic copy of " +"dashcore-21.1.1-win64-setup.exe with " +"dashcore-21.1.1-win64-setup.exe.asc`` then you have an authentic copy of " "Dash Core for Windows." msgstr "" @@ -596,3 +596,21 @@ msgstr "" #~ "for Windows." #~ 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-21.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-21.1.0-win64-setup.exe with " +#~ "dashcore-21.1.0-win64-setup.exe.asc`` then you have" +#~ " an authentic copy of Dash Core " +#~ "for Windows." +#~ msgstr "" + diff --git a/locale/es/LC_MESSAGES/docs/user/developers/compiling.po b/locale/es/LC_MESSAGES/docs/user/developers/compiling.po index 7a21724ec..98cc5d392 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -123,78 +123,86 @@ msgstr "" msgid "" "It is only necessary to run this step during the initial setup of your " "machine. Run the guix install routine to prepare your environment and answer" -" \"Y\" for all prompts::" +" \"Y\" for all prompts:" msgstr "" -#: ../../docs/user/developers/compiling.rst:88 +#: ../../docs/user/developers/compiling.rst:0 +msgid "Ubuntu/Debian install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst:0 +msgid "General install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst:99 msgid "Clone repositories" msgstr "" -#: ../../docs/user/developers/compiling.rst:90 +#: ../../docs/user/developers/compiling.rst:101 msgid "" "After installing the prerequisites and preparing guix, reboot the system, " "login as ````, and clone required repositories::" msgstr "" -#: ../../docs/user/developers/compiling.rst:97 +#: ../../docs/user/developers/compiling.rst:108 msgid "Download the macOS SDK which is required to create macOS builds::" msgstr "" -#: ../../docs/user/developers/compiling.rst:104 +#: ../../docs/user/developers/compiling.rst:115 msgid "Build Dash Core" msgstr "" -#: ../../docs/user/developers/compiling.rst:106 +#: ../../docs/user/developers/compiling.rst:117 msgid "" "Checkout the tag associated with the Dash Core version you plan to build::" msgstr "" -#: ../../docs/user/developers/compiling.rst:113 +#: ../../docs/user/developers/compiling.rst:124 msgid "Run ``guix-build`` to create binaries for Linux, Mac, and Windows::" msgstr "" -#: ../../docs/user/developers/compiling.rst:118 +#: ../../docs/user/developers/compiling.rst:129 msgid "" "When the build completes, it will put the binaries in the ``guix-" "build-/output/`` directory." msgstr "" -#: ../../docs/user/developers/compiling.rst:122 +#: ../../docs/user/developers/compiling.rst:133 msgid "Create signatures for binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:124 +#: ../../docs/user/developers/compiling.rst:135 msgid "" "Mac and Windows binaries are signed by Dash Core Group using the relevant " "Apple and Microsoft processes. In this step, that information will be " "validated and signed by your machine." msgstr "" -#: ../../docs/user/developers/compiling.rst:128 +#: ../../docs/user/developers/compiling.rst:139 msgid "" "Prepare the `detached sigs repository `__::" msgstr "" -#: ../../docs/user/developers/compiling.rst:137 +#: ../../docs/user/developers/compiling.rst:148 msgid "" "Prepare the `guix.sigs repository `__ " "by pulling the latest changes::" msgstr "" -#: ../../docs/user/developers/compiling.rst:144 +#: ../../docs/user/developers/compiling.rst:155 msgid "Create a new branch for the version that was built::" msgstr "" -#: ../../docs/user/developers/compiling.rst:152 +#: ../../docs/user/developers/compiling.rst:163 msgid "Unsigned binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:154 +#: ../../docs/user/developers/compiling.rst:165 msgid "To create signatures for the unsigned binaries, run ``guix-attest``::" msgstr "" -#: ../../docs/user/developers/compiling.rst:162 +#: ../../docs/user/developers/compiling.rst:173 msgid "" "The ``signer`` parameter should be set to the value provided for \"Real " "name\" when generating a key with GPG. See the `GnuPrivacyGuard Howto " @@ -202,38 +210,38 @@ msgid "" " for details on how to generate a key if you don't already have one." msgstr "" -#: ../../docs/user/developers/compiling.rst:168 +#: ../../docs/user/developers/compiling.rst:179 msgid "Signed binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:170 +#: ../../docs/user/developers/compiling.rst:181 msgid "" "To create signatures for the signed binaries, run ``guix-codesign`` followed" " by guix-attest::" msgstr "" -#: ../../docs/user/developers/compiling.rst:182 +#: ../../docs/user/developers/compiling.rst:193 msgid "Upload signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:184 +#: ../../docs/user/developers/compiling.rst:195 msgid "" "After successfully building the binaries, signing them, and verifying the " "signatures, you can optionally contribute them to the `guix.sigs repository " "`_ via a pull request on GitHub." msgstr "" -#: ../../docs/user/developers/compiling.rst:189 +#: ../../docs/user/developers/compiling.rst:200 msgid "Initial setup" msgstr "" -#: ../../docs/user/developers/compiling.rst:191 +#: ../../docs/user/developers/compiling.rst:202 msgid "" "Since the official guix.sigs repository has restricted write access, create " "a fork of it via GitHub and add your fork as a remote repository::" msgstr "" -#: ../../docs/user/developers/compiling.rst:197 +#: ../../docs/user/developers/compiling.rst:208 msgid "" "The first time you contribute signatures, also put a copy of your public key" " in the ``builder-keys`` folder of the repository so others can easily " @@ -241,21 +249,21 @@ msgid "" "following command::" msgstr "" -#: ../../docs/user/developers/compiling.rst:207 +#: ../../docs/user/developers/compiling.rst:218 msgid "Adding your signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:209 +#: ../../docs/user/developers/compiling.rst:220 msgid "" "Add and commit the ``*.SHA256SUMS`` and ``*.SHA256SUMS.asc`` files created " "by the build process::" msgstr "" -#: ../../docs/user/developers/compiling.rst:220 +#: ../../docs/user/developers/compiling.rst:231 msgid "Push to your fork of the guix.sigs repository on GitHub::" msgstr "" -#: ../../docs/user/developers/compiling.rst:225 +#: ../../docs/user/developers/compiling.rst:236 msgid "" "Go to `GitHub `__ and open a " "pull request to the ``master`` branch of the upstream repository. The pull " @@ -263,11 +271,11 @@ msgid "" "checks out. Thanks for contributing!" msgstr "" -#: ../../docs/user/developers/compiling.rst:231 +#: ../../docs/user/developers/compiling.rst:242 msgid "Verify signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:233 +#: ../../docs/user/developers/compiling.rst:244 msgid "" "The `guix.sigs repository `_ contains" " deterministic build results signed by multiple Core developers for each " @@ -275,13 +283,13 @@ msgid "" "verification. Import the public keys::" msgstr "" -#: ../../docs/user/developers/compiling.rst:242 +#: ../../docs/user/developers/compiling.rst:253 msgid "" "Run the following commands to verify that your build matches the official " "release::" msgstr "" -#: ../../docs/user/developers/compiling.rst:252 +#: ../../docs/user/developers/compiling.rst:263 msgid "" "You should get a result similar to the following for Linux, Windows, MacOS, " "Signed Windows, and Signed MacOS. Assuming the previous steps completed " @@ -289,11 +297,11 @@ msgid "" "also." msgstr "" -#: ../../docs/user/developers/compiling.rst:341 +#: ../../docs/user/developers/compiling.rst:352 msgid "Gitian" msgstr "Gitian" -#: ../../docs/user/developers/compiling.rst:344 +#: ../../docs/user/developers/compiling.rst:355 msgid "" "Gitian builds were deprecated in favor of Guix builds with the release of " "Dash Core v20.0. Instructions on building Dash Core 19.0 or older versions " diff --git a/locale/es/LC_MESSAGES/docs/user/developers/index.po b/locale/es/LC_MESSAGES/docs/user/developers/index.po index 5240a63b6..2a199424d 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/insight.po b/locale/es/LC_MESSAGES/docs/user/developers/insight.po index cc3c19ec5..d3b3317c6 100644 --- a/locale/es/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/es/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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -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-21.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-21.1.1/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 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 2849da42f..663c939c2 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/testnet.po b/locale/es/LC_MESSAGES/docs/user/developers/testnet.po index 2b26636b8..be02b598c 100644 --- a/locale/es/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/es/LC_MESSAGES/docs/user/developers/testnet.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/translating.po b/locale/es/LC_MESSAGES/docs/user/developers/translating.po index 72f1435c0..713b0e179 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 5558c6ee5..3e17fc7ad 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 26b7d8398..e28775a41 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 542a3ae37..237bfff44 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 0d2aaef0b..54b26ea03 100644 --- a/locale/es/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/es/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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 c1286b374..6d24738f8 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 05b723a0d..18d59a523 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 f2b20731f..a26ec6e61 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 64ec7309a..686117ca5 100644 --- a/locale/es/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/es/LC_MESSAGES/docs/user/introduction/information.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -92,12 +92,12 @@ msgid "https://dashdevs.org" msgstr "" #: ../../docs/user/introduction/information.rst:32 -#: ../../docs/user/introduction/information.rst:166 +#: ../../docs/user/introduction/information.rst:173 msgid "https://www.dashcentral.org" msgstr "https://www.dashcentral.org" #: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:183 msgid "https://www.dashninja.pl" msgstr "https://www.dashninja.pl" @@ -106,7 +106,7 @@ msgid "https://dashnews.org" msgstr "" #: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:167 +#: ../../docs/user/introduction/information.rst:174 msgid "https://dashvotetracker.com" msgstr "https://dashvotetracker.com" @@ -431,127 +431,143 @@ msgid "Block explorers, statistics and visualizations" msgstr "Exploradores de bloque, estadísticas y visualizaciones" #: ../../docs/user/introduction/information.rst:152 +msgid "**Dash Core**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:154 msgid "https://insight.dash.org/insight/" msgstr "" -#: ../../docs/user/introduction/information.rst:153 +#: ../../docs/user/introduction/information.rst:155 msgid "https://blockchair.com/dash" msgstr "https://blockchair.com/dash" -#: ../../docs/user/introduction/information.rst:154 +#: ../../docs/user/introduction/information.rst:156 msgid "https://chainz.cryptoid.info/dash/" msgstr "https://chainz.cryptoid.info/dash/" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:157 msgid "https://www.oklink.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:156 +#: ../../docs/user/introduction/information.rst:158 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:159 msgid "https://dashblockexplorer.com" msgstr "https://dashblockexplorer.com" -#: ../../docs/user/introduction/information.rst:158 +#: ../../docs/user/introduction/information.rst:160 msgid "https://live.blockcypher.com/dash/" msgstr "https://live.blockcypher.com/dash/" -#: ../../docs/user/introduction/information.rst:159 +#: ../../docs/user/introduction/information.rst:161 msgid "https://dash.tokenview.io" msgstr "" -#: ../../docs/user/introduction/information.rst:160 +#: ../../docs/user/introduction/information.rst:162 msgid "https://udjinm6.github.io/bitlisten/" msgstr "" #: ../../docs/user/introduction/information.rst:164 +msgid "**Dash Platform**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:166 +msgid "https://platform-explorer.com/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:167 +msgid "https://mnowatch.org/evonodes/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:171 msgid "Treasury tools" msgstr "Herramientas de la tesoreria" -#: ../../docs/user/introduction/information.rst:168 +#: ../../docs/user/introduction/information.rst:175 msgid "https://proposal.dash.org" msgstr "https://proposal.dash.org" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl/governance.html" msgstr "https://www.dashninja.pl/governance.html" -#: ../../docs/user/introduction/information.rst:170 +#: ../../docs/user/introduction/information.rst:177 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:181 msgid "Masternode management" msgstr "Administración de Masternode" -#: ../../docs/user/introduction/information.rst:177 +#: ../../docs/user/introduction/information.rst:184 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "https://github.com/Bertrand256/dash-masternode-tool" -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:185 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:179 +#: ../../docs/user/introduction/information.rst:186 msgid "https://dash-news.de/dashtv/" msgstr "" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:187 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:184 +#: ../../docs/user/introduction/information.rst:191 msgid "Price monitoring and research" msgstr "" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:193 msgid "https://messari.io/asset/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:187 +#: ../../docs/user/introduction/information.rst:194 msgid "https://namu.wiki/w/Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:188 +#: ../../docs/user/introduction/information.rst:195 msgid "https://xangle.io/project/DASH/profile" msgstr "" -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:196 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:190 +#: ../../docs/user/introduction/information.rst:197 msgid "https://bitinfocharts.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:198 msgid "https://www.coingecko.com/en/coins/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:195 +#: ../../docs/user/introduction/information.rst:202 msgid "Dash Community project" msgstr "Pryecto Dash Community" -#: ../../docs/user/introduction/information.rst:197 +#: ../../docs/user/introduction/information.rst:204 msgid "https://dashcommunity.github.io" msgstr "https://dashcommunity.github.io" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:205 msgid "https://github.com/dashcommunity" msgstr "" -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:209 msgid "DarkNet pages" msgstr "Páginas de DarkNet" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:211 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:205 +#: ../../docs/user/introduction/information.rst:212 msgid "" "**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" @@ -559,49 +575,49 @@ msgstr "" "**La Wiki oculta:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:213 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:217 msgid "Mobile Apps" msgstr "Aplicaciones móviles" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:220 msgid "iOS" msgstr "iOS" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:222 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:223 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "" -#: ../../docs/user/introduction/information.rst:217 +#: ../../docs/user/introduction/information.rst:224 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "" -#: ../../docs/user/introduction/information.rst:218 +#: ../../docs/user/introduction/information.rst:225 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "" -#: ../../docs/user/introduction/information.rst:219 +#: ../../docs/user/introduction/information.rst:226 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "" -#: ../../docs/user/introduction/information.rst:220 +#: ../../docs/user/introduction/information.rst:227 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:231 msgid "Android" msgstr "Android" -#: ../../docs/user/introduction/information.rst:226 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" @@ -609,24 +625,24 @@ msgstr "" "**Billetera Dash:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" -#: ../../docs/user/introduction/information.rst:227 +#: ../../docs/user/introduction/information.rst:234 msgid "" "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" -#: ../../docs/user/introduction/information.rst:228 +#: ../../docs/user/introduction/information.rst:235 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:229 +#: ../../docs/user/introduction/information.rst:236 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" msgstr "" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:237 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" @@ -634,13 +650,13 @@ msgstr "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:238 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:232 +#: ../../docs/user/introduction/information.rst:239 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" @@ -648,7 +664,7 @@ msgstr "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" -#: ../../docs/user/introduction/information.rst:233 +#: ../../docs/user/introduction/information.rst:240 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" @@ -656,15 +672,15 @@ msgstr "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" -#: ../../docs/user/introduction/information.rst:240 +#: ../../docs/user/introduction/information.rst:247 msgid "Glossary" msgstr "Glosario" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:250 msgid "51% Attack" msgstr "Ataque del 51%" -#: ../../docs/user/introduction/information.rst:245 +#: ../../docs/user/introduction/information.rst:252 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 " @@ -678,11 +694,11 @@ msgstr "" "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:250 +#: ../../docs/user/introduction/information.rst:257 msgid "Address" msgstr "Dirección" -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:259 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -697,11 +713,11 @@ msgstr "" " los tenedores de Dash para firmar transacciones digitalmente (Vea Llave " "Pública)" -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:264 msgid "Algorithm" msgstr "Algoritmo" -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:266 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-step" @@ -713,11 +729,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:263 +#: ../../docs/user/introduction/information.rst:270 msgid "Altcoin" msgstr "Altcoin " -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:272 msgid "" "Since Bitcoin was the first cryptocurrency and has the largest market " "capitalization, it is considered as the reference. An altcoin, or " @@ -727,11 +743,11 @@ msgstr "" "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:268 +#: ../../docs/user/introduction/information.rst:275 msgid "AML" msgstr "AML" -#: ../../docs/user/introduction/information.rst:270 +#: ../../docs/user/introduction/information.rst:277 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. AML" @@ -744,11 +760,11 @@ msgstr "" "técnicos en naturaleza. Reguladores frecuentemente aplican las técnicas AML " "para intercambios de Dash." -#: ../../docs/user/introduction/information.rst:274 +#: ../../docs/user/introduction/information.rst:281 msgid "API" msgstr "API" -#: ../../docs/user/introduction/information.rst:276 +#: ../../docs/user/introduction/information.rst:283 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a set" @@ -759,7 +775,7 @@ msgstr "" "es un conjunto de rutinas, protocolos y herramientas para la construcción de" " software y aplicaciones." -#: ../../docs/user/introduction/information.rst:281 +#: ../../docs/user/introduction/information.rst:288 msgid "" "An API expresses a software component in terms of its operations, inputs, " "outputs, and underlying types, defining functionalities that are independent" @@ -775,11 +791,11 @@ msgstr "" "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:288 +#: ../../docs/user/introduction/information.rst:295 msgid "ASIC" msgstr "ASIC" -#: ../../docs/user/introduction/information.rst:290 +#: ../../docs/user/introduction/information.rst:297 msgid "" "An application-specific integrated circuit (ASIC), is an integrated circuit " "(IC) customized for a particular use, rather than intended for general-" @@ -792,11 +808,11 @@ msgstr "" "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:295 +#: ../../docs/user/introduction/information.rst:302 msgid "ATM / BTM" msgstr "Cajero automático / BTM" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:304 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 " @@ -808,11 +824,11 @@ msgstr "" "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:301 +#: ../../docs/user/introduction/information.rst:308 msgid "Backlog" msgstr "Reserva" -#: ../../docs/user/introduction/information.rst:303 +#: ../../docs/user/introduction/information.rst:310 msgid "" "Backlog generally refers to an accumulation over time of work waiting to be " "done or orders to be fulfilled." @@ -820,11 +836,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:305 +#: ../../docs/user/introduction/information.rst:312 msgid "Backup" msgstr "Respaldo" -#: ../../docs/user/introduction/information.rst:307 +#: ../../docs/user/introduction/information.rst:314 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 " @@ -842,11 +858,11 @@ msgstr "" " respaldar el efectivo en su billetera, de esa manera si lo pierdes, puedes " "restaurar el efectivo desde un respaldo." -#: ../../docs/user/introduction/information.rst:314 +#: ../../docs/user/introduction/information.rst:321 msgid "Bitcoin 2.0" msgstr "Bitcoin 2.0" -#: ../../docs/user/introduction/information.rst:316 +#: ../../docs/user/introduction/information.rst:323 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 " @@ -857,11 +873,11 @@ msgstr "" " siguiente nivel de proyectos Blockchain (contratos inteligentes, votación " "descentralizada,...)" -#: ../../docs/user/introduction/information.rst:320 +#: ../../docs/user/introduction/information.rst:327 msgid "Blockchain" msgstr "Cadena de Bloques" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:329 msgid "" "A `blockchain `_ is a " "distributed database that maintains a continuously-growing list of data " @@ -883,11 +899,11 @@ msgstr "" "bloques ejecutable. Cada bloque contiene una marca de tiempo e información " "conectada a un bloque previo." -#: ../../docs/user/introduction/information.rst:331 +#: ../../docs/user/introduction/information.rst:338 msgid "Blocks" msgstr "Bloques" -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:340 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -903,11 +919,11 @@ msgstr "" "conocidos como \"mineros\" los cuales usan un software especializado o " "equipo específicamente diseñado para crear bloques." -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:346 msgid "ChainLock" msgstr "ChainLock" -#: ../../docs/user/introduction/information.rst:341 +#: ../../docs/user/introduction/information.rst:348 msgid "" "Defined in `DIP8 " "`__, ChainLocks are" @@ -917,11 +933,11 @@ msgid "" "double spending." msgstr "" -#: ../../docs/user/introduction/information.rst:347 +#: ../../docs/user/introduction/information.rst:354 msgid "Cloud Wallet" msgstr "Billetera en la nube" -#: ../../docs/user/introduction/information.rst:349 +#: ../../docs/user/introduction/information.rst:356 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 " @@ -940,11 +956,11 @@ msgstr "" "privadas. No recomendamos que guardes grandes cantidades de fondos en " "billeteras en linea." -#: ../../docs/user/introduction/information.rst:357 +#: ../../docs/user/introduction/information.rst:364 msgid "Coinbase transaction" msgstr "Transacción de Coinbase" -#: ../../docs/user/introduction/information.rst:359 +#: ../../docs/user/introduction/information.rst:366 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 " @@ -954,11 +970,11 @@ msgstr "" "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:362 +#: ../../docs/user/introduction/information.rst:369 msgid "Cold Storage" msgstr "Almacenamiento frío" -#: ../../docs/user/introduction/information.rst:364 +#: ../../docs/user/introduction/information.rst:371 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -970,11 +986,11 @@ msgstr "" "desconectada de internet, una billetera fisica dedicada, un dispositivo USB," " o una :ref:`billetera de papel `." -#: ../../docs/user/introduction/information.rst:368 +#: ../../docs/user/introduction/information.rst:375 msgid "Confirm(ed) Transaction" msgstr "Transacción Confirmar(da)." -#: ../../docs/user/introduction/information.rst:370 +#: ../../docs/user/introduction/information.rst:377 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 " @@ -988,15 +1004,15 @@ msgstr "" "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:375 +#: ../../docs/user/introduction/information.rst:382 msgid "Confirmation Number" msgstr "Número de confirmación" -#: ../../docs/user/introduction/information.rst:376 +#: ../../docs/user/introduction/information.rst:383 msgid "confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:386 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -1017,11 +1033,11 @@ msgstr "" "confirmaciones usualmente la transacción es considerada \"segura\" e " "irreversible." -#: ../../docs/user/introduction/information.rst:387 +#: ../../docs/user/introduction/information.rst:394 msgid "Confirmed Transactions" msgstr "Transacción confirmada" -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:396 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be " @@ -1033,11 +1049,11 @@ msgstr "" "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:393 +#: ../../docs/user/introduction/information.rst:400 msgid "Credit pool" msgstr "" -#: ../../docs/user/introduction/information.rst:395 +#: ../../docs/user/introduction/information.rst:402 msgid "" "A store of value on the Core chain that is funded by asset lock " "transactions. The credit pool mirrors the credit balance on Dash Platform. " @@ -1045,11 +1061,11 @@ msgid "" "Platform and unlocking it to withdraw back to Dash on the Core chain." msgstr "" -#: ../../docs/user/introduction/information.rst:398 +#: ../../docs/user/introduction/information.rst:405 msgid "CPU" msgstr "CPU" -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:407 msgid "" "A `central processing unit (CPU) " "`_ is the electronic " @@ -1074,11 +1090,11 @@ msgstr "" "elementos centrales de una computadora de componentes externos como la " "memoria principal y los circuitos de E / S." -#: ../../docs/user/introduction/information.rst:410 +#: ../../docs/user/introduction/information.rst:417 msgid "Cryptocurrency" msgstr "Criptomoneda" -#: ../../docs/user/introduction/information.rst:412 +#: ../../docs/user/introduction/information.rst:419 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -1089,11 +1105,11 @@ msgstr "" " 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:416 +#: ../../docs/user/introduction/information.rst:423 msgid "Cryptography" msgstr "Criptografía" -#: ../../docs/user/introduction/information.rst:418 +#: ../../docs/user/introduction/information.rst:425 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -1121,11 +1137,11 @@ msgstr "" "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:430 +#: ../../docs/user/introduction/information.rst:437 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:432 +#: ../../docs/user/introduction/information.rst:439 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, 80% " @@ -1138,11 +1154,11 @@ msgid "" "the two terms are interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP" msgstr "DAP" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:450 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." @@ -1150,11 +1166,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:445 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP Client" msgstr "Cliente DAP" -#: ../../docs/user/introduction/information.rst:447 +#: ../../docs/user/introduction/information.rst:454 msgid "" "An HTTP Client that connects to DAPI and enables Dash blockchain users to " "read and write data to their DAP Space." @@ -1162,11 +1178,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:449 +#: ../../docs/user/introduction/information.rst:456 msgid "DAP Schema" msgstr "Esquema DAP" -#: ../../docs/user/introduction/information.rst:451 +#: ../../docs/user/introduction/information.rst:458 msgid "" "A Dash Schema document extending the Dash System Schema to define consensus " "data and rules within a DAP contract." @@ -1174,11 +1190,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:453 +#: ../../docs/user/introduction/information.rst:460 msgid "DAP Space" msgstr "Espacio DAP" -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:462 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." @@ -1187,11 +1203,11 @@ msgstr "" "cadena de bloques. Los datos en un Espacio DAP pueden ser cambiados solo por" " el dueño." -#: ../../docs/user/introduction/information.rst:457 +#: ../../docs/user/introduction/information.rst:464 msgid "DAP State" msgstr "Estado DAP" -#: ../../docs/user/introduction/information.rst:459 +#: ../../docs/user/introduction/information.rst:466 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." @@ -1199,11 +1215,11 @@ msgstr "" "El conjunto total de datos almacenados en una DAP. Estos datos consisten en " "Espacios DAP de usuarios." -#: ../../docs/user/introduction/information.rst:461 +#: ../../docs/user/introduction/information.rst:468 msgid "DAPI" msgstr "DAPI" -#: ../../docs/user/introduction/information.rst:463 +#: ../../docs/user/introduction/information.rst:470 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 " @@ -1214,11 +1230,11 @@ msgstr "" "quórumes de masternodes actuando como puntos finales para la comunicación " "API." -#: ../../docs/user/introduction/information.rst:467 +#: ../../docs/user/introduction/information.rst:474 msgid "Dark Gravity Wave" msgstr "Dark Gravity Wave" -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:476 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" " *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" @@ -1234,11 +1250,11 @@ msgstr "" "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:475 +#: ../../docs/user/introduction/information.rst:482 msgid "Darkcoin" msgstr "Darkcoin" -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:484 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." @@ -1246,11 +1262,11 @@ msgstr "" "Dash fue inicialmente lanzada como XCoin, y fue renombrada Darkcoin y " "finalmente Dash." -#: ../../docs/user/introduction/information.rst:479 +#: ../../docs/user/introduction/information.rst:486 msgid "Dash" msgstr "Dash" -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:488 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency was" " later renamed \"Dash\" to avoid association with the darknet markets. Dash " @@ -1261,11 +1277,11 @@ msgid "" ":ref:`Features ` page for a full list of Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:489 +#: ../../docs/user/introduction/information.rst:496 msgid "DashDrive" msgstr "DashDrive" -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:498 msgid "" "Dash network data storage backend service used by masternodes for off-chain " "data relating to Evolution. DashDrive implements `IPFS `_, " @@ -1276,11 +1292,11 @@ msgstr "" " implementa `IPFS `_, un tipo de sistema de almacenamiento " "distribuido." -#: ../../docs/user/introduction/information.rst:494 +#: ../../docs/user/introduction/information.rst:501 msgid "Dash Client" msgstr "Cliente Dash" -#: ../../docs/user/introduction/information.rst:496 +#: ../../docs/user/introduction/information.rst:503 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" @@ -1296,11 +1312,11 @@ msgstr "" "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:502 +#: ../../docs/user/introduction/information.rst:509 msgid "Dash Core Wallet" msgstr "Billetera Dash Core" -#: ../../docs/user/introduction/information.rst:504 +#: ../../docs/user/introduction/information.rst:511 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 " @@ -1309,11 +1325,11 @@ msgid "" "it." msgstr "" -#: ../../docs/user/introduction/information.rst:509 +#: ../../docs/user/introduction/information.rst:516 msgid "Dash Evolution" msgstr "Dash Evolution" -#: ../../docs/user/introduction/information.rst:511 +#: ../../docs/user/introduction/information.rst:518 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" @@ -1324,11 +1340,11 @@ msgstr "" "mientras sigue permaneciendo descentralizado. Vea la página :ref:`Evolution " "` para más información." -#: ../../docs/user/introduction/information.rst:515 +#: ../../docs/user/introduction/information.rst:522 msgid "Dash Schema" msgstr "Esquema Dash" -#: ../../docs/user/introduction/information.rst:517 +#: ../../docs/user/introduction/information.rst:524 msgid "" "A JSON-based language specification for defining and validating consensus " "data in Evolution." @@ -1336,11 +1352,11 @@ msgstr "" "Una especificación de lenguaje basada en JSON para definir y validar datos " "de consenso en Evolution." -#: ../../docs/user/introduction/information.rst:519 +#: ../../docs/user/introduction/information.rst:526 msgid "DDoS" msgstr "DDoS" -#: ../../docs/user/introduction/information.rst:521 +#: ../../docs/user/introduction/information.rst:528 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 " @@ -1356,11 +1372,11 @@ msgstr "" "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:527 +#: ../../docs/user/introduction/information.rst:534 msgid "Decentralized" msgstr "Decentralizado" -#: ../../docs/user/introduction/information.rst:529 +#: ../../docs/user/introduction/information.rst:536 msgid "" "`Decentralized computing " "`_ is the allocation " @@ -1395,11 +1411,11 @@ msgstr "" "potencial de estos sistemas para maximizar la eficiencia. Sin embargo, es " "discutible si estas redes aumentan la eficacia general." -#: ../../docs/user/introduction/information.rst:544 +#: ../../docs/user/introduction/information.rst:551 msgid "Desktop Wallet" msgstr "Biletera de escritorio" -#: ../../docs/user/introduction/information.rst:546 +#: ../../docs/user/introduction/information.rst:553 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 " @@ -1413,11 +1429,11 @@ msgstr "" "core-wallet>` / :ref:`Billetera Dash Electrum ` / " ":ref:`Billeteras de Hardware `" -#: ../../docs/user/introduction/information.rst:552 +#: ../../docs/user/introduction/information.rst:559 msgid "Difficulty" msgstr "Dificultad" -#: ../../docs/user/introduction/information.rst:554 +#: ../../docs/user/introduction/information.rst:561 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 " @@ -1438,17 +1454,17 @@ msgstr "" "disponibilidad de mineros ASIC especializados han causado que la dificultad " "aumente con el tiempo." -#: ../../docs/user/introduction/information.rst:563 +#: ../../docs/user/introduction/information.rst:570 msgid "Digital Wallet" msgstr "Billetera digital" -#: ../../docs/user/introduction/information.rst:565 +#: ../../docs/user/introduction/information.rst:572 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:567 +#: ../../docs/user/introduction/information.rst:574 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 " @@ -1463,7 +1479,7 @@ msgstr "" "acceso a tus Dash. Las billeteras digitales pueden existir en muchas formas " "diferentes y en muchos dispositivos:" -#: ../../docs/user/introduction/information.rst:574 +#: ../../docs/user/introduction/information.rst:581 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1479,7 +1495,7 @@ msgstr "" "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:582 +#: ../../docs/user/introduction/information.rst:589 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or Apple " @@ -1498,7 +1514,7 @@ msgstr "" "móviles, se recomienda no almacenar grandes cantidades de fondos en estas " "billeteras." -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your Dash " @@ -1523,7 +1539,7 @@ msgstr "" "grandes cantidades de Dash en cualquier billetera en línea o intercambio de " "criptomonedas." -#: ../../docs/user/introduction/information.rst:603 +#: ../../docs/user/introduction/information.rst:610 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1542,7 +1558,7 @@ msgstr "" "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:613 +#: ../../docs/user/introduction/information.rst:620 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the internet." @@ -1566,11 +1582,11 @@ msgstr "" "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:623 +#: ../../docs/user/introduction/information.rst:630 msgid "DKG" msgstr "DKG" -#: ../../docs/user/introduction/information.rst:625 +#: ../../docs/user/introduction/information.rst:632 msgid "" "Defined in `DIP6 " "`__, Distributed " @@ -1582,11 +1598,11 @@ msgid "" "of Shamir’s Secret Sharing." msgstr "" -#: ../../docs/user/introduction/information.rst:633 +#: ../../docs/user/introduction/information.rst:640 msgid "Digital Signature" msgstr "Firma digital" -#: ../../docs/user/introduction/information.rst:635 +#: ../../docs/user/introduction/information.rst:642 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 " @@ -1604,11 +1620,11 @@ msgstr "" " 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:643 +#: ../../docs/user/introduction/information.rst:650 msgid "Electrum Wallet" msgstr "Billetera Electrum" -#: ../../docs/user/introduction/information.rst:645 +#: ../../docs/user/introduction/information.rst:652 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight wallet " "that does not require you to download or sync the entire blockchain, making " @@ -1616,11 +1632,11 @@ msgid "" " CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:656 msgid "Encryption" msgstr "Encriptación" -#: ../../docs/user/introduction/information.rst:651 +#: ../../docs/user/introduction/information.rst:658 msgid "" "In cryptography, `encryption `_ is" " the process of encoding messages or information in such a way that only " @@ -1647,15 +1663,15 @@ msgstr "" "sistema moderno bien diseñado como el AES-256 se considera esencialmente " "\"incorruptible\"." -#: ../../docs/user/introduction/information.rst:663 +#: ../../docs/user/introduction/information.rst:670 msgid "Escrow Services" msgstr "Servicios de garantía" -#: ../../docs/user/introduction/information.rst:665 +#: ../../docs/user/introduction/information.rst:672 msgid "An `escrow `_ is:" msgstr "Un `fideicomiso `_ es:" -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:674 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1667,7 +1683,7 @@ msgstr "" "depende de las condiciones acordadas por las partes que realizan la " "transacción; o" -#: ../../docs/user/introduction/information.rst:672 +#: ../../docs/user/introduction/information.rst:679 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 " @@ -1677,7 +1693,7 @@ msgstr "" "del corredor u otra persona hasta la consumación o terminación de una " "transacción; o" -#: ../../docs/user/introduction/information.rst:676 +#: ../../docs/user/introduction/information.rst:683 msgid "" "a trust account held in the borrower's name to pay obligations such as " "property taxes and insurance premiums." @@ -1685,7 +1701,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:679 +#: ../../docs/user/introduction/information.rst:686 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1704,11 +1720,11 @@ msgstr "" "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:687 +#: ../../docs/user/introduction/information.rst:694 msgid "Evan Duffield" msgstr "Evan Duffield" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:696 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 " @@ -1718,11 +1734,11 @@ msgstr "" "y PrivateSend. Antes de crear Dash, Evan era asesor financiero y posee una " "licencia de la Serie 65." -#: ../../docs/user/introduction/information.rst:692 +#: ../../docs/user/introduction/information.rst:699 msgid "Exchange" msgstr "Casa de cambio " -#: ../../docs/user/introduction/information.rst:694 +#: ../../docs/user/introduction/information.rst:701 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" @@ -1745,11 +1761,11 @@ msgstr "" " teniendo un procesador de pagos que realice un intercambio instantáneo al " "momento de cada transacción." -#: ../../docs/user/introduction/information.rst:704 +#: ../../docs/user/introduction/information.rst:711 msgid "Faucet" msgstr "Grifo" -#: ../../docs/user/introduction/information.rst:706 +#: ../../docs/user/introduction/information.rst:713 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 " @@ -1762,11 +1778,11 @@ msgstr "" " cambio de completar un captcha o una tarea como se describe por el sitio " "web." -#: ../../docs/user/introduction/information.rst:710 +#: ../../docs/user/introduction/information.rst:717 msgid "Fiat Gateway" msgstr "Entrada de dinero fiduciario." -#: ../../docs/user/introduction/information.rst:712 +#: ../../docs/user/introduction/information.rst:719 msgid "" "`Fiat money `_ has been defined " "variously as:" @@ -1774,12 +1790,12 @@ msgstr "" "`Dinero fiduciario `_ ha sido " "definido diversamente como:" -#: ../../docs/user/introduction/information.rst:715 +#: ../../docs/user/introduction/information.rst:722 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:716 +#: ../../docs/user/introduction/information.rst:723 msgid "" "State-issued money which is neither convertible by law to any other thing, " "nor fixed in value in terms of any objective standard." @@ -1787,23 +1803,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:717 +#: ../../docs/user/introduction/information.rst:724 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:719 +#: ../../docs/user/introduction/information.rst:726 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:720 +#: ../../docs/user/introduction/information.rst:727 msgid "Fintech" msgstr "Fintech" -#: ../../docs/user/introduction/information.rst:722 +#: ../../docs/user/introduction/information.rst:729 msgid "" "`Financial technology " "`_, also known as " @@ -1824,11 +1840,11 @@ msgstr "" " 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:730 +#: ../../docs/user/introduction/information.rst:737 msgid "Fork" msgstr "Bifurcación" -#: ../../docs/user/introduction/information.rst:732 +#: ../../docs/user/introduction/information.rst:739 msgid "" "When the blockchain diverges or splits, with some clients recognizing one " "version of the blockchain as valid, and other clients believing that a " @@ -1848,7 +1864,7 @@ msgstr "" "pueden, sin embargo, ser extremadamente peligrosas y deben evitarse si es " "posible." -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:748 msgid "" "Forking is most likely to occur during software updates to the network. Dash" " uses a Multi-Phased Fork (“:ref:`Spork `”) system for greater " @@ -1858,11 +1874,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:744 +#: ../../docs/user/introduction/information.rst:751 msgid "Full Nodes" msgstr "Nodos completos" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:753 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 " @@ -1877,28 +1893,28 @@ msgstr "" "permitiendo a cualquier usuario revisar dos veces la validez de la cadena de" " bloques." -#: ../../docs/user/introduction/information.rst:751 +#: ../../docs/user/introduction/information.rst:758 msgid "Fungible" msgstr "Fungible" -#: ../../docs/user/introduction/information.rst:753 +#: ../../docs/user/introduction/information.rst:760 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:754 +#: ../../docs/user/introduction/information.rst:761 msgid "Genesis Block" msgstr "Bloque de Genesis" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:763 msgid "The very first block in the block chain." msgstr "El primer bloque en la cadena de boques." -#: ../../docs/user/introduction/information.rst:757 +#: ../../docs/user/introduction/information.rst:764 msgid "GPU" msgstr "GPU" -#: ../../docs/user/introduction/information.rst:759 +#: ../../docs/user/introduction/information.rst:766 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -1931,11 +1947,11 @@ msgstr "" "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:773 +#: ../../docs/user/introduction/information.rst:780 msgid "Hardware Wallet" msgstr "Billetera de Hardware" -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:782 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a piece " @@ -1948,11 +1964,11 @@ msgstr "" "internet. Aun seras capaz de firmar transacciones como siempre, haciéndolo " "tanto seguro como conveniente." -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:787 msgid "Hash" msgstr "Hash" -#: ../../docs/user/introduction/information.rst:782 +#: ../../docs/user/introduction/information.rst:789 msgid "" "A mathematical process that takes a variable amount of data and produces a " "shorter, fixed-length output. A hashing function has two important " @@ -1967,11 +1983,11 @@ msgstr "" " parte más pequeña de la entrada producirá una salida completamente " "diferente." -#: ../../docs/user/introduction/information.rst:788 +#: ../../docs/user/introduction/information.rst:795 msgid "Hashrate" msgstr "Velocidad de Hash" -#: ../../docs/user/introduction/information.rst:790 +#: ../../docs/user/introduction/information.rst:797 msgid "" "The number of hashes that can be performed by a Dash miner in a given period" " of time (usually a second)." @@ -1979,11 +1995,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:792 +#: ../../docs/user/introduction/information.rst:799 msgid "Insight" msgstr "Insight" -#: ../../docs/user/introduction/information.rst:794 +#: ../../docs/user/introduction/information.rst:801 msgid "" "Blockchain information server used to power block explorers and respond to " "transaction queries." @@ -1991,19 +2007,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:796 +#: ../../docs/user/introduction/information.rst:803 msgid "InstantX" msgstr "InstantX" -#: ../../docs/user/introduction/information.rst:798 +#: ../../docs/user/introduction/information.rst:805 msgid "See InstantSend" msgstr "Ver InstantSend" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:806 msgid "InstantSend" msgstr "InstantSend" -#: ../../docs/user/introduction/information.rst:801 +#: ../../docs/user/introduction/information.rst:808 msgid "" ":ref:`InstantSend ` technology uses the masternode network to " "\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" @@ -2018,11 +2034,11 @@ msgstr "" "InstantSend son \"bloqueadas\" y son irreversibles después de unos pocos " "segundos." -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:813 msgid "Liquidity" msgstr "Liquidez" -#: ../../docs/user/introduction/information.rst:808 +#: ../../docs/user/introduction/information.rst:815 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" @@ -2035,11 +2051,11 @@ msgstr "" "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:813 +#: ../../docs/user/introduction/information.rst:820 msgid "LLMQ" msgstr "LLMQ" -#: ../../docs/user/introduction/information.rst:815 +#: ../../docs/user/introduction/information.rst:822 msgid "" "Defined in `DIP6 " "`__, A Long- Living" @@ -2051,11 +2067,11 @@ msgid "" " perform threshold signing of consensus related messages." msgstr "" -#: ../../docs/user/introduction/information.rst:824 +#: ../../docs/user/introduction/information.rst:831 msgid "Masternode" msgstr "Masternode" -#: ../../docs/user/introduction/information.rst:826 +#: ../../docs/user/introduction/information.rst:833 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." @@ -2066,17 +2082,17 @@ msgstr "" "recompensa de bloque. los Masternodes requieren prueba de propiedad de 1000 " "DASH." -#: ../../docs/user/introduction/information.rst:830 +#: ../../docs/user/introduction/information.rst:837 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:832 +#: ../../docs/user/introduction/information.rst:839 msgid "Mining" msgstr "Minería" -#: ../../docs/user/introduction/information.rst:834 +#: ../../docs/user/introduction/information.rst:841 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 " @@ -2084,19 +2100,19 @@ msgid "" ":ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:838 +#: ../../docs/user/introduction/information.rst:845 msgid "Mobile Wallet" msgstr "Billetera móvil" -#: ../../docs/user/introduction/information.rst:840 +#: ../../docs/user/introduction/information.rst:847 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:841 +#: ../../docs/user/introduction/information.rst:848 msgid "MultiSig" msgstr "MultiSig" -#: ../../docs/user/introduction/information.rst:843 +#: ../../docs/user/introduction/information.rst:850 msgid "" "Multi-signature addresses provide additional security by requiring multiple " "people to sign a transaction with their private key before the transaction " @@ -2115,11 +2131,11 @@ msgstr "" "en posesión de grandes sumas de criptomonedas, haciendo que los robos sean " "mucho mas difíciles." -#: ../../docs/user/introduction/information.rst:851 +#: ../../docs/user/introduction/information.rst:858 msgid "Node" msgstr "Nodo" -#: ../../docs/user/introduction/information.rst:853 +#: ../../docs/user/introduction/information.rst:860 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 " @@ -2130,11 +2146,11 @@ msgstr "" "la cadena de bloques y la sirven a otros clientes en la red punto a punto de" " Dash." -#: ../../docs/user/introduction/information.rst:856 +#: ../../docs/user/introduction/information.rst:863 msgid "OTC" msgstr "OTC" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:865 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 " @@ -2149,11 +2165,11 @@ msgstr "" "criptomonedas y teme que una gran orden de compra o venta mueva el precio " "(llamado \"deslizamiento\")." -#: ../../docs/user/introduction/information.rst:863 +#: ../../docs/user/introduction/information.rst:870 msgid "P2P" msgstr "P2P" -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:872 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two " "parties in a highly interconnected network. An alternative system to a 'hub-" @@ -2165,11 +2181,11 @@ msgstr "" "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:869 +#: ../../docs/user/introduction/information.rst:876 msgid "Paper Wallet" msgstr "Billetera de papel" -#: ../../docs/user/introduction/information.rst:871 +#: ../../docs/user/introduction/information.rst:878 msgid "" ":ref:`Paper wallets ` are offline wallets, printed on " "paper for safety. If properly secured and stored they are considered the " @@ -2180,11 +2196,11 @@ msgstr "" "y almacenadas, son consideradas la forma mas segura de almacenar " "criptomonedas." -#: ../../docs/user/introduction/information.rst:874 +#: ../../docs/user/introduction/information.rst:881 msgid "Privacy" msgstr "Privacidad" -#: ../../docs/user/introduction/information.rst:876 +#: ../../docs/user/introduction/information.rst:883 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about themselves, " @@ -2197,11 +2213,11 @@ msgid "" "includes CoinJoin, which allows users to maintain financial privacy." msgstr "" -#: ../../docs/user/introduction/information.rst:886 +#: ../../docs/user/introduction/information.rst:893 msgid "Private Key" msgstr "Llave privada" -#: ../../docs/user/introduction/information.rst:888 +#: ../../docs/user/introduction/information.rst:895 msgid "" "A `private key `_ is" " a long alphanumeric passcode that allows Dash to be spent. Every Dash " @@ -2219,22 +2235,22 @@ msgstr "" "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:895 +#: ../../docs/user/introduction/information.rst:902 msgid "PrivateSend" msgstr "PrivateSend" -#: ../../docs/user/introduction/information.rst:897 +#: ../../docs/user/introduction/information.rst:904 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:900 +#: ../../docs/user/introduction/information.rst:907 msgid "Proof of Service - PoSe" msgstr "Prueba de Servicio - PoSe" -#: ../../docs/user/introduction/information.rst:902 +#: ../../docs/user/introduction/information.rst:909 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided " "uninterrupted service meeting a minimum quality level to the network. " @@ -2247,11 +2263,11 @@ msgstr "" "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:908 +#: ../../docs/user/introduction/information.rst:915 msgid "Proof of Stake - PoS" msgstr "Prueba de tenencia - PoS" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:917 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 " @@ -2276,11 +2292,11 @@ msgstr "" " de Tenencia para \"votar\" para aceptar tanto la cadena legítima como la " "cadena del atacante." -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:928 msgid "Proof of Work - PoW" msgstr "Prueba de trabajo - PoW" -#: ../../docs/user/introduction/information.rst:923 +#: ../../docs/user/introduction/information.rst:930 msgid "" "Consensus mechanism that keeps all nodes honest by requiring computational " "power to be expended in order to create new blocks. Miners must use " @@ -2295,11 +2311,11 @@ msgstr "" "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:929 +#: ../../docs/user/introduction/information.rst:936 msgid "Public Key" msgstr "Llave pública" -#: ../../docs/user/introduction/information.rst:931 +#: ../../docs/user/introduction/information.rst:938 msgid "" "The `public key `_ " "is derived from the private key but is not secret and can be revealed to " @@ -2311,11 +2327,11 @@ msgstr "" "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:936 +#: ../../docs/user/introduction/information.rst:943 msgid "Pump and dump" msgstr "Subidas y bajadas" -#: ../../docs/user/introduction/information.rst:938 +#: ../../docs/user/introduction/information.rst:945 msgid "" "Inflating the value of a financial asset that has been produced or acquired " "cheaply, often using aggressive publicity and misleading statements. The " @@ -2332,11 +2348,11 @@ msgstr "" "desplome. Esto es particularmente común en mercados con baja liquidez, como " "algunas altcoins." -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:952 msgid "Quorum" msgstr "Quorum" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:954 msgid "" "Group of masternodes signing or voting on some action, with the formation of" " the group determined by some determiniation algorithm." @@ -2345,11 +2361,11 @@ msgstr "" "conformación de un grupo determinado por por algún algoritmo de " "determinación." -#: ../../docs/user/introduction/information.rst:949 +#: ../../docs/user/introduction/information.rst:956 msgid "QR Code" msgstr "Código QR" -#: ../../docs/user/introduction/information.rst:951 +#: ../../docs/user/introduction/information.rst:958 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -2362,11 +2378,11 @@ msgstr "" "móviles, y se utilizan con frecuencia para codificar las direcciones de " "Dash." -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:962 msgid "Satoshi Nakamoto" msgstr "Satoshi Nakamoto" -#: ../../docs/user/introduction/information.rst:957 +#: ../../docs/user/introduction/information.rst:964 msgid "" "`Satoshi Nakamoto `_ is the " "name used by the person or people who designed Bitcoin and created its " @@ -2376,11 +2392,11 @@ msgstr "" "nombre utilizado por la persona o personas que diseñaron Bitcoin y crearon " "su implementación de referencia original." -#: ../../docs/user/introduction/information.rst:960 +#: ../../docs/user/introduction/information.rst:967 msgid "SDK" msgstr "SDK" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:969 msgid "" "Software Development Kit. A set of tools, code and documentation used by " "developers to create apps targeting a specific hardware or software " @@ -2390,11 +2406,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:965 +#: ../../docs/user/introduction/information.rst:972 msgid "Signaling" msgstr "Signaling (Señales)" -#: ../../docs/user/introduction/information.rst:967 +#: ../../docs/user/introduction/information.rst:974 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 " @@ -2403,11 +2419,11 @@ msgid "" "protocol and/or by setting a specific version bit within discovered blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:972 +#: ../../docs/user/introduction/information.rst:979 msgid "State View" msgstr "Vista del Estado" -#: ../../docs/user/introduction/information.rst:974 +#: ../../docs/user/introduction/information.rst:981 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" @@ -2417,11 +2433,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:977 +#: ../../docs/user/introduction/information.rst:984 msgid "Spork" msgstr "Spork" -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:986 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -2452,11 +2468,11 @@ msgstr "" "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:993 +#: ../../docs/user/introduction/information.rst:1000 msgid "Tainted Coins" msgstr "Monedas corruptas" -#: ../../docs/user/introduction/information.rst:995 +#: ../../docs/user/introduction/information.rst:1002 msgid "" "Taint is a measure of correlation between two (wallet) addresses. It is only" " important if the user is trying to remain anonymous." @@ -2465,19 +2481,19 @@ msgstr "" "direcciones. Solo es importante si el usuario intenta permanecer en el " "anonimato." -#: ../../docs/user/introduction/information.rst:997 +#: ../../docs/user/introduction/information.rst:1004 msgid "tDash" msgstr "tDash" -#: ../../docs/user/introduction/information.rst:999 +#: ../../docs/user/introduction/information.rst:1006 msgid "Test Dash, used on :ref:`testnet `." msgstr "Dash de prueba, usado en la :ref:`red de prueba `." -#: ../../docs/user/introduction/information.rst:1000 +#: ../../docs/user/introduction/information.rst:1007 msgid "Testnet" msgstr "Red de prueba" -#: ../../docs/user/introduction/information.rst:1002 +#: ../../docs/user/introduction/information.rst:1009 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and test " @@ -2490,11 +2506,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:1006 +#: ../../docs/user/introduction/information.rst:1013 msgid "Tor" msgstr "Tor" -#: ../../docs/user/introduction/information.rst:1008 +#: ../../docs/user/introduction/information.rst:1015 msgid "" "An anonymous routing protocol used by people wanting to hide their identity " "online." @@ -2502,11 +2518,11 @@ msgstr "" "Un protocolo de enrutamiento anónimo utilizado por personas que desean " "ocultar su identidad en línea." -#: ../../docs/user/introduction/information.rst:1010 +#: ../../docs/user/introduction/information.rst:1017 msgid "Transaction" msgstr "Transacción" -#: ../../docs/user/introduction/information.rst:1012 +#: ../../docs/user/introduction/information.rst:1019 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions may" " be divided into classical and special transactions. Similar to Bitcoin, " @@ -2523,11 +2539,11 @@ msgstr "" "`_, y puede ser " "usado para manejar usuarios de la cadena de bloques, por ejemplo." -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:1026 msgid "Transaction Block" msgstr "Bloque de transacción" -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:1028 msgid "" "A collection of transactions on the Dash network, gathered into a block that" " can then be hashed and added to the blockchain." @@ -2535,11 +2551,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:1023 +#: ../../docs/user/introduction/information.rst:1030 msgid "Transaction Fee" msgstr "Comisión de transacción" -#: ../../docs/user/introduction/information.rst:1025 +#: ../../docs/user/introduction/information.rst:1032 msgid "" "A :ref:`small fee ` imposed on some transactions sent across the Dash " "network. The transaction fee is awarded to the miner that successfully " @@ -2549,11 +2565,11 @@ msgstr "" "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:1028 +#: ../../docs/user/introduction/information.rst:1035 msgid "Unconfirmed Transactions" msgstr "Transacciones no confirmadas" -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1037 msgid "" "Transactions that are not yet processed by miners or held via InstantSend " "are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " @@ -2564,19 +2580,19 @@ msgstr "" "cadena de bloques\". Las transacciones no confirmadas se pueden revertir y " "no se deben considerar como \"finales\"." -#: ../../docs/user/introduction/information.rst:1033 +#: ../../docs/user/introduction/information.rst:1040 msgid "Vanity Address" msgstr "Dirección de vanidad" -#: ../../docs/user/introduction/information.rst:1035 +#: ../../docs/user/introduction/information.rst:1042 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:1036 +#: ../../docs/user/introduction/information.rst:1043 msgid "Virgin Dash" msgstr "Dash virgen" -#: ../../docs/user/introduction/information.rst:1038 +#: ../../docs/user/introduction/information.rst:1045 msgid "" "Dash received as a reward for mining a block or running a masternode. These " "have not yet been spent anywhere and are \"virgin.\"" @@ -2584,11 +2600,11 @@ 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\"." -#: ../../docs/user/introduction/information.rst:1040 +#: ../../docs/user/introduction/information.rst:1047 msgid "Volatility" msgstr "Volatilidad" -#: ../../docs/user/introduction/information.rst:1042 +#: ../../docs/user/introduction/information.rst:1049 msgid "" "The measurement of price movements over time for a traded financial asset " "(including Dash)." @@ -2596,11 +2612,11 @@ msgstr "" "La medida del movimiento del precio en el tiempo en el comercio de un activo" " ( incluyendo Dash)" -#: ../../docs/user/introduction/information.rst:1044 +#: ../../docs/user/introduction/information.rst:1051 msgid "Wallet" msgstr "Billetera" -#: ../../docs/user/introduction/information.rst:1046 +#: ../../docs/user/introduction/information.rst:1053 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 " @@ -2611,11 +2627,11 @@ msgstr "" "cadena de bloques es el registro de los balances de Dash (y transacciones) " "asociados con esas direcciones." -#: ../../docs/user/introduction/information.rst:1049 +#: ../../docs/user/introduction/information.rst:1056 msgid "Whitepaper" msgstr "Whitepaper" -#: ../../docs/user/introduction/information.rst:1051 +#: ../../docs/user/introduction/information.rst:1058 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a complex" @@ -2628,11 +2644,11 @@ msgstr "" " es ayudar a los lectores a entender un aspecto, resolver un problema o " "tomar una decisión." -#: ../../docs/user/introduction/information.rst:1056 +#: ../../docs/user/introduction/information.rst:1063 msgid "X11" msgstr "X11" -#: ../../docs/user/introduction/information.rst:1058 +#: ../../docs/user/introduction/information.rst:1065 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash Core " "developer Evan Duffield." @@ -2640,11 +2656,11 @@ msgstr "" ":ref:`X11 ` es una algoritmo de hasheo creado por el " "desarrollador del Core Team, Evan Duffiden." -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1067 msgid "Zero Confirmations" msgstr "Cero confirmaciones" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1069 msgid "" "This is a transaction without any confirmations from the blockchain. It is " "technically reversible (unless InstantSend was used)." @@ -2652,11 +2668,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:1064 +#: ../../docs/user/introduction/information.rst:1071 msgid "vin" msgstr "vin" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1073 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 " @@ -2668,11 +2684,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:1070 +#: ../../docs/user/introduction/information.rst:1077 msgid "VMN" msgstr "VMN" -#: ../../docs/user/introduction/information.rst:1072 +#: ../../docs/user/introduction/information.rst:1079 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " diff --git a/locale/es/LC_MESSAGES/docs/user/introduction/safety.po b/locale/es/LC_MESSAGES/docs/user/introduction/safety.po index e6383e8aa..fcb40daea 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 14f1ab62d..e10895319 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 147d6f187..31a69d3bc 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/dashmate-upgrade-v1.po b/locale/es/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po index d669338b2..ecda7f936 100644 --- a/locale/es/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po +++ b/locale/es/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2024-08-29 14:40+0000\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" @@ -46,22 +46,18 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:26 -msgid "Reset previous services to ensure compatibility with the new version::" -msgstr "" - -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:30 msgid "Update services::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:35 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:32 msgid "Start dashmate node" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:37 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:34 msgid "Start the node::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:41 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:38 msgid "" "Make sure the node works properly by running the following status commands::" msgstr "" diff --git a/locale/es/LC_MESSAGES/docs/user/masternodes/hosting.po b/locale/es/LC_MESSAGES/docs/user/masternodes/hosting.po index aade075b7..48e2f40d8 100644 --- a/locale/es/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/es/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: JZA , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" @@ -84,255 +84,263 @@ msgid "Operated by: CrowdNode ApS" msgstr "Operado por: CrowdNode ApS" #: ../../docs/user/masternodes/hosting.rst:36 -#: ../../docs/user/masternodes/hosting.rst:90 -#: ../../docs/user/masternodes/hosting.rst:146 +#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:148 msgid "Services: Hosting, Shares" msgstr "Servicios: Alojamiento, Acciones." -#: ../../docs/user/masternodes/hosting.rst:37 -msgid "Cost: 15% of masternode payments" +#: ../../docs/user/masternodes/hosting.rst:38 +msgid "Cost:" msgstr "" #: ../../docs/user/masternodes/hosting.rst:38 +msgid "35% of trusted masternode/evonode payments" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:39 +msgid "20% of trustless masternode payments" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:40 msgid "`Site `__" msgstr "`Sitio `__" -#: ../../docs/user/masternodes/hosting.rst:39 +#: ../../docs/user/masternodes/hosting.rst:41 msgid "`Email `__" msgstr "`Correo Electrónico `__" -#: ../../docs/user/masternodes/hosting.rst:43 +#: ../../docs/user/masternodes/hosting.rst:45 msgid "Allnodes" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:50 +#: ../../docs/user/masternodes/hosting.rst:52 msgid "" "`https://www.allnodes.com " "`__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:52 +#: ../../docs/user/masternodes/hosting.rst:54 msgid "Operated by: Sephiroth" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:53 +#: ../../docs/user/masternodes/hosting.rst:55 msgid "Services: Monitoring, Hosting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:54 +#: ../../docs/user/masternodes/hosting.rst:56 msgid "Cost: from $4.50/month" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:55 +#: ../../docs/user/masternodes/hosting.rst:57 msgid "" "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:56 +#: ../../docs/user/masternodes/hosting.rst:58 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:57 +#: ../../docs/user/masternodes/hosting.rst:59 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:58 +#: ../../docs/user/masternodes/hosting.rst:60 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:59 +#: ../../docs/user/masternodes/hosting.rst:61 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:63 +#: ../../docs/user/masternodes/hosting.rst:65 msgid "SID Hosting Service" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:70 +#: ../../docs/user/masternodes/hosting.rst:72 msgid "https://dashmasternode.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:72 +#: ../../docs/user/masternodes/hosting.rst:74 msgid "Operated by: splawik21 (Dash Core team member)" msgstr "Operado por: splawik21 (Miembro del Dash Core team)" -#: ../../docs/user/masternodes/hosting.rst:73 -#: ../../docs/user/masternodes/hosting.rst:160 +#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:162 msgid "Services: Hosting" msgstr "Servicios: Alojamiento" -#: ../../docs/user/masternodes/hosting.rst:74 +#: ../../docs/user/masternodes/hosting.rst:76 msgid "Cost: €25/month, paid in Dash" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:77 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:76 +#: ../../docs/user/masternodes/hosting.rst:78 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:80 +#: ../../docs/user/masternodes/hosting.rst:82 msgid "Pool of Stake" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:87 +#: ../../docs/user/masternodes/hosting.rst:89 msgid "https://www.poolofstake.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:89 +#: ../../docs/user/masternodes/hosting.rst:91 msgid "Operated by: Pool of Stake OÜ" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:91 +#: ../../docs/user/masternodes/hosting.rst:93 msgid "15% of masternode payments (5% with tokens)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:94 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:93 +#: ../../docs/user/masternodes/hosting.rst:95 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:94 +#: ../../docs/user/masternodes/hosting.rst:96 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:95 +#: ../../docs/user/masternodes/hosting.rst:97 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:99 +#: ../../docs/user/masternodes/hosting.rst:101 msgid "Staked" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:106 +#: ../../docs/user/masternodes/hosting.rst:108 msgid "https://staked.us" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:108 +#: ../../docs/user/masternodes/hosting.rst:110 msgid "Operated by: Staked" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:109 +#: ../../docs/user/masternodes/hosting.rst:111 msgid "Services: Hosting, Reporting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:110 +#: ../../docs/user/masternodes/hosting.rst:112 msgid "Cost: 10% of rewards" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:111 +#: ../../docs/user/masternodes/hosting.rst:113 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:112 +#: ../../docs/user/masternodes/hosting.rst:114 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:116 +#: ../../docs/user/masternodes/hosting.rst:118 msgid "NodeHub.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:123 +#: ../../docs/user/masternodes/hosting.rst:125 msgid "https://nodehub.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:125 +#: ../../docs/user/masternodes/hosting.rst:127 msgid "Operated by: NodeHub LLC" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:126 +#: ../../docs/user/masternodes/hosting.rst:128 msgid "Services: Hosting, Governance, Stats, Monitoring" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:127 +#: ../../docs/user/masternodes/hosting.rst:129 msgid "Cost: $3.90/month (charged daily at $0.13)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:128 +#: ../../docs/user/masternodes/hosting.rst:130 msgid "" "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:129 +#: ../../docs/user/masternodes/hosting.rst:131 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:130 +#: ../../docs/user/masternodes/hosting.rst:132 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:131 +#: ../../docs/user/masternodes/hosting.rst:133 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:132 +#: ../../docs/user/masternodes/hosting.rst:134 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:136 +#: ../../docs/user/masternodes/hosting.rst:138 msgid "Gentarium" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:143 +#: ../../docs/user/masternodes/hosting.rst:145 msgid "https://mn.gtmcoin.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:145 +#: ../../docs/user/masternodes/hosting.rst:147 msgid "Operated by: Gentarium International OÜ" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:147 +#: ../../docs/user/masternodes/hosting.rst:149 msgid "Cost: $3.99/month (charged daily at $0.15)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:148 +#: ../../docs/user/masternodes/hosting.rst:150 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:149 +#: ../../docs/user/masternodes/hosting.rst:151 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:150 +#: ../../docs/user/masternodes/hosting.rst:152 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:151 +#: ../../docs/user/masternodes/hosting.rst:153 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:155 +#: ../../docs/user/masternodes/hosting.rst:157 msgid "Masternodehosting" msgstr "Alojamiento de masternode" -#: ../../docs/user/masternodes/hosting.rst:157 +#: ../../docs/user/masternodes/hosting.rst:159 msgid "https://masternodehosting.com" msgstr "https://masternodehosting.com" -#: ../../docs/user/masternodes/hosting.rst:159 +#: ../../docs/user/masternodes/hosting.rst:161 msgid "Operated by: flare (Dash Core team member)" msgstr "Operado por: flare (miembro del equipo de Dash Core)" -#: ../../docs/user/masternodes/hosting.rst:161 +#: ../../docs/user/masternodes/hosting.rst:163 msgid "Cost: €18/month" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:162 +#: ../../docs/user/masternodes/hosting.rst:164 msgid "`Site `__" msgstr "`Sitio `__" -#: ../../docs/user/masternodes/hosting.rst:163 +#: ../../docs/user/masternodes/hosting.rst:165 msgid "`Email `__" msgstr "`Correo electrónico `__" -#: ../../docs/user/masternodes/hosting.rst:164 +#: ../../docs/user/masternodes/hosting.rst:166 msgid "" "`Forum `__" @@ -340,25 +348,25 @@ msgstr "" "`Foro `__" -#: ../../docs/user/masternodes/hosting.rst:170 +#: ../../docs/user/masternodes/hosting.rst:172 msgid "Registering a hosted masternode" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:172 +#: ../../docs/user/masternodes/hosting.rst:174 msgid "A list of available documentation appears below:" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:174 +#: ../../docs/user/masternodes/hosting.rst:176 msgid ":ref:`Full masternode setup guide `" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:175 +#: ../../docs/user/masternodes/hosting.rst:177 msgid "" ":ref:`Information for users of hosted masternodes ` (you are " "here)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:176 +#: ../../docs/user/masternodes/hosting.rst:178 msgid "" ":ref:`Information for operators of hosted masternodes `" @@ -366,11 +374,11 @@ msgstr "" ":ref:`Información de operadores hospedando masternodes `" -#: ../../docs/user/masternodes/hosting.rst:178 +#: ../../docs/user/masternodes/hosting.rst:180 msgid "Registering a hosted masternode is done in several steps:" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:180 +#: ../../docs/user/masternodes/hosting.rst:182 msgid "" "Send 1000 DASH to an address you control in a single transaction and wait " "for 15 confirmations" @@ -378,7 +386,7 @@ msgstr "" "Envía 1000 DASH a una dirección que controles en una sola transacción y " "espera 15 confirmaciones" -#: ../../docs/user/masternodes/hosting.rst:182 +#: ../../docs/user/masternodes/hosting.rst:184 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 " @@ -386,13 +394,13 @@ msgid "" "will be set up before or after the registration transaction" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:187 +#: ../../docs/user/masternodes/hosting.rst:189 msgid "" "Prepare, sign and broadcast the registration transaction using Dash Core or " "DMT" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:190 +#: ../../docs/user/masternodes/hosting.rst:192 msgid "" "It is **highly recommended** to store the keys to your masternode collateral" " on a :ref:`hardware wallet ` for added security " @@ -404,11 +412,11 @@ msgid "" "beginning from the :ref:`registration step `." msgstr "" -#: ../../docs/user/masternodes/hosting.rst:204 +#: ../../docs/user/masternodes/hosting.rst:206 msgid "Operator transactions" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:206 +#: ../../docs/user/masternodes/hosting.rst:208 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 " @@ -422,7 +430,7 @@ msgid "" "update the service features and register the masternode." msgstr "" -#: ../../docs/user/masternodes/hosting.rst:218 +#: ../../docs/user/masternodes/hosting.rst:220 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 " diff --git a/locale/es/LC_MESSAGES/docs/user/masternodes/index.po b/locale/es/LC_MESSAGES/docs/user/masternodes/index.po index f561b169f..baaf86d3c 100644 --- a/locale/es/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/es/LC_MESSAGES/docs/user/masternodes/index.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/masternodes/server-config.po b/locale/es/LC_MESSAGES/docs/user/masternodes/server-config.po index 30af114bd..330cdf323 100644 --- a/locale/es/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/es/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Jahlexis Lugo , 2024\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" @@ -85,7 +85,15 @@ msgid "" "ISPs allocate dynamic IP addresses to home users." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:41 +#: ../../docs/user/masternodes/server-config.rst:43 +msgid "" +"Disabling IPv6 is highly recommended to prevent communication issues that " +"have been observed when running nodes on some VPS providers. We recommend " +"turning it off through the VPS provider's setup wizard during initial server" +" creation." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:47 msgid "" "Before beginning, take a few minutes to review the masternode and evonode " ":hoverxref:`hardware requirements ` which may help you " @@ -100,33 +108,33 @@ msgid "" "on the following screen:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:56 +#: ../../docs/user/masternodes/server-config.rst:62 msgid "Vultr server location selection screen" msgstr "Pantalla de selección de ubicación del servidor Vultr" -#: ../../docs/user/masternodes/server-config.rst:58 +#: ../../docs/user/masternodes/server-config.rst:64 msgid "" "Select Ubuntu 24.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 "" -#: ../../docs/user/masternodes/server-config.rst:65 +#: ../../docs/user/masternodes/server-config.rst:71 msgid "Vultr server type selection screen" msgstr "Pantalla de selección del tipo de servidor Vultr" -#: ../../docs/user/masternodes/server-config.rst:67 +#: ../../docs/user/masternodes/server-config.rst:73 msgid "" "Select a server size according to the hardware requirements for you " ":hoverxref:`masternode ` or :hoverxref:`evonode " "`:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:73 +#: ../../docs/user/masternodes/server-config.rst:79 msgid "Vultr server size selection screen" msgstr "Pantalla de selección del tamaño del servidor Vultr" -#: ../../docs/user/masternodes/server-config.rst:75 +#: ../../docs/user/masternodes/server-config.rst:81 msgid "" "Enter a hostname and label for your server. In this example we will use " "``dashmn1`` as the hostname." @@ -134,23 +142,23 @@ 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:81 +#: ../../docs/user/masternodes/server-config.rst:87 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:83 +#: ../../docs/user/masternodes/server-config.rst:89 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:88 +#: ../../docs/user/masternodes/server-config.rst:94 msgid "Vultr server installation screen" msgstr "Pantalla de instalación del servidor Vultr" -#: ../../docs/user/masternodes/server-config.rst:90 +#: ../../docs/user/masternodes/server-config.rst:96 msgid "" "Click **Manage** when installation is complete and take note of the IP " "address, username and password." @@ -158,15 +166,15 @@ 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:96 +#: ../../docs/user/masternodes/server-config.rst:102 msgid "Vultr server management screen" msgstr "Pantalla de administración del servidor Vultr" -#: ../../docs/user/masternodes/server-config.rst:101 +#: ../../docs/user/masternodes/server-config.rst:107 msgid "Set up your operating system" msgstr "Configurar tu sistema operativo" -#: ../../docs/user/masternodes/server-config.rst:103 +#: ../../docs/user/masternodes/server-config.rst:109 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" @@ -184,11 +192,11 @@ msgstr "" "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:114 +#: ../../docs/user/masternodes/server-config.rst:120 msgid "PuTTY download page" msgstr "Página de descargas de PuTTY" -#: ../../docs/user/masternodes/server-config.rst:116 +#: ../../docs/user/masternodes/server-config.rst:122 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** " @@ -203,11 +211,11 @@ msgstr "" "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:125 +#: ../../docs/user/masternodes/server-config.rst:131 msgid "PuTTY security alert when connecting to a new server" msgstr "Alerta de seguridad de PuTTY cuando te conectas a un nuevo servidor" -#: ../../docs/user/masternodes/server-config.rst:127 +#: ../../docs/user/masternodes/server-config.rst:133 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 " @@ -217,15 +225,15 @@ msgstr "" "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:134 +#: ../../docs/user/masternodes/server-config.rst:140 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" -#: ../../docs/user/masternodes/server-config.rst:138 +#: ../../docs/user/masternodes/server-config.rst:144 msgid "Set up users" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:140 +#: ../../docs/user/masternodes/server-config.rst:146 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 " @@ -239,7 +247,7 @@ msgstr "" "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:148 +#: ../../docs/user/masternodes/server-config.rst:154 msgid "" "Enter and confirm a new password (preferably long and randomly generated). " "Next we will create a new user with the following command, replacing " @@ -250,7 +258,7 @@ msgstr "" "siguiente comando, reemplazando ```` con un nombre de usario de tu" " elección::" -#: ../../docs/user/masternodes/server-config.rst:154 +#: ../../docs/user/masternodes/server-config.rst:160 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 " @@ -264,11 +272,11 @@ msgstr "" "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:164 +#: ../../docs/user/masternodes/server-config.rst:170 msgid "Update the system" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:166 +#: ../../docs/user/masternodes/server-config.rst:172 msgid "" "Now, while still as root, we will update the system from the Ubuntu package " "repository::" @@ -276,27 +284,63 @@ msgstr "" "Ahora, aunque todavía como raíz, actualizaremos el sistema desde el " "repositorio de paquetes de Ubuntu::" -#: ../../docs/user/masternodes/server-config.rst:172 +#: ../../docs/user/masternodes/server-config.rst:178 msgid "" "The system will show a list of upgradable packages. Press **Y** and " "**Enter** to install the packages." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:177 +#: ../../docs/user/masternodes/server-config.rst:182 +msgid "Disable IPv6" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:184 +msgid "" +"We recommend turning off IPv6 to avoid potential communication issues. If " +"you cannot do this through your VPS provider's server configuration " +"settings, use the following steps to disable it through the operating " +"system." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:188 +msgid "Check if IPv6 is enabled::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:192 +msgid "If multiple inet6 entries are returned, open sysctrl.conf::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:197 +msgid "" +"Add the following lines at the end of the file, then press **Ctrl + X** to " +"close the editor, then **Y** and **Enter** save the file.::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:204 +msgid "Load the changes::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:208 +msgid "" +"Finally, check if IPv6 was successfully disabled. No entries should be " +"returned when you run the command this time::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:214 msgid "Configure the firewall" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:179 +#: ../../docs/user/masternodes/server-config.rst:216 msgid "" "We will now install a firewall (and some other packages we will use later)::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:183 -#: ../../docs/user/masternodes/server-config.rst:225 +#: ../../docs/user/masternodes/server-config.rst:220 +#: ../../docs/user/masternodes/server-config.rst:259 msgid "(press **Y** and **Enter** to confirm)" msgstr "(presiona **Y** y **Entrar** para confirmar)" -#: ../../docs/user/masternodes/server-config.rst:185 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Choose the appropriate firewall configuration below based on which network " "and masternode type your masternode will support:" @@ -314,17 +358,17 @@ msgstr "" msgid "Testnet" msgstr "Red de prueba" -#: ../../docs/user/masternodes/server-config.rst:229 +#: ../../docs/user/masternodes/server-config.rst:263 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:231 +#: ../../docs/user/masternodes/server-config.rst:265 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:240 +#: ../../docs/user/masternodes/server-config.rst:274 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 " @@ -334,38 +378,38 @@ msgstr "" "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:250 +#: ../../docs/user/masternodes/server-config.rst:284 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:252 +#: ../../docs/user/masternodes/server-config.rst:286 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:258 +#: ../../docs/user/masternodes/server-config.rst:292 msgid "Create a new configuration file::" msgstr "Crea un nuevo archivo de configuración::" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:296 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:307 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:279 +#: ../../docs/user/masternodes/server-config.rst:313 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:283 +#: ../../docs/user/masternodes/server-config.rst:317 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -374,25 +418,25 @@ msgid "" "**Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:289 +#: ../../docs/user/masternodes/server-config.rst:323 msgid "" "Optionally install or update `AppArmor `_ (try this " "step if you are having problems related to AppArmor)::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:295 +#: ../../docs/user/masternodes/server-config.rst:329 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:297 +#: ../../docs/user/masternodes/server-config.rst:331 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:301 +#: ../../docs/user/masternodes/server-config.rst:335 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:305 +#: ../../docs/user/masternodes/server-config.rst:339 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a `public" 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 af0523d14..3d9e9ec8c 100644 --- a/locale/es/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/es/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -376,7 +376,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:252 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -890,3 +890,21 @@ msgid "" "`_ are two options that " "accept cryptocurrency." msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:631 +msgid "" +"Please make sure that the certificate chain file contains your server " +"certificate at the top and intermediate/root certificates if present. If a " +"bundle file is present, you need to concatenate it with the certificate " +"file::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:637 +msgid "" +"Verify the validity of the private key and certificate chain by running " +"these commands::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:642 +msgid "The output of these two commands should be the same." +msgstr "" diff --git a/locale/es/LC_MESSAGES/docs/user/mining/index.po b/locale/es/LC_MESSAGES/docs/user/mining/index.po index 791e18bbc..5cd6120a4 100644 --- a/locale/es/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/es/LC_MESSAGES/docs/user/mining/index.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" @@ -46,51 +46,12 @@ msgid "" "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." +"algorithm>`, which the miner must solve in order to earn rewards. A number " +"of X11 ASICs are available on the market, which help make Dash secure " +"against brute force attacks on the blockchain." 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." -#: ../../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." - -#: ../../docs/user/mining/index.rst:35 +#: ../../docs/user/mining/index.rst:20 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 " @@ -101,13 +62,13 @@ msgstr "" "hardware y la electricidad. Los siguientes enlaces proporcionan información " "actualizada:" -#: ../../docs/user/mining/index.rst:39 +#: ../../docs/user/mining/index.rst:24 msgid "`Hashrate `_" msgstr "" "`Velocidad de hash `_" -#: ../../docs/user/mining/index.rst:40 +#: ../../docs/user/mining/index.rst:25 msgid "" "`Mining difficulty `_" @@ -115,17 +76,17 @@ msgstr "" "`Dificultad de minado `_" -#: ../../docs/user/mining/index.rst:41 +#: ../../docs/user/mining/index.rst:26 msgid "" "`Profitability calculation tool " "`_" msgstr "" -#: ../../docs/user/mining/index.rst:44 +#: ../../docs/user/mining/index.rst:29 msgid "Masternodes vs. Mining" msgstr "Masternodes vs. Minería" -#: ../../docs/user/mining/index.rst:46 +#: ../../docs/user/mining/index.rst:31 msgid "" "Dash, like Bitcoin and most other cryptocurrencies, is based on a " "decentralized ledger of all transactions, known as a blockchain. This " @@ -148,20 +109,20 @@ msgstr "" "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 +#: ../../docs/user/mining/index.rst:41 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% " +"rewarded when miners discover new blocks. The breakdown is as follows: 80% " "of the block subsidy is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " +"distribution found :ref:`here `, while 20% is " "reserved for the budget system (created by superblocks every month)." msgstr "" -#: ../../docs/user/mining/index.rst:67 +#: ../../docs/user/mining/index.rst:52 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 " @@ -179,7 +140,7 @@ msgstr "" "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 +#: ../../docs/user/mining/index.rst:60 msgid "" "In short, miners power the first tier, which is the basic sending and " "receiving of funds and prevention of doublespending. Masternodes power the " @@ -202,33 +163,19 @@ msgstr "" " 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 +#: ../../docs/user/mining/index.rst:72 msgid "Mining Pools" msgstr "Pools de Minería" -#: ../../docs/user/mining/index.rst:89 +#: ../../docs/user/mining/index.rst:74 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." +"power." 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." - -#: ../../docs/user/mining/index.rst:97 -msgid "http://www.p2poolmining.us/p2poolnodes/" -msgstr "http://www.p2poolmining.us/p2poolnodes/" -#: ../../docs/user/mining/index.rst:99 +#: ../../docs/user/mining/index.rst:79 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" @@ -238,78 +185,53 @@ msgid "" " be found :ref:`here `." msgstr "" -#: ../../docs/user/mining/index.rst:107 +#: ../../docs/user/mining/index.rst:87 msgid "https://coinfoundry.org" msgstr "https://coinfoundry.org" -#: ../../docs/user/mining/index.rst:108 +#: ../../docs/user/mining/index.rst:88 msgid "https://mining.luxor.tech" msgstr "" -#: ../../docs/user/mining/index.rst:109 -msgid "https://dash.suprnova.cc" -msgstr "https://dash.suprnova.cc" - -#: ../../docs/user/mining/index.rst:110 +#: ../../docs/user/mining/index.rst:89 msgid "https://www.nicehash.com" msgstr "https://www.nicehash.com" -#: ../../docs/user/mining/index.rst:111 -msgid "https://www.coinotron.com" -msgstr "https://www.coinotron.com" - -#: ../../docs/user/mining/index.rst:112 +#: ../../docs/user/mining/index.rst:90 msgid "https://dash.miningpoolhub.com" msgstr "https://dash.miningpoolhub.com" -#: ../../docs/user/mining/index.rst:113 +#: ../../docs/user/mining/index.rst:91 msgid "https://www.multipool.us" msgstr "https://www.multipool.us" -#: ../../docs/user/mining/index.rst:114 +#: ../../docs/user/mining/index.rst:92 msgid "https://www.f2pool.com" msgstr "https://www.f2pool.com" -#: ../../docs/user/mining/index.rst:115 -msgid "https://www2.coinmine.pl/dash/" -msgstr "" - -#: ../../docs/user/mining/index.rst:116 +#: ../../docs/user/mining/index.rst:93 msgid "https://www.antpool.com" msgstr "https://www.antpool.com" -#: ../../docs/user/mining/index.rst:117 -msgid "https://avalon-life.io" -msgstr "https://avalon-life.io" - -#: ../../docs/user/mining/index.rst:118 -msgid "https://www.genesis-mining.com" -msgstr "https://www.genesis-mining.com" - -#: ../../docs/user/mining/index.rst:119 +#: ../../docs/user/mining/index.rst:94 msgid "https://www.viabtc.com" msgstr "" -#: ../../docs/user/mining/index.rst:120 +#: ../../docs/user/mining/index.rst:95 msgid "https://zpool.ca" msgstr "" -#: ../../docs/user/mining/index.rst:122 +#: ../../docs/user/mining/index.rst:97 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" +"exercise discretion when using third-party services. If you'd like to be " +"added to this list, please open an issue on the `GitHub repository " +"`_." 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" -#: ../../docs/user/mining/index.rst:129 +#: ../../docs/user/mining/index.rst:104 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 " @@ -319,482 +241,11 @@ msgstr "" "para recibir tu pago. Para hacer esto en la billetera Dash Core, ver " ":ref:`aquí `." -#: ../../docs/user/mining/index.rst:143 -msgid "CPU Mining" -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." -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." - -#: ../../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 "" -"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 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:159 ../../docs/user/mining/index.rst:293 -msgid "" -"`Dash Forum Mining Discussions " -"`_" -msgstr "" -"`Foro de discusión de minería de Dash " -"`_" - -#: ../../docs/user/mining/index.rst:160 ../../docs/user/mining/index.rst:294 -msgid "" -"`Bitcoin Talk Altcoin Mining Discussions " -"`_" -msgstr "" -"`Discusiones de minería de Altcoins en Bitcoin Talk " -"`_" - -#: ../../docs/user/mining/index.rst:163 ../../docs/user/mining/index.rst:297 -msgid "Mining software" -msgstr "Software de minería" - -#: ../../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 "" -"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" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:178 -msgid "CPU-Z showing details for an Intel i7 Haswell CPU" -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:" -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 " -"específicas, como estos:" - -#: ../../docs/user/mining/index.rst:185 -msgid "https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c" -msgstr "https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c" - -#: ../../docs/user/mining/index.rst:186 -msgid "https://github.com/tpruvot/cpuminer-multi" -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 " -"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 " -"específicas admiten. La carpeta debería verse más o menos así:" - -#: ../../docs/user/mining/index.rst:198 -msgid "Executable CPU miners for Dash" -msgstr "Mineros de CPU ejecutables para Dash" - -#: ../../docs/user/mining/index.rst:201 ../../docs/user/mining/index.rst:345 -msgid "Configuration" -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::" - -#: ../../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::" -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::" - -#: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 -msgid "Where:" -msgstr "Donde:" - -#: ../../docs/user/mining/index.rst:220 -msgid "minerd = the executable miner daemon file you choose to use" -msgstr "minerd = el archivo daemon de minero ejecutable que eliges usar" - -#: ../../docs/user/mining/index.rst:221 -msgid "a = algorithm, which is X11 for Dash" -msgstr "a = algoritmo, que es X11 para Dash" - -#: ../../docs/user/mining/index.rst:222 -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" -msgstr "" -"u = nombre de usuario, generalmente la dirección de recepción, de tu " -"billetera o trabajador, de Dash" - -#: ../../docs/user/mining/index.rst:224 -msgid "p = password, can often be set to x" -msgstr "p = contraseña, a menudo se puede establecer en x" - -#: ../../docs/user/mining/index.rst:225 -msgid "t = number of threads used" -msgstr "t = número de hilos utilizados" - -#: ../../docs/user/mining/index.rst:226 -msgid "pause = keeps the window open in the case of errors" -msgstr "pause = mantiene la ventana abierta en el caso de errores" - -#: ../../docs/user/mining/index.rst:228 -msgid "For the CPU in the example above, the command may be::" -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" - -#: ../../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." -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 " -"descomprimidos *minerd*." - -#: ../../docs/user/mining/index.rst:243 ../../docs/user/mining/index.rst:392 -msgid "Testing" -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." -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 " -"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." - -#: ../../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" - -#: ../../docs/user/mining/index.rst:260 -msgid "Tips" -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." -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." - -#: ../../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." -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." - -#: ../../docs/user/mining/index.rst:277 -msgid "GPU Mining" -msgstr "Minería con GPU" - -#: ../../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 "" -"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." -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." - -#: ../../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 "" -"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 " -"`_ para identificar tu GPU hardware:" - -#: ../../docs/user/mining/index.rst:309 -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" - -#: ../../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 "" -"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." - -#: ../../docs/user/mining/index.rst:318 -msgid "**AMD**" -msgstr "**AMD**" - -#: ../../docs/user/mining/index.rst:320 -msgid "https://github.com/nicehash/sgminer/releases" -msgstr "https://github.com/nicehash/sgminer/releases" - -#: ../../docs/user/mining/index.rst:322 -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 (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)" -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:" -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í:" - -#: ../../docs/user/mining/index.rst:335 -msgid "Executable GPU miners for Dash" -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." -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 " -"archivo ejecutable puede ser diferente para mineros con diferentes " -"optimizaciones, por ejemplo ccminer para tarjetas NVIDIA." - -#: ../../docs/user/mining/index.rst:355 -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::" - -#: ../../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" -msgstr "" -"grupos = define una lista de grupos (en este caso, solo uno) hacia los " -"cuales se dirige el poder de hash" - -#: ../../docs/user/mining/index.rst:373 -msgid "url = URL of your mining pool, including the protocol and port" -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" -msgstr "" -"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" -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" -msgstr "" -"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:" -msgstr "Para el grupo anterior, la configuración puede ser:" - -#: ../../docs/user/mining/index.rst:385 -msgid "Configuration file for a Dash GPU miner" -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." -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 " -"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." -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." - -#: ../../docs/user/mining/index.rst:403 -msgid "" -"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" - -#: ../../docs/user/mining/index.rst:410 +#: ../../docs/user/mining/index.rst:120 msgid "ASIC Mining" msgstr "Minería con ASIC" -#: ../../docs/user/mining/index.rst:412 +#: ../../docs/user/mining/index.rst:122 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" @@ -807,25 +258,18 @@ msgstr "" "eficiencia que los mineros que usan CPU o GPU, lo que resulta en mayores " "ganancias." -#: ../../docs/user/mining/index.rst:417 +#: ../../docs/user/mining/index.rst:127 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 `_." +"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 " -"`_." -#: ../../docs/user/mining/index.rst:424 +#: ../../docs/user/mining/index.rst:134 msgid "" "The following X11 ASIC miners are available on the market today, click the " "product name to visit the manufacturer's website:" @@ -833,31 +277,31 @@ 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:" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Name" msgstr "Nombre" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Hash rate" msgstr "Velocidad de Hash" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Power" msgstr "Poder" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Weight" msgstr "Peso" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Dimensions (mm)" msgstr "Dimensiones (mm)" -#: ../../docs/user/mining/index.rst:428 +#: ../../docs/user/mining/index.rst:138 msgid "Price" msgstr "Precio" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "" "`Bitmain Antminer D5 " "`_" @@ -865,391 +309,80 @@ msgstr "" "`Bitmain Antminer D5 " "`_" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "119 GH/s ±5%" msgstr "119 GH/s ±5%" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "1566 W" msgstr "1566 W" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "7.5 kg" msgstr "7.5 kg" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "486 x 265 x 388" msgstr "486 x 265 x 388" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "$1,180" msgstr "$1,180" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "`Spondoolies SPx36 `_" msgstr "" "`Spondoolies SPx36 `_" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "540 GH/s ±10%" msgstr "540 GH/s ±10%" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "4400 W" msgstr "4400 W" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "19.5 kg" msgstr "19.5 kg" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "640 x 525 x 185" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "$7,000" msgstr "$7,000" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "" "`StrongU STU-U6 `_" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "420 GH/s ±8%" msgstr "" -#: ../../docs/user/mining/index.rst:434 ../../docs/user/mining/index.rst:478 +#: ../../docs/user/mining/index.rst:144 msgid "2100 W" msgstr "2100 W" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "8.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "370 x 135 x 208" msgstr "" -#: ../../docs/user/mining/index.rst:437 +#: ../../docs/user/mining/index.rst:147 msgid "ASIC resellers may also have miners available:" msgstr "" -#: ../../docs/user/mining/index.rst:439 +#: ../../docs/user/mining/index.rst:149 msgid "http://kaboomracks.com" msgstr "" -#: ../../docs/user/mining/index.rst:440 +#: ../../docs/user/mining/index.rst:150 msgid "https://brokerage.luxor.tech/dashboard" 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." -msgstr "" -"Los siguientes mineros de ASIC ya no están disponibles o son obsoletos " -"debido al aumento de la dificultad en la red." - -#: ../../docs/user/mining/index.rst:448 -msgid "`Baikal BK-X `_" -msgstr "`Baikal BK-X `_" - -#: ../../docs/user/mining/index.rst:448 -msgid "10 GH/s ±5%" -msgstr "10 GH/s ±5%" - -#: ../../docs/user/mining/index.rst:448 -msgid "800 W" -msgstr "800 W" - -#: ../../docs/user/mining/index.rst:448 -msgid "3.8 kg" -msgstr "3.8 kg" - -#: ../../docs/user/mining/index.rst:448 -msgid "312 x 125 x 130" -msgstr "312 x 125 x 130" - -#: ../../docs/user/mining/index.rst:450 -msgid "`Baikal Mini `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "150 MH/s ±10%" -msgstr "150 MH/s ±10%" - -#: ../../docs/user/mining/index.rst:450 -msgid "40 W" -msgstr "40 W" - -#: ../../docs/user/mining/index.rst:450 -msgid ".475 kg" -msgstr ".475 kg" - -#: ../../docs/user/mining/index.rst:450 -msgid "140 x 100 x 95" -msgstr "140 x 100 x 95" - -#: ../../docs/user/mining/index.rst:452 -msgid "`Baikal Giant+ A2000 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "2000 MH/s ±10%" -msgstr "2000 MH/s ±10%" - -#: ../../docs/user/mining/index.rst:452 -msgid "430 W" -msgstr "430 W" - -#: ../../docs/user/mining/index.rst:452 ../../docs/user/mining/index.rst:456 -msgid "3 kg" -msgstr "3 kg" - -#: ../../docs/user/mining/index.rst:452 -msgid "300 x 140 x 125" -msgstr "300 x 140 x 125" - -#: ../../docs/user/mining/index.rst:454 -msgid "`Baikal Giant A900 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "900 MH/s ±5%" -msgstr "900 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:454 -msgid "217 W" -msgstr "217 W" - -#: ../../docs/user/mining/index.rst:454 -msgid "2.5 kg" -msgstr "2.5 kg" - -#: ../../docs/user/mining/index.rst:454 -msgid "300 x 123 x 123" -msgstr "300 x 123 x 123" - -#: ../../docs/user/mining/index.rst:456 -msgid "`Baikal Quad Cube `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "1200 MH/s ±10%" -msgstr "1200 MH/s ±10%" - -#: ../../docs/user/mining/index.rst:456 -msgid "300 W" -msgstr "300 W" - -#: ../../docs/user/mining/index.rst:456 -msgid "135 x 135 x 425" -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 "17 GH/s ±5%" - -#: ../../docs/user/mining/index.rst:458 -msgid "970 W" -msgstr "970 W" - -#: ../../docs/user/mining/index.rst:458 -msgid "6.5 kg" -msgstr "6.5 kg" - -#: ../../docs/user/mining/index.rst:458 -msgid "320 x 130 x 190" -msgstr "320 x 130 x 190" - -#: ../../docs/user/mining/index.rst:460 -msgid "`iBelink DM384M `_" -msgstr "`iBelink DM384M `_" - -#: ../../docs/user/mining/index.rst:460 -msgid "384 MH/s ±10%" -msgstr "384 MH/s ±10%" - -#: ../../docs/user/mining/index.rst:460 -msgid "715 W" -msgstr "715 W" - -#: ../../docs/user/mining/index.rst:460 -msgid "21 kg" -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 "490 x 350 x 180" - -#: ../../docs/user/mining/index.rst:462 -msgid "`iBelink DM11G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 -msgid "11 GH/s ±5%" -msgstr "11 GH/s ±5%" - -#: ../../docs/user/mining/index.rst:462 ../../docs/user/mining/index.rst:464 -msgid "810 W" -msgstr "810 W" - -#: ../../docs/user/mining/index.rst:462 -msgid "22 kg" -msgstr "22 kg" - -#: ../../docs/user/mining/index.rst:464 -msgid "`iBelink DM22G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "22 GH/s ±5%" -msgstr "22 GH/s ±5%" - -#: ../../docs/user/mining/index.rst:464 -msgid "19 kg" -msgstr "19 kg" - -#: ../../docs/user/mining/index.rst:466 -msgid "Pinidea DR-1" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "500 MH/s ±10%" -msgstr "500 MH/s ±10%" - -#: ../../docs/user/mining/index.rst:466 -msgid "320 W" -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 "4.5 kg" - -#: ../../docs/user/mining/index.rst:466 -msgid "290 x 130 x 150" -msgstr "290 x 130 x 150" - -#: ../../docs/user/mining/index.rst:468 -msgid "Pinidea DR-2" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 -msgid "450 MH/s ±5%" -msgstr "450 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:468 -msgid "335 W" -msgstr "335 W" - -#: ../../docs/user/mining/index.rst:468 ../../docs/user/mining/index.rst:470 -msgid "200 x 165 x 135" -msgstr "200 x 165 x 135" - -#: ../../docs/user/mining/index.rst:470 -msgid "Pinidea DR-3" -msgstr "" - -#: ../../docs/user/mining/index.rst:470 -msgid "600 MH/s ±5%" -msgstr "600 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:470 -msgid "345 W" -msgstr "345 W" - -#: ../../docs/user/mining/index.rst:472 -msgid "Pinidea DU-1" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "9 MH/s ±5%" -msgstr "9 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:472 -msgid "7 W" -msgstr "7 W" - -#: ../../docs/user/mining/index.rst:472 -msgid "50 x 50 x 30" -msgstr "50 x 50 x 30" - -#: ../../docs/user/mining/index.rst:474 -msgid "Pinidea DRX-Kuznetsov" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 -msgid "900 MH/s ±5%" -msgstr "900 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:474 -msgid "650 W" -msgstr "650 W" - -#: ../../docs/user/mining/index.rst:474 ../../docs/user/mining/index.rst:476 -msgid "280 x 180 x 150" -msgstr "280 x 180 x 150" - -#: ../../docs/user/mining/index.rst:476 -msgid "Pinidea DRX-Varyag" -msgstr "" - -#: ../../docs/user/mining/index.rst:476 -msgid "1200 MH/s ±5%" -msgstr "1200 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:476 -msgid "850 W" -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 "56 GH/s ±5%" - -#: ../../docs/user/mining/index.rst:478 -msgid "17 kg" -msgstr "17 kg" - -#: ../../docs/user/mining/index.rst:478 -msgid "490 x 390 x 180" -msgstr "490 x 390 x 180" - -#: ../../docs/user/mining/index.rst:480 -msgid "" -"`Innosilicon A5 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "32 GH/s ±8%" -msgstr "32 GH/s ±8%" - -#: ../../docs/user/mining/index.rst:480 -msgid "750 W" -msgstr "750 W" - -#: ../../docs/user/mining/index.rst:480 -msgid "3.1 kg" -msgstr "3.1 kg" - -#: ../../docs/user/mining/index.rst:480 -msgid "400 x 135 x 158" -msgstr "400 x 135 x 158" diff --git a/locale/es/LC_MESSAGES/docs/user/mining/pools.po b/locale/es/LC_MESSAGES/docs/user/mining/pools.po index 9607b1589..456560b19 100644 --- a/locale/es/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/es/LC_MESSAGES/docs/user/mining/pools.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/network/dash-evo-tool/index.po b/locale/es/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po new file mode 100644 index 000000000..fcc3df6f9 --- /dev/null +++ b/locale/es/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po @@ -0,0 +1,609 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2024, Dash Core Group, Inc +# This file is distributed under the same license as the Dash package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Tomas Alfaro , 2024 +# Ivan SIerraalta , 2024 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Dash latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" +"PO-Revision-Date: 2024-11-18 17:41+0000\n" +"Last-Translator: Ivan SIerraalta , 2024\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/dash-evo-tool/index.rst-1 +msgid "Description of dash evo tool features and usage" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst-1 +msgid "dash, platform, evonode, masternodes, dash evo tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:9 +msgid "Dash Evo Tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:11 +msgid "" +"Dash Evo Tool is an application designed to help you vote on usernames, " +"withdraw evonode credits, and complete an expanding list of Platform " +"actions. This guide describes how to download, install, and use the Dash Evo" +" Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:18 +msgid "Installation" +msgstr "Instalación" + +#: ../../docs/user/network/dash-evo-tool/index.rst:22 +msgid "" +"The Dash Evo Tool requires a Dash Core full node configured to allow RPC and" +" ZMQ access." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:24 +msgid "" +"Linux, MacOS, or Windows packages are available on the `GitHub releases page" +" `__. Download the" +" zip file for your Operating System, then unzip the downloaded file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:28 +msgid "" +"`Windows `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:29 +msgid "" +"`Mac (ARM m1-m4) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:30 +msgid "" +"`Mac (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:31 +msgid "" +"`Linux (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:32 +msgid "" +"`Linux (ARM) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:37 +msgid "Configuration" +msgstr "Configuración" + +#: ../../docs/user/network/dash-evo-tool/index.rst:39 +msgid "Open the directory where the download was unzipped." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:40 +msgid "" +"Open the ``.env`` file (you may need to show hidden files to see it). For " +"the network you plan to connect to, make the following changes. Replace the " +"``*`` with the network name (MAINNET or TESTNET):" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:44 +msgid "" +"Update ``*_CORE_RPC_USER`` to match the ``rpcuser`` value from your Dash " +"Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:45 +msgid "" +"Update ``*_CORE_RPC_PASSWORD`` to match the ``rpcpassword`` value from your " +"Dash Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:47 +msgid "" +"If your dash.conf includes ``rpcallowip``, update ``*_CORE_HOST`` with that " +"IP address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:48 +msgid "" +"If your dash.conf includes ``rpcport``, update ``*_CORE_RPC_PORT`` with that" +" port." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:49 +msgid "" +"(*Optional*) If you are going to run Dash Core manually instead of launching" +" it via the Dash Evo Tool, you must enable ZMQ by adding the following lines" +" to your dash.conf file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Mainnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Testnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:72 +msgid "" +"The default location of the ``dash.conf`` file can be found in the " +":ref:`Dash Core documentation `. At a minimum, the following " +"values must be defined for RPC access to be enabled:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:82 +msgid "Updating the env file" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:84 +msgid "" +"When the application runs for the first time, it creates a application " +"directory and copies the ``.env`` file into it. It also stores application " +"data in the directory. Any further updates to the ``.env`` file must be made" +" to the copy in the application directory." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Operating System" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Configuration File Path" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "macOS" +msgstr "macOS" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "~/Library/Application Support/Dash-Evo-Tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "Windows" +msgstr "Windows" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "C:\\\\Users\\\\\\\\AppData\\\\Roaming\\\\Dash-Evo-Tool\\\\config" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "Linux" +msgstr "Linux" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "/home//.config/dash-evo-tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:99 +msgid "Running the application" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:101 +msgid "" +"Once the ``.env`` file is configured, launch the Dash Evo Tool by double-" +"clicking the file named ``dash-evo-tool``." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:104 +msgid "" +"Alternatively, you can launch the application directly from your terminal. " +"For example, on Linux, run::" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:112 +msgid "Network selection" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:114 +msgid "" +"The Dash Evo Tool supports both testnet and mainnet. To choose a network, " +"navigate to the Network Selection screen and click the checkbox in the " +"Select column for the desired network. Then click the **Start** button on " +"that row to launch Dash Core." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:122 +msgid "" +"You can also launch Dash Core manually without using the Dash Evo Tool. This" +" may be necessary if Dash Core is installed in a non-standard location. When" +" launching Dash Core manually, you must enable ZMQ as described in " +":hoverxref:`Configuration Step 3 `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:130 +msgid "Network selection screen with testnet selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:135 +msgid "Identity operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:140 +msgid "Load existing identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:142 +msgid "" +"On the main identity screen, click the **Load Identity** button on the upper" +" right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:149 +#: ../../docs/user/network/dash-evo-tool/index.rst:213 +msgid "Identity screen with no loaded identities" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:151 +msgid "" +"Some identity types require different information. Use the **Identity Type**" +" dropdown menu to select the type you want to add. In this example, an " +"evonode identity is being added." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:158 +msgid "Identity load screen for evonode" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:164 +msgid "" +"Your collateral key is **not** required. Do not enter it into the Dash Evo " +"Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:166 +msgid "" +"Add the Identity ID and Owner Private Key. You may also want to add the " +"Voting Private Key, but adding the Payout Address Private Key is **not** " +"recommended. For a masternode or evonode, use the protx hash as the Identity" +" ID." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:170 +msgid "" +"If you use the `Dash Masternode Tool `_, you can get the protx hash and private keys from the " +"masternode details screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:177 +msgid "Dash Masternode Tool" +msgstr "Herramienta Dash Masternode" + +#: ../../docs/user/network/dash-evo-tool/index.rst:179 +msgid "" +"Click **Load Identity** once you have entered the required information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:185 +msgid "Identity load screen with evonode info filled out" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:187 +msgid "" +"Once the identity is loaded, you can view its balance and details about its " +"keys. For evonodes, you can also initiate :ref:`withdrawals `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:194 +#: ../../docs/user/network/dash-evo-tool/index.rst:270 +msgid "Identity screen with an evonode identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:199 +msgid "Create new identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:203 +msgid "" +"Before creating an identity, make sure you have :ref:`added a Dash Evo Tool " +"wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:206 +msgid "" +"On the main identity screen, click the **Create Identity** button on the " +"upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:215 +msgid "" +"On the create identity screen, leave the first two options set to the " +"default and select the funding method. Then, send the requested amount of " +"DASH to the provided address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:222 +msgid "Waiting for funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:224 +msgid "" +"The status will change from \"Waiting for funds\" to \"Waiting for Platform " +"acknowledgement\" once the funds have been received and the identity " +"registration process has started." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:231 +msgid "Waiting for Platform acknowledgement" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:233 +msgid "" +"Once the identity has been registered, you can choose to return to the " +"identity screen or proceed to :ref:`registering a name `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:240 +msgid "Identity creation success" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:247 +msgid "Identity screen with an identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:252 +msgid "Evonode withdrawals" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:256 +msgid "" +"Withdrawal requests enter a queue that is currently processed more slowly " +"than intended. Depending on the timing of the withdrawal request, it may " +"take up to 18 hours to complete." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:259 +msgid "" +"For security, there is also a limit on how much can be withdrawn from " +"Platform daily. If withdrawal requests hit the daily limit, they will remain" +" in the queue longer. For details, see this `DCG development update " +"`_." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:264 +msgid "" +"From the identity main screen, click the **Withdraw** button for an " +"identity." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:272 +msgid "" +"On the withdrawal screen, select the key to sign the withdrawal. Selecting " +"the owner key is recommended since this will direct the withdrawal to the " +"payout address. Next, set the amount to withdraw." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:278 +msgid "" +"The **Max** button currently has a bug and sets the withdrawal amount in " +"credits instead of DASH, so you will need to manually adjust the amount if " +"you use that button." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:281 +msgid "Click **Withdraw** after entering the information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:287 +msgid "Withdraw screen with key and amount selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:289 +msgid "" +"When the withdrawal confirmation screen opens, confirm that the amount and " +"destination address are correct. Click **Confirm** to request the " +"withdrawal." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:296 +msgid "Withdrawal confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:301 +msgid "Name operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:306 +msgid "Register name" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:308 +msgid "" +"After :ref:`creating an identity `, you can " +"register a name for it. From the main name screen, click the **Register " +"Name** button on the upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:315 +msgid "Name screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:317 +msgid "" +"First, select the identity to register a name for. This step will be " +"automatically done if you are registering a name as part of the identity " +"creation process." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:320 +msgid "" +"Next, enter the desired name. Notification will be provided if you selected " +"a contested name and the estimated cost will be displayed. Click **Register " +"Name** to complete the registration." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:327 +msgid "Name registration" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:329 +msgid "" +"Upon successful registration, you can see the name on the **My usernames** " +"screen along with any other names you have registered." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:336 +msgid "Name registered successfully" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:341 +msgid "Vote for names" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:343 +msgid "" +"The Voting screen displays a list of names that are currently require a " +"vote. Click the **Refresh** button to update the screen at any time." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:348 +msgid "" +"Voting can only be done by masternodes and evonodes, and each node can only " +"modify its vote four times. See the :ref:`load identity section ` for instructions on importing your keys." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:355 +msgid "Voting screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:357 +msgid "" +"To vote for a contestant, click on an entry in the Contestants column. You " +"can also vote to Lock the name or Abstain by clicking the value in those " +"columns. You will be prompted to load an evonode or masternode identity if " +"you have not already done so." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:361 +msgid "" +"After clicking one of the contestants, vote for that identity to receive the" +" name by clicking one of your specific identities on the Vote Confirmation " +"screen. Click **All** to vote with all your loaded identities " +"simultaneously." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:369 +msgid "Vote confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:371 +msgid "" +"See the `DPNS page " +"`_ for more voting details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:378 +msgid "Wallet operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:382 +msgid "" +"The Dash Evo Tool wallet features only work if your Dash Core node has a " +"single wallet open. **If you have multiple wallets open in Dash Core, close " +"all of them except the one used by the Dash Evo Tool.**" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:389 +msgid "Create wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:391 +msgid "" +"This tool includes a basic wallet feature to support identity registration. " +"Wallets can be added from the wallet screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:396 +msgid "" +"Since this tool adds watching-only addresses to Dash Core when creating " +"identities, it is recommended to close all existing Dash Core wallets and " +":ref:`create a new, empty wallet ` for the Dash Evo Tool. Also, make sure to :ref:`backup your Dash " +"Core wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:401 +msgid "Click **Add Wallet** to create a new wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:407 +msgid "Wallet screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:409 +msgid "" +"After creating extra randomness with the mouse, select your preferred " +"language and click **Generate** to display you passphrase. Write it down and" +" store it securely, then click the checkbox in step 3 to confirm." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:413 +msgid "" +"Next, enter a wallet name and optionally add a password before clicking " +"**Save Wallet** to store the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:420 +msgid "Wallet create screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:425 +msgid "Use wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:427 +msgid "Select your wallet using the dropdown box." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:433 +msgid "Select wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:438 +msgid "Funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:440 +msgid "" +"Several tabs display wallet details. The Funds tab shows your receiving " +"addresses. Click **Add Receiving Address** if you want to add additional " +"addresses to fund the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:447 +msgid "Wallet Funds tab" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:449 +msgid "" +"After adding addresses, they will appear in a table with balance and other " +"details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:455 +msgid "Wallet with address added" +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 5f0998dce..ae568ba91 100644 --- a/locale/es/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/es/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -101,7 +101,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:65 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -450,20 +450,390 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:362 msgid "" -"Once the new version is installed, reset the configuration and services " -"using ``--keep-data`` so the existing data is retained. Then, update the " -"dashmate services::" +"Once the new version of dashmate is installed, update dash service docker " +"images::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:368 +#: ../../docs/user/network/dashmate/index.rst:366 msgid "Finally, restart dashmate::" msgstr "" +#: ../../docs/user/network/dashmate/index.rst:371 +msgid "Troubleshooting" +msgstr "" + #: ../../docs/user/network/dashmate/index.rst:375 -msgid "Collecting logs" +msgid "" +"Only enable logs if you have :ref:`configured log rotation ` to avoid running out of disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:378 +msgid "" +"The following sections describe how to enable log rotation, set up file " +"logging for Core and Platform, adjust log levels, and collect the logs for " +"analysis." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:382 +msgid "Dashmate log overview" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:384 +msgid "" +"Dashmate logs for each service are stored within its Docker container. " +"Although this is typically sufficient, more advanced options are sometimes " +"needed to adjust the log level, output format, or destination. Several cases" +" include when you need to:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:388 +msgid "Modify the level of detail provided in the logs (e.g., debug vs info)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:389 +msgid "" +"Provide data to a log server (e.g., `Elasticsearch " +"`_)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:390 +msgid "Store persistent file logs external to the Docker containers" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:391 +msgid "Use log monitoring tools to track service health" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:393 +msgid "" +"For example, since the default dashmate logs are only stored in the Docker " +"containers, they are lost if the container is removed for some reason (new " +"Docker image, dashmate reset, failure, etc.). Therefore, you may want to " +"store persistent log files external to Docker while troubleshooting an issue" +" to ensure valuable log data cannot be lost." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:401 +msgid "Set up log rotation" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:403 +msgid "" +"By default, dashmate logs are not written to the docker host file system. At" +" times you may want to write them to the host file system. Before enabling " +"logging, it is important to configure log rotation to avoid running out of " +"disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:407 +msgid "Create a new logrotate configuration file for dashmate logs:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:413 +msgid "" +"Paste in the following configuration and replace the example path one that " +"matches your system. This example configuration rotates logs daily and " +"retains seven historical files for each log file type. Historical files are " +"each limited to 1GB." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:430 +msgid "" +"Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:434 +msgid "" +"For additional log rotation details, see `this configuration tutorial " +"`_ or check out the `logrotate man pages " +"`_." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:442 +msgid "Configure Core logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:445 +msgid "Enable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:447 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Core logs on" +" the host file system. Replace the example path with one that matches your " +"system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:457 +msgid "Toggle debug logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:459 +msgid "" +"To enable debug logging for additional details, run the following command. " +"Debug logs can be turned off by setting the value back to ``false``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:0 +msgid "Advanced debug logging" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:468 +msgid "" +"Dashmate supports some advanced debug log options provided by Dash Core. The" +" following boolean ``core.log.debug`` settings correspond directly to the " +"parameters described in the `Core documentation " +"`_: ``ips``, " +"``sourceLocations``, ``threadNames``, and ``timeMicros``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:474 +msgid "**Dashmate Debug Log Options**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +msgid "**Setting**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Description**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "``ips``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "Logs the IP addresses of incoming and outgoing connections" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "``sourceLocations``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "" +"Logs the source locations (file and line number) for debugging information" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "``threadNames``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "Logs the names of the threads used for various operations" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "``timeMicros``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "" +"Logs timestamps with microsecond precision for detailed performance analysis" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Filter Option**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "``includeOnly``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "" +"Log only the specified categories (e.g., ``[\"net\", \"rpc\"]``). If empty, " +"all categories will be logged" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "``exclude``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "" +"Excludes specified categories from logging (e.g., ``[\"rpc\", " +"\"instantsend\"]``)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:505 +msgid "View current log settings" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:507 +msgid "To view the current Core log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:514 +msgid "Disable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:516 +msgid "" +"To disable logging to a file outside the container, reset the log path to " +"``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:525 +msgid "Configure Platform logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:527 +msgid "" +"For troubleshooting flexibility, dashmate provides independent log " +"configuration for the Platform Gateway, Drive ABCI, and Tenderdash. Each " +"service can be configured with the most helpful log level and output format." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:534 +msgid "Gateway logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:536 +msgid "" +"The Platform gateway has two types of logs: service logs and access logs. " +"Service logs are directed to stdout, while access logs can be configured to " +"go to stdout, stderr, or to a file. If all logs are directed to stdout, the " +"output will be a mixture of service and access data." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:540 +#: ../../docs/user/network/dashmate/index.rst:604 +#: ../../docs/user/network/dashmate/index.rst:671 +msgid "**Enable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:542 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"gateway access logs on the host file system. The example below adds file " +"logging while also keeping the default stdout logging. Replace the example " +"path with one that matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:562 +#: ../../docs/user/network/dashmate/index.rst:626 +#: ../../docs/user/network/dashmate/index.rst:680 +msgid "**Disable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:564 +msgid "" +"To disable logging to a file, remove the file config from the accessLogs " +"setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:576 +#: ../../docs/user/network/dashmate/index.rst:641 +#: ../../docs/user/network/dashmate/index.rst:688 +msgid "**Change log level**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:578 +msgid "" +"Platform gateway service logs support several levels of detail. In " +"increasing order of detail they are: ``critical``, ``error``, ``warn``, " +"``info`` (default), ``debug``, and ``trace``. To disable service logs, set " +"the log level to ``off``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:582 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.gateway.log.level`` value. For example, run these commands to " +"change the gateway service log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:591 +#: ../../docs/user/network/dashmate/index.rst:658 +#: ../../docs/user/network/dashmate/index.rst:704 +msgid "**View log settings**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:593 +#: ../../docs/user/network/dashmate/index.rst:660 +msgid "To view the current Platform gateway log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:602 +msgid "Drive ABCI logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:606 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"ABCI logs on the host file system. Replace the example path with one that " +"matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:628 +msgid "" +"To disable logging to a file, remove the file config from the logs setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:643 +msgid "" +"Drive ABCI logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:648 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log levels for file logging and stdout logging to debug on " +"your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:669 +msgid "Tenderdash logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:673 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Tenderdash " +"logs on the host file system. Replace the example path with one that matches" +" your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:682 +msgid "To disable logging to a file, set the path back to ``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:690 +msgid "" +"Tenderdash logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:377 +#: ../../docs/user/network/dashmate/index.rst:695 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:706 +msgid "To view the current Tenderdash log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:715 +msgid "Collect logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:717 msgid "" "Dashmate includes the doctor command to make troubleshooting and log " "reporting easier. The dashmate doctor command collects important debugging " @@ -471,56 +841,83 @@ msgid "" "sent to the support team if necessary. This report includes:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:381 +#: ../../docs/user/network/dashmate/index.rst:721 msgid "" "**Operating System**: Details about the architecture, CPU, memory, and swap" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:382 +#: ../../docs/user/network/dashmate/index.rst:722 msgid "" "**Docker**: Status and logs (exit codes, stdout, stderr) for each service" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:383 +#: ../../docs/user/network/dashmate/index.rst:723 msgid "" "**Core RPC**: Essential details like the best ChainLock, quorums, blockchain" " information, peers, and masternode status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:384 +#: ../../docs/user/network/dashmate/index.rst:724 msgid "" "**Tenderdash RPC**: Status, genesis, network information, ABCI details, and " "a consensus state dump" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:385 +#: ../../docs/user/network/dashmate/index.rst:725 msgid "" "**Metrics**: Tenderdash and Drive metrics (if enabled in the configuration)" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:387 +#: ../../docs/user/network/dashmate/index.rst:727 msgid "To create a report, run ``dashmate doctor`` and select **Yes**::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:395 +#: ../../docs/user/network/dashmate/index.rst:735 msgid "Run the doctor command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:397 +#: ../../docs/user/network/dashmate/index.rst:737 msgid "" "Upon successful completion, the full path to the report archive is " "displayed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:403 +#: ../../docs/user/network/dashmate/index.rst:743 msgid "Doctor output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:406 +#: ../../docs/user/network/dashmate/index.rst:748 +msgid "Metrics" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:750 +msgid "" +"To provide better network visibility to DCG developers for troubleshooting, " +"volunteers can contribute metrics to the DCG metrics server." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:753 +msgid "Enable metrics on your dashmate node" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:776 +msgid "" +"Grant access to metrics from the DCG metrics server (34.219.3.238) by " +"updating your network configuration (i.e., your firewall, AWS security " +"groups, etc.)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:779 +msgid "" +"Provide DCG with your IP address and port so it can be added to the DCG " +"Prometheus server" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:782 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:408 +#: ../../docs/user/network/dashmate/index.rst:784 msgid "" "For further documentation see the `dashmate repository " "`__." 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 871aaaa0b..6d826b5c9 100644 --- a/locale/es/LC_MESSAGES/docs/user/network/electrumx-server.po +++ b/locale/es/LC_MESSAGES/docs/user/network/electrumx-server.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/advanced-functions.po b/locale/es/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index 3063287ea..bb1e2999e 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 @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/getting-started.po b/locale/es/LC_MESSAGES/docs/user/wallets/android/getting-started.po index 40c54e884..0a5823920 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 @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/index.po b/locale/es/LC_MESSAGES/docs/user/wallets/android/index.po index 936c8f685..7592578b8 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/android/index.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/android/index.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/installation.po b/locale/es/LC_MESSAGES/docs/user/wallets/android/installation.po index 77b9832bc..0f05888bb 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/android/installation.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/android/installation.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/advanced.po b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index b3bb7bade..612e2cd69 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/backup.po b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index 1697be59b..52b40e17b 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/backup.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/backup.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/cmd-rpc.po b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po index e185d596c..44b3f5787 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 @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: JZA , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" 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 bddcd1b19..7f69137fa 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 @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/index.po b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/index.po index 0de59bef5..49d3b5a8a 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/index.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/index.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/installation-linux.po b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index c3db7b019..e226fd49b 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 @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alejandro Echeverria , 2023\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" @@ -156,7 +156,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:92 msgid "" -"This will create a folder named ``dashcore-21.1.0`` in the current working " +"This will create a folder named ``dashcore-21.1.1`` in the current working " "directory. We will now install the executable binaries to ``/usr/local/bin``" " using the ``install`` command::" 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 148686a4e..55cb71b3d 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 @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alejandro Echeverria , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" @@ -155,30 +155,17 @@ msgstr "Correr el Dash Core por primera vez" #: ../../docs/user/wallets/dashcore/installation-macos.rst:94 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-" +" **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." +"downloaded from the internet. Simply click **Open** to continue launching " +"the application." 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." - -#: ../../docs/user/wallets/dashcore/installation-macos.rst:109 + +#: ../../docs/user/wallets/dashcore/installation-macos.rst:103 msgid "Unblocking macOS from running Dash Core" msgstr "Desbloqueo de macOS para ejecutar Dash Core" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:111 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:105 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 " @@ -186,11 +173,11 @@ msgid "" "recommended to use the default data folder if possible." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:119 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:113 msgid "Choosing the Dash Core data folder" msgstr "Escoger el archivo de data para Dash Core" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:121 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:115 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 " @@ -200,26 +187,26 @@ msgstr "" "que lo usual, ya que Dash Core necesita generar datos criptográficos para " "asegurar la billetera." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:128 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:122 msgid "Starting Dash Core" msgstr "Inicio de Dash Core" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:131 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:125 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:133 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:127 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 "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:140 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:134 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-macos.rst:142 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:136 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 " @@ -234,23 +221,23 @@ msgstr "" "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:151 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:145 msgid "Dash Core synchronization is complete" msgstr "La sincronización del Dash Core esta completa" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:153 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:147 msgid "You can now create a wallet to send and receive funds." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:152 msgid "Creating your Dash Wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 msgid "HD wallets are now created by default." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:158 msgid "" "If no wallet files are loaded, you will get this prompt in the Overview tab." " To create a wallet, click the **Create a new wallet** button or click " @@ -259,7 +246,7 @@ msgid "" "wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:171 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:167 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 " @@ -267,51 +254,51 @@ msgid "" "encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:179 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 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:184 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:211 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Enter a password" msgstr "Establecer una contraseña" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:191 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:216 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:187 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:212 msgid "Confirm you want to encrypt your wallet" msgstr "Confirme que quiere encriptar su billetera" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:189 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:197 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 msgid "Encrypting your Dash wallet" msgstr "Encriptando su billetera Dash" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:199 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 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:204 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 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:206 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 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:218 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:214 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 " @@ -323,11 +310,11 @@ msgstr "" " 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:226 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:222 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Billetera de Dash Core completamente encriptada y sincronizada" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:228 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:224 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." 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 f210c6410..eceef3337 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 @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Jahlexis Lugo , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\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-21.1.0-win64-setup.exe.asc`` in the same folder as the downloaded" +"``dashcore-21.1.1-win64-setup.exe.asc`` in the same folder as the downloaded" " installer." msgstr "" @@ -135,7 +135,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-21.1.0-win64-setup.exe with dashcore-21.1.0-win64-setup.exe.asc`` " +"dashcore-21.1.1-win64-setup.exe with dashcore-21.1.1-win64-setup.exe.asc`` " "then you have an authentic copy of Dash Core for Windows." msgstr "" 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 b21c3d66c..653631d2d 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/interface.po b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index 5d4578abf..16ec7a421 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/interface.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/interface.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/send-receive.po b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po index 26d1eea5e..99b8d941b 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/advanced.po b/locale/es/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index 25fafbaa6..1069a1e8b 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/electrum/advanced.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/electrum/advanced.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/faq.po b/locale/es/LC_MESSAGES/docs/user/wallets/electrum/faq.po index 9ca0d3aff..56588d6a1 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/electrum/faq.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/electrum/faq.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/index.po b/locale/es/LC_MESSAGES/docs/user/wallets/electrum/index.po index 5ae94c2ea..5a2202de0 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/electrum/index.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/electrum/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/installation.po b/locale/es/LC_MESSAGES/docs/user/wallets/electrum/installation.po index 95f8ce380..d62af1620 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/electrum/installation.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/electrum/installation.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/security.po b/locale/es/LC_MESSAGES/docs/user/wallets/electrum/security.po index c8668351a..2b42a93aa 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/electrum/security.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/electrum/security.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/send-receive.po b/locale/es/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index 224e69679..91c189fdc 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 @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/hardware.po b/locale/es/LC_MESSAGES/docs/user/wallets/hardware.po index 82df26020..f22404d9b 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/hardware.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-hardware.po b/locale/es/LC_MESSAGES/docs/user/wallets/index-hardware.po index 84770b0de..493be250c 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/index-hardware.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/index-hardware.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-paper.po b/locale/es/LC_MESSAGES/docs/user/wallets/index-paper.po index 65d869ccd..250b0d7ef 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/index-paper.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/index-paper.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-third-party.po b/locale/es/LC_MESSAGES/docs/user/wallets/index-third-party.po index 117271a1f..e388f9fc1 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-web.po b/locale/es/LC_MESSAGES/docs/user/wallets/index-web.po index 9f89024f4..c7157492c 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/index-web.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/index-web.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index.po b/locale/es/LC_MESSAGES/docs/user/wallets/index.po index 521324a82..d1d435a40 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/index.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/ios/advanced-functions.po b/locale/es/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 4dc6d7a8d..e42351397 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 @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/getting-started.po b/locale/es/LC_MESSAGES/docs/user/wallets/ios/getting-started.po index 29478d38b..d4601b974 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 @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/index.po b/locale/es/LC_MESSAGES/docs/user/wallets/ios/index.po index fc281676c..7021f53cb 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/ios/index.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/ios/index.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/installation.po b/locale/es/LC_MESSAGES/docs/user/wallets/ios/installation.po index f90f42e0b..b17488b6d 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/ios/installation.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/ios/installation.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/paper.po b/locale/es/LC_MESSAGES/docs/user/wallets/paper.po index fd97b43c2..15346c351 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/paper.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/recovery.po b/locale/es/LC_MESSAGES/docs/user/wallets/recovery.po index e93d73a5f..256ef4f7f 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/recovery.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/signing.po b/locale/es/LC_MESSAGES/docs/user/wallets/signing.po index f053e18a3..7116f45ed 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/signing.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/third-party.po b/locale/es/LC_MESSAGES/docs/user/wallets/third-party.po index fcb47f946..93259719e 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/es/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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/web.po b/locale/es/LC_MESSAGES/docs/user/wallets/web.po index 8f9e34767..bb96536a7 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/web.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/index.po b/locale/es/LC_MESSAGES/index.po index 10252697a..73d48744c 100644 --- a/locale/es/LC_MESSAGES/index.po +++ b/locale/es/LC_MESSAGES/index.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: Jahlexis Lugo , 2018\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 524883c97..f52883341 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -122,78 +122,86 @@ msgstr "" msgid "" "It is only necessary to run this step during the initial setup of your " "machine. Run the guix install routine to prepare your environment and answer" -" \"Y\" for all prompts::" +" \"Y\" for all prompts:" msgstr "" -#: ../../docs/user/developers/compiling.rst:88 +#: ../../docs/user/developers/compiling.rst:0 +msgid "Ubuntu/Debian install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst:0 +msgid "General install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst:99 msgid "Clone repositories" msgstr "" -#: ../../docs/user/developers/compiling.rst:90 +#: ../../docs/user/developers/compiling.rst:101 msgid "" "After installing the prerequisites and preparing guix, reboot the system, " "login as ````, and clone required repositories::" msgstr "" -#: ../../docs/user/developers/compiling.rst:97 +#: ../../docs/user/developers/compiling.rst:108 msgid "Download the macOS SDK which is required to create macOS builds::" msgstr "" -#: ../../docs/user/developers/compiling.rst:104 +#: ../../docs/user/developers/compiling.rst:115 msgid "Build Dash Core" msgstr "" -#: ../../docs/user/developers/compiling.rst:106 +#: ../../docs/user/developers/compiling.rst:117 msgid "" "Checkout the tag associated with the Dash Core version you plan to build::" msgstr "" -#: ../../docs/user/developers/compiling.rst:113 +#: ../../docs/user/developers/compiling.rst:124 msgid "Run ``guix-build`` to create binaries for Linux, Mac, and Windows::" msgstr "" -#: ../../docs/user/developers/compiling.rst:118 +#: ../../docs/user/developers/compiling.rst:129 msgid "" "When the build completes, it will put the binaries in the ``guix-" "build-/output/`` directory." msgstr "" -#: ../../docs/user/developers/compiling.rst:122 +#: ../../docs/user/developers/compiling.rst:133 msgid "Create signatures for binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:124 +#: ../../docs/user/developers/compiling.rst:135 msgid "" "Mac and Windows binaries are signed by Dash Core Group using the relevant " "Apple and Microsoft processes. In this step, that information will be " "validated and signed by your machine." msgstr "" -#: ../../docs/user/developers/compiling.rst:128 +#: ../../docs/user/developers/compiling.rst:139 msgid "" "Prepare the `detached sigs repository `__::" msgstr "" -#: ../../docs/user/developers/compiling.rst:137 +#: ../../docs/user/developers/compiling.rst:148 msgid "" "Prepare the `guix.sigs repository `__ " "by pulling the latest changes::" msgstr "" -#: ../../docs/user/developers/compiling.rst:144 +#: ../../docs/user/developers/compiling.rst:155 msgid "Create a new branch for the version that was built::" msgstr "" -#: ../../docs/user/developers/compiling.rst:152 +#: ../../docs/user/developers/compiling.rst:163 msgid "Unsigned binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:154 +#: ../../docs/user/developers/compiling.rst:165 msgid "To create signatures for the unsigned binaries, run ``guix-attest``::" msgstr "" -#: ../../docs/user/developers/compiling.rst:162 +#: ../../docs/user/developers/compiling.rst:173 msgid "" "The ``signer`` parameter should be set to the value provided for \"Real " "name\" when generating a key with GPG. See the `GnuPrivacyGuard Howto " @@ -201,38 +209,38 @@ msgid "" " for details on how to generate a key if you don't already have one." msgstr "" -#: ../../docs/user/developers/compiling.rst:168 +#: ../../docs/user/developers/compiling.rst:179 msgid "Signed binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:170 +#: ../../docs/user/developers/compiling.rst:181 msgid "" "To create signatures for the signed binaries, run ``guix-codesign`` followed" " by guix-attest::" msgstr "" -#: ../../docs/user/developers/compiling.rst:182 +#: ../../docs/user/developers/compiling.rst:193 msgid "Upload signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:184 +#: ../../docs/user/developers/compiling.rst:195 msgid "" "After successfully building the binaries, signing them, and verifying the " "signatures, you can optionally contribute them to the `guix.sigs repository " "`_ via a pull request on GitHub." msgstr "" -#: ../../docs/user/developers/compiling.rst:189 +#: ../../docs/user/developers/compiling.rst:200 msgid "Initial setup" msgstr "" -#: ../../docs/user/developers/compiling.rst:191 +#: ../../docs/user/developers/compiling.rst:202 msgid "" "Since the official guix.sigs repository has restricted write access, create " "a fork of it via GitHub and add your fork as a remote repository::" msgstr "" -#: ../../docs/user/developers/compiling.rst:197 +#: ../../docs/user/developers/compiling.rst:208 msgid "" "The first time you contribute signatures, also put a copy of your public key" " in the ``builder-keys`` folder of the repository so others can easily " @@ -240,21 +248,21 @@ msgid "" "following command::" msgstr "" -#: ../../docs/user/developers/compiling.rst:207 +#: ../../docs/user/developers/compiling.rst:218 msgid "Adding your signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:209 +#: ../../docs/user/developers/compiling.rst:220 msgid "" "Add and commit the ``*.SHA256SUMS`` and ``*.SHA256SUMS.asc`` files created " "by the build process::" msgstr "" -#: ../../docs/user/developers/compiling.rst:220 +#: ../../docs/user/developers/compiling.rst:231 msgid "Push to your fork of the guix.sigs repository on GitHub::" msgstr "" -#: ../../docs/user/developers/compiling.rst:225 +#: ../../docs/user/developers/compiling.rst:236 msgid "" "Go to `GitHub `__ and open a " "pull request to the ``master`` branch of the upstream repository. The pull " @@ -262,11 +270,11 @@ msgid "" "checks out. Thanks for contributing!" msgstr "" -#: ../../docs/user/developers/compiling.rst:231 +#: ../../docs/user/developers/compiling.rst:242 msgid "Verify signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:233 +#: ../../docs/user/developers/compiling.rst:244 msgid "" "The `guix.sigs repository `_ contains" " deterministic build results signed by multiple Core developers for each " @@ -274,13 +282,13 @@ msgid "" "verification. Import the public keys::" msgstr "" -#: ../../docs/user/developers/compiling.rst:242 +#: ../../docs/user/developers/compiling.rst:253 msgid "" "Run the following commands to verify that your build matches the official " "release::" msgstr "" -#: ../../docs/user/developers/compiling.rst:252 +#: ../../docs/user/developers/compiling.rst:263 msgid "" "You should get a result similar to the following for Linux, Windows, MacOS, " "Signed Windows, and Signed MacOS. Assuming the previous steps completed " @@ -288,11 +296,11 @@ msgid "" "also." msgstr "" -#: ../../docs/user/developers/compiling.rst:341 +#: ../../docs/user/developers/compiling.rst:352 msgid "Gitian" msgstr "Gitian" -#: ../../docs/user/developers/compiling.rst:344 +#: ../../docs/user/developers/compiling.rst:355 msgid "" "Gitian builds were deprecated in favor of Guix builds with the release of " "Dash Core v20.0. Instructions on building Dash Core 19.0 or older versions " diff --git a/locale/fr/LC_MESSAGES/docs/user/developers/index.po b/locale/fr/LC_MESSAGES/docs/user/developers/index.po index edc1712b6..8beb67dcc 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/insight.po b/locale/fr/LC_MESSAGES/docs/user/developers/insight.po index 9c3629b34..89b95cb7b 100644 --- a/locale/fr/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/fr/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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -91,7 +91,7 @@ msgid "Change the value of ``datadir`` to ``../../.dashcore``" msgstr "Définissez la valeur de ``datadir`` comme ``../../.dashcore``" #: ../../docs/user/developers/insight.rst:58 -msgid "Change the value of ``exec`` to ``../../dashcore-21.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-21.1.1/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 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 8acec21a1..1cfe7317e 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 fee835727..782290eb1 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 db1226648..21977235b 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 9017f1438..5ca6b8687 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 fe4c2e36a..8591a999d 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 093ae07a3..6193fa30c 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 c2b178435..78ad74f41 100644 --- a/locale/fr/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/fr/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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 eb2ded3c6..9058b4e4b 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 2c154a71c..a14299de8 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 c15259a1e..f058e4d58 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 74e551ecb..f3034e9ba 100644 --- a/locale/fr/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/fr/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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -90,12 +90,12 @@ msgid "https://dashdevs.org" msgstr "https://dashdevs.org" #: ../../docs/user/introduction/information.rst:32 -#: ../../docs/user/introduction/information.rst:166 +#: ../../docs/user/introduction/information.rst:173 msgid "https://www.dashcentral.org" msgstr "https://www.dashcentral.org" #: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:183 msgid "https://www.dashninja.pl" msgstr "https://www.dashninja.pl" @@ -104,7 +104,7 @@ msgid "https://dashnews.org" msgstr "https://dashnews.org" #: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:167 +#: ../../docs/user/introduction/information.rst:174 msgid "https://dashvotetracker.com" msgstr "https://dashvotetracker.com" @@ -439,126 +439,142 @@ msgid "Block explorers, statistics and visualizations" msgstr "Explorateurs de blocs, statistiques et visualisations" #: ../../docs/user/introduction/information.rst:152 +msgid "**Dash Core**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:154 msgid "https://insight.dash.org/insight/" msgstr "https://insight.dash.org/insight/" -#: ../../docs/user/introduction/information.rst:153 +#: ../../docs/user/introduction/information.rst:155 msgid "https://blockchair.com/dash" msgstr "https://blockchair.com/dash" -#: ../../docs/user/introduction/information.rst:154 +#: ../../docs/user/introduction/information.rst:156 msgid "https://chainz.cryptoid.info/dash/" msgstr "https://chainz.cryptoid.info/dash/" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:157 msgid "https://www.oklink.com/dash" msgstr "https://www.oklink.com/dash" -#: ../../docs/user/introduction/information.rst:156 +#: ../../docs/user/introduction/information.rst:158 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "https://bitinfocharts.com/dash/explorer/" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:159 msgid "https://dashblockexplorer.com" msgstr "https://dashblockexplorer.com" -#: ../../docs/user/introduction/information.rst:158 +#: ../../docs/user/introduction/information.rst:160 msgid "https://live.blockcypher.com/dash/" msgstr "https://live.blockcypher.com/dash/" -#: ../../docs/user/introduction/information.rst:159 +#: ../../docs/user/introduction/information.rst:161 msgid "https://dash.tokenview.io" msgstr "" -#: ../../docs/user/introduction/information.rst:160 +#: ../../docs/user/introduction/information.rst:162 msgid "https://udjinm6.github.io/bitlisten/" msgstr "https://udjinm6.github.io/bitlisten/" #: ../../docs/user/introduction/information.rst:164 +msgid "**Dash Platform**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:166 +msgid "https://platform-explorer.com/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:167 +msgid "https://mnowatch.org/evonodes/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:171 msgid "Treasury tools" msgstr "Outils relatifs au Trésor" -#: ../../docs/user/introduction/information.rst:168 +#: ../../docs/user/introduction/information.rst:175 msgid "https://proposal.dash.org" msgstr "https://proposal.dash.org" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl/governance.html" msgstr "https://www.dashninja.pl/governance.html" -#: ../../docs/user/introduction/information.rst:170 +#: ../../docs/user/introduction/information.rst:177 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:181 msgid "Masternode management" msgstr "Gestion de masternode" -#: ../../docs/user/introduction/information.rst:177 +#: ../../docs/user/introduction/information.rst:184 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "https://github.com/Bertrand256/dash-masternode-tool" -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:185 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:179 +#: ../../docs/user/introduction/information.rst:186 msgid "https://dash-news.de/dashtv/" msgstr "https://dash-news.de/dashtv/" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:187 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:184 +#: ../../docs/user/introduction/information.rst:191 msgid "Price monitoring and research" msgstr "Surveillance du cours et recherche" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:193 msgid "https://messari.io/asset/dash" msgstr "https://messari.io/asset/dash" -#: ../../docs/user/introduction/information.rst:187 +#: ../../docs/user/introduction/information.rst:194 msgid "https://namu.wiki/w/Dash" msgstr "https://namu.wiki/w/Dash" -#: ../../docs/user/introduction/information.rst:188 +#: ../../docs/user/introduction/information.rst:195 msgid "https://xangle.io/project/DASH/profile" msgstr "https://xangle.io/project/DASH/profile" -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:196 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "https://coinmarketcap.com/currencies/dash/" -#: ../../docs/user/introduction/information.rst:190 +#: ../../docs/user/introduction/information.rst:197 msgid "https://bitinfocharts.com/dash/" msgstr "https://bitinfocharts.com/dash/" -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:198 msgid "https://www.coingecko.com/en/coins/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:195 +#: ../../docs/user/introduction/information.rst:202 msgid "Dash Community project" msgstr "Projet Dash Community" -#: ../../docs/user/introduction/information.rst:197 +#: ../../docs/user/introduction/information.rst:204 msgid "https://dashcommunity.github.io" msgstr "https://dashcommunity.github.io" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:205 msgid "https://github.com/dashcommunity" msgstr "https://github.com/dashcommunity" -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:209 msgid "DarkNet pages" msgstr "Pages sur le DarkNet" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:211 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "**Dash (miroir du site principal) :** http://dashorg64cjvj4s3.onion" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:212 msgid "" "**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" @@ -566,51 +582,51 @@ msgstr "" "**Le wiki caché :** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:213 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:217 msgid "Mobile Apps" msgstr "Applications mobiles" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:220 msgid "iOS" msgstr "iOS" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:222 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:216 +#: ../../docs/user/introduction/information.rst:223 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "**Edge :** https://apps.apple.com/app/id1344400091" -#: ../../docs/user/introduction/information.rst:217 +#: ../../docs/user/introduction/information.rst:224 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "**Coinomi :** https://apps.apple.com/app/id1333588809" -#: ../../docs/user/introduction/information.rst:218 +#: ../../docs/user/introduction/information.rst:225 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "**Exodus :** https://apps.apple.com/app/id1414384820" -#: ../../docs/user/introduction/information.rst:219 +#: ../../docs/user/introduction/information.rst:226 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "**CoinCap :** https://apps.apple.com/app/id1074052280" -#: ../../docs/user/introduction/information.rst:220 +#: ../../docs/user/introduction/information.rst:227 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "**Abra :** https://apps.apple.com/app/id966301394" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:231 msgid "Android" msgstr "Android" -#: ../../docs/user/introduction/information.rst:226 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" @@ -618,13 +634,13 @@ msgstr "" "**Portefeuille mobile officiel Dash :** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" -#: ../../docs/user/introduction/information.rst:227 +#: ../../docs/user/introduction/information.rst:234 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:228 +#: ../../docs/user/introduction/information.rst:235 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" @@ -632,7 +648,7 @@ msgstr "" "**Coinomi :** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" -#: ../../docs/user/introduction/information.rst:229 +#: ../../docs/user/introduction/information.rst:236 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" @@ -640,7 +656,7 @@ msgstr "" "**Exodus :** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:237 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" @@ -648,13 +664,13 @@ msgstr "" "**CoinCap :** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:238 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:232 +#: ../../docs/user/introduction/information.rst:239 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" @@ -662,7 +678,7 @@ msgstr "" "**Widget Bitcoin Ticker :** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" -#: ../../docs/user/introduction/information.rst:233 +#: ../../docs/user/introduction/information.rst:240 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" @@ -670,15 +686,15 @@ msgstr "" "**BitUniverse :** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" -#: ../../docs/user/introduction/information.rst:240 +#: ../../docs/user/introduction/information.rst:247 msgid "Glossary" msgstr "Glossaire" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:250 msgid "51% Attack" msgstr "Attaque 51%" -#: ../../docs/user/introduction/information.rst:245 +#: ../../docs/user/introduction/information.rst:252 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 " @@ -692,11 +708,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:250 +#: ../../docs/user/introduction/information.rst:257 msgid "Address" msgstr "Adresse" -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:259 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -711,11 +727,11 @@ msgstr "" "utilisée par les détenteurs de dashs pour signer numériquement les " "transactions (voir Clé publique)." -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:264 msgid "Algorithm" msgstr "Algorithme" -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:266 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-step" @@ -727,11 +743,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:263 +#: ../../docs/user/introduction/information.rst:270 msgid "Altcoin" msgstr "Altcoin" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:272 msgid "" "Since Bitcoin was the first cryptocurrency and has the largest market " "capitalization, it is considered as the reference. An altcoin, or " @@ -741,11 +757,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:268 +#: ../../docs/user/introduction/information.rst:275 msgid "AML" msgstr "AML" -#: ../../docs/user/introduction/information.rst:270 +#: ../../docs/user/introduction/information.rst:277 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. AML" @@ -758,11 +774,11 @@ msgstr "" "juridique ou technique. Les régulateurs imposent couramment les mécanismes " "AML aux plateformes de change Dash." -#: ../../docs/user/introduction/information.rst:274 +#: ../../docs/user/introduction/information.rst:281 msgid "API" msgstr "API" -#: ../../docs/user/introduction/information.rst:276 +#: ../../docs/user/introduction/information.rst:283 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a set" @@ -773,7 +789,7 @@ msgstr "" "série de procédures, de protocoles et d'outils servant à bâtir des logiciels" " et des applications." -#: ../../docs/user/introduction/information.rst:281 +#: ../../docs/user/introduction/information.rst:288 msgid "" "An API expresses a software component in terms of its operations, inputs, " "outputs, and underlying types, defining functionalities that are independent" @@ -790,11 +806,11 @@ msgstr "" "fournissant tous les blocs de base, qui sont ensuite assemblés par le " "programmeur." -#: ../../docs/user/introduction/information.rst:288 +#: ../../docs/user/introduction/information.rst:295 msgid "ASIC" msgstr "ASIC" -#: ../../docs/user/introduction/information.rst:290 +#: ../../docs/user/introduction/information.rst:297 msgid "" "An application-specific integrated circuit (ASIC), is an integrated circuit " "(IC) customized for a particular use, rather than intended for general-" @@ -807,11 +823,11 @@ msgstr "" "enregistreur audio numérique, ou pour un :ref:`minage Dash hautement " "performant `, est un ASIC." -#: ../../docs/user/introduction/information.rst:295 +#: ../../docs/user/introduction/information.rst:302 msgid "ATM / BTM" msgstr "ATM / BTM (distributeur de cryptomonnaie)" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:304 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 " @@ -824,11 +840,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:301 +#: ../../docs/user/introduction/information.rst:308 msgid "Backlog" msgstr "Arriéré" -#: ../../docs/user/introduction/information.rst:303 +#: ../../docs/user/introduction/information.rst:310 msgid "" "Backlog generally refers to an accumulation over time of work waiting to be " "done or orders to be fulfilled." @@ -836,11 +852,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:305 +#: ../../docs/user/introduction/information.rst:312 msgid "Backup" msgstr "Sauvegarde" -#: ../../docs/user/introduction/information.rst:307 +#: ../../docs/user/introduction/information.rst:314 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 " @@ -859,11 +875,11 @@ msgstr "" "de l'argent liquide dans un portefeuille : si vous le perdez, vous pouvez " "retrouver vos fonds." -#: ../../docs/user/introduction/information.rst:314 +#: ../../docs/user/introduction/information.rst:321 msgid "Bitcoin 2.0" msgstr "Bitcoin 2.0" -#: ../../docs/user/introduction/information.rst:316 +#: ../../docs/user/introduction/information.rst:323 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 " @@ -873,11 +889,11 @@ msgstr "" "de Bitcoin et améliorant leur code (contrats intelligents, vote " "décentralisé...)." -#: ../../docs/user/introduction/information.rst:320 +#: ../../docs/user/introduction/information.rst:327 msgid "Blockchain" msgstr "Blockchain" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:329 msgid "" "A `blockchain `_ is a " "distributed database that maintains a continuously-growing list of data " @@ -898,11 +914,11 @@ msgstr "" " 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:331 +#: ../../docs/user/introduction/information.rst:338 msgid "Blocks" msgstr "Blocs" -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:340 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -918,11 +934,11 @@ msgstr "" "logiciels et du matériel spécialisés, conçus spécifiquement pour créer des " "blocs." -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:346 msgid "ChainLock" msgstr "ChainLock" -#: ../../docs/user/introduction/information.rst:341 +#: ../../docs/user/introduction/information.rst:348 msgid "" "Defined in `DIP8 " "`__, ChainLocks are" @@ -939,11 +955,11 @@ msgstr "" "efficacité pour contrer les attaques de minage 51%, associées aux doubles " "dépenses." -#: ../../docs/user/introduction/information.rst:347 +#: ../../docs/user/introduction/information.rst:354 msgid "Cloud Wallet" msgstr "Portefeuille dans le nuage" -#: ../../docs/user/introduction/information.rst:349 +#: ../../docs/user/introduction/information.rst:356 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,11 +979,11 @@ msgstr "" "clés privées. Il n'est pas recommandé de stocker des fonds importants dans " "les portefeuilles en ligne." -#: ../../docs/user/introduction/information.rst:357 +#: ../../docs/user/introduction/information.rst:364 msgid "Coinbase transaction" msgstr "Transaction coinbase" -#: ../../docs/user/introduction/information.rst:359 +#: ../../docs/user/introduction/information.rst:366 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 " @@ -977,11 +993,11 @@ msgstr "" "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:362 +#: ../../docs/user/introduction/information.rst:369 msgid "Cold Storage" msgstr "Chambre froide" -#: ../../docs/user/introduction/information.rst:364 +#: ../../docs/user/introduction/information.rst:371 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -994,11 +1010,11 @@ msgstr "" "matériel dédié, une clé USB ou un :ref:`portefeuille papier `." -#: ../../docs/user/introduction/information.rst:368 +#: ../../docs/user/introduction/information.rst:375 msgid "Confirm(ed) Transaction" msgstr "Transaction confirmée" -#: ../../docs/user/introduction/information.rst:370 +#: ../../docs/user/introduction/information.rst:377 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 " @@ -1012,15 +1028,15 @@ 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:375 +#: ../../docs/user/introduction/information.rst:382 msgid "Confirmation Number" msgstr "Nombre de confirmations" -#: ../../docs/user/introduction/information.rst:376 +#: ../../docs/user/introduction/information.rst:383 msgid "confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:386 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -1040,11 +1056,11 @@ msgstr "" "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:387 +#: ../../docs/user/introduction/information.rst:394 msgid "Confirmed Transactions" msgstr "Transactions confirmées" -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:396 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be " @@ -1057,11 +1073,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:393 +#: ../../docs/user/introduction/information.rst:400 msgid "Credit pool" msgstr "" -#: ../../docs/user/introduction/information.rst:395 +#: ../../docs/user/introduction/information.rst:402 msgid "" "A store of value on the Core chain that is funded by asset lock " "transactions. The credit pool mirrors the credit balance on Dash Platform. " @@ -1069,11 +1085,11 @@ msgid "" "Platform and unlocking it to withdraw back to Dash on the Core chain." msgstr "" -#: ../../docs/user/introduction/information.rst:398 +#: ../../docs/user/introduction/information.rst:405 msgid "CPU" msgstr "Processeur (CPU)" -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:407 msgid "" "A `central processing unit (CPU) " "`_ is the electronic " @@ -1097,11 +1113,11 @@ msgstr "" " éléments externes tels que la mémoire principale et les circuits d'entrée-" "sortie." -#: ../../docs/user/introduction/information.rst:410 +#: ../../docs/user/introduction/information.rst:417 msgid "Cryptocurrency" msgstr "Cryptomonnaie" -#: ../../docs/user/introduction/information.rst:412 +#: ../../docs/user/introduction/information.rst:419 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -1113,11 +1129,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:416 +#: ../../docs/user/introduction/information.rst:423 msgid "Cryptography" msgstr "Cryptographie" -#: ../../docs/user/introduction/information.rst:418 +#: ../../docs/user/introduction/information.rst:425 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -1146,11 +1162,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:430 +#: ../../docs/user/introduction/information.rst:437 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:432 +#: ../../docs/user/introduction/information.rst:439 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, 80% " @@ -1163,11 +1179,11 @@ msgid "" "the two terms are interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP" msgstr "DAP" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:450 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." @@ -1175,11 +1191,11 @@ msgstr "" "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:445 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP Client" msgstr "Client DAP" -#: ../../docs/user/introduction/information.rst:447 +#: ../../docs/user/introduction/information.rst:454 msgid "" "An HTTP Client that connects to DAPI and enables Dash blockchain users to " "read and write data to their DAP Space." @@ -1187,11 +1203,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:449 +#: ../../docs/user/introduction/information.rst:456 msgid "DAP Schema" msgstr "Schème DAP" -#: ../../docs/user/introduction/information.rst:451 +#: ../../docs/user/introduction/information.rst:458 msgid "" "A Dash Schema document extending the Dash System Schema to define consensus " "data and rules within a DAP contract." @@ -1199,11 +1215,11 @@ 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." -#: ../../docs/user/introduction/information.rst:453 +#: ../../docs/user/introduction/information.rst:460 msgid "DAP Space" msgstr "Espace DAP" -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:462 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." @@ -1212,11 +1228,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:457 +#: ../../docs/user/introduction/information.rst:464 msgid "DAP State" msgstr "État DAP" -#: ../../docs/user/introduction/information.rst:459 +#: ../../docs/user/introduction/information.rst:466 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." @@ -1224,11 +1240,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:461 +#: ../../docs/user/introduction/information.rst:468 msgid "DAPI" msgstr "DAPI" -#: ../../docs/user/introduction/information.rst:463 +#: ../../docs/user/introduction/information.rst:470 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 " @@ -1239,11 +1255,11 @@ msgstr "" "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:467 +#: ../../docs/user/introduction/information.rst:474 msgid "Dark Gravity Wave" msgstr "Dark Gravity Wave" -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:476 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" " *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" @@ -1259,11 +1275,11 @@ msgstr "" "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:475 +#: ../../docs/user/introduction/information.rst:482 msgid "Darkcoin" msgstr "Darkcoin" -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:484 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." @@ -1271,11 +1287,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:479 +#: ../../docs/user/introduction/information.rst:486 msgid "Dash" msgstr "Dash" -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:488 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency was" " later renamed \"Dash\" to avoid association with the darknet markets. Dash " @@ -1286,11 +1302,11 @@ msgid "" ":ref:`Features ` page for a full list of Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:489 +#: ../../docs/user/introduction/information.rst:496 msgid "DashDrive" msgstr "DashDrive" -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:498 msgid "" "Dash network data storage backend service used by masternodes for off-chain " "data relating to Evolution. DashDrive implements `IPFS `_, " @@ -1301,11 +1317,11 @@ msgstr "" "implémente `IPFS `_, un type de système distribué de " "stockage de fichiers." -#: ../../docs/user/introduction/information.rst:494 +#: ../../docs/user/introduction/information.rst:501 msgid "Dash Client" msgstr "Client Dash" -#: ../../docs/user/introduction/information.rst:496 +#: ../../docs/user/introduction/information.rst:503 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" @@ -1321,11 +1337,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:502 +#: ../../docs/user/introduction/information.rst:509 msgid "Dash Core Wallet" msgstr "Portefeuille logiciel Dash Core" -#: ../../docs/user/introduction/information.rst:504 +#: ../../docs/user/introduction/information.rst:511 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 " @@ -1339,11 +1355,11 @@ msgstr "" "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:509 +#: ../../docs/user/introduction/information.rst:516 msgid "Dash Evolution" msgstr "Dash Evolution" -#: ../../docs/user/introduction/information.rst:511 +#: ../../docs/user/introduction/information.rst:518 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" @@ -1354,11 +1370,11 @@ msgstr "" " PayPal, tout en préservant sa décentralisation. Voir la page " ":ref:`Evolution ` pour en savoir plus." -#: ../../docs/user/introduction/information.rst:515 +#: ../../docs/user/introduction/information.rst:522 msgid "Dash Schema" msgstr "Schème Dash" -#: ../../docs/user/introduction/information.rst:517 +#: ../../docs/user/introduction/information.rst:524 msgid "" "A JSON-based language specification for defining and validating consensus " "data in Evolution." @@ -1366,11 +1382,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:519 +#: ../../docs/user/introduction/information.rst:526 msgid "DDoS" msgstr "Attaque de déni de service (DDoS)" -#: ../../docs/user/introduction/information.rst:521 +#: ../../docs/user/introduction/information.rst:528 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 " @@ -1387,11 +1403,11 @@ msgstr "" "légitimes. Des plateformes de change proposant Dash ont parfois été la cible" " d'attaques DDoS." -#: ../../docs/user/introduction/information.rst:527 +#: ../../docs/user/introduction/information.rst:534 msgid "Decentralized" msgstr "Décentralisé" -#: ../../docs/user/introduction/information.rst:529 +#: ../../docs/user/introduction/information.rst:536 msgid "" "`Decentralized computing " "`_ is the allocation " @@ -1426,11 +1442,11 @@ msgstr "" "de ces systèmes pour optimiser leur efficacité. Toutefois, l'augmentation de" " l'efficacité globale est sujette à débat." -#: ../../docs/user/introduction/information.rst:544 +#: ../../docs/user/introduction/information.rst:551 msgid "Desktop Wallet" msgstr "Portefeuille logiciel" -#: ../../docs/user/introduction/information.rst:546 +#: ../../docs/user/introduction/information.rst:553 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 " @@ -1444,11 +1460,11 @@ msgstr "" "wallet>` / :ref:`portefeuille Dash Electrum ` / " ":ref:`portefeuilles matériels `" -#: ../../docs/user/introduction/information.rst:552 +#: ../../docs/user/introduction/information.rst:559 msgid "Difficulty" msgstr "Difficulté" -#: ../../docs/user/introduction/information.rst:554 +#: ../../docs/user/introduction/information.rst:561 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 " @@ -1468,17 +1484,17 @@ msgstr "" " 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:563 +#: ../../docs/user/introduction/information.rst:570 msgid "Digital Wallet" msgstr "Portefeuille numérique" -#: ../../docs/user/introduction/information.rst:565 +#: ../../docs/user/introduction/information.rst:572 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:567 +#: ../../docs/user/introduction/information.rst:574 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 " @@ -1493,7 +1509,7 @@ msgstr "" "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:574 +#: ../../docs/user/introduction/information.rst:581 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1510,7 +1526,7 @@ msgstr "" " 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:582 +#: ../../docs/user/introduction/information.rst:589 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or Apple " @@ -1530,7 +1546,7 @@ msgstr "" "téléphones mobiles, il est recommandé de ne pas stocker de larges sommes sur" " ces portefeuilles." -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your Dash " @@ -1557,7 +1573,7 @@ msgstr "" "sommes importantes en Dash sur un portefeuille en ligne ou une plateforme de" " change cryptomonétaire." -#: ../../docs/user/introduction/information.rst:603 +#: ../../docs/user/introduction/information.rst:610 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1578,7 +1594,7 @@ msgstr "" " Cela est généralement considéré comme la meilleure forme de stockage pour " "vos fonds Dash." -#: ../../docs/user/introduction/information.rst:613 +#: ../../docs/user/introduction/information.rst:620 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the internet." @@ -1602,11 +1618,11 @@ msgstr "" "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:623 +#: ../../docs/user/introduction/information.rst:630 msgid "DKG" msgstr "DKG" -#: ../../docs/user/introduction/information.rst:625 +#: ../../docs/user/introduction/information.rst:632 msgid "" "Defined in `DIP6 " "`__, Distributed " @@ -1627,11 +1643,11 @@ msgstr "" "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:633 +#: ../../docs/user/introduction/information.rst:640 msgid "Digital Signature" msgstr "Signature numérique" -#: ../../docs/user/introduction/information.rst:635 +#: ../../docs/user/introduction/information.rst:642 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 " @@ -1649,11 +1665,11 @@ msgstr "" "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:643 +#: ../../docs/user/introduction/information.rst:650 msgid "Electrum Wallet" msgstr "Portefeuille Electrum" -#: ../../docs/user/introduction/information.rst:645 +#: ../../docs/user/introduction/information.rst:652 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight wallet " "that does not require you to download or sync the entire blockchain, making " @@ -1661,11 +1677,11 @@ msgid "" " CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:656 msgid "Encryption" msgstr "Chiffrage" -#: ../../docs/user/introduction/information.rst:651 +#: ../../docs/user/introduction/information.rst:658 msgid "" "In cryptography, `encryption `_ is" " the process of encoding messages or information in such a way that only " @@ -1693,18 +1709,18 @@ msgstr "" "moderne et bien conçu tel que AES-256 est considéré à peu près " "\"incassable\"." -#: ../../docs/user/introduction/information.rst:663 +#: ../../docs/user/introduction/information.rst:670 msgid "Escrow Services" msgstr "Services de dépôt fiduciaire" -#: ../../docs/user/introduction/information.rst:665 +#: ../../docs/user/introduction/information.rst:672 msgid "An `escrow `_ is:" msgstr "" "Un service de `dépôt fiduciaire " "`_ ou de séquestre" " est :" -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:674 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1715,7 +1731,7 @@ msgstr "" "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:672 +#: ../../docs/user/introduction/information.rst:679 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 " @@ -1724,7 +1740,7 @@ 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" -#: ../../docs/user/introduction/information.rst:676 +#: ../../docs/user/introduction/information.rst:683 msgid "" "a trust account held in the borrower's name to pay obligations such as " "property taxes and insurance premiums." @@ -1732,7 +1748,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:679 +#: ../../docs/user/introduction/information.rst:686 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1750,11 +1766,11 @@ msgstr "" "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:687 +#: ../../docs/user/introduction/information.rst:694 msgid "Evan Duffield" msgstr "Evan Duffield" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:696 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 " @@ -1764,11 +1780,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:692 +#: ../../docs/user/introduction/information.rst:699 msgid "Exchange" msgstr "Plateforme de change" -#: ../../docs/user/introduction/information.rst:694 +#: ../../docs/user/introduction/information.rst:701 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" @@ -1790,11 +1806,11 @@ msgstr "" "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:704 +#: ../../docs/user/introduction/information.rst:711 msgid "Faucet" msgstr "Robinet" -#: ../../docs/user/introduction/information.rst:706 +#: ../../docs/user/introduction/information.rst:713 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 " @@ -1806,11 +1822,11 @@ msgstr "" "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:710 +#: ../../docs/user/introduction/information.rst:717 msgid "Fiat Gateway" msgstr "Passerelle fiduciaire" -#: ../../docs/user/introduction/information.rst:712 +#: ../../docs/user/introduction/information.rst:719 msgid "" "`Fiat money `_ has been defined " "variously as:" @@ -1818,11 +1834,11 @@ msgstr "" "La `monnaie fiduciaire `_ " "a été définie de différentes façons, telles que :" -#: ../../docs/user/introduction/information.rst:715 +#: ../../docs/user/introduction/information.rst:722 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:716 +#: ../../docs/user/introduction/information.rst:723 msgid "" "State-issued money which is neither convertible by law to any other thing, " "nor fixed in value in terms of any objective standard." @@ -1831,22 +1847,22 @@ msgstr "" "soit d'autre, ni d'une valeur fixe par rapport à quelque standard objectif " "que ce soit." -#: ../../docs/user/introduction/information.rst:717 +#: ../../docs/user/introduction/information.rst:724 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:719 +#: ../../docs/user/introduction/information.rst:726 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:720 +#: ../../docs/user/introduction/information.rst:727 msgid "Fintech" msgstr "Fintech" -#: ../../docs/user/introduction/information.rst:722 +#: ../../docs/user/introduction/information.rst:729 msgid "" "`Financial technology " "`_, also known as " @@ -1867,11 +1883,11 @@ msgstr "" "d'entreprises fintech se sont mises à utiliser la technologie blockchain, " "celle sous-jacente à Dash et Bitcoin." -#: ../../docs/user/introduction/information.rst:730 +#: ../../docs/user/introduction/information.rst:737 msgid "Fork" msgstr "Fork" -#: ../../docs/user/introduction/information.rst:732 +#: ../../docs/user/introduction/information.rst:739 msgid "" "When the blockchain diverges or splits, with some clients recognizing one " "version of the blockchain as valid, and other clients believing that a " @@ -1891,7 +1907,7 @@ msgstr "" "comme étant valide. Les forks peuvent, cependant, être extrêmement " "dangereux, et devraient être évités autant que possible." -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:748 msgid "" "Forking is most likely to occur during software updates to the network. Dash" " uses a Multi-Phased Fork (“:ref:`Spork `”) system for greater " @@ -1901,11 +1917,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:744 +#: ../../docs/user/introduction/information.rst:751 msgid "Full Nodes" msgstr "Nœuds complets" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:753 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 " @@ -1920,27 +1936,27 @@ msgstr "" "décentralisation en permettant à n'importe quel utilisateur de vérifier et " "revérifier la validité de la blockchain." -#: ../../docs/user/introduction/information.rst:751 +#: ../../docs/user/introduction/information.rst:758 msgid "Fungible" msgstr "Fongible" -#: ../../docs/user/introduction/information.rst:753 +#: ../../docs/user/introduction/information.rst:760 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:754 +#: ../../docs/user/introduction/information.rst:761 msgid "Genesis Block" msgstr "Bloc de genèse" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:763 msgid "The very first block in the block chain." msgstr "Le tout premier bloc dans la blockchain." -#: ../../docs/user/introduction/information.rst:757 +#: ../../docs/user/introduction/information.rst:764 msgid "GPU" msgstr "GPU" -#: ../../docs/user/introduction/information.rst:759 +#: ../../docs/user/introduction/information.rst:766 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -1974,11 +1990,11 @@ msgstr "" "cryptomonnaies utilisent des algorithmes de minage qui tournent plus " "efficacement sur des GPU." -#: ../../docs/user/introduction/information.rst:773 +#: ../../docs/user/introduction/information.rst:780 msgid "Hardware Wallet" msgstr "Portefeuille matériel" -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:782 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a piece " @@ -1991,11 +2007,11 @@ msgstr "" " vous est toujours possible de signer des transactions, ce qui rend " "l'ensemble à la fois sûr et pratique." -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:787 msgid "Hash" msgstr "Fonction de hachage" -#: ../../docs/user/introduction/information.rst:782 +#: ../../docs/user/introduction/information.rst:789 msgid "" "A mathematical process that takes a variable amount of data and produces a " "shorter, fixed-length output. A hashing function has two important " @@ -2010,11 +2026,11 @@ msgstr "" " 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:788 +#: ../../docs/user/introduction/information.rst:795 msgid "Hashrate" msgstr "Taux de hachage" -#: ../../docs/user/introduction/information.rst:790 +#: ../../docs/user/introduction/information.rst:797 msgid "" "The number of hashes that can be performed by a Dash miner in a given period" " of time (usually a second)." @@ -2022,11 +2038,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:792 +#: ../../docs/user/introduction/information.rst:799 msgid "Insight" msgstr "Insight" -#: ../../docs/user/introduction/information.rst:794 +#: ../../docs/user/introduction/information.rst:801 msgid "" "Blockchain information server used to power block explorers and respond to " "transaction queries." @@ -2034,19 +2050,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:796 +#: ../../docs/user/introduction/information.rst:803 msgid "InstantX" msgstr "InstantX" -#: ../../docs/user/introduction/information.rst:798 +#: ../../docs/user/introduction/information.rst:805 msgid "See InstantSend" msgstr "Voir InstantSend" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:806 msgid "InstantSend" msgstr "InstantSend" -#: ../../docs/user/introduction/information.rst:801 +#: ../../docs/user/introduction/information.rst:808 msgid "" ":ref:`InstantSend ` technology uses the masternode network to " "\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" @@ -2061,11 +2077,11 @@ msgstr "" "transactions utilisant InstantSend sont \"verrouillées\" et irréversibles " "après seulement quelques secondes." -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:813 msgid "Liquidity" msgstr "Liquidité" -#: ../../docs/user/introduction/information.rst:808 +#: ../../docs/user/introduction/information.rst:815 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" @@ -2079,11 +2095,11 @@ msgstr "" "volatilité du cours et l'impossibilité de déterminer facilement la valeur " "d'un actif." -#: ../../docs/user/introduction/information.rst:813 +#: ../../docs/user/introduction/information.rst:820 msgid "LLMQ" msgstr "LLMQ" -#: ../../docs/user/introduction/information.rst:815 +#: ../../docs/user/introduction/information.rst:822 msgid "" "Defined in `DIP6 " "`__, A Long- Living" @@ -2105,11 +2121,11 @@ msgstr "" "LLMQ est d'exécuter des signatures par seuil des messages relatifs au " "consensus." -#: ../../docs/user/introduction/information.rst:824 +#: ../../docs/user/introduction/information.rst:831 msgid "Masternode" msgstr "Masternode" -#: ../../docs/user/introduction/information.rst:826 +#: ../../docs/user/introduction/information.rst:833 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." @@ -2120,7 +2136,7 @@ msgstr "" " 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:830 +#: ../../docs/user/introduction/information.rst:837 msgid "" "Masternodes serve as the second tier of the Dash network, and power " "InstantSend, CoinJoin, and the Budget System." @@ -2128,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:832 +#: ../../docs/user/introduction/information.rst:839 msgid "Mining" msgstr "Minage" -#: ../../docs/user/introduction/information.rst:834 +#: ../../docs/user/introduction/information.rst:841 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 " @@ -2140,21 +2156,21 @@ msgid "" ":ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:838 +#: ../../docs/user/introduction/information.rst:845 msgid "Mobile Wallet" msgstr "Portefeuille mobile" -#: ../../docs/user/introduction/information.rst:840 +#: ../../docs/user/introduction/information.rst:847 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:841 +#: ../../docs/user/introduction/information.rst:848 msgid "MultiSig" msgstr "MultiSig" -#: ../../docs/user/introduction/information.rst:843 +#: ../../docs/user/introduction/information.rst:850 msgid "" "Multi-signature addresses provide additional security by requiring multiple " "people to sign a transaction with their private key before the transaction " @@ -2174,11 +2190,11 @@ msgstr "" "d'importantes sommes de cryptomonnaie, car cela rend le vol beaucoup plus " "difficile." -#: ../../docs/user/introduction/information.rst:851 +#: ../../docs/user/introduction/information.rst:858 msgid "Node" msgstr "Nœud" -#: ../../docs/user/introduction/information.rst:853 +#: ../../docs/user/introduction/information.rst:860 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 " @@ -2189,11 +2205,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:856 +#: ../../docs/user/introduction/information.rst:863 msgid "OTC" msgstr "Gré à gré (Over the Counter, OTC)" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:865 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 " @@ -2209,11 +2225,11 @@ msgstr "" "opération importante ne fasse bouger le cours (ce qu'on appelle le " "\"glissement\")." -#: ../../docs/user/introduction/information.rst:863 +#: ../../docs/user/introduction/information.rst:870 msgid "P2P" msgstr "Pair à pair (P2P)" -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:872 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two " "parties in a highly interconnected network. An alternative system to a 'hub-" @@ -2226,11 +2242,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:869 +#: ../../docs/user/introduction/information.rst:876 msgid "Paper Wallet" msgstr "Portefeuiille papier" -#: ../../docs/user/introduction/information.rst:871 +#: ../../docs/user/introduction/information.rst:878 msgid "" ":ref:`Paper wallets ` are offline wallets, printed on " "paper for safety. If properly secured and stored they are considered the " @@ -2241,11 +2257,11 @@ msgstr "" "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:874 +#: ../../docs/user/introduction/information.rst:881 msgid "Privacy" msgstr "Confidentialité" -#: ../../docs/user/introduction/information.rst:876 +#: ../../docs/user/introduction/information.rst:883 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about themselves, " @@ -2270,11 +2286,11 @@ msgstr "" "l'information. Dash offre la fonctionnalité CoinJoin, qui permet aux " "utilisateurs de conserver une confidentialité financière." -#: ../../docs/user/introduction/information.rst:886 +#: ../../docs/user/introduction/information.rst:893 msgid "Private Key" msgstr "Clé privée" -#: ../../docs/user/introduction/information.rst:888 +#: ../../docs/user/introduction/information.rst:895 msgid "" "A `private key `_ is" " a long alphanumeric passcode that allows Dash to be spent. Every Dash " @@ -2293,11 +2309,11 @@ msgstr "" "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:895 +#: ../../docs/user/introduction/information.rst:902 msgid "PrivateSend" msgstr "PrivateSend" -#: ../../docs/user/introduction/information.rst:897 +#: ../../docs/user/introduction/information.rst:904 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 " @@ -2307,11 +2323,11 @@ msgstr "" "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:900 +#: ../../docs/user/introduction/information.rst:907 msgid "Proof of Service - PoSe" msgstr "Preuve de service (proof of service, PoSe)" -#: ../../docs/user/introduction/information.rst:902 +#: ../../docs/user/introduction/information.rst:909 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided " "uninterrupted service meeting a minimum quality level to the network. " @@ -2324,11 +2340,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:908 +#: ../../docs/user/introduction/information.rst:915 msgid "Proof of Stake - PoS" msgstr "Preuve d'enjeu (proof of stake, PoS)" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:917 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 " @@ -2354,11 +2370,11 @@ msgstr "" " 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:921 +#: ../../docs/user/introduction/information.rst:928 msgid "Proof of Work - PoW" msgstr "Preuve de travail (proof of work, PoW)" -#: ../../docs/user/introduction/information.rst:923 +#: ../../docs/user/introduction/information.rst:930 msgid "" "Consensus mechanism that keeps all nodes honest by requiring computational " "power to be expended in order to create new blocks. Miners must use " @@ -2374,11 +2390,11 @@ msgstr "" "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:929 +#: ../../docs/user/introduction/information.rst:936 msgid "Public Key" msgstr "Clé publique" -#: ../../docs/user/introduction/information.rst:931 +#: ../../docs/user/introduction/information.rst:938 msgid "" "The `public key `_ " "is derived from the private key but is not secret and can be revealed to " @@ -2392,11 +2408,11 @@ msgstr "" "message, la clé publique est utilisée pour vérifier que la signature est " "valide." -#: ../../docs/user/introduction/information.rst:936 +#: ../../docs/user/introduction/information.rst:943 msgid "Pump and dump" msgstr "Gonflage et largage (pump and dump)" -#: ../../docs/user/introduction/information.rst:938 +#: ../../docs/user/introduction/information.rst:945 msgid "" "Inflating the value of a financial asset that has been produced or acquired " "cheaply, often using aggressive publicity and misleading statements. The " @@ -2414,11 +2430,11 @@ msgstr "" "particulièrement courant dans les marchés à faible liquidité, comme ceux de " "certaines altcoins." -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:952 msgid "Quorum" msgstr "Quorum" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:954 msgid "" "Group of masternodes signing or voting on some action, with the formation of" " the group determined by some determiniation algorithm." @@ -2426,11 +2442,11 @@ 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." -#: ../../docs/user/introduction/information.rst:949 +#: ../../docs/user/introduction/information.rst:956 msgid "QR Code" msgstr "Code QR" -#: ../../docs/user/introduction/information.rst:951 +#: ../../docs/user/introduction/information.rst:958 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -2442,11 +2458,11 @@ msgstr "" "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:955 +#: ../../docs/user/introduction/information.rst:962 msgid "Satoshi Nakamoto" msgstr "Satoshi Nakamoto" -#: ../../docs/user/introduction/information.rst:957 +#: ../../docs/user/introduction/information.rst:964 msgid "" "`Satoshi Nakamoto `_ is the " "name used by the person or people who designed Bitcoin and created its " @@ -2456,11 +2472,11 @@ msgstr "" "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:960 +#: ../../docs/user/introduction/information.rst:967 msgid "SDK" msgstr "Kit de développement logiciel (SDK)" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:969 msgid "" "Software Development Kit. A set of tools, code and documentation used by " "developers to create apps targeting a specific hardware or software " @@ -2470,11 +2486,11 @@ msgstr "" " pour créer des applications propres à un matériel donné ou à une plateforme" " logicielle donnée." -#: ../../docs/user/introduction/information.rst:965 +#: ../../docs/user/introduction/information.rst:972 msgid "Signaling" msgstr "Signalement" -#: ../../docs/user/introduction/information.rst:967 +#: ../../docs/user/introduction/information.rst:974 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 " @@ -2489,11 +2505,11 @@ msgstr "" "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:972 +#: ../../docs/user/introduction/information.rst:979 msgid "State View" msgstr "Vue d'état" -#: ../../docs/user/introduction/information.rst:974 +#: ../../docs/user/introduction/information.rst:981 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" @@ -2504,11 +2520,11 @@ msgstr "" "Evolution, par exemple pour déterminer ce qui doit être affiché dans un " "portefeuille social donné." -#: ../../docs/user/introduction/information.rst:977 +#: ../../docs/user/introduction/information.rst:984 msgid "Spork" msgstr "Spork" -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:986 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -2540,11 +2556,11 @@ msgstr "" "d'un retour en arrière de l'ensemble du réseau, ni d'une mise à jour du " "client. " -#: ../../docs/user/introduction/information.rst:993 +#: ../../docs/user/introduction/information.rst:1000 msgid "Tainted Coins" msgstr "Pièces marquées" -#: ../../docs/user/introduction/information.rst:995 +#: ../../docs/user/introduction/information.rst:1002 msgid "" "Taint is a measure of correlation between two (wallet) addresses. It is only" " important if the user is trying to remain anonymous." @@ -2553,20 +2569,20 @@ msgstr "" "portefeuille. Il est d'une certaine importance si l'utilisateur essaie de " "demeurer anonyme." -#: ../../docs/user/introduction/information.rst:997 +#: ../../docs/user/introduction/information.rst:1004 msgid "tDash" msgstr "tDash" -#: ../../docs/user/introduction/information.rst:999 +#: ../../docs/user/introduction/information.rst:1006 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:1000 +#: ../../docs/user/introduction/information.rst:1007 msgid "Testnet" msgstr "Réseau de test" -#: ../../docs/user/introduction/information.rst:1002 +#: ../../docs/user/introduction/information.rst:1009 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and test " @@ -2580,11 +2596,11 @@ msgstr "" " environnement sûr où les erreurs et les forks ne peuvent pas faire de " "dégâts." -#: ../../docs/user/introduction/information.rst:1006 +#: ../../docs/user/introduction/information.rst:1013 msgid "Tor" msgstr "Tor" -#: ../../docs/user/introduction/information.rst:1008 +#: ../../docs/user/introduction/information.rst:1015 msgid "" "An anonymous routing protocol used by people wanting to hide their identity " "online." @@ -2592,11 +2608,11 @@ msgstr "" "Protocole de routage anonyme utilisé par les personnes souhaitant masquer " "leur identité en ligne." -#: ../../docs/user/introduction/information.rst:1010 +#: ../../docs/user/introduction/information.rst:1017 msgid "Transaction" msgstr "Transaction" -#: ../../docs/user/introduction/information.rst:1012 +#: ../../docs/user/introduction/information.rst:1019 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions may" " be divided into classical and special transactions. Similar to Bitcoin, " @@ -2613,11 +2629,11 @@ msgstr "" "`_ et elles peuvent" " être utilisées, par exemple, pour gérer les utilisateurs sur la blockchain." -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:1026 msgid "Transaction Block" msgstr "Bloc de transactions" -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:1028 msgid "" "A collection of transactions on the Dash network, gathered into a block that" " can then be hashed and added to the blockchain." @@ -2625,11 +2641,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:1023 +#: ../../docs/user/introduction/information.rst:1030 msgid "Transaction Fee" msgstr "Frais de transaction" -#: ../../docs/user/introduction/information.rst:1025 +#: ../../docs/user/introduction/information.rst:1032 msgid "" "A :ref:`small fee ` imposed on some transactions sent across the Dash " "network. The transaction fee is awarded to the miner that successfully " @@ -2639,11 +2655,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:1028 +#: ../../docs/user/introduction/information.rst:1035 msgid "Unconfirmed Transactions" msgstr "Transactions non confirmées" -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1037 msgid "" "Transactions that are not yet processed by miners or held via InstantSend " "are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " @@ -2654,20 +2670,20 @@ msgstr "" "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:1033 +#: ../../docs/user/introduction/information.rst:1040 msgid "Vanity Address" msgstr "Adresse vanity" -#: ../../docs/user/introduction/information.rst:1035 +#: ../../docs/user/introduction/information.rst:1042 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:1036 +#: ../../docs/user/introduction/information.rst:1043 msgid "Virgin Dash" msgstr "Dash vierge" -#: ../../docs/user/introduction/information.rst:1038 +#: ../../docs/user/introduction/information.rst:1045 msgid "" "Dash received as a reward for mining a block or running a masternode. These " "have not yet been spent anywhere and are \"virgin.\"" @@ -2675,11 +2691,11 @@ 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\"." -#: ../../docs/user/introduction/information.rst:1040 +#: ../../docs/user/introduction/information.rst:1047 msgid "Volatility" msgstr "Volatilité" -#: ../../docs/user/introduction/information.rst:1042 +#: ../../docs/user/introduction/information.rst:1049 msgid "" "The measurement of price movements over time for a traded financial asset " "(including Dash)." @@ -2687,11 +2703,11 @@ msgstr "" "Mesure des mouvements du cours sur une période de temps pour un actif " "financier (dont Dash)." -#: ../../docs/user/introduction/information.rst:1044 +#: ../../docs/user/introduction/information.rst:1051 msgid "Wallet" msgstr "Portefeuille" -#: ../../docs/user/introduction/information.rst:1046 +#: ../../docs/user/introduction/information.rst:1053 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 " @@ -2702,11 +2718,11 @@ msgstr "" "blockchain est le registre de tous les soldes Dash (et des transactions) " "associés à ces adresses." -#: ../../docs/user/introduction/information.rst:1049 +#: ../../docs/user/introduction/information.rst:1056 msgid "Whitepaper" msgstr "Livre blanc" -#: ../../docs/user/introduction/information.rst:1051 +#: ../../docs/user/introduction/information.rst:1058 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a complex" @@ -2719,11 +2735,11 @@ msgstr "" "est destiné à aider les lecteurs à comprendre un problème, à le résoudre, et" " à prendre des décisions." -#: ../../docs/user/introduction/information.rst:1056 +#: ../../docs/user/introduction/information.rst:1063 msgid "X11" msgstr "X11" -#: ../../docs/user/introduction/information.rst:1058 +#: ../../docs/user/introduction/information.rst:1065 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash Core " "developer Evan Duffield." @@ -2731,11 +2747,11 @@ msgstr "" ":ref:`X11 ` est un algorithme de hachage créé par Evan " "Duffield, développeur Dash Core." -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1067 msgid "Zero Confirmations" msgstr "Zéro confirmation" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1069 msgid "" "This is a transaction without any confirmations from the blockchain. It is " "technically reversible (unless InstantSend was used)." @@ -2744,11 +2760,11 @@ msgstr "" "Techniquement, elle est réversible (sauf en cas d'utilisation " "d'InstantSend)." -#: ../../docs/user/introduction/information.rst:1064 +#: ../../docs/user/introduction/information.rst:1071 msgid "vin" msgstr "vin" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1073 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 " @@ -2760,11 +2776,11 @@ msgstr "" " 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:1070 +#: ../../docs/user/introduction/information.rst:1077 msgid "VMN" msgstr "Masternode virtuel (VMN)" -#: ../../docs/user/introduction/information.rst:1072 +#: ../../docs/user/introduction/information.rst:1079 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " diff --git a/locale/fr/LC_MESSAGES/docs/user/introduction/safety.po b/locale/fr/LC_MESSAGES/docs/user/introduction/safety.po index f2a7533ac..1c7355f50 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 36c1af532..39eaa2eb7 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 aba87b4ec..313610ad1 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/dashmate-upgrade-v1.po b/locale/fr/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po index 6f91f0a4a..067d1888b 100644 --- a/locale/fr/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po +++ b/locale/fr/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2024-08-29 14:40+0000\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" @@ -46,22 +46,18 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:26 -msgid "Reset previous services to ensure compatibility with the new version::" -msgstr "" - -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:30 msgid "Update services::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:35 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:32 msgid "Start dashmate node" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:37 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:34 msgid "Start the node::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:41 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:38 msgid "" "Make sure the node works properly by running the following status commands::" msgstr "" diff --git a/locale/fr/LC_MESSAGES/docs/user/masternodes/hosting.po b/locale/fr/LC_MESSAGES/docs/user/masternodes/hosting.po index 48ddf43cf..89bd94ac0 100644 --- a/locale/fr/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/fr/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -84,28 +84,36 @@ msgid "Operated by: CrowdNode ApS" msgstr "Géré par : CrowdNode ApS" #: ../../docs/user/masternodes/hosting.rst:36 -#: ../../docs/user/masternodes/hosting.rst:90 -#: ../../docs/user/masternodes/hosting.rst:146 +#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:148 msgid "Services: Hosting, Shares" msgstr "Services : Hébergement, Parts" -#: ../../docs/user/masternodes/hosting.rst:37 -msgid "Cost: 15% of masternode payments" -msgstr "Coût : 15% des paiements de masternode" +#: ../../docs/user/masternodes/hosting.rst:38 +msgid "Cost:" +msgstr "" #: ../../docs/user/masternodes/hosting.rst:38 +msgid "35% of trusted masternode/evonode payments" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:39 +msgid "20% of trustless masternode payments" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:40 msgid "`Site `__" msgstr "`Site `__" -#: ../../docs/user/masternodes/hosting.rst:39 +#: ../../docs/user/masternodes/hosting.rst:41 msgid "`Email `__" msgstr "`Adresse e-mail `__" -#: ../../docs/user/masternodes/hosting.rst:43 +#: ../../docs/user/masternodes/hosting.rst:45 msgid "Allnodes" msgstr "Allnodes" -#: ../../docs/user/masternodes/hosting.rst:50 +#: ../../docs/user/masternodes/hosting.rst:52 msgid "" "`https://www.allnodes.com " "`__" @@ -113,19 +121,19 @@ msgstr "" "`https://www.allnodes.com " "`__" -#: ../../docs/user/masternodes/hosting.rst:52 +#: ../../docs/user/masternodes/hosting.rst:54 msgid "Operated by: Sephiroth" msgstr "Géré par : Sephiroth" -#: ../../docs/user/masternodes/hosting.rst:53 +#: ../../docs/user/masternodes/hosting.rst:55 msgid "Services: Monitoring, Hosting" msgstr "Services : Surveillance, Hébergement" -#: ../../docs/user/masternodes/hosting.rst:54 +#: ../../docs/user/masternodes/hosting.rst:56 msgid "Cost: from $4.50/month" msgstr "Tarif : à partir de 4,50 dollars par mois" -#: ../../docs/user/masternodes/hosting.rst:55 +#: ../../docs/user/masternodes/hosting.rst:57 msgid "" "`Site `__" @@ -133,210 +141,210 @@ msgstr "" "`Site : `__" -#: ../../docs/user/masternodes/hosting.rst:56 +#: ../../docs/user/masternodes/hosting.rst:58 msgid "`Email `__" msgstr "`Adresse e-mail `__" -#: ../../docs/user/masternodes/hosting.rst:57 +#: ../../docs/user/masternodes/hosting.rst:59 msgid "`Twitter `__" msgstr "`Twitter `__" -#: ../../docs/user/masternodes/hosting.rst:58 +#: ../../docs/user/masternodes/hosting.rst:60 msgid "`Telegram `__" msgstr "`Telegram `__" -#: ../../docs/user/masternodes/hosting.rst:59 +#: ../../docs/user/masternodes/hosting.rst:61 msgid "`Discord `__" msgstr "`Discord `__" -#: ../../docs/user/masternodes/hosting.rst:63 +#: ../../docs/user/masternodes/hosting.rst:65 msgid "SID Hosting Service" msgstr "Service d'hébergement SID" -#: ../../docs/user/masternodes/hosting.rst:70 +#: ../../docs/user/masternodes/hosting.rst:72 msgid "https://dashmasternode.io" msgstr "https://dashmasternode.io" -#: ../../docs/user/masternodes/hosting.rst:72 +#: ../../docs/user/masternodes/hosting.rst:74 msgid "Operated by: splawik21 (Dash Core team member)" msgstr "Géré par : splawik21 (membre de l'équipe Dash Core)" -#: ../../docs/user/masternodes/hosting.rst:73 -#: ../../docs/user/masternodes/hosting.rst:160 +#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:162 msgid "Services: Hosting" msgstr "Services : Hébergement" -#: ../../docs/user/masternodes/hosting.rst:74 +#: ../../docs/user/masternodes/hosting.rst:76 msgid "Cost: €25/month, paid in Dash" msgstr "Coût : 25 €/mois, payés en dashs" -#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:77 msgid "`Site `__" msgstr "`Site : `__" -#: ../../docs/user/masternodes/hosting.rst:76 +#: ../../docs/user/masternodes/hosting.rst:78 msgid "`Email `__" msgstr "`Adresse e-mail `__" -#: ../../docs/user/masternodes/hosting.rst:80 +#: ../../docs/user/masternodes/hosting.rst:82 msgid "Pool of Stake" msgstr "Pool of Stake" -#: ../../docs/user/masternodes/hosting.rst:87 +#: ../../docs/user/masternodes/hosting.rst:89 msgid "https://www.poolofstake.io" msgstr "https://www.poolofstake.io" -#: ../../docs/user/masternodes/hosting.rst:89 +#: ../../docs/user/masternodes/hosting.rst:91 msgid "Operated by: Pool of Stake OÜ" msgstr "Opéré par : Pool of Stake OÜ" -#: ../../docs/user/masternodes/hosting.rst:91 +#: ../../docs/user/masternodes/hosting.rst:93 msgid "15% of masternode payments (5% with tokens)" msgstr "15% des paiements de masternode (5% avec des jetons)" -#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:94 msgid "`Site `__" msgstr "`Site web `__" -#: ../../docs/user/masternodes/hosting.rst:93 +#: ../../docs/user/masternodes/hosting.rst:95 msgid "`Email `__" msgstr "`Adresse e-mail `__" -#: ../../docs/user/masternodes/hosting.rst:94 +#: ../../docs/user/masternodes/hosting.rst:96 msgid "`Twitter `__" msgstr "`Twitter `__" -#: ../../docs/user/masternodes/hosting.rst:95 +#: ../../docs/user/masternodes/hosting.rst:97 msgid "`Telegram `__" msgstr "`Telegram `__" -#: ../../docs/user/masternodes/hosting.rst:99 +#: ../../docs/user/masternodes/hosting.rst:101 msgid "Staked" msgstr "Staked" -#: ../../docs/user/masternodes/hosting.rst:106 +#: ../../docs/user/masternodes/hosting.rst:108 msgid "https://staked.us" msgstr "https://staked.us" -#: ../../docs/user/masternodes/hosting.rst:108 +#: ../../docs/user/masternodes/hosting.rst:110 msgid "Operated by: Staked" msgstr "Opéré par : Staked" -#: ../../docs/user/masternodes/hosting.rst:109 +#: ../../docs/user/masternodes/hosting.rst:111 msgid "Services: Hosting, Reporting" msgstr "Services : hébergement, suivi" -#: ../../docs/user/masternodes/hosting.rst:110 +#: ../../docs/user/masternodes/hosting.rst:112 msgid "Cost: 10% of rewards" msgstr "Coût : 10% des récompenses" -#: ../../docs/user/masternodes/hosting.rst:111 +#: ../../docs/user/masternodes/hosting.rst:113 msgid "`Site `__" msgstr "`Site web `__" -#: ../../docs/user/masternodes/hosting.rst:112 +#: ../../docs/user/masternodes/hosting.rst:114 msgid "`Email `__" msgstr "`Adresse e-mail `__" -#: ../../docs/user/masternodes/hosting.rst:116 +#: ../../docs/user/masternodes/hosting.rst:118 msgid "NodeHub.io" msgstr "NodeHub.io" -#: ../../docs/user/masternodes/hosting.rst:123 +#: ../../docs/user/masternodes/hosting.rst:125 msgid "https://nodehub.io" msgstr "https://nodehub.io" -#: ../../docs/user/masternodes/hosting.rst:125 +#: ../../docs/user/masternodes/hosting.rst:127 msgid "Operated by: NodeHub LLC" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:126 +#: ../../docs/user/masternodes/hosting.rst:128 msgid "Services: Hosting, Governance, Stats, Monitoring" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:127 +#: ../../docs/user/masternodes/hosting.rst:129 msgid "Cost: $3.90/month (charged daily at $0.13)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:128 +#: ../../docs/user/masternodes/hosting.rst:130 msgid "" "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:129 +#: ../../docs/user/masternodes/hosting.rst:131 msgid "`Email `__" msgstr "`Adresse e-mail `__" -#: ../../docs/user/masternodes/hosting.rst:130 +#: ../../docs/user/masternodes/hosting.rst:132 msgid "`Twitter `__" msgstr "`Twitter `__" -#: ../../docs/user/masternodes/hosting.rst:131 +#: ../../docs/user/masternodes/hosting.rst:133 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:132 +#: ../../docs/user/masternodes/hosting.rst:134 msgid "`Discord `__" msgstr "`Discord `__" -#: ../../docs/user/masternodes/hosting.rst:136 +#: ../../docs/user/masternodes/hosting.rst:138 msgid "Gentarium" msgstr "Gentarium" -#: ../../docs/user/masternodes/hosting.rst:143 +#: ../../docs/user/masternodes/hosting.rst:145 msgid "https://mn.gtmcoin.io" msgstr "https://mn.gtmcoin.io" -#: ../../docs/user/masternodes/hosting.rst:145 +#: ../../docs/user/masternodes/hosting.rst:147 msgid "Operated by: Gentarium International OÜ" msgstr "Opéré par : Gentarium International OÜ" -#: ../../docs/user/masternodes/hosting.rst:147 +#: ../../docs/user/masternodes/hosting.rst:149 msgid "Cost: $3.99/month (charged daily at $0.15)" msgstr "Coût : 3,99 dollars/mois (facturé 0,15 dollar par jour)" -#: ../../docs/user/masternodes/hosting.rst:148 +#: ../../docs/user/masternodes/hosting.rst:150 msgid "`Site `__" msgstr "`Site web `__" -#: ../../docs/user/masternodes/hosting.rst:149 +#: ../../docs/user/masternodes/hosting.rst:151 msgid "`Email `__" msgstr "`Adresse e-mail `__" -#: ../../docs/user/masternodes/hosting.rst:150 +#: ../../docs/user/masternodes/hosting.rst:152 msgid "`Twitter `__" msgstr "`Twitter `__" -#: ../../docs/user/masternodes/hosting.rst:151 +#: ../../docs/user/masternodes/hosting.rst:153 msgid "`Discord `__" msgstr "`Discord : `__" -#: ../../docs/user/masternodes/hosting.rst:155 +#: ../../docs/user/masternodes/hosting.rst:157 msgid "Masternodehosting" msgstr "Masternodehosting" -#: ../../docs/user/masternodes/hosting.rst:157 +#: ../../docs/user/masternodes/hosting.rst:159 msgid "https://masternodehosting.com" msgstr "https://masternodehosting.com" -#: ../../docs/user/masternodes/hosting.rst:159 +#: ../../docs/user/masternodes/hosting.rst:161 msgid "Operated by: flare (Dash Core team member)" msgstr "Géré par : flare (membre de l'équipe Dash Core)" -#: ../../docs/user/masternodes/hosting.rst:161 +#: ../../docs/user/masternodes/hosting.rst:163 msgid "Cost: €18/month" msgstr "Coût : 18 €/mois" -#: ../../docs/user/masternodes/hosting.rst:162 +#: ../../docs/user/masternodes/hosting.rst:164 msgid "`Site `__" msgstr "`Site `__" -#: ../../docs/user/masternodes/hosting.rst:163 +#: ../../docs/user/masternodes/hosting.rst:165 msgid "`Email `__" msgstr "`Adresse e-mail `__" -#: ../../docs/user/masternodes/hosting.rst:164 +#: ../../docs/user/masternodes/hosting.rst:166 msgid "" "`Forum `__" @@ -344,20 +352,20 @@ msgstr "" "`Forum `__" -#: ../../docs/user/masternodes/hosting.rst:170 +#: ../../docs/user/masternodes/hosting.rst:172 msgid "Registering a hosted masternode" msgstr "Enregistrer un masternode hébergé" -#: ../../docs/user/masternodes/hosting.rst:172 +#: ../../docs/user/masternodes/hosting.rst:174 msgid "A list of available documentation appears below:" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:174 +#: ../../docs/user/masternodes/hosting.rst:176 msgid ":ref:`Full masternode setup guide `" msgstr "" ":ref:`Guide complet de mise en place d'un masternode `" -#: ../../docs/user/masternodes/hosting.rst:175 +#: ../../docs/user/masternodes/hosting.rst:177 msgid "" ":ref:`Information for users of hosted masternodes ` (you are " "here)" @@ -365,7 +373,7 @@ msgstr "" ":ref:`Informations pour les utilisateurs de masternodes hébergés ` (vous êtes ici)" -#: ../../docs/user/masternodes/hosting.rst:176 +#: ../../docs/user/masternodes/hosting.rst:178 msgid "" ":ref:`Information for operators of hosted masternodes `" @@ -373,12 +381,12 @@ msgstr "" ":ref:`Information pour les opérateurs de masternodes hébergés `" -#: ../../docs/user/masternodes/hosting.rst:178 +#: ../../docs/user/masternodes/hosting.rst:180 msgid "Registering a hosted masternode is done in several steps:" msgstr "" "L'enregistrement d'un masternode hébergé se fait en plusieurs étapes :" -#: ../../docs/user/masternodes/hosting.rst:180 +#: ../../docs/user/masternodes/hosting.rst:182 msgid "" "Send 1000 DASH to an address you control in a single transaction and wait " "for 15 confirmations" @@ -386,7 +394,7 @@ msgstr "" "Envoyez 1000 dashs à une adresse que vous contrôlez, en une seule " "transaction, puis attendez 15 confirmations" -#: ../../docs/user/masternodes/hosting.rst:182 +#: ../../docs/user/masternodes/hosting.rst:184 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 " @@ -398,7 +406,7 @@ msgstr "" "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:187 +#: ../../docs/user/masternodes/hosting.rst:189 msgid "" "Prepare, sign and broadcast the registration transaction using Dash Core or " "DMT" @@ -406,7 +414,7 @@ msgstr "" "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:190 +#: ../../docs/user/masternodes/hosting.rst:192 msgid "" "It is **highly recommended** to store the keys to your masternode collateral" " on a :ref:`hardware wallet ` for added security " @@ -428,11 +436,11 @@ msgstr "" "` à partir de :ref:`l'étape d'enregistrement `." -#: ../../docs/user/masternodes/hosting.rst:204 +#: ../../docs/user/masternodes/hosting.rst:206 msgid "Operator transactions" msgstr "Transactions d'opérateur" -#: ../../docs/user/masternodes/hosting.rst:206 +#: ../../docs/user/masternodes/hosting.rst:208 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 " @@ -446,7 +454,7 @@ msgid "" "update the service features and register the masternode." msgstr "" -#: ../../docs/user/masternodes/hosting.rst:218 +#: ../../docs/user/masternodes/hosting.rst:220 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 " diff --git a/locale/fr/LC_MESSAGES/docs/user/masternodes/index.po b/locale/fr/LC_MESSAGES/docs/user/masternodes/index.po index 5d13f5fa9..0f9273f69 100644 --- a/locale/fr/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/fr/LC_MESSAGES/docs/user/masternodes/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/masternodes/server-config.po b/locale/fr/LC_MESSAGES/docs/user/masternodes/server-config.po index a1b1ac5bf..e6ffa871b 100644 --- a/locale/fr/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/fr/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Daf Daf, 2024\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" @@ -83,7 +83,15 @@ msgid "" "ISPs allocate dynamic IP addresses to home users." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:41 +#: ../../docs/user/masternodes/server-config.rst:43 +msgid "" +"Disabling IPv6 is highly recommended to prevent communication issues that " +"have been observed when running nodes on some VPS providers. We recommend " +"turning it off through the VPS provider's setup wizard during initial server" +" creation." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:47 msgid "" "Before beginning, take a few minutes to review the masternode and evonode " ":hoverxref:`hardware requirements ` which may help you " @@ -98,33 +106,33 @@ msgid "" "on the following screen:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:56 +#: ../../docs/user/masternodes/server-config.rst:62 msgid "Vultr server location selection screen" msgstr "Page Vultr de choix d'emplacement de serveur" -#: ../../docs/user/masternodes/server-config.rst:58 +#: ../../docs/user/masternodes/server-config.rst:64 msgid "" "Select Ubuntu 24.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 "" -#: ../../docs/user/masternodes/server-config.rst:65 +#: ../../docs/user/masternodes/server-config.rst:71 msgid "Vultr server type selection screen" msgstr "Page Vultr de choix du type de serveur" -#: ../../docs/user/masternodes/server-config.rst:67 +#: ../../docs/user/masternodes/server-config.rst:73 msgid "" "Select a server size according to the hardware requirements for you " ":hoverxref:`masternode ` or :hoverxref:`evonode " "`:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:73 +#: ../../docs/user/masternodes/server-config.rst:79 msgid "Vultr server size selection screen" msgstr "Page Vultr de choix de taille de serveur" -#: ../../docs/user/masternodes/server-config.rst:75 +#: ../../docs/user/masternodes/server-config.rst:81 msgid "" "Enter a hostname and label for your server. In this example we will use " "``dashmn1`` as the hostname." @@ -132,22 +140,22 @@ 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:81 +#: ../../docs/user/masternodes/server-config.rst:87 msgid "Vultr server hostname & label selection screen" msgstr "Page Vultr de choix du nom d'hôte et de l'étiquette du serveur" -#: ../../docs/user/masternodes/server-config.rst:83 +#: ../../docs/user/masternodes/server-config.rst:89 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:88 +#: ../../docs/user/masternodes/server-config.rst:94 msgid "Vultr server installation screen" msgstr "Page Vultr d'installation du serveur" -#: ../../docs/user/masternodes/server-config.rst:90 +#: ../../docs/user/masternodes/server-config.rst:96 msgid "" "Click **Manage** when installation is complete and take note of the IP " "address, username and password." @@ -155,15 +163,15 @@ 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:96 +#: ../../docs/user/masternodes/server-config.rst:102 msgid "Vultr server management screen" msgstr "Page Vultr de gestion du serveur" -#: ../../docs/user/masternodes/server-config.rst:101 +#: ../../docs/user/masternodes/server-config.rst:107 msgid "Set up your operating system" msgstr "Configuration de votre système d'exploitation" -#: ../../docs/user/masternodes/server-config.rst:103 +#: ../../docs/user/masternodes/server-config.rst:109 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" @@ -182,11 +190,11 @@ msgstr "" "simplement ``ssh root@`` puis votre mot de passe quand il vous " "est demandé." -#: ../../docs/user/masternodes/server-config.rst:114 +#: ../../docs/user/masternodes/server-config.rst:120 msgid "PuTTY download page" msgstr "Page de téléchargement de PuTTY" -#: ../../docs/user/masternodes/server-config.rst:116 +#: ../../docs/user/masternodes/server-config.rst:122 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** " @@ -201,11 +209,11 @@ msgstr "" "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:125 +#: ../../docs/user/masternodes/server-config.rst:131 msgid "PuTTY security alert when connecting to a new server" msgstr "Alerte de sécurité de PuTTY à la connexion à un nouveau serveur" -#: ../../docs/user/masternodes/server-config.rst:127 +#: ../../docs/user/masternodes/server-config.rst:133 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 " @@ -215,15 +223,15 @@ msgstr "" "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:134 +#: ../../docs/user/masternodes/server-config.rst:140 msgid "Password challenge when connecting to your VPS for the first time" msgstr "Demande de mot de passe à la première connexion à votre VPS" -#: ../../docs/user/masternodes/server-config.rst:138 +#: ../../docs/user/masternodes/server-config.rst:144 msgid "Set up users" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:140 +#: ../../docs/user/masternodes/server-config.rst:146 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 " @@ -238,7 +246,7 @@ msgstr "" "fenêtre PuTTY pour y faire un clic-droit. Le texte se collera à la position " "actuelle du curseur ::" -#: ../../docs/user/masternodes/server-config.rst:148 +#: ../../docs/user/masternodes/server-config.rst:154 msgid "" "Enter and confirm a new password (preferably long and randomly generated). " "Next we will create a new user with the following command, replacing " @@ -249,7 +257,7 @@ msgstr "" "commande suivante, en remplaçant ```` par le nom d'utilisateur de " "votre choix ::" -#: ../../docs/user/masternodes/server-config.rst:154 +#: ../../docs/user/masternodes/server-config.rst:160 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 " @@ -264,11 +272,11 @@ msgstr "" "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:164 +#: ../../docs/user/masternodes/server-config.rst:170 msgid "Update the system" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:166 +#: ../../docs/user/masternodes/server-config.rst:172 msgid "" "Now, while still as root, we will update the system from the Ubuntu package " "repository::" @@ -276,27 +284,63 @@ 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:172 +#: ../../docs/user/masternodes/server-config.rst:178 msgid "" "The system will show a list of upgradable packages. Press **Y** and " "**Enter** to install the packages." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:177 +#: ../../docs/user/masternodes/server-config.rst:182 +msgid "Disable IPv6" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:184 +msgid "" +"We recommend turning off IPv6 to avoid potential communication issues. If " +"you cannot do this through your VPS provider's server configuration " +"settings, use the following steps to disable it through the operating " +"system." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:188 +msgid "Check if IPv6 is enabled::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:192 +msgid "If multiple inet6 entries are returned, open sysctrl.conf::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:197 +msgid "" +"Add the following lines at the end of the file, then press **Ctrl + X** to " +"close the editor, then **Y** and **Enter** save the file.::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:204 +msgid "Load the changes::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:208 +msgid "" +"Finally, check if IPv6 was successfully disabled. No entries should be " +"returned when you run the command this time::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:214 msgid "Configure the firewall" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:179 +#: ../../docs/user/masternodes/server-config.rst:216 msgid "" "We will now install a firewall (and some other packages we will use later)::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:183 -#: ../../docs/user/masternodes/server-config.rst:225 +#: ../../docs/user/masternodes/server-config.rst:220 +#: ../../docs/user/masternodes/server-config.rst:259 msgid "(press **Y** and **Enter** to confirm)" msgstr "(appuyez sur **O** et **Entrée** pour confirmer)" -#: ../../docs/user/masternodes/server-config.rst:185 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Choose the appropriate firewall configuration below based on which network " "and masternode type your masternode will support:" @@ -314,17 +358,17 @@ msgstr "" msgid "Testnet" msgstr "Réseau de test" -#: ../../docs/user/masternodes/server-config.rst:229 +#: ../../docs/user/masternodes/server-config.rst:263 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:231 +#: ../../docs/user/masternodes/server-config.rst:265 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:240 +#: ../../docs/user/masternodes/server-config.rst:274 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 " @@ -335,11 +379,11 @@ msgstr "" "**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:250 +#: ../../docs/user/masternodes/server-config.rst:284 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:252 +#: ../../docs/user/masternodes/server-config.rst:286 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, " @@ -350,27 +394,27 @@ msgstr "" "étapes sont facultatives, mais hautement recommandées. Commencez par " "fail2ban :" -#: ../../docs/user/masternodes/server-config.rst:258 +#: ../../docs/user/masternodes/server-config.rst:292 msgid "Create a new configuration file::" msgstr "Créez un nouveau fichier de configuration :" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:296 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:307 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:279 +#: ../../docs/user/masternodes/server-config.rst:313 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:283 +#: ../../docs/user/masternodes/server-config.rst:317 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -384,25 +428,25 @@ msgstr "" "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:289 +#: ../../docs/user/masternodes/server-config.rst:323 msgid "" "Optionally install or update `AppArmor `_ (try this " "step if you are having problems related to AppArmor)::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:295 +#: ../../docs/user/masternodes/server-config.rst:329 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:297 +#: ../../docs/user/masternodes/server-config.rst:331 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:301 +#: ../../docs/user/masternodes/server-config.rst:335 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:305 +#: ../../docs/user/masternodes/server-config.rst:339 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a `public" 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 4546fc334..785582739 100644 --- a/locale/fr/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/fr/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -393,7 +393,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:252 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -925,3 +925,21 @@ msgid "" "`_ are two options that " "accept cryptocurrency." msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:631 +msgid "" +"Please make sure that the certificate chain file contains your server " +"certificate at the top and intermediate/root certificates if present. If a " +"bundle file is present, you need to concatenate it with the certificate " +"file::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:637 +msgid "" +"Verify the validity of the private key and certificate chain by running " +"these commands::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:642 +msgid "The output of these two commands should be the same." +msgstr "" diff --git a/locale/fr/LC_MESSAGES/docs/user/mining/index.po b/locale/fr/LC_MESSAGES/docs/user/mining/index.po index 1984207e2..c2091e6a2 100644 --- a/locale/fr/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/fr/LC_MESSAGES/docs/user/mining/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" @@ -44,52 +44,12 @@ msgid "" "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." +"algorithm>`, which the miner must solve in order to earn rewards. A number " +"of X11 ASICs are available on the market, which help make Dash secure " +"against brute force attacks on the blockchain." 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." -#: ../../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 "" -"Le matériel le plus simple et le plus commun pour miner est le " -"microprocesseur (CPU) présent dans chaque ordinateur. Un processeur est " -"conçu pour être polyvalent mais offre une efficacité moins grande qu'un " -"processeur graphique (GPU) qui est conçu pour calculer parallèlement et " -"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." - -#: ../../docs/user/mining/index.rst:35 +#: ../../docs/user/mining/index.rst:20 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 " @@ -100,12 +60,12 @@ msgstr "" "comme de votre électricité. Les liens suivants fournissent une information " "actualisée :" -#: ../../docs/user/mining/index.rst:39 +#: ../../docs/user/mining/index.rst:24 msgid "`Hashrate `_" msgstr "" "`Taux de hachage `_" -#: ../../docs/user/mining/index.rst:40 +#: ../../docs/user/mining/index.rst:25 msgid "" "`Mining difficulty `_" @@ -113,7 +73,7 @@ msgstr "" "`Difficulté de minage `_" -#: ../../docs/user/mining/index.rst:41 +#: ../../docs/user/mining/index.rst:26 msgid "" "`Profitability calculation tool " "`_" @@ -121,11 +81,11 @@ msgstr "" "`Outil de calcul de rentabilité " "`_" -#: ../../docs/user/mining/index.rst:44 +#: ../../docs/user/mining/index.rst:29 msgid "Masternodes vs. Mining" msgstr "Comparaison des masternodes et du minage" -#: ../../docs/user/mining/index.rst:46 +#: ../../docs/user/mining/index.rst:31 msgid "" "Dash, like Bitcoin and most other cryptocurrencies, is based on a " "decentralized ledger of all transactions, known as a blockchain. This " @@ -148,20 +108,20 @@ msgstr "" "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 +#: ../../docs/user/mining/index.rst:41 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% " +"rewarded when miners discover new blocks. The breakdown is as follows: 80% " "of the block subsidy is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " +"distribution found :ref:`here `, while 20% is " "reserved for the budget system (created by superblocks every month)." msgstr "" -#: ../../docs/user/mining/index.rst:67 +#: ../../docs/user/mining/index.rst:52 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 " @@ -179,7 +139,7 @@ msgstr "" "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 +#: ../../docs/user/mining/index.rst:60 msgid "" "In short, miners power the first tier, which is the basic sending and " "receiving of funds and prevention of doublespending. Masternodes power the " @@ -203,33 +163,19 @@ msgstr "" "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 +#: ../../docs/user/mining/index.rst:72 msgid "Mining Pools" msgstr "Équipes de minage" -#: ../../docs/user/mining/index.rst:89 +#: ../../docs/user/mining/index.rst:74 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." +"power." 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." -#: ../../docs/user/mining/index.rst:97 -msgid "http://www.p2poolmining.us/p2poolnodes/" -msgstr "http://www.p2poolmining.us/p2poolnodes/" - -#: ../../docs/user/mining/index.rst:99 +#: ../../docs/user/mining/index.rst:79 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" @@ -246,78 +192,53 @@ msgstr "" "utilisateurs, etc. Un guide d'utilisation d'une équipe de minage typique " "peut être consulté :ref:`ici `." -#: ../../docs/user/mining/index.rst:107 +#: ../../docs/user/mining/index.rst:87 msgid "https://coinfoundry.org" msgstr "https://coinfoundry.org" -#: ../../docs/user/mining/index.rst:108 +#: ../../docs/user/mining/index.rst:88 msgid "https://mining.luxor.tech" msgstr "https://mining.luxor.tech" -#: ../../docs/user/mining/index.rst:109 -msgid "https://dash.suprnova.cc" -msgstr "https://dash.suprnova.cc" - -#: ../../docs/user/mining/index.rst:110 +#: ../../docs/user/mining/index.rst:89 msgid "https://www.nicehash.com" msgstr "https://www.nicehash.com" -#: ../../docs/user/mining/index.rst:111 -msgid "https://www.coinotron.com" -msgstr "https://www.coinotron.com" - -#: ../../docs/user/mining/index.rst:112 +#: ../../docs/user/mining/index.rst:90 msgid "https://dash.miningpoolhub.com" msgstr "https://dash.miningpoolhub.com" -#: ../../docs/user/mining/index.rst:113 +#: ../../docs/user/mining/index.rst:91 msgid "https://www.multipool.us" msgstr "https://www.multipool.us" -#: ../../docs/user/mining/index.rst:114 +#: ../../docs/user/mining/index.rst:92 msgid "https://www.f2pool.com" msgstr "https://www.f2pool.com" -#: ../../docs/user/mining/index.rst:115 -msgid "https://www2.coinmine.pl/dash/" -msgstr "https://www2.coinmine.pl/dash/" - -#: ../../docs/user/mining/index.rst:116 +#: ../../docs/user/mining/index.rst:93 msgid "https://www.antpool.com" msgstr "https://www.antpool.com" -#: ../../docs/user/mining/index.rst:117 -msgid "https://avalon-life.io" -msgstr "https://avalon-life.io" - -#: ../../docs/user/mining/index.rst:118 -msgid "https://www.genesis-mining.com" -msgstr "https://www.genesis-mining.com" - -#: ../../docs/user/mining/index.rst:119 +#: ../../docs/user/mining/index.rst:94 msgid "https://www.viabtc.com" msgstr "https://www.viabtc.com" -#: ../../docs/user/mining/index.rst:120 +#: ../../docs/user/mining/index.rst:95 msgid "https://zpool.ca" msgstr "https://zpool.ca" -#: ../../docs/user/mining/index.rst:122 +#: ../../docs/user/mining/index.rst:97 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" +"exercise discretion when using third-party services. If you'd like to be " +"added to this list, please open an issue on the `GitHub repository " +"`_." 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" -#: ../../docs/user/mining/index.rst:129 +#: ../../docs/user/mining/index.rst:104 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 " @@ -327,493 +248,11 @@ msgstr "" "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" -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." -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." - -#: ../../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 "" -"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." - -#: ../../docs/user/mining/index.rst:158 ../../docs/user/mining/index.rst:292 -msgid "`Crypto Mining Blog `_" -msgstr "`Blog Crypto Mining `_" - -#: ../../docs/user/mining/index.rst:159 ../../docs/user/mining/index.rst:293 -msgid "" -"`Dash Forum Mining Discussions " -"`_" -msgstr "" -"`Discussions sur le minage sur le forum officiel Dash " -"`_" - -#: ../../docs/user/mining/index.rst:160 ../../docs/user/mining/index.rst:294 -msgid "" -"`Bitcoin Talk Altcoin Mining Discussions " -"`_" -msgstr "" -"`Discussions sur le minage d'altcoins sur le forum BitcoinTalk " -"`_" - -#: ../../docs/user/mining/index.rst:163 ../../docs/user/mining/index.rst:297 -msgid "Mining software" -msgstr "Logiciels de minage" - -#: ../../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 "" -"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" -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:" -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 :" - -#: ../../docs/user/mining/index.rst:178 -msgid "CPU-Z showing details for an Intel i7 Haswell CPU" -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:" -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 " -"spécifique, comme les suivants :" - -#: ../../docs/user/mining/index.rst:185 -msgid "https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c" -msgstr "https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c" - -#: ../../docs/user/mining/index.rst:186 -msgid "https://github.com/tpruvot/cpuminer-multi" -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 " -"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 "" -"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" -msgstr "Logiciels de minage CPU pour Dash" - -#: ../../docs/user/mining/index.rst:201 ../../docs/user/mining/index.rst:345 -msgid "Configuration" -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::" -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 :" - -#: ../../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::" -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 :" - -#: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 -msgid "Where:" -msgstr "Où :" - -#: ../../docs/user/mining/index.rst:220 -msgid "minerd = the executable miner daemon file you choose to use" -msgstr "minerd = le fichier \"daemon\" de minage exécutable que vous avez choisi" - -#: ../../docs/user/mining/index.rst:221 -msgid "a = algorithm, which is X11 for Dash" -msgstr "a = algorithme, X11 pour Dash" - -#: ../../docs/user/mining/index.rst:222 -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" -msgstr "" -"u = nom d'utilisateur, en général l'adresse Dash de réception de votre " -"portefeuille ou worker" - -#: ../../docs/user/mining/index.rst:224 -msgid "p = password, can often be set to x" -msgstr "p = mot de passe, peut être mis en général sur x" - -#: ../../docs/user/mining/index.rst:225 -msgid "t = number of threads used" -msgstr "t = nombre de files à utiliser" - -#: ../../docs/user/mining/index.rst:226 -msgid "pause = keeps the window open in the case of errors" -msgstr "pause = conserve la fenêtre ouverte en cas d'erreurs" - -#: ../../docs/user/mining/index.rst:228 -msgid "For the CPU in the example above, the command may be::" -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" - -#: ../../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." -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*." - -#: ../../docs/user/mining/index.rst:243 ../../docs/user/mining/index.rst:392 -msgid "Testing" -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." -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 " -"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 " -"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." - -#: ../../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" - -#: ../../docs/user/mining/index.rst:260 -msgid "Tips" -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." -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, " -"envisagez l'installation d'un autre ventilateur et vérifiez que la pâte " -"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é." - -#: ../../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." -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." - -#: ../../docs/user/mining/index.rst:277 -msgid "GPU Mining" -msgstr "Minage avec un processeur graphique" - -#: ../../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 "" -"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." -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." - -#: ../../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 "" -"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 " -"graphique :" - -#: ../../docs/user/mining/index.rst:309 -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" - -#: ../../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 "" -"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." - -#: ../../docs/user/mining/index.rst:318 -msgid "**AMD**" -msgstr "**AMD**" - -#: ../../docs/user/mining/index.rst:320 -msgid "https://github.com/nicehash/sgminer/releases" -msgstr "https://github.com/nicehash/sgminer/releases" - -#: ../../docs/user/mining/index.rst:322 -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 (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)" -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:" -msgstr "" -"Téléchargez et décompressez le fichier choisi. Le dossier ressemblera à " -"quelque chose de ce genre :" - -#: ../../docs/user/mining/index.rst:335 -msgid "Executable GPU miners for Dash" -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." -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." - -#: ../../docs/user/mining/index.rst:355 -msgid "" -"Next, open **Notepad** and create the basic configuration. The general " -"format is as follows::" -msgstr "" -"Puis ouvrez le **Calepin** et créez la configuration de base. Le format " -"général est comme suit :" - -#: ../../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" -msgstr "" -"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" -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" -msgstr "" -"u = nom d'utilisateur, en général l'adresse Dash de réception de votre " -"portefeuille ou worker" - -#: ../../docs/user/mining/index.rst:376 -msgid "pass = password, can often be set to x" -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" -msgstr "" -"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:" -msgstr "Pour l'équipe ci-dessus, la configuration peut être :" - -#: ../../docs/user/mining/index.rst:385 -msgid "Configuration file for a Dash GPU miner" -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." -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*." - -#: ../../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." -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." - -#: ../../docs/user/mining/index.rst:403 -msgid "" -"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" - -#: ../../docs/user/mining/index.rst:410 +#: ../../docs/user/mining/index.rst:120 msgid "ASIC Mining" msgstr "Minage ASIC" -#: ../../docs/user/mining/index.rst:412 +#: ../../docs/user/mining/index.rst:122 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" @@ -826,26 +265,18 @@ msgstr "" "que les processeurs classiques (CPU) ou graphiques (GPU) et offrent donc un " "meilleur rendement." -#: ../../docs/user/mining/index.rst:417 +#: ../../docs/user/mining/index.rst:127 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 `_." +"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 +#: ../../docs/user/mining/index.rst:134 msgid "" "The following X11 ASIC miners are available on the market today, click the " "product name to visit the manufacturer's website:" @@ -853,31 +284,31 @@ 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 :" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Name" msgstr "Nom" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Hash rate" msgstr "Taux de hachage" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Power" msgstr "Puissance" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Weight" msgstr "Poids" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Dimensions (mm)" msgstr "Dimensions (mm)" -#: ../../docs/user/mining/index.rst:428 +#: ../../docs/user/mining/index.rst:138 msgid "Price" msgstr "Prix" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "" "`Bitmain Antminer D5 " "`_" @@ -885,393 +316,81 @@ msgstr "" "`Bitmain Antminer D5 " "`_" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "119 GH/s ±5%" msgstr "119 GH/s ±5%" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "1566 W" msgstr "1566 W" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "7.5 kg" msgstr "7,5 kg" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "486 x 265 x 388" msgstr "486 x 265 x 388" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "$1,180" msgstr "$1180" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "`Spondoolies SPx36 `_" msgstr "" "`Spondoolies SPx36 `_" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "540 GH/s ±10%" msgstr "540 GH/s ±10%" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "4400 W" msgstr "4400 W" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "19.5 kg" msgstr "19,5 kg" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "640 x 525 x 185" msgstr "640 x 525 x 185" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "$7,000" msgstr "$7000" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "" "`StrongU STU-U6 `_" msgstr "" "`StrongU STU-U6 `_" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "420 GH/s ±8%" msgstr "420 GH/s ±8%" -#: ../../docs/user/mining/index.rst:434 ../../docs/user/mining/index.rst:478 +#: ../../docs/user/mining/index.rst:144 msgid "2100 W" msgstr "2100 W" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "8.5 kg" msgstr "8,5 kg" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "370 x 135 x 208" msgstr "370 x 135 x 208" -#: ../../docs/user/mining/index.rst:437 +#: ../../docs/user/mining/index.rst:147 msgid "ASIC resellers may also have miners available:" msgstr "" -#: ../../docs/user/mining/index.rst:439 +#: ../../docs/user/mining/index.rst:149 msgid "http://kaboomracks.com" msgstr "http://kaboomracks.com" -#: ../../docs/user/mining/index.rst:440 +#: ../../docs/user/mining/index.rst:150 msgid "https://brokerage.luxor.tech/dashboard" 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." -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." - -#: ../../docs/user/mining/index.rst:448 -msgid "`Baikal BK-X `_" -msgstr "`Baikal BK-X `_" - -#: ../../docs/user/mining/index.rst:448 -msgid "10 GH/s ±5%" -msgstr "10 GH/s ±5%" - -#: ../../docs/user/mining/index.rst:448 -msgid "800 W" -msgstr "800 W" - -#: ../../docs/user/mining/index.rst:448 -msgid "3.8 kg" -msgstr "3,8 kg" - -#: ../../docs/user/mining/index.rst:448 -msgid "312 x 125 x 130" -msgstr "312 x 125 x 130" - -#: ../../docs/user/mining/index.rst:450 -msgid "`Baikal Mini `_" -msgstr "`Baikal Mini `_" - -#: ../../docs/user/mining/index.rst:450 -msgid "150 MH/s ±10%" -msgstr "150 MH/s ±10%" - -#: ../../docs/user/mining/index.rst:450 -msgid "40 W" -msgstr "40 W" - -#: ../../docs/user/mining/index.rst:450 -msgid ".475 kg" -msgstr "0,475 kg" - -#: ../../docs/user/mining/index.rst:450 -msgid "140 x 100 x 95" -msgstr "140 x 100 x 95" - -#: ../../docs/user/mining/index.rst:452 -msgid "`Baikal Giant+ A2000 `_" -msgstr "`Baikal Giant+ A2000 `_" - -#: ../../docs/user/mining/index.rst:452 -msgid "2000 MH/s ±10%" -msgstr "2000 MH/s ±10%" - -#: ../../docs/user/mining/index.rst:452 -msgid "430 W" -msgstr "430 W" - -#: ../../docs/user/mining/index.rst:452 ../../docs/user/mining/index.rst:456 -msgid "3 kg" -msgstr "3 kg" - -#: ../../docs/user/mining/index.rst:452 -msgid "300 x 140 x 125" -msgstr "300 x 140 x 125" - -#: ../../docs/user/mining/index.rst:454 -msgid "`Baikal Giant A900 `_" -msgstr "`Baikal Giant A900 `_" - -#: ../../docs/user/mining/index.rst:454 -msgid "900 MH/s ±5%" -msgstr "900 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:454 -msgid "217 W" -msgstr "217 W" - -#: ../../docs/user/mining/index.rst:454 -msgid "2.5 kg" -msgstr "2,5 kg" - -#: ../../docs/user/mining/index.rst:454 -msgid "300 x 123 x 123" -msgstr "300 x 123 x 123" - -#: ../../docs/user/mining/index.rst:456 -msgid "`Baikal Quad Cube `_" -msgstr "`Baikal Quad Cube `_" - -#: ../../docs/user/mining/index.rst:456 -msgid "1200 MH/s ±10%" -msgstr "1200 MH/s ±10%" - -#: ../../docs/user/mining/index.rst:456 -msgid "300 W" -msgstr "300 W" - -#: ../../docs/user/mining/index.rst:456 -msgid "135 x 135 x 425" -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 "17 GH/s ±5%" - -#: ../../docs/user/mining/index.rst:458 -msgid "970 W" -msgstr "970 W" - -#: ../../docs/user/mining/index.rst:458 -msgid "6.5 kg" -msgstr "6,5 kg" - -#: ../../docs/user/mining/index.rst:458 -msgid "320 x 130 x 190" -msgstr "320 x 130 x 190" - -#: ../../docs/user/mining/index.rst:460 -msgid "`iBelink DM384M `_" -msgstr "`iBelink DM384M `_" - -#: ../../docs/user/mining/index.rst:460 -msgid "384 MH/s ±10%" -msgstr "384 MH/s ±10%" - -#: ../../docs/user/mining/index.rst:460 -msgid "715 W" -msgstr "715 W" - -#: ../../docs/user/mining/index.rst:460 -msgid "21 kg" -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 "490 x 350 x 180" - -#: ../../docs/user/mining/index.rst:462 -msgid "`iBelink DM11G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 -msgid "11 GH/s ±5%" -msgstr "11 GH/s ±5%" - -#: ../../docs/user/mining/index.rst:462 ../../docs/user/mining/index.rst:464 -msgid "810 W" -msgstr "810 W" - -#: ../../docs/user/mining/index.rst:462 -msgid "22 kg" -msgstr "22 kg" - -#: ../../docs/user/mining/index.rst:464 -msgid "`iBelink DM22G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "22 GH/s ±5%" -msgstr "22 GH/s ±5%" - -#: ../../docs/user/mining/index.rst:464 -msgid "19 kg" -msgstr "19 kg" - -#: ../../docs/user/mining/index.rst:466 -msgid "Pinidea DR-1" -msgstr "Pinidea DR-1" - -#: ../../docs/user/mining/index.rst:466 -msgid "500 MH/s ±10%" -msgstr "500 MH/s ±10%" - -#: ../../docs/user/mining/index.rst:466 -msgid "320 W" -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 "4,5 kg" - -#: ../../docs/user/mining/index.rst:466 -msgid "290 x 130 x 150" -msgstr "290 x 130 x 150" - -#: ../../docs/user/mining/index.rst:468 -msgid "Pinidea DR-2" -msgstr "Pinidea DR-2" - -#: ../../docs/user/mining/index.rst:468 -msgid "450 MH/s ±5%" -msgstr "450 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:468 -msgid "335 W" -msgstr "335 W" - -#: ../../docs/user/mining/index.rst:468 ../../docs/user/mining/index.rst:470 -msgid "200 x 165 x 135" -msgstr "200 x 165 x 135" - -#: ../../docs/user/mining/index.rst:470 -msgid "Pinidea DR-3" -msgstr "Pinidea DR-3" - -#: ../../docs/user/mining/index.rst:470 -msgid "600 MH/s ±5%" -msgstr "600 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:470 -msgid "345 W" -msgstr "345 W" - -#: ../../docs/user/mining/index.rst:472 -msgid "Pinidea DU-1" -msgstr "Pinidea DU-1" - -#: ../../docs/user/mining/index.rst:472 -msgid "9 MH/s ±5%" -msgstr "9 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:472 -msgid "7 W" -msgstr "7 W" - -#: ../../docs/user/mining/index.rst:472 -msgid "50 x 50 x 30" -msgstr "50 x 50 x 30" - -#: ../../docs/user/mining/index.rst:474 -msgid "Pinidea DRX-Kuznetsov" -msgstr "Pinidea DRX-Kuznetsov" - -#: ../../docs/user/mining/index.rst:474 -msgid "900 MH/s ±5%" -msgstr "900 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:474 -msgid "650 W" -msgstr "650 W" - -#: ../../docs/user/mining/index.rst:474 ../../docs/user/mining/index.rst:476 -msgid "280 x 180 x 150" -msgstr "280 x 180 x 150" - -#: ../../docs/user/mining/index.rst:476 -msgid "Pinidea DRX-Varyag" -msgstr "Pinidea DRX-Varyag" - -#: ../../docs/user/mining/index.rst:476 -msgid "1200 MH/s ±5%" -msgstr "1200 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:476 -msgid "850 W" -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 "56 GH/s ±5%" - -#: ../../docs/user/mining/index.rst:478 -msgid "17 kg" -msgstr "17 kg" - -#: ../../docs/user/mining/index.rst:478 -msgid "490 x 390 x 180" -msgstr "490 x 390 x 180" - -#: ../../docs/user/mining/index.rst:480 -msgid "" -"`Innosilicon A5 `_" -msgstr "" -"`Innosilicon A5 `_" - -#: ../../docs/user/mining/index.rst:480 -msgid "32 GH/s ±8%" -msgstr "32 GH/s ±8%" - -#: ../../docs/user/mining/index.rst:480 -msgid "750 W" -msgstr "750 W" - -#: ../../docs/user/mining/index.rst:480 -msgid "3.1 kg" -msgstr "3,1 kg" - -#: ../../docs/user/mining/index.rst:480 -msgid "400 x 135 x 158" -msgstr "400 x 135 x 158" diff --git a/locale/fr/LC_MESSAGES/docs/user/mining/pools.po b/locale/fr/LC_MESSAGES/docs/user/mining/pools.po index cbbb98417..5b0ef1bf7 100644 --- a/locale/fr/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/fr/LC_MESSAGES/docs/user/mining/pools.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/network/dash-evo-tool/index.po b/locale/fr/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po new file mode 100644 index 000000000..962f7bd57 --- /dev/null +++ b/locale/fr/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po @@ -0,0 +1,608 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2024, Dash Core Group, Inc +# This file is distributed under the same license as the Dash package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Daf Daf, 2024 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Dash latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" +"PO-Revision-Date: 2024-11-18 17:41+0000\n" +"Last-Translator: Daf Daf, 2024\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/dash-evo-tool/index.rst-1 +msgid "Description of dash evo tool features and usage" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst-1 +msgid "dash, platform, evonode, masternodes, dash evo tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:9 +msgid "Dash Evo Tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:11 +msgid "" +"Dash Evo Tool is an application designed to help you vote on usernames, " +"withdraw evonode credits, and complete an expanding list of Platform " +"actions. This guide describes how to download, install, and use the Dash Evo" +" Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:18 +msgid "Installation" +msgstr "Installation" + +#: ../../docs/user/network/dash-evo-tool/index.rst:22 +msgid "" +"The Dash Evo Tool requires a Dash Core full node configured to allow RPC and" +" ZMQ access." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:24 +msgid "" +"Linux, MacOS, or Windows packages are available on the `GitHub releases page" +" `__. Download the" +" zip file for your Operating System, then unzip the downloaded file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:28 +msgid "" +"`Windows `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:29 +msgid "" +"`Mac (ARM m1-m4) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:30 +msgid "" +"`Mac (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:31 +msgid "" +"`Linux (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:32 +msgid "" +"`Linux (ARM) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:37 +msgid "Configuration" +msgstr "Configuration" + +#: ../../docs/user/network/dash-evo-tool/index.rst:39 +msgid "Open the directory where the download was unzipped." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:40 +msgid "" +"Open the ``.env`` file (you may need to show hidden files to see it). For " +"the network you plan to connect to, make the following changes. Replace the " +"``*`` with the network name (MAINNET or TESTNET):" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:44 +msgid "" +"Update ``*_CORE_RPC_USER`` to match the ``rpcuser`` value from your Dash " +"Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:45 +msgid "" +"Update ``*_CORE_RPC_PASSWORD`` to match the ``rpcpassword`` value from your " +"Dash Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:47 +msgid "" +"If your dash.conf includes ``rpcallowip``, update ``*_CORE_HOST`` with that " +"IP address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:48 +msgid "" +"If your dash.conf includes ``rpcport``, update ``*_CORE_RPC_PORT`` with that" +" port." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:49 +msgid "" +"(*Optional*) If you are going to run Dash Core manually instead of launching" +" it via the Dash Evo Tool, you must enable ZMQ by adding the following lines" +" to your dash.conf file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Mainnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Testnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:72 +msgid "" +"The default location of the ``dash.conf`` file can be found in the " +":ref:`Dash Core documentation `. At a minimum, the following " +"values must be defined for RPC access to be enabled:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:82 +msgid "Updating the env file" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:84 +msgid "" +"When the application runs for the first time, it creates a application " +"directory and copies the ``.env`` file into it. It also stores application " +"data in the directory. Any further updates to the ``.env`` file must be made" +" to the copy in the application directory." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Operating System" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Configuration File Path" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "macOS" +msgstr "macOS" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "~/Library/Application Support/Dash-Evo-Tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "Windows" +msgstr "Windows" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "C:\\\\Users\\\\\\\\AppData\\\\Roaming\\\\Dash-Evo-Tool\\\\config" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "Linux" +msgstr "Linux" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "/home//.config/dash-evo-tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:99 +msgid "Running the application" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:101 +msgid "" +"Once the ``.env`` file is configured, launch the Dash Evo Tool by double-" +"clicking the file named ``dash-evo-tool``." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:104 +msgid "" +"Alternatively, you can launch the application directly from your terminal. " +"For example, on Linux, run::" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:112 +msgid "Network selection" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:114 +msgid "" +"The Dash Evo Tool supports both testnet and mainnet. To choose a network, " +"navigate to the Network Selection screen and click the checkbox in the " +"Select column for the desired network. Then click the **Start** button on " +"that row to launch Dash Core." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:122 +msgid "" +"You can also launch Dash Core manually without using the Dash Evo Tool. This" +" may be necessary if Dash Core is installed in a non-standard location. When" +" launching Dash Core manually, you must enable ZMQ as described in " +":hoverxref:`Configuration Step 3 `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:130 +msgid "Network selection screen with testnet selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:135 +msgid "Identity operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:140 +msgid "Load existing identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:142 +msgid "" +"On the main identity screen, click the **Load Identity** button on the upper" +" right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:149 +#: ../../docs/user/network/dash-evo-tool/index.rst:213 +msgid "Identity screen with no loaded identities" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:151 +msgid "" +"Some identity types require different information. Use the **Identity Type**" +" dropdown menu to select the type you want to add. In this example, an " +"evonode identity is being added." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:158 +msgid "Identity load screen for evonode" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:164 +msgid "" +"Your collateral key is **not** required. Do not enter it into the Dash Evo " +"Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:166 +msgid "" +"Add the Identity ID and Owner Private Key. You may also want to add the " +"Voting Private Key, but adding the Payout Address Private Key is **not** " +"recommended. For a masternode or evonode, use the protx hash as the Identity" +" ID." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:170 +msgid "" +"If you use the `Dash Masternode Tool `_, you can get the protx hash and private keys from the " +"masternode details screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:177 +msgid "Dash Masternode Tool" +msgstr "DashMasternodeTool" + +#: ../../docs/user/network/dash-evo-tool/index.rst:179 +msgid "" +"Click **Load Identity** once you have entered the required information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:185 +msgid "Identity load screen with evonode info filled out" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:187 +msgid "" +"Once the identity is loaded, you can view its balance and details about its " +"keys. For evonodes, you can also initiate :ref:`withdrawals `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:194 +#: ../../docs/user/network/dash-evo-tool/index.rst:270 +msgid "Identity screen with an evonode identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:199 +msgid "Create new identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:203 +msgid "" +"Before creating an identity, make sure you have :ref:`added a Dash Evo Tool " +"wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:206 +msgid "" +"On the main identity screen, click the **Create Identity** button on the " +"upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:215 +msgid "" +"On the create identity screen, leave the first two options set to the " +"default and select the funding method. Then, send the requested amount of " +"DASH to the provided address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:222 +msgid "Waiting for funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:224 +msgid "" +"The status will change from \"Waiting for funds\" to \"Waiting for Platform " +"acknowledgement\" once the funds have been received and the identity " +"registration process has started." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:231 +msgid "Waiting for Platform acknowledgement" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:233 +msgid "" +"Once the identity has been registered, you can choose to return to the " +"identity screen or proceed to :ref:`registering a name `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:240 +msgid "Identity creation success" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:247 +msgid "Identity screen with an identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:252 +msgid "Evonode withdrawals" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:256 +msgid "" +"Withdrawal requests enter a queue that is currently processed more slowly " +"than intended. Depending on the timing of the withdrawal request, it may " +"take up to 18 hours to complete." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:259 +msgid "" +"For security, there is also a limit on how much can be withdrawn from " +"Platform daily. If withdrawal requests hit the daily limit, they will remain" +" in the queue longer. For details, see this `DCG development update " +"`_." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:264 +msgid "" +"From the identity main screen, click the **Withdraw** button for an " +"identity." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:272 +msgid "" +"On the withdrawal screen, select the key to sign the withdrawal. Selecting " +"the owner key is recommended since this will direct the withdrawal to the " +"payout address. Next, set the amount to withdraw." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:278 +msgid "" +"The **Max** button currently has a bug and sets the withdrawal amount in " +"credits instead of DASH, so you will need to manually adjust the amount if " +"you use that button." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:281 +msgid "Click **Withdraw** after entering the information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:287 +msgid "Withdraw screen with key and amount selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:289 +msgid "" +"When the withdrawal confirmation screen opens, confirm that the amount and " +"destination address are correct. Click **Confirm** to request the " +"withdrawal." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:296 +msgid "Withdrawal confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:301 +msgid "Name operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:306 +msgid "Register name" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:308 +msgid "" +"After :ref:`creating an identity `, you can " +"register a name for it. From the main name screen, click the **Register " +"Name** button on the upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:315 +msgid "Name screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:317 +msgid "" +"First, select the identity to register a name for. This step will be " +"automatically done if you are registering a name as part of the identity " +"creation process." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:320 +msgid "" +"Next, enter the desired name. Notification will be provided if you selected " +"a contested name and the estimated cost will be displayed. Click **Register " +"Name** to complete the registration." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:327 +msgid "Name registration" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:329 +msgid "" +"Upon successful registration, you can see the name on the **My usernames** " +"screen along with any other names you have registered." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:336 +msgid "Name registered successfully" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:341 +msgid "Vote for names" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:343 +msgid "" +"The Voting screen displays a list of names that are currently require a " +"vote. Click the **Refresh** button to update the screen at any time." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:348 +msgid "" +"Voting can only be done by masternodes and evonodes, and each node can only " +"modify its vote four times. See the :ref:`load identity section ` for instructions on importing your keys." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:355 +msgid "Voting screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:357 +msgid "" +"To vote for a contestant, click on an entry in the Contestants column. You " +"can also vote to Lock the name or Abstain by clicking the value in those " +"columns. You will be prompted to load an evonode or masternode identity if " +"you have not already done so." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:361 +msgid "" +"After clicking one of the contestants, vote for that identity to receive the" +" name by clicking one of your specific identities on the Vote Confirmation " +"screen. Click **All** to vote with all your loaded identities " +"simultaneously." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:369 +msgid "Vote confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:371 +msgid "" +"See the `DPNS page " +"`_ for more voting details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:378 +msgid "Wallet operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:382 +msgid "" +"The Dash Evo Tool wallet features only work if your Dash Core node has a " +"single wallet open. **If you have multiple wallets open in Dash Core, close " +"all of them except the one used by the Dash Evo Tool.**" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:389 +msgid "Create wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:391 +msgid "" +"This tool includes a basic wallet feature to support identity registration. " +"Wallets can be added from the wallet screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:396 +msgid "" +"Since this tool adds watching-only addresses to Dash Core when creating " +"identities, it is recommended to close all existing Dash Core wallets and " +":ref:`create a new, empty wallet ` for the Dash Evo Tool. Also, make sure to :ref:`backup your Dash " +"Core wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:401 +msgid "Click **Add Wallet** to create a new wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:407 +msgid "Wallet screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:409 +msgid "" +"After creating extra randomness with the mouse, select your preferred " +"language and click **Generate** to display you passphrase. Write it down and" +" store it securely, then click the checkbox in step 3 to confirm." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:413 +msgid "" +"Next, enter a wallet name and optionally add a password before clicking " +"**Save Wallet** to store the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:420 +msgid "Wallet create screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:425 +msgid "Use wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:427 +msgid "Select your wallet using the dropdown box." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:433 +msgid "Select wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:438 +msgid "Funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:440 +msgid "" +"Several tabs display wallet details. The Funds tab shows your receiving " +"addresses. Click **Add Receiving Address** if you want to add additional " +"addresses to fund the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:447 +msgid "Wallet Funds tab" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:449 +msgid "" +"After adding addresses, they will appear in a table with balance and other " +"details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:455 +msgid "Wallet with address added" +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 717ce27d7..e7b2a0711 100644 --- a/locale/fr/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/fr/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -100,7 +100,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:65 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -451,20 +451,390 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:362 msgid "" -"Once the new version is installed, reset the configuration and services " -"using ``--keep-data`` so the existing data is retained. Then, update the " -"dashmate services::" +"Once the new version of dashmate is installed, update dash service docker " +"images::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:368 +#: ../../docs/user/network/dashmate/index.rst:366 msgid "Finally, restart dashmate::" msgstr "" +#: ../../docs/user/network/dashmate/index.rst:371 +msgid "Troubleshooting" +msgstr "" + #: ../../docs/user/network/dashmate/index.rst:375 -msgid "Collecting logs" +msgid "" +"Only enable logs if you have :ref:`configured log rotation ` to avoid running out of disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:378 +msgid "" +"The following sections describe how to enable log rotation, set up file " +"logging for Core and Platform, adjust log levels, and collect the logs for " +"analysis." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:382 +msgid "Dashmate log overview" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:384 +msgid "" +"Dashmate logs for each service are stored within its Docker container. " +"Although this is typically sufficient, more advanced options are sometimes " +"needed to adjust the log level, output format, or destination. Several cases" +" include when you need to:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:388 +msgid "Modify the level of detail provided in the logs (e.g., debug vs info)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:389 +msgid "" +"Provide data to a log server (e.g., `Elasticsearch " +"`_)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:390 +msgid "Store persistent file logs external to the Docker containers" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:391 +msgid "Use log monitoring tools to track service health" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:393 +msgid "" +"For example, since the default dashmate logs are only stored in the Docker " +"containers, they are lost if the container is removed for some reason (new " +"Docker image, dashmate reset, failure, etc.). Therefore, you may want to " +"store persistent log files external to Docker while troubleshooting an issue" +" to ensure valuable log data cannot be lost." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:401 +msgid "Set up log rotation" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:403 +msgid "" +"By default, dashmate logs are not written to the docker host file system. At" +" times you may want to write them to the host file system. Before enabling " +"logging, it is important to configure log rotation to avoid running out of " +"disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:407 +msgid "Create a new logrotate configuration file for dashmate logs:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:413 +msgid "" +"Paste in the following configuration and replace the example path one that " +"matches your system. This example configuration rotates logs daily and " +"retains seven historical files for each log file type. Historical files are " +"each limited to 1GB." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:430 +msgid "" +"Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:434 +msgid "" +"For additional log rotation details, see `this configuration tutorial " +"`_ or check out the `logrotate man pages " +"`_." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:442 +msgid "Configure Core logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:445 +msgid "Enable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:447 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Core logs on" +" the host file system. Replace the example path with one that matches your " +"system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:457 +msgid "Toggle debug logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:459 +msgid "" +"To enable debug logging for additional details, run the following command. " +"Debug logs can be turned off by setting the value back to ``false``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:0 +msgid "Advanced debug logging" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:468 +msgid "" +"Dashmate supports some advanced debug log options provided by Dash Core. The" +" following boolean ``core.log.debug`` settings correspond directly to the " +"parameters described in the `Core documentation " +"`_: ``ips``, " +"``sourceLocations``, ``threadNames``, and ``timeMicros``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:474 +msgid "**Dashmate Debug Log Options**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +msgid "**Setting**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Description**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "``ips``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "Logs the IP addresses of incoming and outgoing connections" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "``sourceLocations``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "" +"Logs the source locations (file and line number) for debugging information" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "``threadNames``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "Logs the names of the threads used for various operations" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "``timeMicros``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "" +"Logs timestamps with microsecond precision for detailed performance analysis" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Filter Option**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "``includeOnly``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "" +"Log only the specified categories (e.g., ``[\"net\", \"rpc\"]``). If empty, " +"all categories will be logged" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "``exclude``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "" +"Excludes specified categories from logging (e.g., ``[\"rpc\", " +"\"instantsend\"]``)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:505 +msgid "View current log settings" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:507 +msgid "To view the current Core log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:514 +msgid "Disable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:516 +msgid "" +"To disable logging to a file outside the container, reset the log path to " +"``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:525 +msgid "Configure Platform logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:527 +msgid "" +"For troubleshooting flexibility, dashmate provides independent log " +"configuration for the Platform Gateway, Drive ABCI, and Tenderdash. Each " +"service can be configured with the most helpful log level and output format." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:534 +msgid "Gateway logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:536 +msgid "" +"The Platform gateway has two types of logs: service logs and access logs. " +"Service logs are directed to stdout, while access logs can be configured to " +"go to stdout, stderr, or to a file. If all logs are directed to stdout, the " +"output will be a mixture of service and access data." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:540 +#: ../../docs/user/network/dashmate/index.rst:604 +#: ../../docs/user/network/dashmate/index.rst:671 +msgid "**Enable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:542 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"gateway access logs on the host file system. The example below adds file " +"logging while also keeping the default stdout logging. Replace the example " +"path with one that matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:562 +#: ../../docs/user/network/dashmate/index.rst:626 +#: ../../docs/user/network/dashmate/index.rst:680 +msgid "**Disable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:564 +msgid "" +"To disable logging to a file, remove the file config from the accessLogs " +"setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:576 +#: ../../docs/user/network/dashmate/index.rst:641 +#: ../../docs/user/network/dashmate/index.rst:688 +msgid "**Change log level**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:578 +msgid "" +"Platform gateway service logs support several levels of detail. In " +"increasing order of detail they are: ``critical``, ``error``, ``warn``, " +"``info`` (default), ``debug``, and ``trace``. To disable service logs, set " +"the log level to ``off``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:582 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.gateway.log.level`` value. For example, run these commands to " +"change the gateway service log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:591 +#: ../../docs/user/network/dashmate/index.rst:658 +#: ../../docs/user/network/dashmate/index.rst:704 +msgid "**View log settings**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:593 +#: ../../docs/user/network/dashmate/index.rst:660 +msgid "To view the current Platform gateway log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:602 +msgid "Drive ABCI logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:606 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"ABCI logs on the host file system. Replace the example path with one that " +"matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:628 +msgid "" +"To disable logging to a file, remove the file config from the logs setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:643 +msgid "" +"Drive ABCI logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:648 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log levels for file logging and stdout logging to debug on " +"your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:669 +msgid "Tenderdash logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:673 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Tenderdash " +"logs on the host file system. Replace the example path with one that matches" +" your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:682 +msgid "To disable logging to a file, set the path back to ``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:690 +msgid "" +"Tenderdash logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:377 +#: ../../docs/user/network/dashmate/index.rst:695 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:706 +msgid "To view the current Tenderdash log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:715 +msgid "Collect logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:717 msgid "" "Dashmate includes the doctor command to make troubleshooting and log " "reporting easier. The dashmate doctor command collects important debugging " @@ -472,56 +842,83 @@ msgid "" "sent to the support team if necessary. This report includes:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:381 +#: ../../docs/user/network/dashmate/index.rst:721 msgid "" "**Operating System**: Details about the architecture, CPU, memory, and swap" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:382 +#: ../../docs/user/network/dashmate/index.rst:722 msgid "" "**Docker**: Status and logs (exit codes, stdout, stderr) for each service" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:383 +#: ../../docs/user/network/dashmate/index.rst:723 msgid "" "**Core RPC**: Essential details like the best ChainLock, quorums, blockchain" " information, peers, and masternode status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:384 +#: ../../docs/user/network/dashmate/index.rst:724 msgid "" "**Tenderdash RPC**: Status, genesis, network information, ABCI details, and " "a consensus state dump" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:385 +#: ../../docs/user/network/dashmate/index.rst:725 msgid "" "**Metrics**: Tenderdash and Drive metrics (if enabled in the configuration)" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:387 +#: ../../docs/user/network/dashmate/index.rst:727 msgid "To create a report, run ``dashmate doctor`` and select **Yes**::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:395 +#: ../../docs/user/network/dashmate/index.rst:735 msgid "Run the doctor command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:397 +#: ../../docs/user/network/dashmate/index.rst:737 msgid "" "Upon successful completion, the full path to the report archive is " "displayed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:403 +#: ../../docs/user/network/dashmate/index.rst:743 msgid "Doctor output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:406 +#: ../../docs/user/network/dashmate/index.rst:748 +msgid "Metrics" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:750 +msgid "" +"To provide better network visibility to DCG developers for troubleshooting, " +"volunteers can contribute metrics to the DCG metrics server." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:753 +msgid "Enable metrics on your dashmate node" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:776 +msgid "" +"Grant access to metrics from the DCG metrics server (34.219.3.238) by " +"updating your network configuration (i.e., your firewall, AWS security " +"groups, etc.)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:779 +msgid "" +"Provide DCG with your IP address and port so it can be added to the DCG " +"Prometheus server" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:782 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:408 +#: ../../docs/user/network/dashmate/index.rst:784 msgid "" "For further documentation see the `dashmate repository " "`__." 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 a4c404766..73fca4ab5 100644 --- a/locale/fr/LC_MESSAGES/docs/user/network/electrumx-server.po +++ b/locale/fr/LC_MESSAGES/docs/user/network/electrumx-server.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/advanced-functions.po b/locale/fr/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index 5c4bf98a4..1fb463fcb 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/getting-started.po b/locale/fr/LC_MESSAGES/docs/user/wallets/android/getting-started.po index 5c9a900c2..64a4ab300 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/index.po b/locale/fr/LC_MESSAGES/docs/user/wallets/android/index.po index 9fecbce3b..6797b23e9 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/android/index.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/android/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/installation.po b/locale/fr/LC_MESSAGES/docs/user/wallets/android/installation.po index 755f16f15..830ce7670 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/android/installation.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/android/installation.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/advanced.po b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index 6be6fc607..5472e23de 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/fr/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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/backup.po b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index 3809ef4ee..bdaf2e2d5 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/backup.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/backup.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/cmd-rpc.po b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po index 73ace3b0d..02546f6ce 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/coinjoin-instantsend.po b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po index fff9495e7..d64db13b7 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/index.po b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/index.po index 094df87ef..f65165bc7 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/index.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/installation-linux.po b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index 8e8d42cd0..f73dde929 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2023\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" @@ -172,7 +172,7 @@ msgstr "Extraction de Dash Core comme suit :" #: ../../docs/user/wallets/dashcore/installation-linux.rst:92 msgid "" -"This will create a folder named ``dashcore-21.1.0`` in the current working " +"This will create a folder named ``dashcore-21.1.1`` in the current working " "directory. We will now install the executable binaries to ``/usr/local/bin``" " using the ``install`` command::" 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 b8bb4e05b..9f90b4284 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" @@ -167,31 +167,17 @@ msgstr "Premier lancement de Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:94 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-" +" **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." +"downloaded from the internet. Simply click **Open** to continue launching " +"the application." 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." - -#: ../../docs/user/wallets/dashcore/installation-macos.rst:109 + +#: ../../docs/user/wallets/dashcore/installation-macos.rst:103 msgid "Unblocking macOS from running Dash Core" msgstr "Déverrouillage de macOS pour lancer Dash Core" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:111 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:105 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 " @@ -199,11 +185,11 @@ msgid "" "recommended to use the default data folder if possible." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:119 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:113 msgid "Choosing the Dash Core data folder" msgstr "Sélection du dossier de données Dash Core" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:121 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:115 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 " @@ -213,26 +199,26 @@ msgstr "" "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:128 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:122 msgid "Starting Dash Core" msgstr "Démarrage de Dash Core" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:131 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:125 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:133 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:127 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 "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:140 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:134 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-macos.rst:142 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:136 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 " @@ -247,23 +233,23 @@ msgstr "" "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:151 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:145 msgid "Dash Core synchronization is complete" msgstr "La synchronisation de Dash Core est achevée" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:153 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:147 msgid "You can now create a wallet to send and receive funds." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:152 msgid "Creating your Dash Wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 msgid "HD wallets are now created by default." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:158 msgid "" "If no wallet files are loaded, you will get this prompt in the Overview tab." " To create a wallet, click the **Create a new wallet** button or click " @@ -272,7 +258,7 @@ msgid "" "wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:171 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:167 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 " @@ -280,51 +266,51 @@ msgid "" "encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:179 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 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:184 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:211 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Enter a password" msgstr "Saisissez un mot de passe" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:191 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:216 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:187 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:212 msgid "Confirm you want to encrypt your wallet" msgstr "Confirmez que vous souhaitez chiffrer votre portefeuille" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:189 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:197 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 msgid "Encrypting your Dash wallet" msgstr "Chiffrage de votre portefeuille Dash" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:199 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 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:204 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 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:206 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 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:218 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:214 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 " @@ -337,11 +323,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:226 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:222 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Portefeuille Dash Core entièrement chiffré et synchronisé" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:228 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:224 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 " 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 160794b99..945712765 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" @@ -133,7 +133,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-21.1.0-win64-setup.exe.asc`` in the same folder as the downloaded" +"``dashcore-21.1.1-win64-setup.exe.asc`` in the same folder as the downloaded" " installer." msgstr "" @@ -144,7 +144,7 @@ msgstr "Sélection du fichier de signature pour vérification" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-21.1.0-win64-setup.exe with dashcore-21.1.0-win64-setup.exe.asc`` " +"dashcore-21.1.1-win64-setup.exe with dashcore-21.1.1-win64-setup.exe.asc`` " "then you have an authentic copy of Dash Core for Windows." 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 134779f05..fca6b0394 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/interface.po b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index d1cc70a37..6cc452438 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/interface.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/interface.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/send-receive.po b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po index 3d18380e4..2bc798f92 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/advanced.po b/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index 9763a68b0..f7e369fc3 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/advanced.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/advanced.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/faq.po b/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/faq.po index 6e01db024..fffa9f629 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/faq.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/faq.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/index.po b/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/index.po index 4b217ffae..7229e0854 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/index.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/installation.po b/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/installation.po index 1f0f7abd1..656b6bf66 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/installation.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/installation.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/security.po b/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/security.po index 344b05ae0..e36e498f1 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/security.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/security.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/send-receive.po b/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index 8419be245..b14c83403 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/hardware.po b/locale/fr/LC_MESSAGES/docs/user/wallets/hardware.po index 60760c372..74ee4c3c5 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/hardware.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-hardware.po b/locale/fr/LC_MESSAGES/docs/user/wallets/index-hardware.po index 356ce03c0..fcbd1d8f1 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/index-hardware.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/index-hardware.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-paper.po b/locale/fr/LC_MESSAGES/docs/user/wallets/index-paper.po index 8c2d9c388..334f4cb2c 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/index-paper.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/index-paper.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-third-party.po b/locale/fr/LC_MESSAGES/docs/user/wallets/index-third-party.po index adcef4d44..2ea73a78e 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-web.po b/locale/fr/LC_MESSAGES/docs/user/wallets/index-web.po index e35fadc7c..a7455dce8 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/index-web.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/index-web.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index.po b/locale/fr/LC_MESSAGES/docs/user/wallets/index.po index 142906fce..e36f33c6e 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/index.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/ios/advanced-functions.po b/locale/fr/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index a41064343..e598f4dd7 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/getting-started.po b/locale/fr/LC_MESSAGES/docs/user/wallets/ios/getting-started.po index da61a0079..4c581b46b 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/index.po b/locale/fr/LC_MESSAGES/docs/user/wallets/ios/index.po index efe7a80ef..55878747f 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/ios/index.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/ios/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/installation.po b/locale/fr/LC_MESSAGES/docs/user/wallets/ios/installation.po index ab0cf65cf..82e9fbc5b 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/ios/installation.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/ios/installation.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/paper.po b/locale/fr/LC_MESSAGES/docs/user/wallets/paper.po index 258802cd1..7571e2ea6 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/paper.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/recovery.po b/locale/fr/LC_MESSAGES/docs/user/wallets/recovery.po index 9d5e470ed..71539c2b6 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/recovery.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/signing.po b/locale/fr/LC_MESSAGES/docs/user/wallets/signing.po index 5a3addc62..eb8458fae 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/signing.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/third-party.po b/locale/fr/LC_MESSAGES/docs/user/wallets/third-party.po index 6127b7416..349bff733 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/fr/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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/web.po b/locale/fr/LC_MESSAGES/docs/user/wallets/web.po index 1d86c5334..23c459c56 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/web.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/index.po b/locale/fr/LC_MESSAGES/index.po index 9179da8ef..791bfa2e8 100644 --- a/locale/fr/LC_MESSAGES/index.po +++ b/locale/fr/LC_MESSAGES/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2018-02-08 10:30+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 7c7430628..dcca53ab0 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/compiling.po @@ -5,7 +5,7 @@ # # Translators: # 7b90ac08f561a490019c833f8053e346_9ff464a, 2022 -# AL , 2023 +# ALXX , 2023 # Dash Italia, 2024 # #, fuzzy @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Dash Italia, 2024\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" @@ -152,17 +152,22 @@ msgstr "Prepara guix" msgid "" "It is only necessary to run this step during the initial setup of your " "machine. Run the guix install routine to prepare your environment and answer" -" \"Y\" for all prompts::" +" \"Y\" for all prompts:" msgstr "" -"È necessario eseguire questo passaggio solo durante la configurazione " -"iniziale della macchina. Esegui la routine di installazione di Guix per " -"preparare il tuo ambiente e rispondi \"Y\" a tutte le richieste::" -#: ../../docs/user/developers/compiling.rst:88 +#: ../../docs/user/developers/compiling.rst:0 +msgid "Ubuntu/Debian install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst:0 +msgid "General install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst:99 msgid "Clone repositories" msgstr "Clonazione di repository" -#: ../../docs/user/developers/compiling.rst:90 +#: ../../docs/user/developers/compiling.rst:101 msgid "" "After installing the prerequisites and preparing guix, reboot the system, " "login as ````, and clone required repositories::" @@ -170,25 +175,25 @@ msgstr "" "Dopo aver installato i prerequisiti e preparato GUIX, riavviare il sistema, " "accedere come ```` e clonare i repository richiesti::" -#: ../../docs/user/developers/compiling.rst:97 +#: ../../docs/user/developers/compiling.rst:108 msgid "Download the macOS SDK which is required to create macOS builds::" msgstr "Scarica l'SDK di macOS necessario per creare build di macOS::" -#: ../../docs/user/developers/compiling.rst:104 +#: ../../docs/user/developers/compiling.rst:115 msgid "Build Dash Core" msgstr "Costruisci Dash Core" -#: ../../docs/user/developers/compiling.rst:106 +#: ../../docs/user/developers/compiling.rst:117 msgid "" "Checkout the tag associated with the Dash Core version you plan to build::" msgstr "" "Acquista il tag associato alla versione Dash Core che intendi creare::" -#: ../../docs/user/developers/compiling.rst:113 +#: ../../docs/user/developers/compiling.rst:124 msgid "Run ``guix-build`` to create binaries for Linux, Mac, and Windows::" msgstr "Esegui ``guix-build`` per creare binari per Linux, Mac e Windows::" -#: ../../docs/user/developers/compiling.rst:118 +#: ../../docs/user/developers/compiling.rst:129 msgid "" "When the build completes, it will put the binaries in the ``guix-" "build-/output/`` directory." @@ -196,11 +201,11 @@ msgstr "" "Una volta completata la compilazione, i file binari verranno inseriti nella " "directory ``guix-build-/output/``." -#: ../../docs/user/developers/compiling.rst:122 +#: ../../docs/user/developers/compiling.rst:133 msgid "Create signatures for binaries" msgstr "Crea firme per i file binari" -#: ../../docs/user/developers/compiling.rst:124 +#: ../../docs/user/developers/compiling.rst:135 msgid "" "Mac and Windows binaries are signed by Dash Core Group using the relevant " "Apple and Microsoft processes. In this step, that information will be " @@ -210,7 +215,7 @@ msgstr "" "i relativi processi Apple e Microsoft. In questo passaggio, tali " "informazioni verranno convalidate e firmate dalla tua macchina." -#: ../../docs/user/developers/compiling.rst:128 +#: ../../docs/user/developers/compiling.rst:139 msgid "" "Prepare the `detached sigs repository `__::" @@ -218,7 +223,7 @@ msgstr "" "Preparare il `repository distaccato sigs `__::" -#: ../../docs/user/developers/compiling.rst:137 +#: ../../docs/user/developers/compiling.rst:148 msgid "" "Prepare the `guix.sigs repository `__ " "by pulling the latest changes::" @@ -226,20 +231,20 @@ msgstr "" "Prepara il repository `guix.sigs `__ " "estraendo le ultime modifiche::" -#: ../../docs/user/developers/compiling.rst:144 +#: ../../docs/user/developers/compiling.rst:155 msgid "Create a new branch for the version that was built::" msgstr "Crea un nuovo ramo per la versione che è stata creata::" -#: ../../docs/user/developers/compiling.rst:152 +#: ../../docs/user/developers/compiling.rst:163 msgid "Unsigned binaries" msgstr "Binari non firmati" -#: ../../docs/user/developers/compiling.rst:154 +#: ../../docs/user/developers/compiling.rst:165 msgid "To create signatures for the unsigned binaries, run ``guix-attest``::" msgstr "" "Per creare firme per i file binari non firmati, eseguire ``guix-attest``::" -#: ../../docs/user/developers/compiling.rst:162 +#: ../../docs/user/developers/compiling.rst:173 msgid "" "The ``signer`` parameter should be set to the value provided for \"Real " "name\" when generating a key with GPG. See the `GnuPrivacyGuard Howto " @@ -252,11 +257,11 @@ msgstr "" "`_" " per i dettagli su come generare una chiave se non ne hai già una." -#: ../../docs/user/developers/compiling.rst:168 +#: ../../docs/user/developers/compiling.rst:179 msgid "Signed binaries" msgstr "Binari firmati" -#: ../../docs/user/developers/compiling.rst:170 +#: ../../docs/user/developers/compiling.rst:181 msgid "" "To create signatures for the signed binaries, run ``guix-codesign`` followed" " by guix-attest::" @@ -264,11 +269,11 @@ msgstr "" "Per creare firme per i binari firmati, eseguire ``guix-codesign`` seguito da" " guix-attest::" -#: ../../docs/user/developers/compiling.rst:182 +#: ../../docs/user/developers/compiling.rst:193 msgid "Upload signatures" msgstr "Carica firme" -#: ../../docs/user/developers/compiling.rst:184 +#: ../../docs/user/developers/compiling.rst:195 msgid "" "After successfully building the binaries, signing them, and verifying the " "signatures, you can optionally contribute them to the `guix.sigs repository " @@ -279,11 +284,11 @@ msgstr "" "`_ tramite una richiesta pull su " "GitHub ." -#: ../../docs/user/developers/compiling.rst:189 +#: ../../docs/user/developers/compiling.rst:200 msgid "Initial setup" msgstr "Configurazione iniziale" -#: ../../docs/user/developers/compiling.rst:191 +#: ../../docs/user/developers/compiling.rst:202 msgid "" "Since the official guix.sigs repository has restricted write access, create " "a fork of it via GitHub and add your fork as a remote repository::" @@ -292,7 +297,7 @@ msgstr "" "limitato, creane un fork tramite GitHub e aggiungi il tuo fork come " "repository remoto::" -#: ../../docs/user/developers/compiling.rst:197 +#: ../../docs/user/developers/compiling.rst:208 msgid "" "The first time you contribute signatures, also put a copy of your public key" " in the ``builder-keys`` folder of the repository so others can easily " @@ -304,11 +309,11 @@ msgstr "" "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:207 +#: ../../docs/user/developers/compiling.rst:218 msgid "Adding your signatures" msgstr "Aggiunta delle tue firme" -#: ../../docs/user/developers/compiling.rst:209 +#: ../../docs/user/developers/compiling.rst:220 msgid "" "Add and commit the ``*.SHA256SUMS`` and ``*.SHA256SUMS.asc`` files created " "by the build process::" @@ -316,11 +321,11 @@ msgstr "" "Aggiungi e conferma i file ``*.SHA256SUMS`` e ``*.SHA256SUMS.asc`` creati " "dal processo di compilazione::" -#: ../../docs/user/developers/compiling.rst:220 +#: ../../docs/user/developers/compiling.rst:231 msgid "Push to your fork of the guix.sigs repository on GitHub::" msgstr "Invia al tuo fork del repository guix.sigs su GitHub::" -#: ../../docs/user/developers/compiling.rst:225 +#: ../../docs/user/developers/compiling.rst:236 msgid "" "Go to `GitHub `__ and open a " "pull request to the ``master`` branch of the upstream repository. The pull " @@ -332,11 +337,11 @@ msgstr "" " verrà esaminata dagli sviluppatori Dash Core e unita se tutto va a buon " "fine. Grazie per aver contribuito!" -#: ../../docs/user/developers/compiling.rst:231 +#: ../../docs/user/developers/compiling.rst:242 msgid "Verify signatures" msgstr "Verifica le firme" -#: ../../docs/user/developers/compiling.rst:233 +#: ../../docs/user/developers/compiling.rst:244 msgid "" "The `guix.sigs repository `_ contains" " deterministic build results signed by multiple Core developers for each " @@ -348,7 +353,7 @@ msgstr "" "versione. Il repository contiene anche chiavi pubbliche utilizzate per la " "verifica della firma. Importa le chiavi pubbliche::" -#: ../../docs/user/developers/compiling.rst:242 +#: ../../docs/user/developers/compiling.rst:253 msgid "" "Run the following commands to verify that your build matches the official " "release::" @@ -356,7 +361,7 @@ msgstr "" "Esegui i seguenti comandi per verificare che la tua build corrisponda alla " "versione ufficiale:" -#: ../../docs/user/developers/compiling.rst:252 +#: ../../docs/user/developers/compiling.rst:263 msgid "" "You should get a result similar to the following for Linux, Windows, MacOS, " "Signed Windows, and Signed MacOS. Assuming the previous steps completed " @@ -368,11 +373,11 @@ msgstr "" "stati completati con successo, vedrai anche le tue firme con lo stato " "\"OK\"." -#: ../../docs/user/developers/compiling.rst:341 +#: ../../docs/user/developers/compiling.rst:352 msgid "Gitian" msgstr "Gitian" -#: ../../docs/user/developers/compiling.rst:344 +#: ../../docs/user/developers/compiling.rst:355 msgid "" "Gitian builds were deprecated in favor of Guix builds with the release of " "Dash Core v20.0. Instructions on building Dash Core 19.0 or older versions " diff --git a/locale/it/LC_MESSAGES/docs/user/developers/index.po b/locale/it/LC_MESSAGES/docs/user/developers/index.po index 4346a87a0..fed9613bd 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/index.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# AL , 2022 +# ALXX , 2022 # Dash Italia, 2023 # #, fuzzy @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 4f53bf402..c57e734ac 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/insight.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# AL , 2022 +# ALXX , 2022 # Dash Italia, 2023 # #, fuzzy @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -105,7 +105,7 @@ msgid "Change the value of ``datadir`` to ``../../.dashcore``" msgstr "Cambiare il valore di ``datadir`` in ``../../.dashcore``" #: ../../docs/user/developers/insight.rst:58 -msgid "Change the value of ``exec`` to ``../../dashcore-21.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-21.1.1/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 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 4a486e55e..ce19f3047 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# AL , 2023 +# ALXX , 2023 # Dash Italia, 2023 # #, fuzzy 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 9f8280132..0bd59e63d 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# AL , 2023 +# ALXX , 2023 # Dash Italia, 2023 # #, fuzzy @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/integration.po b/locale/it/LC_MESSAGES/docs/user/developers/integration.po index cc17b8bc4..d11e524d5 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/integration.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# AL , 2022 +# ALXX , 2022 # Dash Italia, 2024 # #, fuzzy diff --git a/locale/it/LC_MESSAGES/docs/user/developers/sporks.po b/locale/it/LC_MESSAGES/docs/user/developers/sporks.po index 7a94bc7fb..bc4eb04ba 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/sporks.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# AL , 2023 +# ALXX , 2023 # Dash Italia, 2023 # #, fuzzy diff --git a/locale/it/LC_MESSAGES/docs/user/developers/testnet.po b/locale/it/LC_MESSAGES/docs/user/developers/testnet.po index 6d861c59e..f61c38413 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/testnet.po @@ -5,7 +5,7 @@ # # Translators: # William Lotta , 2022 -# AL , 2022 +# ALXX , 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 68924fa10..cd09ae7a3 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/translating.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# AL , 2022 +# ALXX , 2022 # Dash Italia, 2023 # #, fuzzy @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/earning-spending.po b/locale/it/LC_MESSAGES/docs/user/earning-spending.po index e8522df67..6e09d156a 100644 --- a/locale/it/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/it/LC_MESSAGES/docs/user/earning-spending.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# AL , 2022 +# ALXX , 2022 # Dash Italia, 2023 # #, fuzzy @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 a2d319330..95a80ae4d 100644 --- a/locale/it/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/it/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# AL , 2022 +# ALXX , 2022 # Dash Italia, 2023 # #, fuzzy @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 5f50f1350..93fa4fb03 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Dash Italia, 2024\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 bcb3fbb13..fb35a0179 100644 --- a/locale/it/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/it/LC_MESSAGES/docs/user/governance/understanding.po @@ -5,7 +5,7 @@ # # Translators: # William Lotta , 2022 -# AL , 2022 +# ALXX , 2022 # G. S. , 2022 # Dash Italia, 2024 # @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Dash Italia, 2024\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 c1ed3b19c..369180f95 100644 --- a/locale/it/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/it/LC_MESSAGES/docs/user/governance/using.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# AL , 2022 +# ALXX , 2022 # William Lotta , 2022 # Dash Italia, 2023 # diff --git a/locale/it/LC_MESSAGES/docs/user/index.po b/locale/it/LC_MESSAGES/docs/user/index.po index df9ce36ba..4c2cd96b8 100644 --- a/locale/it/LC_MESSAGES/docs/user/index.po +++ b/locale/it/LC_MESSAGES/docs/user/index.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 ecf1cf507..4c4d68987 100644 --- a/locale/it/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/it/LC_MESSAGES/docs/user/introduction/about.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# AL , 2022 +# ALXX , 2022 # UBS, 2022 # William Lotta , 2022 # Dash Italia, 2023 @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 60562af40..3549c4fdc 100644 --- a/locale/it/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/it/LC_MESSAGES/docs/user/introduction/features.po @@ -5,7 +5,7 @@ # # Translators: # William Lotta , 2022 -# AL , 2022 +# ALXX , 2022 # the phez, 2023 # Dash Italia, 2024 # 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 02c2dddac..a092362d4 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 @@ -5,7 +5,7 @@ # # Translators: # William Lotta , 2022 -# AL , 2022 +# ALXX , 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 8edc70650..682ec6d76 100644 --- a/locale/it/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/it/LC_MESSAGES/docs/user/introduction/information.po @@ -5,7 +5,7 @@ # # Translators: # William Lotta , 2022 -# AL , 2022 +# ALXX , 2022 # Dash Italia, 2024 # #, fuzzy @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Dash Italia, 2024\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" @@ -92,12 +92,12 @@ msgid "https://dashdevs.org" msgstr "https://dashdevs.org" #: ../../docs/user/introduction/information.rst:32 -#: ../../docs/user/introduction/information.rst:166 +#: ../../docs/user/introduction/information.rst:173 msgid "https://www.dashcentral.org" msgstr "https://www.dashcentral.org" #: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:183 msgid "https://www.dashninja.pl" msgstr "https://www.dashninja.pl" @@ -106,7 +106,7 @@ msgid "https://dashnews.org" msgstr "https://dashnews.org" #: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:167 +#: ../../docs/user/introduction/information.rst:174 msgid "https://dashvotetracker.com" msgstr "https://dashvotetracker.com" @@ -437,127 +437,143 @@ msgid "Block explorers, statistics and visualizations" msgstr "Block explorers, statistiche e visualizzazioni" #: ../../docs/user/introduction/information.rst:152 +msgid "**Dash Core**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:154 msgid "https://insight.dash.org/insight/" msgstr "https://insight.dash.org/insight/" -#: ../../docs/user/introduction/information.rst:153 +#: ../../docs/user/introduction/information.rst:155 msgid "https://blockchair.com/dash" msgstr "https://blockchair.com/dash" -#: ../../docs/user/introduction/information.rst:154 +#: ../../docs/user/introduction/information.rst:156 msgid "https://chainz.cryptoid.info/dash/" msgstr "https://chainz.cryptoid.info/dash/" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:157 msgid "https://www.oklink.com/dash" msgstr "https://www.oklink.com/dash" -#: ../../docs/user/introduction/information.rst:156 +#: ../../docs/user/introduction/information.rst:158 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "https://bitinfocharts.com/dash/explorer/" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:159 msgid "https://dashblockexplorer.com" msgstr "https://dashblockexplorer.com" -#: ../../docs/user/introduction/information.rst:158 +#: ../../docs/user/introduction/information.rst:160 msgid "https://live.blockcypher.com/dash/" msgstr "https://live.blockcypher.com/dash/" -#: ../../docs/user/introduction/information.rst:159 +#: ../../docs/user/introduction/information.rst:161 msgid "https://dash.tokenview.io" msgstr "https://dash.tokenview.io" -#: ../../docs/user/introduction/information.rst:160 +#: ../../docs/user/introduction/information.rst:162 msgid "https://udjinm6.github.io/bitlisten/" msgstr "https://udjinm6.github.io/bitlisten/" #: ../../docs/user/introduction/information.rst:164 +msgid "**Dash Platform**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:166 +msgid "https://platform-explorer.com/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:167 +msgid "https://mnowatch.org/evonodes/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:171 msgid "Treasury tools" msgstr "Treasury tools" -#: ../../docs/user/introduction/information.rst:168 +#: ../../docs/user/introduction/information.rst:175 msgid "https://proposal.dash.org" msgstr "https://proposal.dash.org" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl/governance.html" msgstr "https://www.dashninja.pl/governance.html" -#: ../../docs/user/introduction/information.rst:170 +#: ../../docs/user/introduction/information.rst:177 msgid "https://mnowatch.org/leaderboard/" msgstr "https://mnowatch.org/leaderboard/" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:181 msgid "Masternode management" msgstr "Gestione masternode" -#: ../../docs/user/introduction/information.rst:177 +#: ../../docs/user/introduction/information.rst:184 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "https://github.com/Bertrand256/dash-masternode-tool" -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:185 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:179 +#: ../../docs/user/introduction/information.rst:186 msgid "https://dash-news.de/dashtv/" msgstr "https://dash-news.de/dashtv/" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:187 msgid "https://mnowatch.org/dash-stats/" msgstr "https://mnowatch.org/dash-stats/" -#: ../../docs/user/introduction/information.rst:184 +#: ../../docs/user/introduction/information.rst:191 msgid "Price monitoring and research" msgstr "Monitoraggio e ricerca dei prezzi" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:193 msgid "https://messari.io/asset/dash" msgstr "https://messari.io/asset/dash" -#: ../../docs/user/introduction/information.rst:187 +#: ../../docs/user/introduction/information.rst:194 msgid "https://namu.wiki/w/Dash" msgstr "https://namu.wiki/w/Dash" -#: ../../docs/user/introduction/information.rst:188 +#: ../../docs/user/introduction/information.rst:195 msgid "https://xangle.io/project/DASH/profile" msgstr "https://xangle.io/project/DASH/profile" -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:196 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "https://coinmarketcap.com/currencies/dash/" -#: ../../docs/user/introduction/information.rst:190 +#: ../../docs/user/introduction/information.rst:197 msgid "https://bitinfocharts.com/dash/" msgstr "https://bitinfocharts.com/dash/" -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:198 msgid "https://www.coingecko.com/en/coins/dash" msgstr "https://www.coingecko.com/en/coins/dash" -#: ../../docs/user/introduction/information.rst:195 +#: ../../docs/user/introduction/information.rst:202 msgid "Dash Community project" msgstr "Progetto Community Dash" -#: ../../docs/user/introduction/information.rst:197 +#: ../../docs/user/introduction/information.rst:204 msgid "https://dashcommunity.github.io" msgstr "https://dashcommunity.github.io" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:205 msgid "https://github.com/dashcommunity" msgstr "https://github.com/dashcommunity" -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:209 msgid "DarkNet pages" msgstr "DarkNet pagine" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:211 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "" "**Dash (Specchio della pagina principale):** http://dashorg64cjvj4s3.onion" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:212 msgid "" "**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" @@ -565,7 +581,7 @@ msgstr "" "**Il Wiki nascosto:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash" " `_" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:213 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" @@ -573,43 +589,43 @@ msgstr "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:217 msgid "Mobile Apps" msgstr "App Mobile" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:220 msgid "iOS" msgstr "iOS" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:222 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "**Dash Wallet:** https://apps.apple.com/app/id1206647026" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:223 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "**Edge:** https://apps.apple.com/app/id1344400091" -#: ../../docs/user/introduction/information.rst:217 +#: ../../docs/user/introduction/information.rst:224 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "**Coinomi:** https://apps.apple.com/app/id1333588809" -#: ../../docs/user/introduction/information.rst:218 +#: ../../docs/user/introduction/information.rst:225 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "**Exodus:** https://apps.apple.com/app/id1414384820" -#: ../../docs/user/introduction/information.rst:219 +#: ../../docs/user/introduction/information.rst:226 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "**CoinCap:** https://apps.apple.com/app/id1074052280" -#: ../../docs/user/introduction/information.rst:220 +#: ../../docs/user/introduction/information.rst:227 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "**Abra:** https://apps.apple.com/app/id966301394" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:231 msgid "Android" msgstr "Android" -#: ../../docs/user/introduction/information.rst:226 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" @@ -617,13 +633,13 @@ msgstr "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" -#: ../../docs/user/introduction/information.rst:227 +#: ../../docs/user/introduction/information.rst:234 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:228 +#: ../../docs/user/introduction/information.rst:235 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" @@ -631,7 +647,7 @@ msgstr "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" -#: ../../docs/user/introduction/information.rst:229 +#: ../../docs/user/introduction/information.rst:236 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" @@ -639,7 +655,7 @@ msgstr "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:237 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" @@ -647,13 +663,13 @@ msgstr "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:238 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:232 +#: ../../docs/user/introduction/information.rst:239 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" @@ -661,7 +677,7 @@ msgstr "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" -#: ../../docs/user/introduction/information.rst:233 +#: ../../docs/user/introduction/information.rst:240 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" @@ -669,15 +685,15 @@ msgstr "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" -#: ../../docs/user/introduction/information.rst:240 +#: ../../docs/user/introduction/information.rst:247 msgid "Glossary" msgstr "Glossario" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:250 msgid "51% Attack" msgstr "Attacco 51%" -#: ../../docs/user/introduction/information.rst:245 +#: ../../docs/user/introduction/information.rst:252 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 " @@ -691,11 +707,11 @@ msgstr "" "significa che ogni client della rete crede al blocco delle transazioni con " "hash dell’aggressore." -#: ../../docs/user/introduction/information.rst:250 +#: ../../docs/user/introduction/information.rst:257 msgid "Address" msgstr "Indirizzo" -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:259 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -710,11 +726,11 @@ msgstr "" "chiavi utilizzate dai possessori di Dash per firmare digitalmente le " "transazioni (vedi Chiave pubblica)." -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:264 msgid "Algorithm" msgstr "Algoritmo" -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:266 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-step" @@ -726,11 +742,11 @@ msgstr "" "operazioni passo passo da eseguire. Gli algoritmi eseguono calcoli, " "elaborazione dati e/o attività di ragionamento automatizzato." -#: ../../docs/user/introduction/information.rst:263 +#: ../../docs/user/introduction/information.rst:270 msgid "Altcoin" msgstr "Altcoin" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:272 msgid "" "Since Bitcoin was the first cryptocurrency and has the largest market " "capitalization, it is considered as the reference. An altcoin, or " @@ -740,11 +756,11 @@ msgstr "" "capitalizzazione di mercato, è considerata il riferimento. Un altcoin, o " "moneta alternativa, è qualsiasi criptovaluta diversa da Bitcoin." -#: ../../docs/user/introduction/information.rst:268 +#: ../../docs/user/introduction/information.rst:275 msgid "AML" msgstr "AML" -#: ../../docs/user/introduction/information.rst:270 +#: ../../docs/user/introduction/information.rst:277 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. AML" @@ -757,11 +773,11 @@ msgstr "" "tecnica. Le autorità di regolamentazione applicano spesso tecniche AML agli " "scambi Dash." -#: ../../docs/user/introduction/information.rst:274 +#: ../../docs/user/introduction/information.rst:281 msgid "API" msgstr "API" -#: ../../docs/user/introduction/information.rst:276 +#: ../../docs/user/introduction/information.rst:283 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a set" @@ -773,7 +789,7 @@ msgstr "" "insieme di routine, protocolli e strumenti per la creazione di software e " "applicazioni." -#: ../../docs/user/introduction/information.rst:281 +#: ../../docs/user/introduction/information.rst:288 msgid "" "An API expresses a software component in terms of its operations, inputs, " "outputs, and underlying types, defining functionalities that are independent" @@ -789,11 +805,11 @@ msgstr "" "semplifica lo sviluppo di un programma fornendo tutti gli elementi " "costitutivi, che vengono poi assemblati dal programmatore." -#: ../../docs/user/introduction/information.rst:288 +#: ../../docs/user/introduction/information.rst:295 msgid "ASIC" msgstr "ASIC" -#: ../../docs/user/introduction/information.rst:290 +#: ../../docs/user/introduction/information.rst:297 msgid "" "An application-specific integrated circuit (ASIC), is an integrated circuit " "(IC) customized for a particular use, rather than intended for general-" @@ -806,11 +822,11 @@ msgstr "" "eseguito in un registratore vocale digitale o per :ref:`Dash mining ad alta " "efficienza ` è un ASIC." -#: ../../docs/user/introduction/information.rst:295 +#: ../../docs/user/introduction/information.rst:302 msgid "ATM / BTM" msgstr "ATM / BTM" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:304 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 " @@ -822,11 +838,11 @@ msgstr "" "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:301 +#: ../../docs/user/introduction/information.rst:308 msgid "Backlog" msgstr "Backlog" -#: ../../docs/user/introduction/information.rst:303 +#: ../../docs/user/introduction/information.rst:310 msgid "" "Backlog generally refers to an accumulation over time of work waiting to be " "done or orders to be fulfilled." @@ -834,11 +850,11 @@ 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:305 +#: ../../docs/user/introduction/information.rst:312 msgid "Backup" msgstr "Backup" -#: ../../docs/user/introduction/information.rst:307 +#: ../../docs/user/introduction/information.rst:314 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 " @@ -856,11 +872,11 @@ msgstr "" " 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:314 +#: ../../docs/user/introduction/information.rst:321 msgid "Bitcoin 2.0" msgstr "Bitcoin 2.0" -#: ../../docs/user/introduction/information.rst:316 +#: ../../docs/user/introduction/information.rst:323 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 " @@ -871,11 +887,11 @@ msgstr "" " livello successivo di progetti Blockchain (contratti intelligenti, voto " "decentralizzato,....)" -#: ../../docs/user/introduction/information.rst:320 +#: ../../docs/user/introduction/information.rst:327 msgid "Blockchain" msgstr "Blockchain" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:329 msgid "" "A `blockchain `_ is a " "distributed database that maintains a continuously-growing list of data " @@ -896,11 +912,11 @@ msgstr "" " blockchain. Ogni blocco contiene un timestamp e informazioni che lo " "collegano a un blocco precedente." -#: ../../docs/user/introduction/information.rst:331 +#: ../../docs/user/introduction/information.rst:338 msgid "Blocks" msgstr "Blocchi" -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:340 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -916,11 +932,11 @@ msgstr "" "noti come \"minatori\" che utilizzano software o apparecchiature " "specializzate progettate appositamente per creare blocchi." -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:346 msgid "ChainLock" msgstr "ChainLock" -#: ../../docs/user/introduction/information.rst:341 +#: ../../docs/user/introduction/information.rst:348 msgid "" "Defined in `DIP8 " "`__, ChainLocks are" @@ -936,11 +952,11 @@ msgstr "" "regola del primo visto. Questo è un metodo potente per mitigare gli attacchi" " miner del 51%, associati alla doppia spesa." -#: ../../docs/user/introduction/information.rst:347 +#: ../../docs/user/introduction/information.rst:354 msgid "Cloud Wallet" msgstr "Cloud Wallet" -#: ../../docs/user/introduction/information.rst:349 +#: ../../docs/user/introduction/information.rst:356 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 " @@ -959,11 +975,11 @@ msgstr "" "alle chiavi private. Non consigliamo di conservare grandi quantità di fondi " "nei portafogli online." -#: ../../docs/user/introduction/information.rst:357 +#: ../../docs/user/introduction/information.rst:364 msgid "Coinbase transaction" msgstr "Transazione Coinbase" -#: ../../docs/user/introduction/information.rst:359 +#: ../../docs/user/introduction/information.rst:366 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 " @@ -973,11 +989,11 @@ msgstr "" "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:362 +#: ../../docs/user/introduction/information.rst:369 msgid "Cold Storage" msgstr "Cold Storage" -#: ../../docs/user/introduction/information.rst:364 +#: ../../docs/user/introduction/information.rst:371 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -989,11 +1005,11 @@ msgstr "" "Internet, un wallet hardware dedicato, una chiavetta USB o un :ref:`paper " "wallet `." -#: ../../docs/user/introduction/information.rst:368 +#: ../../docs/user/introduction/information.rst:375 msgid "Confirm(ed) Transaction" msgstr "Transazione conferma(ta)" -#: ../../docs/user/introduction/information.rst:370 +#: ../../docs/user/introduction/information.rst:377 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 " @@ -1007,15 +1023,15 @@ msgstr "" "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:375 +#: ../../docs/user/introduction/information.rst:382 msgid "Confirmation Number" msgstr "Numero di Conferma" -#: ../../docs/user/introduction/information.rst:376 +#: ../../docs/user/introduction/information.rst:383 msgid "confirmations" msgstr "conferme" -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:386 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -1035,11 +1051,11 @@ msgstr "" "e successiva conferma. Sei conferme sono generalmente considerate \"sicure\"" " e irreversibili." -#: ../../docs/user/introduction/information.rst:387 +#: ../../docs/user/introduction/information.rst:394 msgid "Confirmed Transactions" msgstr "Transazioni Confermate" -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:396 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be " @@ -1051,11 +1067,11 @@ msgstr "" "considerati irreversibili dopo pochi secondi, ma devono comunque essere " "scritti sulla blockchain (e quindi \"confermati\")." -#: ../../docs/user/introduction/information.rst:393 +#: ../../docs/user/introduction/information.rst:400 msgid "Credit pool" msgstr "" -#: ../../docs/user/introduction/information.rst:395 +#: ../../docs/user/introduction/information.rst:402 msgid "" "A store of value on the Core chain that is funded by asset lock " "transactions. The credit pool mirrors the credit balance on Dash Platform. " @@ -1063,11 +1079,11 @@ msgid "" "Platform and unlocking it to withdraw back to Dash on the Core chain." msgstr "" -#: ../../docs/user/introduction/information.rst:398 +#: ../../docs/user/introduction/information.rst:405 msgid "CPU" msgstr "CPU" -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:407 msgid "" "A `central processing unit (CPU) " "`_ is the electronic " @@ -1091,11 +1107,11 @@ msgstr "" " 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:410 +#: ../../docs/user/introduction/information.rst:417 msgid "Cryptocurrency" msgstr "Criptovalute" -#: ../../docs/user/introduction/information.rst:412 +#: ../../docs/user/introduction/information.rst:419 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -1107,11 +1123,11 @@ msgstr "" "crittografia per proteggere le transazioni e controllare la creazione di " "nuove unità." -#: ../../docs/user/introduction/information.rst:416 +#: ../../docs/user/introduction/information.rst:423 msgid "Cryptography" msgstr "Crittografia" -#: ../../docs/user/introduction/information.rst:418 +#: ../../docs/user/introduction/information.rst:425 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -1139,11 +1155,11 @@ msgstr "" "Le applicazioni della crittografia includono carte bancomat, password di " "computer e commercio elettronico." -#: ../../docs/user/introduction/information.rst:430 +#: ../../docs/user/introduction/information.rst:437 msgid "DAO" msgstr "DAO" -#: ../../docs/user/introduction/information.rst:432 +#: ../../docs/user/introduction/information.rst:439 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, 80% " @@ -1166,11 +1182,11 @@ msgstr "" "bilancio è talvolta chiamato sistema di tesoreria; i due termini sono " "intercambiabili." -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP" msgstr "DAP" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:450 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." @@ -1178,11 +1194,11 @@ msgstr "" "Protocollo di applicazione decentralizzata. Questo termine descrive " "un'applicazione in esecuzione sulla Platform Dash DAPI." -#: ../../docs/user/introduction/information.rst:445 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP Client" msgstr "DAP Client" -#: ../../docs/user/introduction/information.rst:447 +#: ../../docs/user/introduction/information.rst:454 msgid "" "An HTTP Client that connects to DAPI and enables Dash blockchain users to " "read and write data to their DAP Space." @@ -1190,11 +1206,11 @@ 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:449 +#: ../../docs/user/introduction/information.rst:456 msgid "DAP Schema" msgstr "DAP Schema" -#: ../../docs/user/introduction/information.rst:451 +#: ../../docs/user/introduction/information.rst:458 msgid "" "A Dash Schema document extending the Dash System Schema to define consensus " "data and rules within a DAP contract." @@ -1202,11 +1218,11 @@ 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:453 +#: ../../docs/user/introduction/information.rst:460 msgid "DAP Space" msgstr "Spazio DAP" -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:462 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." @@ -1215,11 +1231,11 @@ msgstr "" " dati presenti in uno Spazio DAP possono essere modificati solo dal " "proprietario." -#: ../../docs/user/introduction/information.rst:457 +#: ../../docs/user/introduction/information.rst:464 msgid "DAP State" msgstr "Stato DAP" -#: ../../docs/user/introduction/information.rst:459 +#: ../../docs/user/introduction/information.rst:466 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." @@ -1227,11 +1243,11 @@ msgstr "" "L'insieme totale di dati archiviati in un DAP. Questi dati sono costituiti " "dagli spazi DAP dell'utente." -#: ../../docs/user/introduction/information.rst:461 +#: ../../docs/user/introduction/information.rst:468 msgid "DAPI" msgstr "DAPI" -#: ../../docs/user/introduction/information.rst:463 +#: ../../docs/user/introduction/information.rst:470 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 " @@ -1241,11 +1257,11 @@ msgstr "" "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:467 +#: ../../docs/user/introduction/information.rst:474 msgid "Dark Gravity Wave" msgstr "Dark Gravity Wave" -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:476 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" " *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" @@ -1261,11 +1277,11 @@ msgstr "" "blocchi possono rimanere costanti nonostante le fluttuazioni dell’hashpower." " Tuttavia non soffre dell'exploit time-warp." -#: ../../docs/user/introduction/information.rst:475 +#: ../../docs/user/introduction/information.rst:482 msgid "Darkcoin" msgstr "Darkcoin" -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:484 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." @@ -1273,11 +1289,11 @@ msgstr "" "Dash è stato inizialmente lanciato come XCoin e poi rinominato Darkcoin e " "infine Dash." -#: ../../docs/user/introduction/information.rst:479 +#: ../../docs/user/introduction/information.rst:486 msgid "Dash" msgstr "Dash" -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:488 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency was" " later renamed \"Dash\" to avoid association with the darknet markets. Dash " @@ -1296,11 +1312,11 @@ msgstr "" " 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:489 +#: ../../docs/user/introduction/information.rst:496 msgid "DashDrive" msgstr "DashDrive" -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:498 msgid "" "Dash network data storage backend service used by masternodes for off-chain " "data relating to Evolution. DashDrive implements `IPFS `_, " @@ -1311,11 +1327,11 @@ msgstr "" "implementa `IPFS `_, un tipo di sistema di archiviazione di" " file distribuito." -#: ../../docs/user/introduction/information.rst:494 +#: ../../docs/user/introduction/information.rst:501 msgid "Dash Client" msgstr "Dash Client" -#: ../../docs/user/introduction/information.rst:496 +#: ../../docs/user/introduction/information.rst:503 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" @@ -1331,11 +1347,11 @@ msgstr "" "nuove transazioni con il resto della rete, creando una solida infrastruttura" " decentralizzata." -#: ../../docs/user/introduction/information.rst:502 +#: ../../docs/user/introduction/information.rst:509 msgid "Dash Core Wallet" msgstr "Dash Core Wallet" -#: ../../docs/user/introduction/information.rst:504 +#: ../../docs/user/introduction/information.rst:511 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 " @@ -1348,11 +1364,11 @@ msgstr "" "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:509 +#: ../../docs/user/introduction/information.rst:516 msgid "Dash Evolution" msgstr "Dash Evolution" -#: ../../docs/user/introduction/information.rst:511 +#: ../../docs/user/introduction/information.rst:518 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" @@ -1363,11 +1379,11 @@ msgstr "" "decentralizzato. Vedi la pagina :ref:`Evolution ` per maggiori " "informazioni." -#: ../../docs/user/introduction/information.rst:515 +#: ../../docs/user/introduction/information.rst:522 msgid "Dash Schema" msgstr "Dash Schema" -#: ../../docs/user/introduction/information.rst:517 +#: ../../docs/user/introduction/information.rst:524 msgid "" "A JSON-based language specification for defining and validating consensus " "data in Evolution." @@ -1375,11 +1391,11 @@ msgstr "" "Una specifica del linguaggio basata su JSON per definire e convalidare i " "dati di consenso in Evolution." -#: ../../docs/user/introduction/information.rst:519 +#: ../../docs/user/introduction/information.rst:526 msgid "DDoS" msgstr "DDoS" -#: ../../docs/user/introduction/information.rst:521 +#: ../../docs/user/introduction/information.rst:528 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 " @@ -1396,11 +1412,11 @@ msgstr "" "utenti legittimi. Talvolta gli scambi di Dash sono stati colpiti da attacchi" " DDoS." -#: ../../docs/user/introduction/information.rst:527 +#: ../../docs/user/introduction/information.rst:534 msgid "Decentralized" msgstr "Decentralizzato" -#: ../../docs/user/introduction/information.rst:529 +#: ../../docs/user/introduction/information.rst:536 msgid "" "`Decentralized computing " "`_ is the allocation " @@ -1435,11 +1451,11 @@ msgstr "" "massimizzare l’efficienza. Tuttavia, è discutibile se queste reti aumentino " "l’efficacia complessiva." -#: ../../docs/user/introduction/information.rst:544 +#: ../../docs/user/introduction/information.rst:551 msgid "Desktop Wallet" msgstr "Desktop Wallet" -#: ../../docs/user/introduction/information.rst:546 +#: ../../docs/user/introduction/information.rst:553 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 " @@ -1453,11 +1469,11 @@ msgstr "" "Electrum Wallet ` / :ref:`Hardware Wallet `" -#: ../../docs/user/introduction/information.rst:552 +#: ../../docs/user/introduction/information.rst:559 msgid "Difficulty" msgstr "Difficoltà" -#: ../../docs/user/introduction/information.rst:554 +#: ../../docs/user/introduction/information.rst:561 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 " @@ -1478,16 +1494,16 @@ msgstr "" "minatori ASIC specializzati hanno fatto sì che la difficoltà aumentasse nel " "tempo." -#: ../../docs/user/introduction/information.rst:563 +#: ../../docs/user/introduction/information.rst:570 msgid "Digital Wallet" msgstr "Wallet Digitale" -#: ../../docs/user/introduction/information.rst:565 +#: ../../docs/user/introduction/information.rst:572 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:567 +#: ../../docs/user/introduction/information.rst:574 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 " @@ -1502,7 +1518,7 @@ msgstr "" "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:574 +#: ../../docs/user/introduction/information.rst:581 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1517,7 +1533,7 @@ msgstr "" "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:582 +#: ../../docs/user/introduction/information.rst:589 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or Apple " @@ -1535,7 +1551,7 @@ msgstr "" " 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:591 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your Dash " @@ -1560,7 +1576,7 @@ msgstr "" " di non archiviare MAI grandi quantità di Dash in alcun wallet online o " "scambio di criptovaluta." -#: ../../docs/user/introduction/information.rst:603 +#: ../../docs/user/introduction/information.rst:610 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1581,7 +1597,7 @@ msgstr "" "sicuro. Questa è ampiamente considerata la forma di archiviazione più sicura" " per il tuo Dash." -#: ../../docs/user/introduction/information.rst:613 +#: ../../docs/user/introduction/information.rst:620 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the internet." @@ -1605,11 +1621,11 @@ msgstr "" "le chiavette USB non sono sicure per l'archiviazione a lungo termine (più " "anni) perché si degradano nel tempo." -#: ../../docs/user/introduction/information.rst:623 +#: ../../docs/user/introduction/information.rst:630 msgid "DKG" msgstr "DKG" -#: ../../docs/user/introduction/information.rst:625 +#: ../../docs/user/introduction/information.rst:632 msgid "" "Defined in `DIP6 " "`__, Distributed " @@ -1630,11 +1646,11 @@ msgstr "" "chiavi distribuite, che è un'implementazione della condivisione segreta di " "Shamir." -#: ../../docs/user/introduction/information.rst:633 +#: ../../docs/user/introduction/information.rst:640 msgid "Digital Signature" msgstr "Firma Digitale" -#: ../../docs/user/introduction/information.rst:635 +#: ../../docs/user/introduction/information.rst:642 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 " @@ -1653,11 +1669,11 @@ msgstr "" "privata, per dimostrare ad esempio che sei il proprietario di un determinato" " indirizzo Dash." -#: ../../docs/user/introduction/information.rst:643 +#: ../../docs/user/introduction/information.rst:650 msgid "Electrum Wallet" msgstr "Electrum Wallet" -#: ../../docs/user/introduction/information.rst:645 +#: ../../docs/user/introduction/information.rst:652 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight wallet " "that does not require you to download or sync the entire blockchain, making " @@ -1669,11 +1685,11 @@ msgstr "" "rendendo il wallet più leggero e veloce. Include il supporto per le " "funzionalità avanzate InstantSend, CoinJoin e masternode." -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:656 msgid "Encryption" msgstr "Crittografia" -#: ../../docs/user/introduction/information.rst:651 +#: ../../docs/user/introduction/information.rst:658 msgid "" "In cryptography, `encryption `_ is" " the process of encoding messages or information in such a way that only " @@ -1700,15 +1716,15 @@ msgstr "" "algoritmi di crittografia del passato, ma un sistema moderno ben progettato " "come AES-256 è considerato essenzialmente \"inviolabile\"." -#: ../../docs/user/introduction/information.rst:663 +#: ../../docs/user/introduction/information.rst:670 msgid "Escrow Services" msgstr "Servizi di deposito in garanzia" -#: ../../docs/user/introduction/information.rst:665 +#: ../../docs/user/introduction/information.rst:672 msgid "An `escrow `_ is:" msgstr "Un `escrow `_ è:" -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:674 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1719,7 +1735,7 @@ msgstr "" "documenti per le parti contraenti principali, con l'esborso dipendente dalle" " condizioni concordate dalle parti contraenti; O" -#: ../../docs/user/introduction/information.rst:672 +#: ../../docs/user/introduction/information.rst:679 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 " @@ -1729,7 +1745,7 @@ msgstr "" "broker o di un'altra persona fino alla conclusione o alla conclusione di una" " transazione; O" -#: ../../docs/user/introduction/information.rst:676 +#: ../../docs/user/introduction/information.rst:683 msgid "" "a trust account held in the borrower's name to pay obligations such as " "property taxes and insurance premiums." @@ -1737,7 +1753,7 @@ msgstr "" "un conto fiduciario tenuto a nome del mutuatario per pagare obblighi quali " "tasse sulla proprietà e premi assicurativi." -#: ../../docs/user/introduction/information.rst:679 +#: ../../docs/user/introduction/information.rst:686 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1756,11 +1772,11 @@ msgstr "" "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:687 +#: ../../docs/user/introduction/information.rst:694 msgid "Evan Duffield" msgstr "Evan Duffield" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:696 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 " @@ -1770,11 +1786,11 @@ msgstr "" "InstantSend e PrivateSend. Prima di creare Dash, Evan era un consulente " "finanziario e possiede una licenza Series 65." -#: ../../docs/user/introduction/information.rst:692 +#: ../../docs/user/introduction/information.rst:699 msgid "Exchange" msgstr "Exchange" -#: ../../docs/user/introduction/information.rst:694 +#: ../../docs/user/introduction/information.rst:701 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" @@ -1797,11 +1813,11 @@ msgstr "" " di pagamento esegua uno scambio istantaneo al momento di ciascuna " "transazione." -#: ../../docs/user/introduction/information.rst:704 +#: ../../docs/user/introduction/information.rst:711 msgid "Faucet" msgstr "Faucet" -#: ../../docs/user/introduction/information.rst:706 +#: ../../docs/user/introduction/information.rst:713 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 " @@ -1813,11 +1829,11 @@ msgstr "" "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:710 +#: ../../docs/user/introduction/information.rst:717 msgid "Fiat Gateway" msgstr "Fiat Gateway" -#: ../../docs/user/introduction/information.rst:712 +#: ../../docs/user/introduction/information.rst:719 msgid "" "`Fiat money `_ has been defined " "variously as:" @@ -1825,11 +1841,11 @@ msgstr "" "La `Fiat money `_ è stata " "variamente definita come:" -#: ../../docs/user/introduction/information.rst:715 +#: ../../docs/user/introduction/information.rst:722 msgid "Any money declared by a government to be legal tender." msgstr "Qualsiasi moneta dichiarata avente corso legale da un governo." -#: ../../docs/user/introduction/information.rst:716 +#: ../../docs/user/introduction/information.rst:723 msgid "" "State-issued money which is neither convertible by law to any other thing, " "nor fixed in value in terms of any objective standard." @@ -1837,22 +1853,22 @@ 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:717 +#: ../../docs/user/introduction/information.rst:724 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:719 +#: ../../docs/user/introduction/information.rst:726 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "Gli esempi includono il dollaro USA, l’euro, lo yen e così via." -#: ../../docs/user/introduction/information.rst:720 +#: ../../docs/user/introduction/information.rst:727 msgid "Fintech" msgstr "Fintech" -#: ../../docs/user/introduction/information.rst:722 +#: ../../docs/user/introduction/information.rst:729 msgid "" "`Financial technology " "`_, also known as " @@ -1872,11 +1888,11 @@ msgstr "" "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:730 +#: ../../docs/user/introduction/information.rst:737 msgid "Fork" msgstr "Fork" -#: ../../docs/user/introduction/information.rst:732 +#: ../../docs/user/introduction/information.rst:739 msgid "" "When the blockchain diverges or splits, with some clients recognizing one " "version of the blockchain as valid, and other clients believing that a " @@ -1895,7 +1911,7 @@ msgstr "" " tuttavia, possono essere estremamente pericolose e dovrebbero essere " "evitate se possibile." -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:748 msgid "" "Forking is most likely to occur during software updates to the network. Dash" " uses a Multi-Phased Fork (“:ref:`Spork `”) system for greater " @@ -1905,11 +1921,11 @@ msgstr "" "della rete. Dash utilizza un sistema Multi-Phased Fork (“:ref:`Spork " "`”) per una maggiore flessibilità e sicurezza." -#: ../../docs/user/introduction/information.rst:744 +#: ../../docs/user/introduction/information.rst:751 msgid "Full Nodes" msgstr "Full Nodes" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:753 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 " @@ -1923,27 +1939,27 @@ msgstr "" " la decentralizzazione consentendo a qualsiasi utente di ricontrollare la " "validità della blockchain." -#: ../../docs/user/introduction/information.rst:751 +#: ../../docs/user/introduction/information.rst:758 msgid "Fungible" msgstr "Fungibile" -#: ../../docs/user/introduction/information.rst:753 +#: ../../docs/user/introduction/information.rst:760 msgid "Every unit of the currency is worth the same as any other unit." msgstr "Ogni unità della valuta ha lo stesso valore di qualsiasi altra unità." -#: ../../docs/user/introduction/information.rst:754 +#: ../../docs/user/introduction/information.rst:761 msgid "Genesis Block" msgstr "Blocco Genesi" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:763 msgid "The very first block in the block chain." msgstr "Il primo blocco nella catena di blocchi." -#: ../../docs/user/introduction/information.rst:757 +#: ../../docs/user/introduction/information.rst:764 msgid "GPU" msgstr "GPU" -#: ../../docs/user/introduction/information.rst:759 +#: ../../docs/user/introduction/information.rst:766 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -1976,11 +1992,11 @@ msgstr "" "CPU. Alcune criptovalute utilizzano algoritmi di mining che vengono eseguiti" " in modo più efficiente sulle GPU." -#: ../../docs/user/introduction/information.rst:773 +#: ../../docs/user/introduction/information.rst:780 msgid "Hardware Wallet" msgstr "Hardware Wallet" -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:782 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a piece " @@ -1993,11 +2009,11 @@ msgstr "" "Puoi comunque firmare le transazioni normalmente, rendendolo sicuro e " "conveniente." -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:787 msgid "Hash" msgstr "Hash" -#: ../../docs/user/introduction/information.rst:782 +#: ../../docs/user/introduction/information.rst:789 msgid "" "A mathematical process that takes a variable amount of data and produces a " "shorter, fixed-length output. A hashing function has two important " @@ -2012,11 +2028,11 @@ msgstr "" "modificando anche la più piccola parte dell’input si produrrà un output " "completamente diverso." -#: ../../docs/user/introduction/information.rst:788 +#: ../../docs/user/introduction/information.rst:795 msgid "Hashrate" msgstr "Hashrate" -#: ../../docs/user/introduction/information.rst:790 +#: ../../docs/user/introduction/information.rst:797 msgid "" "The number of hashes that can be performed by a Dash miner in a given period" " of time (usually a second)." @@ -2024,11 +2040,11 @@ 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:792 +#: ../../docs/user/introduction/information.rst:799 msgid "Insight" msgstr "Insight" -#: ../../docs/user/introduction/information.rst:794 +#: ../../docs/user/introduction/information.rst:801 msgid "" "Blockchain information server used to power block explorers and respond to " "transaction queries." @@ -2036,19 +2052,19 @@ msgstr "" "Server di informazioni blockchain utilizzato per potenziare i block explorer" " e rispondere alle query sulle transazioni." -#: ../../docs/user/introduction/information.rst:796 +#: ../../docs/user/introduction/information.rst:803 msgid "InstantX" msgstr "InstantX" -#: ../../docs/user/introduction/information.rst:798 +#: ../../docs/user/introduction/information.rst:805 msgid "See InstantSend" msgstr "See InstantSend" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:806 msgid "InstantSend" msgstr "InstantSend" -#: ../../docs/user/introduction/information.rst:801 +#: ../../docs/user/introduction/information.rst:808 msgid "" ":ref:`InstantSend ` technology uses the masternode network to " "\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" @@ -2062,11 +2078,11 @@ msgstr "" "conferma completa delle transazioni, le transazioni che utilizzano " "InstantSend sono \"bloccate\" e irreversibili dopo solo pochi secondi." -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:813 msgid "Liquidity" msgstr "Liquidità" -#: ../../docs/user/introduction/information.rst:808 +#: ../../docs/user/introduction/information.rst:815 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" @@ -2079,11 +2095,11 @@ msgstr "" " di un mercato illiquido è la volatilità dei prezzi e l’incapacità di " "determinare facilmente il valore di un asset." -#: ../../docs/user/introduction/information.rst:813 +#: ../../docs/user/introduction/information.rst:820 msgid "LLMQ" msgstr "LLMQ" -#: ../../docs/user/introduction/information.rst:815 +#: ../../docs/user/introduction/information.rst:822 msgid "" "Defined in `DIP6 " "`__, A Long- Living" @@ -2104,11 +2120,11 @@ msgstr "" " tra questi quorum. Il compito principale di un LLMQ è eseguire la firma " "della soglia dei messaggi relativi al consenso." -#: ../../docs/user/introduction/information.rst:824 +#: ../../docs/user/introduction/information.rst:831 msgid "Masternode" msgstr "Masternode" -#: ../../docs/user/introduction/information.rst:826 +#: ../../docs/user/introduction/information.rst:833 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." @@ -2118,7 +2134,7 @@ msgstr "" "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:830 +#: ../../docs/user/introduction/information.rst:837 msgid "" "Masternodes serve as the second tier of the Dash network, and power " "InstantSend, CoinJoin, and the Budget System." @@ -2126,11 +2142,11 @@ msgstr "" "I Masternode fungono da secondo livello della rete Dash e alimentano " "InstantSend, CoinJoin e Budget System." -#: ../../docs/user/introduction/information.rst:832 +#: ../../docs/user/introduction/information.rst:839 msgid "Mining" msgstr "Mining" -#: ../../docs/user/introduction/information.rst:834 +#: ../../docs/user/introduction/information.rst:841 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 " @@ -2142,20 +2158,20 @@ msgstr "" "ricevono una percentuale della ricompensa del blocco. La percentuale attuale" " può essere trovata in :ref:`questa tabella `." -#: ../../docs/user/introduction/information.rst:838 +#: ../../docs/user/introduction/information.rst:845 msgid "Mobile Wallet" msgstr "Mobile Wallet" -#: ../../docs/user/introduction/information.rst:840 +#: ../../docs/user/introduction/information.rst:847 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:841 +#: ../../docs/user/introduction/information.rst:848 msgid "MultiSig" msgstr "MultiSig" -#: ../../docs/user/introduction/information.rst:843 +#: ../../docs/user/introduction/information.rst:850 msgid "" "Multi-signature addresses provide additional security by requiring multiple " "people to sign a transaction with their private key before the transaction " @@ -2173,11 +2189,11 @@ msgstr "" "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:851 +#: ../../docs/user/introduction/information.rst:858 msgid "Node" msgstr "Nodo" -#: ../../docs/user/introduction/information.rst:853 +#: ../../docs/user/introduction/information.rst:860 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 " @@ -2187,11 +2203,11 @@ msgstr "" "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:856 +#: ../../docs/user/introduction/information.rst:863 msgid "OTC" msgstr "OTC" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:865 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 " @@ -2206,11 +2222,11 @@ msgstr "" "criptovaluta e ha paura che un grande ordine di acquisto o vendita possa " "spostare il prezzo (chiamato \"slippage\")." -#: ../../docs/user/introduction/information.rst:863 +#: ../../docs/user/introduction/information.rst:870 msgid "P2P" msgstr "P2P" -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:872 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two " "parties in a highly interconnected network. An alternative system to a 'hub-" @@ -2222,11 +2238,11 @@ msgstr "" "\"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:869 +#: ../../docs/user/introduction/information.rst:876 msgid "Paper Wallet" msgstr "Paper Wallet" -#: ../../docs/user/introduction/information.rst:871 +#: ../../docs/user/introduction/information.rst:878 msgid "" ":ref:`Paper wallets ` are offline wallets, printed on " "paper for safety. If properly secured and stored they are considered the " @@ -2236,11 +2252,11 @@ msgstr "" "carta per sicurezza. Se adeguatamente protetti e archiviati sono considerati" " il modo più sicuro per archiviare la criptovaluta." -#: ../../docs/user/introduction/information.rst:874 +#: ../../docs/user/introduction/information.rst:881 msgid "Privacy" msgstr "Privacy" -#: ../../docs/user/introduction/information.rst:876 +#: ../../docs/user/introduction/information.rst:883 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about themselves, " @@ -2263,11 +2279,11 @@ msgstr "" "informazioni. Dash include CoinJoin, che consente agli utenti di mantenere " "la privacy finanziaria." -#: ../../docs/user/introduction/information.rst:886 +#: ../../docs/user/introduction/information.rst:893 msgid "Private Key" msgstr "Chiave Privata" -#: ../../docs/user/introduction/information.rst:888 +#: ../../docs/user/introduction/information.rst:895 msgid "" "A `private key `_ is" " a long alphanumeric passcode that allows Dash to be spent. Every Dash " @@ -2285,11 +2301,11 @@ msgstr "" "chiave privata è il \"biglietto\" che permette a qualcuno di spendere Dash, " "è importante che questi siano mantenuti sicuri e segreti." -#: ../../docs/user/introduction/information.rst:895 +#: ../../docs/user/introduction/information.rst:902 msgid "PrivateSend" msgstr "PrivateSend" -#: ../../docs/user/introduction/information.rst:897 +#: ../../docs/user/introduction/information.rst:904 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 " @@ -2299,11 +2315,11 @@ msgstr "" "finanziaria tra gli utenti. Può essere attivato o disattivato a discrezione " "dell'utente." -#: ../../docs/user/introduction/information.rst:900 +#: ../../docs/user/introduction/information.rst:907 msgid "Proof of Service - PoSe" msgstr "Proof of Service - PoSe" -#: ../../docs/user/introduction/information.rst:902 +#: ../../docs/user/introduction/information.rst:909 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided " "uninterrupted service meeting a minimum quality level to the network. " @@ -2316,11 +2332,11 @@ msgstr "" "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:908 +#: ../../docs/user/introduction/information.rst:915 msgid "Proof of Stake - PoS" msgstr "Proof of Stake - PoS" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:917 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 " @@ -2345,11 +2361,11 @@ msgstr "" " nodi Proof of Stake \"votare\" per accettare sia la catena legittima che " "quella dell'attaccante." -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:928 msgid "Proof of Work - PoW" msgstr "Proof of Work - PoW" -#: ../../docs/user/introduction/information.rst:923 +#: ../../docs/user/introduction/information.rst:930 msgid "" "Consensus mechanism that keeps all nodes honest by requiring computational " "power to be expended in order to create new blocks. Miners must use " @@ -2364,11 +2380,11 @@ msgstr "" "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:929 +#: ../../docs/user/introduction/information.rst:936 msgid "Public Key" msgstr "Chiave Pubblica" -#: ../../docs/user/introduction/information.rst:931 +#: ../../docs/user/introduction/information.rst:938 msgid "" "The `public key `_ " "is derived from the private key but is not secret and can be revealed to " @@ -2381,11 +2397,11 @@ msgstr "" "firmare i messaggi, la chiave pubblica viene utilizzata per verificare che " "la firma sia valida." -#: ../../docs/user/introduction/information.rst:936 +#: ../../docs/user/introduction/information.rst:943 msgid "Pump and dump" msgstr "Pump e dump" -#: ../../docs/user/introduction/information.rst:938 +#: ../../docs/user/introduction/information.rst:945 msgid "" "Inflating the value of a financial asset that has been produced or acquired " "cheaply, often using aggressive publicity and misleading statements. The " @@ -2402,11 +2418,11 @@ msgstr "" " del valore. Ciò è particolarmente comune nei mercati con bassa liquidità, " "come alcuni altcoin." -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:952 msgid "Quorum" msgstr "Quorum" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:954 msgid "" "Group of masternodes signing or voting on some action, with the formation of" " the group determined by some determiniation algorithm." @@ -2414,11 +2430,11 @@ 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:949 +#: ../../docs/user/introduction/information.rst:956 msgid "QR Code" msgstr "Codice QR" -#: ../../docs/user/introduction/information.rst:951 +#: ../../docs/user/introduction/information.rst:958 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -2430,11 +2446,11 @@ msgstr "" "scansionati dalle fotocamere, comprese quelle presenti nei telefoni " "cellulari, e vengono spesso utilizzati per codificare gli indirizzi Dash." -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:962 msgid "Satoshi Nakamoto" msgstr "Satoshi Nakamoto" -#: ../../docs/user/introduction/information.rst:957 +#: ../../docs/user/introduction/information.rst:964 msgid "" "`Satoshi Nakamoto `_ is the " "name used by the person or people who designed Bitcoin and created its " @@ -2444,11 +2460,11 @@ msgstr "" "nome utilizzato dalla persona o dalle persone che hanno progettato Bitcoin e" " creato la sua implementazione di riferimento originale." -#: ../../docs/user/introduction/information.rst:960 +#: ../../docs/user/introduction/information.rst:967 msgid "SDK" msgstr "SDK" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:969 msgid "" "Software Development Kit. A set of tools, code and documentation used by " "developers to create apps targeting a specific hardware or software " @@ -2458,11 +2474,11 @@ msgstr "" "utilizzati dagli sviluppatori per creare app destinate a una specifica " "Platform hardware o software." -#: ../../docs/user/introduction/information.rst:965 +#: ../../docs/user/introduction/information.rst:972 msgid "Signaling" msgstr "Segnalazione" -#: ../../docs/user/introduction/information.rst:967 +#: ../../docs/user/introduction/information.rst:974 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 " @@ -2477,11 +2493,11 @@ msgstr "" "supporto di un particolare protocollo e/o impostando un bit di versione " "specifico all'interno dei blocchi rilevati." -#: ../../docs/user/introduction/information.rst:972 +#: ../../docs/user/introduction/information.rst:979 msgid "State View" msgstr "Visualizza lo Stato" -#: ../../docs/user/introduction/information.rst:974 +#: ../../docs/user/introduction/information.rst:981 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" @@ -2492,11 +2508,11 @@ msgstr "" "determinare, ad esempio, cosa dovrebbe essere visualizzato in un determinato" " portafoglio sociale." -#: ../../docs/user/introduction/information.rst:977 +#: ../../docs/user/introduction/information.rst:984 msgid "Spork" msgstr "Spork" -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:986 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -2528,11 +2544,11 @@ msgstr "" "la necessità di un rollback a livello di rete o di un aggiornamento del " "client." -#: ../../docs/user/introduction/information.rst:993 +#: ../../docs/user/introduction/information.rst:1000 msgid "Tainted Coins" msgstr "Monete contaminate" -#: ../../docs/user/introduction/information.rst:995 +#: ../../docs/user/introduction/information.rst:1002 msgid "" "Taint is a measure of correlation between two (wallet) addresses. It is only" " important if the user is trying to remain anonymous." @@ -2540,19 +2556,19 @@ 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:997 +#: ../../docs/user/introduction/information.rst:1004 msgid "tDash" msgstr "tDash" -#: ../../docs/user/introduction/information.rst:999 +#: ../../docs/user/introduction/information.rst:1006 msgid "Test Dash, used on :ref:`testnet `." msgstr "Test Dash, utilizzato su :ref:`testnet `." -#: ../../docs/user/introduction/information.rst:1000 +#: ../../docs/user/introduction/information.rst:1007 msgid "Testnet" msgstr "Testnet" -#: ../../docs/user/introduction/information.rst:1002 +#: ../../docs/user/introduction/information.rst:1009 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and test " @@ -2564,11 +2580,11 @@ msgstr "" "simulano le loro controparti mainnet in un ambiente sicuro dove errori o " "fork non sono dannosi ." -#: ../../docs/user/introduction/information.rst:1006 +#: ../../docs/user/introduction/information.rst:1013 msgid "Tor" msgstr "Tor" -#: ../../docs/user/introduction/information.rst:1008 +#: ../../docs/user/introduction/information.rst:1015 msgid "" "An anonymous routing protocol used by people wanting to hide their identity " "online." @@ -2576,11 +2592,11 @@ msgstr "" "Un protocollo di routing anonimo utilizzato da persone che desiderano " "nascondere la propria identità online." -#: ../../docs/user/introduction/information.rst:1010 +#: ../../docs/user/introduction/information.rst:1017 msgid "Transaction" msgstr "Transazione" -#: ../../docs/user/introduction/information.rst:1012 +#: ../../docs/user/introduction/information.rst:1019 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions may" " be divided into classical and special transactions. Similar to Bitcoin, " @@ -2597,11 +2613,11 @@ msgstr "" "`_ e possono essere" " utilizzate, ad esempio, per gestire gli utenti blockchain ." -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:1026 msgid "Transaction Block" msgstr "Blocco delle transazioni" -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:1028 msgid "" "A collection of transactions on the Dash network, gathered into a block that" " can then be hashed and added to the blockchain." @@ -2609,11 +2625,11 @@ 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:1023 +#: ../../docs/user/introduction/information.rst:1030 msgid "Transaction Fee" msgstr "Costo della transazione" -#: ../../docs/user/introduction/information.rst:1025 +#: ../../docs/user/introduction/information.rst:1032 msgid "" "A :ref:`small fee ` imposed on some transactions sent across the Dash " "network. The transaction fee is awarded to the miner that successfully " @@ -2624,11 +2640,11 @@ msgstr "" "miner che ha eseguito con successo l'hashing del blocco contenente la " "transazione in questione." -#: ../../docs/user/introduction/information.rst:1028 +#: ../../docs/user/introduction/information.rst:1035 msgid "Unconfirmed Transactions" msgstr "Transazioni non confermate" -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1037 msgid "" "Transactions that are not yet processed by miners or held via InstantSend " "are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " @@ -2639,19 +2655,19 @@ msgstr "" " non confermate possono essere annullate e non devono essere considerate " "\"definitive\"." -#: ../../docs/user/introduction/information.rst:1033 +#: ../../docs/user/introduction/information.rst:1040 msgid "Vanity Address" msgstr "Indirizzo Vanity" -#: ../../docs/user/introduction/information.rst:1035 +#: ../../docs/user/introduction/information.rst:1042 msgid "A Dash address with a desirable pattern, such as a name." msgstr "Un indirizzo Dash con uno schema desiderabile, ad esempio un nome." -#: ../../docs/user/introduction/information.rst:1036 +#: ../../docs/user/introduction/information.rst:1043 msgid "Virgin Dash" msgstr "Dash Vergini" -#: ../../docs/user/introduction/information.rst:1038 +#: ../../docs/user/introduction/information.rst:1045 msgid "" "Dash received as a reward for mining a block or running a masternode. These " "have not yet been spent anywhere and are \"virgin.\"" @@ -2660,11 +2676,11 @@ msgstr "" "masternode. Questi non sono stati ancora spesi da nessuna parte e sono " "\"vergini\"." -#: ../../docs/user/introduction/information.rst:1040 +#: ../../docs/user/introduction/information.rst:1047 msgid "Volatility" msgstr "Volatilità" -#: ../../docs/user/introduction/information.rst:1042 +#: ../../docs/user/introduction/information.rst:1049 msgid "" "The measurement of price movements over time for a traded financial asset " "(including Dash)." @@ -2672,11 +2688,11 @@ msgstr "" "La misurazione dei movimenti di prezzo nel tempo per un'attività finanziaria" " negoziata (incluso Dash)." -#: ../../docs/user/introduction/information.rst:1044 +#: ../../docs/user/introduction/information.rst:1051 msgid "Wallet" msgstr "Wallet" -#: ../../docs/user/introduction/information.rst:1046 +#: ../../docs/user/introduction/information.rst:1053 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 " @@ -2687,11 +2703,11 @@ msgstr "" "registrazione dei saldi (e delle transazioni) Dash associati a tali " "indirizzi." -#: ../../docs/user/introduction/information.rst:1049 +#: ../../docs/user/introduction/information.rst:1056 msgid "Whitepaper" msgstr "Whitepaper" -#: ../../docs/user/introduction/information.rst:1051 +#: ../../docs/user/introduction/information.rst:1058 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a complex" @@ -2704,11 +2720,11 @@ msgstr "" "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:1056 +#: ../../docs/user/introduction/information.rst:1063 msgid "X11" msgstr "X11" -#: ../../docs/user/introduction/information.rst:1058 +#: ../../docs/user/introduction/information.rst:1065 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash Core " "developer Evan Duffield." @@ -2716,11 +2732,11 @@ msgstr "" ":ref:`X11 ` è un algoritmo di hashing creato dallo sviluppatore Dash Core " "Evan Duffield." -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1067 msgid "Zero Confirmations" msgstr "Zero Conferme" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1069 msgid "" "This is a transaction without any confirmations from the blockchain. It is " "technically reversible (unless InstantSend was used)." @@ -2728,11 +2744,11 @@ 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:1064 +#: ../../docs/user/introduction/information.rst:1071 msgid "vin" msgstr "vin" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1073 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 " @@ -2744,11 +2760,11 @@ msgstr "" " I Masternode richiedono 1000 DASH vin (esattamente quell'importo) per " "funzionare." -#: ../../docs/user/introduction/information.rst:1070 +#: ../../docs/user/introduction/information.rst:1077 msgid "VMN" msgstr "VMN" -#: ../../docs/user/introduction/information.rst:1072 +#: ../../docs/user/introduction/information.rst:1079 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " diff --git a/locale/it/LC_MESSAGES/docs/user/introduction/safety.po b/locale/it/LC_MESSAGES/docs/user/introduction/safety.po index 46662f124..6919f6cba 100644 --- a/locale/it/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/it/LC_MESSAGES/docs/user/introduction/safety.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# AL , 2022 +# ALXX , 2022 # Dash Italia, 2024 # #, fuzzy @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Dash Italia, 2024\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" diff --git a/locale/it/LC_MESSAGES/docs/user/legal.po b/locale/it/LC_MESSAGES/docs/user/legal.po index bee9055f0..823c1a079 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/marketing.po b/locale/it/LC_MESSAGES/docs/user/marketing.po index c514cc9a1..cc576ae3f 100644 --- a/locale/it/LC_MESSAGES/docs/user/marketing.po +++ b/locale/it/LC_MESSAGES/docs/user/marketing.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# AL , 2022 +# ALXX , 2022 # Dash Italia, 2023 # #, fuzzy @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/masternodes/dashmate-upgrade-v1.po b/locale/it/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po index 8e7f3038a..c78e1e1c2 100644 --- a/locale/it/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po +++ b/locale/it/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2024-08-29 14:40+0000\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" @@ -46,22 +46,18 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:26 -msgid "Reset previous services to ensure compatibility with the new version::" -msgstr "" - -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:30 msgid "Update services::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:35 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:32 msgid "Start dashmate node" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:37 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:34 msgid "Start the node::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:41 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:38 msgid "" "Make sure the node works properly by running the following status commands::" msgstr "" diff --git a/locale/it/LC_MESSAGES/docs/user/masternodes/hosting.po b/locale/it/LC_MESSAGES/docs/user/masternodes/hosting.po index 23f105570..774192165 100644 --- a/locale/it/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/it/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# AL , 2022 +# ALXX , 2022 # Dash Italia, 2024 # #, fuzzy @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Dash Italia, 2024\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" @@ -84,28 +84,36 @@ msgid "Operated by: CrowdNode ApS" msgstr "Gestito da: CrowdNode ApS" #: ../../docs/user/masternodes/hosting.rst:36 -#: ../../docs/user/masternodes/hosting.rst:90 -#: ../../docs/user/masternodes/hosting.rst:146 +#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:148 msgid "Services: Hosting, Shares" msgstr "Servizi: Hosting, Condivisioni" -#: ../../docs/user/masternodes/hosting.rst:37 -msgid "Cost: 15% of masternode payments" -msgstr "Costo: 15% dei pagamenti masternode" +#: ../../docs/user/masternodes/hosting.rst:38 +msgid "Cost:" +msgstr "" #: ../../docs/user/masternodes/hosting.rst:38 +msgid "35% of trusted masternode/evonode payments" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:39 +msgid "20% of trustless masternode payments" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:40 msgid "`Site `__" msgstr "`Sito `__" -#: ../../docs/user/masternodes/hosting.rst:39 +#: ../../docs/user/masternodes/hosting.rst:41 msgid "`Email `__" msgstr "`Email `__" -#: ../../docs/user/masternodes/hosting.rst:43 +#: ../../docs/user/masternodes/hosting.rst:45 msgid "Allnodes" msgstr "Allnodes" -#: ../../docs/user/masternodes/hosting.rst:50 +#: ../../docs/user/masternodes/hosting.rst:52 msgid "" "`https://www.allnodes.com " "`__" @@ -113,19 +121,19 @@ msgstr "" "`https://www.allnodes.com " "`__" -#: ../../docs/user/masternodes/hosting.rst:52 +#: ../../docs/user/masternodes/hosting.rst:54 msgid "Operated by: Sephiroth" msgstr "Gestito da: Sephiroth" -#: ../../docs/user/masternodes/hosting.rst:53 +#: ../../docs/user/masternodes/hosting.rst:55 msgid "Services: Monitoring, Hosting" msgstr "Servizi: Monitoraggio, Hosting" -#: ../../docs/user/masternodes/hosting.rst:54 +#: ../../docs/user/masternodes/hosting.rst:56 msgid "Cost: from $4.50/month" msgstr "Costo: da $ 4,50/mese" -#: ../../docs/user/masternodes/hosting.rst:55 +#: ../../docs/user/masternodes/hosting.rst:57 msgid "" "`Site `__" @@ -133,132 +141,132 @@ msgstr "" "`Sito `__" -#: ../../docs/user/masternodes/hosting.rst:56 +#: ../../docs/user/masternodes/hosting.rst:58 msgid "`Email `__" msgstr "`Email `__" -#: ../../docs/user/masternodes/hosting.rst:57 +#: ../../docs/user/masternodes/hosting.rst:59 msgid "`Twitter `__" msgstr "`Twitter `__" -#: ../../docs/user/masternodes/hosting.rst:58 +#: ../../docs/user/masternodes/hosting.rst:60 msgid "`Telegram `__" msgstr "`Telegram `__" -#: ../../docs/user/masternodes/hosting.rst:59 +#: ../../docs/user/masternodes/hosting.rst:61 msgid "`Discord `__" msgstr "`Discord `__" -#: ../../docs/user/masternodes/hosting.rst:63 +#: ../../docs/user/masternodes/hosting.rst:65 msgid "SID Hosting Service" msgstr "SID Servizio di Hosting " -#: ../../docs/user/masternodes/hosting.rst:70 +#: ../../docs/user/masternodes/hosting.rst:72 msgid "https://dashmasternode.io" msgstr "https://dashmasternode.io" -#: ../../docs/user/masternodes/hosting.rst:72 +#: ../../docs/user/masternodes/hosting.rst:74 msgid "Operated by: splawik21 (Dash Core team member)" msgstr "Gestito da: splawik21 (membro del Dash Core team)" -#: ../../docs/user/masternodes/hosting.rst:73 -#: ../../docs/user/masternodes/hosting.rst:160 +#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:162 msgid "Services: Hosting" msgstr "Servizi: Hosting" -#: ../../docs/user/masternodes/hosting.rst:74 +#: ../../docs/user/masternodes/hosting.rst:76 msgid "Cost: €25/month, paid in Dash" msgstr "Costo: 25€/mese, pagato in Dash" -#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:77 msgid "`Site `__" msgstr "`Sito `__" -#: ../../docs/user/masternodes/hosting.rst:76 +#: ../../docs/user/masternodes/hosting.rst:78 msgid "`Email `__" msgstr "`Email `__" -#: ../../docs/user/masternodes/hosting.rst:80 +#: ../../docs/user/masternodes/hosting.rst:82 msgid "Pool of Stake" msgstr "Pool of Stake" -#: ../../docs/user/masternodes/hosting.rst:87 +#: ../../docs/user/masternodes/hosting.rst:89 msgid "https://www.poolofstake.io" msgstr "https://www.poolofstake.io" -#: ../../docs/user/masternodes/hosting.rst:89 +#: ../../docs/user/masternodes/hosting.rst:91 msgid "Operated by: Pool of Stake OÜ" msgstr "Gestito da: Pool of Stake OÜ" -#: ../../docs/user/masternodes/hosting.rst:91 +#: ../../docs/user/masternodes/hosting.rst:93 msgid "15% of masternode payments (5% with tokens)" msgstr "15% dei pagamenti masternode (5% con token)" -#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:94 msgid "`Site `__" msgstr "`Sito `__" -#: ../../docs/user/masternodes/hosting.rst:93 +#: ../../docs/user/masternodes/hosting.rst:95 msgid "`Email `__" msgstr "`Email `__" -#: ../../docs/user/masternodes/hosting.rst:94 +#: ../../docs/user/masternodes/hosting.rst:96 msgid "`Twitter `__" msgstr "`Twitter `__" -#: ../../docs/user/masternodes/hosting.rst:95 +#: ../../docs/user/masternodes/hosting.rst:97 msgid "`Telegram `__" msgstr "`Telegram `__" -#: ../../docs/user/masternodes/hosting.rst:99 +#: ../../docs/user/masternodes/hosting.rst:101 msgid "Staked" msgstr "Staked" -#: ../../docs/user/masternodes/hosting.rst:106 +#: ../../docs/user/masternodes/hosting.rst:108 msgid "https://staked.us" msgstr "https://staked.us" -#: ../../docs/user/masternodes/hosting.rst:108 +#: ../../docs/user/masternodes/hosting.rst:110 msgid "Operated by: Staked" msgstr "Gestito da: Staked" -#: ../../docs/user/masternodes/hosting.rst:109 +#: ../../docs/user/masternodes/hosting.rst:111 msgid "Services: Hosting, Reporting" msgstr "Servizi: Hosting, Segnalazione" -#: ../../docs/user/masternodes/hosting.rst:110 +#: ../../docs/user/masternodes/hosting.rst:112 msgid "Cost: 10% of rewards" msgstr "Costo: 10% dei premi" -#: ../../docs/user/masternodes/hosting.rst:111 +#: ../../docs/user/masternodes/hosting.rst:113 msgid "`Site `__" msgstr "`Sito `__" -#: ../../docs/user/masternodes/hosting.rst:112 +#: ../../docs/user/masternodes/hosting.rst:114 msgid "`Email `__" msgstr "`Email `__" -#: ../../docs/user/masternodes/hosting.rst:116 +#: ../../docs/user/masternodes/hosting.rst:118 msgid "NodeHub.io" msgstr "NodeHub.io" -#: ../../docs/user/masternodes/hosting.rst:123 +#: ../../docs/user/masternodes/hosting.rst:125 msgid "https://nodehub.io" msgstr "https://nodehub.io" -#: ../../docs/user/masternodes/hosting.rst:125 +#: ../../docs/user/masternodes/hosting.rst:127 msgid "Operated by: NodeHub LLC" msgstr "Gestito da: NodeHub LLC" -#: ../../docs/user/masternodes/hosting.rst:126 +#: ../../docs/user/masternodes/hosting.rst:128 msgid "Services: Hosting, Governance, Stats, Monitoring" msgstr "Servizi: Hosting, Governance, Statistiche, Monitoraggio" -#: ../../docs/user/masternodes/hosting.rst:127 +#: ../../docs/user/masternodes/hosting.rst:129 msgid "Cost: $3.90/month (charged daily at $0.13)" msgstr "Costo: $3,90/mese (addebito giornaliero di $0,13)" -#: ../../docs/user/masternodes/hosting.rst:128 +#: ../../docs/user/masternodes/hosting.rst:130 msgid "" "`Site `__" @@ -266,79 +274,79 @@ msgstr "" "`Sito `__" -#: ../../docs/user/masternodes/hosting.rst:129 +#: ../../docs/user/masternodes/hosting.rst:131 msgid "`Email `__" msgstr "`Email `__" -#: ../../docs/user/masternodes/hosting.rst:130 +#: ../../docs/user/masternodes/hosting.rst:132 msgid "`Twitter `__" msgstr "`Twitter `__" -#: ../../docs/user/masternodes/hosting.rst:131 +#: ../../docs/user/masternodes/hosting.rst:133 msgid "`Telegram `__" msgstr "`Telegram `__" -#: ../../docs/user/masternodes/hosting.rst:132 +#: ../../docs/user/masternodes/hosting.rst:134 msgid "`Discord `__" msgstr "`Discord `__" -#: ../../docs/user/masternodes/hosting.rst:136 +#: ../../docs/user/masternodes/hosting.rst:138 msgid "Gentarium" msgstr "Gentarium" -#: ../../docs/user/masternodes/hosting.rst:143 +#: ../../docs/user/masternodes/hosting.rst:145 msgid "https://mn.gtmcoin.io" msgstr "https://mn.gtmcoin.io" -#: ../../docs/user/masternodes/hosting.rst:145 +#: ../../docs/user/masternodes/hosting.rst:147 msgid "Operated by: Gentarium International OÜ" msgstr "Gestito da: Gentarium International OÜ" -#: ../../docs/user/masternodes/hosting.rst:147 +#: ../../docs/user/masternodes/hosting.rst:149 msgid "Cost: $3.99/month (charged daily at $0.15)" msgstr "Costo: $ 3,99 al mese (addebito giornaliero a $ 0,15)" -#: ../../docs/user/masternodes/hosting.rst:148 +#: ../../docs/user/masternodes/hosting.rst:150 msgid "`Site `__" msgstr "`Sito `__" -#: ../../docs/user/masternodes/hosting.rst:149 +#: ../../docs/user/masternodes/hosting.rst:151 msgid "`Email `__" msgstr "`Email `__" -#: ../../docs/user/masternodes/hosting.rst:150 +#: ../../docs/user/masternodes/hosting.rst:152 msgid "`Twitter `__" msgstr "`Twitter `__" -#: ../../docs/user/masternodes/hosting.rst:151 +#: ../../docs/user/masternodes/hosting.rst:153 msgid "`Discord `__" msgstr "`Discord `__" -#: ../../docs/user/masternodes/hosting.rst:155 +#: ../../docs/user/masternodes/hosting.rst:157 msgid "Masternodehosting" msgstr "Masternodehosting" -#: ../../docs/user/masternodes/hosting.rst:157 +#: ../../docs/user/masternodes/hosting.rst:159 msgid "https://masternodehosting.com" msgstr "https://masternodehosting.com" -#: ../../docs/user/masternodes/hosting.rst:159 +#: ../../docs/user/masternodes/hosting.rst:161 msgid "Operated by: flare (Dash Core team member)" msgstr "Gestito da: flare (membro Dash Core team)" -#: ../../docs/user/masternodes/hosting.rst:161 +#: ../../docs/user/masternodes/hosting.rst:163 msgid "Cost: €18/month" msgstr "Cost: €18/month" -#: ../../docs/user/masternodes/hosting.rst:162 +#: ../../docs/user/masternodes/hosting.rst:164 msgid "`Site `__" msgstr "`Sito `__" -#: ../../docs/user/masternodes/hosting.rst:163 +#: ../../docs/user/masternodes/hosting.rst:165 msgid "`Email `__" msgstr "`Email `__" -#: ../../docs/user/masternodes/hosting.rst:164 +#: ../../docs/user/masternodes/hosting.rst:166 msgid "" "`Forum `__" @@ -346,20 +354,20 @@ msgstr "" "`Forum `__" -#: ../../docs/user/masternodes/hosting.rst:170 +#: ../../docs/user/masternodes/hosting.rst:172 msgid "Registering a hosted masternode" msgstr "Registrazione di un masternode hosted" -#: ../../docs/user/masternodes/hosting.rst:172 +#: ../../docs/user/masternodes/hosting.rst:174 msgid "A list of available documentation appears below:" msgstr "Di seguito è riportato l'elenco della documentazione disponibile:" -#: ../../docs/user/masternodes/hosting.rst:174 +#: ../../docs/user/masternodes/hosting.rst:176 msgid ":ref:`Full masternode setup guide `" msgstr "" ":ref:`Guida completa alla configurazione di masternode `" -#: ../../docs/user/masternodes/hosting.rst:175 +#: ../../docs/user/masternodes/hosting.rst:177 msgid "" ":ref:`Information for users of hosted masternodes ` (you are " "here)" @@ -367,7 +375,7 @@ msgstr "" ":ref:`Informazioni per gli utenti dei masternode ospitati ` " "(sei qui)" -#: ../../docs/user/masternodes/hosting.rst:176 +#: ../../docs/user/masternodes/hosting.rst:178 msgid "" ":ref:`Information for operators of hosted masternodes `" @@ -375,11 +383,11 @@ msgstr "" ":ref:`Informazioni per gli utenti di masternodes ospitati `" -#: ../../docs/user/masternodes/hosting.rst:178 +#: ../../docs/user/masternodes/hosting.rst:180 msgid "Registering a hosted masternode is done in several steps:" msgstr "La registrazione di un masternode hosted avviene in diversi passaggi:" -#: ../../docs/user/masternodes/hosting.rst:180 +#: ../../docs/user/masternodes/hosting.rst:182 msgid "" "Send 1000 DASH to an address you control in a single transaction and wait " "for 15 confirmations" @@ -387,7 +395,7 @@ msgstr "" "Invia 1000 DASH a un indirizzo che controlli in un'unica transazione e " "attendi 15 conferme" -#: ../../docs/user/masternodes/hosting.rst:182 +#: ../../docs/user/masternodes/hosting.rst:184 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 " @@ -400,7 +408,7 @@ msgstr "" "se il masternode verrà impostato prima o dopo la transazione di " "registrazione" -#: ../../docs/user/masternodes/hosting.rst:187 +#: ../../docs/user/masternodes/hosting.rst:189 msgid "" "Prepare, sign and broadcast the registration transaction using Dash Core or " "DMT" @@ -408,7 +416,7 @@ msgstr "" "Prepara, firma e trasmetti la transazione di registrazione utilizzando Dash " "Core o DMT" -#: ../../docs/user/masternodes/hosting.rst:190 +#: ../../docs/user/masternodes/hosting.rst:192 msgid "" "It is **highly recommended** to store the keys to your masternode collateral" " on a :ref:`hardware wallet ` for added security " @@ -429,11 +437,11 @@ msgstr "" "all'installazione `, a partire dal :ref:`passo di " "registrazione `." -#: ../../docs/user/masternodes/hosting.rst:204 +#: ../../docs/user/masternodes/hosting.rst:206 msgid "Operator transactions" msgstr "Transazioni dell'operatore" -#: ../../docs/user/masternodes/hosting.rst:206 +#: ../../docs/user/masternodes/hosting.rst:208 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 " @@ -458,7 +466,7 @@ msgstr "" "ProUpServTx ` per aggiornare le funzionalità del " "servizio e registrare il masternode." -#: ../../docs/user/masternodes/hosting.rst:218 +#: ../../docs/user/masternodes/hosting.rst:220 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 " diff --git a/locale/it/LC_MESSAGES/docs/user/masternodes/index.po b/locale/it/LC_MESSAGES/docs/user/masternodes/index.po index b3b07051a..a9e7f97ac 100644 --- a/locale/it/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/it/LC_MESSAGES/docs/user/masternodes/index.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# AL , 2022 +# ALXX , 2022 # Dash Italia, 2023 # #, fuzzy @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/masternodes/server-config.po b/locale/it/LC_MESSAGES/docs/user/masternodes/server-config.po index 8361dd1e5..709525298 100644 --- a/locale/it/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/it/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Dash Italia, 2024\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" @@ -101,7 +101,15 @@ msgstr "" "affidabile perché la maggior parte degli ISP assegna indirizzi IP dinamici " "agli utenti domestici." -#: ../../docs/user/masternodes/server-config.rst:41 +#: ../../docs/user/masternodes/server-config.rst:43 +msgid "" +"Disabling IPv6 is highly recommended to prevent communication issues that " +"have been observed when running nodes on some VPS providers. We recommend " +"turning it off through the VPS provider's setup wizard during initial server" +" creation." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:47 msgid "" "Before beginning, take a few minutes to review the masternode and evonode " ":hoverxref:`hardware requirements ` which may help you " @@ -116,33 +124,33 @@ msgid "" "on the following screen:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:56 +#: ../../docs/user/masternodes/server-config.rst:62 msgid "Vultr server location selection screen" msgstr "Schermata di selezione della posizione del server Vultr" -#: ../../docs/user/masternodes/server-config.rst:58 +#: ../../docs/user/masternodes/server-config.rst:64 msgid "" "Select Ubuntu 24.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 "" -#: ../../docs/user/masternodes/server-config.rst:65 +#: ../../docs/user/masternodes/server-config.rst:71 msgid "Vultr server type selection screen" msgstr "Schermata di selezione del tipo di server Vultr" -#: ../../docs/user/masternodes/server-config.rst:67 +#: ../../docs/user/masternodes/server-config.rst:73 msgid "" "Select a server size according to the hardware requirements for you " ":hoverxref:`masternode ` or :hoverxref:`evonode " "`:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:73 +#: ../../docs/user/masternodes/server-config.rst:79 msgid "Vultr server size selection screen" msgstr "Schermata di selezione delle dimensioni del server Vultr" -#: ../../docs/user/masternodes/server-config.rst:75 +#: ../../docs/user/masternodes/server-config.rst:81 msgid "" "Enter a hostname and label for your server. In this example we will use " "``dashmn1`` as the hostname." @@ -150,23 +158,23 @@ 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:81 +#: ../../docs/user/masternodes/server-config.rst:87 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:83 +#: ../../docs/user/masternodes/server-config.rst:89 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:88 +#: ../../docs/user/masternodes/server-config.rst:94 msgid "Vultr server installation screen" msgstr "Schermata di installazione del server Vultr" -#: ../../docs/user/masternodes/server-config.rst:90 +#: ../../docs/user/masternodes/server-config.rst:96 msgid "" "Click **Manage** when installation is complete and take note of the IP " "address, username and password." @@ -174,15 +182,15 @@ 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:96 +#: ../../docs/user/masternodes/server-config.rst:102 msgid "Vultr server management screen" msgstr "Schermata di gestione del server Vultr" -#: ../../docs/user/masternodes/server-config.rst:101 +#: ../../docs/user/masternodes/server-config.rst:107 msgid "Set up your operating system" msgstr "Configura il tuo sistema operativo" -#: ../../docs/user/masternodes/server-config.rst:103 +#: ../../docs/user/masternodes/server-config.rst:109 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" @@ -201,11 +209,11 @@ msgstr "" "semplicemente ``ssh root@`` e inserisci la password quando " "richiesto." -#: ../../docs/user/masternodes/server-config.rst:114 +#: ../../docs/user/masternodes/server-config.rst:120 msgid "PuTTY download page" msgstr "Pagina di download di PuTTY" -#: ../../docs/user/masternodes/server-config.rst:116 +#: ../../docs/user/masternodes/server-config.rst:122 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** " @@ -220,11 +228,11 @@ msgstr "" " Puoi tranquillamente fare clic su **Sì** per considerare attendibile questo" " server in futuro." -#: ../../docs/user/masternodes/server-config.rst:125 +#: ../../docs/user/masternodes/server-config.rst:131 msgid "PuTTY security alert when connecting to a new server" msgstr "Avviso di sicurezza PuTTY quando ci si connette a un nuovo server" -#: ../../docs/user/masternodes/server-config.rst:127 +#: ../../docs/user/masternodes/server-config.rst:133 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 " @@ -234,16 +242,16 @@ msgstr "" "Inizia accedendo al tuo server con l'utente \"root\" e la password fornita " "dal tuo provider di hosting." -#: ../../docs/user/masternodes/server-config.rst:134 +#: ../../docs/user/masternodes/server-config.rst:140 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:138 +#: ../../docs/user/masternodes/server-config.rst:144 msgid "Set up users" msgstr "Configura gli utenti" -#: ../../docs/user/masternodes/server-config.rst:140 +#: ../../docs/user/masternodes/server-config.rst:146 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 " @@ -258,7 +266,7 @@ msgstr "" " nella finestra. Il testo verrà incollato nella posizione corrente del " "cursore::" -#: ../../docs/user/masternodes/server-config.rst:148 +#: ../../docs/user/masternodes/server-config.rst:154 msgid "" "Enter and confirm a new password (preferably long and randomly generated). " "Next we will create a new user with the following command, replacing " @@ -268,7 +276,7 @@ msgstr "" "casualmente). Successivamente creeremo un nuovo utente con il seguente " "comando, sostituendo ```` con un nome utente a tua scelta::" -#: ../../docs/user/masternodes/server-config.rst:154 +#: ../../docs/user/masternodes/server-config.rst:160 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 " @@ -282,11 +290,11 @@ msgstr "" "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:164 +#: ../../docs/user/masternodes/server-config.rst:170 msgid "Update the system" msgstr "Aggiorna il sistema" -#: ../../docs/user/masternodes/server-config.rst:166 +#: ../../docs/user/masternodes/server-config.rst:172 msgid "" "Now, while still as root, we will update the system from the Ubuntu package " "repository::" @@ -294,7 +302,7 @@ msgstr "" "Ora, sempre come root, aggiorneremo il sistema dal repository dei pacchetti " "Ubuntu::" -#: ../../docs/user/masternodes/server-config.rst:172 +#: ../../docs/user/masternodes/server-config.rst:178 msgid "" "The system will show a list of upgradable packages. Press **Y** and " "**Enter** to install the packages." @@ -302,23 +310,59 @@ msgstr "" "Il sistema mostrerà un elenco di pacchetti aggiornabili. Premi **Y** e " "**Invio** per installare i pacchetti." -#: ../../docs/user/masternodes/server-config.rst:177 +#: ../../docs/user/masternodes/server-config.rst:182 +msgid "Disable IPv6" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:184 +msgid "" +"We recommend turning off IPv6 to avoid potential communication issues. If " +"you cannot do this through your VPS provider's server configuration " +"settings, use the following steps to disable it through the operating " +"system." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:188 +msgid "Check if IPv6 is enabled::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:192 +msgid "If multiple inet6 entries are returned, open sysctrl.conf::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:197 +msgid "" +"Add the following lines at the end of the file, then press **Ctrl + X** to " +"close the editor, then **Y** and **Enter** save the file.::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:204 +msgid "Load the changes::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:208 +msgid "" +"Finally, check if IPv6 was successfully disabled. No entries should be " +"returned when you run the command this time::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:214 msgid "Configure the firewall" msgstr "Configura il firewall" -#: ../../docs/user/masternodes/server-config.rst:179 +#: ../../docs/user/masternodes/server-config.rst:216 msgid "" "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:183 -#: ../../docs/user/masternodes/server-config.rst:225 +#: ../../docs/user/masternodes/server-config.rst:220 +#: ../../docs/user/masternodes/server-config.rst:259 msgid "(press **Y** and **Enter** to confirm)" msgstr "(premi **Y** e **Invio** per confermare)" -#: ../../docs/user/masternodes/server-config.rst:185 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Choose the appropriate firewall configuration below based on which network " "and masternode type your masternode will support:" @@ -336,11 +380,11 @@ msgstr "" msgid "Testnet" msgstr "Testnet" -#: ../../docs/user/masternodes/server-config.rst:229 +#: ../../docs/user/masternodes/server-config.rst:263 msgid "Enable swap" msgstr "Abilita lo scambio" -#: ../../docs/user/masternodes/server-config.rst:231 +#: ../../docs/user/masternodes/server-config.rst:265 msgid "" "Next, we add will add swap memory, enable it, and set it to be enabled on " "subsequent reboots::" @@ -348,7 +392,7 @@ msgstr "" "Successivamente, aggiungeremo la memoria di swap, la abiliteremo e la " "imposteremo per essere abilitata ai riavvii successivi::" -#: ../../docs/user/masternodes/server-config.rst:240 +#: ../../docs/user/masternodes/server-config.rst:274 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 " @@ -358,11 +402,11 @@ msgstr "" "parola/numero), quindi premi **Ctrl + X** per chiudere l'editor, quindi " "**Y** e **Invio** salva il file ." -#: ../../docs/user/masternodes/server-config.rst:250 +#: ../../docs/user/masternodes/server-config.rst:284 msgid "Restrict remote access" msgstr "Limitare l'accesso remoto" -#: ../../docs/user/masternodes/server-config.rst:252 +#: ../../docs/user/masternodes/server-config.rst:286 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, " @@ -372,15 +416,15 @@ msgstr "" "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:258 +#: ../../docs/user/masternodes/server-config.rst:292 msgid "Create a new configuration file::" msgstr "Crea un nuovo file di configurazione::" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:296 msgid "And paste in the following configuration:" msgstr "E incolla la seguente configurazione:" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:307 msgid "" "Then press **Ctrl + X** to close the editor, then **Y** and **Enter** save " "the file. Restart and enable the fail2ban service::" @@ -388,13 +432,13 @@ 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:279 +#: ../../docs/user/masternodes/server-config.rst:313 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:283 +#: ../../docs/user/masternodes/server-config.rst:317 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -408,7 +452,7 @@ msgstr "" "selezionato sopra. Quindi premi **Ctrl + X** per chiudere l'editor, quindi " "**Y** e **Invio** salvano il file." -#: ../../docs/user/masternodes/server-config.rst:289 +#: ../../docs/user/masternodes/server-config.rst:323 msgid "" "Optionally install or update `AppArmor `_ (try this " "step if you are having problems related to AppArmor)::" @@ -416,22 +460,22 @@ msgstr "" "Facoltativamente, installa o aggiorna `AppArmor `_ " "(prova questo passaggio se riscontri problemi relativi ad AppArmor)::" -#: ../../docs/user/masternodes/server-config.rst:295 +#: ../../docs/user/masternodes/server-config.rst:329 msgid "Reboot" msgstr "Riavviare" -#: ../../docs/user/masternodes/server-config.rst:297 +#: ../../docs/user/masternodes/server-config.rst:331 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:301 +#: ../../docs/user/masternodes/server-config.rst:335 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:305 +#: ../../docs/user/masternodes/server-config.rst:339 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a `public" 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 91ae3589b..10ca72e68 100644 --- a/locale/it/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/it/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# AL , 2023 +# ALXX , 2023 # Dash Italia, 2023 # #, fuzzy @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -488,7 +488,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:252 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -1106,3 +1106,21 @@ msgid "" "`_ are two options that " "accept cryptocurrency." msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:631 +msgid "" +"Please make sure that the certificate chain file contains your server " +"certificate at the top and intermediate/root certificates if present. If a " +"bundle file is present, you need to concatenate it with the certificate " +"file::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:637 +msgid "" +"Verify the validity of the private key and certificate chain by running " +"these commands::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:642 +msgid "The output of these two commands should be the same." +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 be5f8a47a..fbaf6829a 100644 --- a/locale/it/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/it/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# AL , 2022 +# ALXX , 2022 # Dash Italia, 2024 # #, fuzzy diff --git a/locale/it/LC_MESSAGES/docs/user/masternodes/setup.po b/locale/it/LC_MESSAGES/docs/user/masternodes/setup.po index bf8a1ff99..ca5200e54 100644 --- a/locale/it/LC_MESSAGES/docs/user/masternodes/setup.po +++ b/locale/it/LC_MESSAGES/docs/user/masternodes/setup.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# AL , 2022 +# ALXX , 2022 # Dash Italia, 2024 # #, fuzzy diff --git a/locale/it/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/it/LC_MESSAGES/docs/user/masternodes/understanding.po index f7038c54b..604b891de 100644 --- a/locale/it/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/it/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -6,7 +6,7 @@ # Translators: # 7b90ac08f561a490019c833f8053e346_9ff464a, 2022 # Dash Italia, 2024 -# AL , 2024 +# ALXX , 2024 # #, fuzzy msgid "" @@ -15,7 +15,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: AL , 2024\n" +"Last-Translator: ALXX , 2024\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" diff --git a/locale/it/LC_MESSAGES/docs/user/mining/index.po b/locale/it/LC_MESSAGES/docs/user/mining/index.po index 90ce733f4..4351290aa 100644 --- a/locale/it/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/it/LC_MESSAGES/docs/user/mining/index.po @@ -4,17 +4,17 @@ # FIRST AUTHOR , YEAR. # # Translators: -# AL , 2022 -# Dash Italia, 2024 +# ALXX , 2022 +# Dash Italia, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: Dash Italia, 2024\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" @@ -45,50 +45,12 @@ msgid "" "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." +"algorithm>`, which the miner must solve in order to earn rewards. A number " +"of X11 ASICs are available on the market, which help make Dash secure " +"against brute force attacks on the blockchain." 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 "" -"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 +#: ../../docs/user/mining/index.rst:20 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 " @@ -98,11 +60,11 @@ msgstr "" " 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 +#: ../../docs/user/mining/index.rst:24 msgid "`Hashrate `_" msgstr "`Hashrate `_" -#: ../../docs/user/mining/index.rst:40 +#: ../../docs/user/mining/index.rst:25 msgid "" "`Mining difficulty `_" @@ -110,7 +72,7 @@ msgstr "" "`Difficoltà del Mining `_" -#: ../../docs/user/mining/index.rst:41 +#: ../../docs/user/mining/index.rst:26 msgid "" "`Profitability calculation tool " "`_" @@ -118,11 +80,11 @@ msgstr "" "`Strumento di calcolo della redditività " "`_" -#: ../../docs/user/mining/index.rst:44 +#: ../../docs/user/mining/index.rst:29 msgid "Masternodes vs. Mining" msgstr "Masternodes vs. Mining" -#: ../../docs/user/mining/index.rst:46 +#: ../../docs/user/mining/index.rst:31 msgid "" "Dash, like Bitcoin and most other cryptocurrencies, is based on a " "decentralized ledger of all transactions, known as a blockchain. This " @@ -145,30 +107,20 @@ msgstr "" "correttamente, il blocco viene aggiunto alla blockchain e il minatore viene " "ricompensato." -#: ../../docs/user/mining/index.rst:56 +#: ../../docs/user/mining/index.rst:41 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% " +"rewarded when miners discover new blocks. The breakdown is as follows: 80% " "of the block subsidy is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " +"distribution found :ref:`here `, while 20% 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 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 minatori scoprono nuovi " -"blocchi. La ripartizione è la seguente: il 90% del sussidio del blocco è " -"suddiviso 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 +#: ../../docs/user/mining/index.rst:52 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 " @@ -186,7 +138,7 @@ msgstr "" "del software Dash, la rete masternode renderebbe orfano quel blocco e non " "verrebbe aggiunto alla blockchain." -#: ../../docs/user/mining/index.rst:75 +#: ../../docs/user/mining/index.rst:60 msgid "" "In short, miners power the first tier, which is the basic sending and " "receiving of funds and prevention of doublespending. Masternodes power the " @@ -209,32 +161,19 @@ msgstr "" "vengono spostati o spesi, il masternode associato andrà offline e smetterà " "di ricevere premi." -#: ../../docs/user/mining/index.rst:87 +#: ../../docs/user/mining/index.rst:72 msgid "Mining Pools" msgstr "Mining Pools" -#: ../../docs/user/mining/index.rst:89 +#: ../../docs/user/mining/index.rst:74 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." +"power." 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 "http://www.p2poolmining.us/p2poolnodes/" - -#: ../../docs/user/mining/index.rst:99 +#: ../../docs/user/mining/index.rst:79 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" @@ -251,78 +190,53 @@ msgstr "" "all'utilizzo di un pool di mining tipico può essere trovata :ref:`qui " "`." -#: ../../docs/user/mining/index.rst:107 +#: ../../docs/user/mining/index.rst:87 msgid "https://coinfoundry.org" msgstr "https://coinfoundry.org" -#: ../../docs/user/mining/index.rst:108 +#: ../../docs/user/mining/index.rst:88 msgid "https://mining.luxor.tech" msgstr "https://mining.luxor.tech" -#: ../../docs/user/mining/index.rst:109 -msgid "https://dash.suprnova.cc" -msgstr "https://dash.suprnova.cc" - -#: ../../docs/user/mining/index.rst:110 +#: ../../docs/user/mining/index.rst:89 msgid "https://www.nicehash.com" msgstr "https://www.nicehash.com" -#: ../../docs/user/mining/index.rst:111 -msgid "https://www.coinotron.com" -msgstr "https://www.coinotron.com" - -#: ../../docs/user/mining/index.rst:112 +#: ../../docs/user/mining/index.rst:90 msgid "https://dash.miningpoolhub.com" msgstr "https://dash.miningpoolhub.com" -#: ../../docs/user/mining/index.rst:113 +#: ../../docs/user/mining/index.rst:91 msgid "https://www.multipool.us" msgstr "https://www.multipool.us" -#: ../../docs/user/mining/index.rst:114 +#: ../../docs/user/mining/index.rst:92 msgid "https://www.f2pool.com" msgstr "https://www.f2pool.com" -#: ../../docs/user/mining/index.rst:115 -msgid "https://www2.coinmine.pl/dash/" -msgstr "https://www2.coinmine.pl/dash/" - -#: ../../docs/user/mining/index.rst:116 +#: ../../docs/user/mining/index.rst:93 msgid "https://www.antpool.com" msgstr "https://www.antpool.com" -#: ../../docs/user/mining/index.rst:117 -msgid "https://avalon-life.io" -msgstr "https://avalon-life.io" - -#: ../../docs/user/mining/index.rst:118 -msgid "https://www.genesis-mining.com" -msgstr "https://www.genesis-mining.com" - -#: ../../docs/user/mining/index.rst:119 +#: ../../docs/user/mining/index.rst:94 msgid "https://www.viabtc.com" msgstr "https://www.viabtc.com" -#: ../../docs/user/mining/index.rst:120 +#: ../../docs/user/mining/index.rst:95 msgid "https://zpool.ca" msgstr "https://zpool.ca" -#: ../../docs/user/mining/index.rst:122 +#: ../../docs/user/mining/index.rst:97 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" +"exercise discretion when using third-party services. If you'd like to be " +"added to this list, please open an issue on the `GitHub repository " +"`_." 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" -#: ../../docs/user/mining/index.rst:129 +#: ../../docs/user/mining/index.rst:104 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 " @@ -332,485 +246,11 @@ msgstr "" "ricevere il tuo pagamento. Per farlo nel portafoglio Dash Core, vedi " ":ref:`qui `." -#: ../../docs/user/mining/index.rst:143 -msgid "CPU Mining" -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 "" -"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." -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 "`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 "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 "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:" -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 "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:" -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 "https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c" - -#: ../../docs/user/mining/index.rst:186 -msgid "https://github.com/tpruvot/cpuminer-multi" -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 " -"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 "" -"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 "Minatori CPU eseguibili per Dash" - -#: ../../docs/user/mining/index.rst:201 ../../docs/user/mining/index.rst:345 -msgid "Configuration" -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 "" -"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::" -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 "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 "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 "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" -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 "p = password, spesso può essere impostata su x" - -#: ../../docs/user/mining/index.rst:225 -msgid "t = number of threads used" -msgstr "t = numero di thread utilizzati" - -#: ../../docs/user/mining/index.rst:226 -msgid "pause = keeps the window open in the case of errors" -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 "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." -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 "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 "" -"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 "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 "" -"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." -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 "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 "" -"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." -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 "" -"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 "" -"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 "**AMD**" - -#: ../../docs/user/mining/index.rst:320 -msgid "https://github.com/nicehash/sgminer/releases" -msgstr "https://github.com/nicehash/sgminer/releases" - -#: ../../docs/user/mining/index.rst:322 -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 (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)" -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:" -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 "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 "" -"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" -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 "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" -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 "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" -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 "Per la piscina sopra, la configurazione può essere:" - -#: ../../docs/user/mining/index.rst:385 -msgid "Configuration file for a Dash GPU miner" -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." -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." -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" -msgstr "" -"Esempio di mining GPU utilizzando sgminer 5.6.1-nicehash-51 su Intel HD " -"Graphics 4600" - -#: ../../docs/user/mining/index.rst:410 +#: ../../docs/user/mining/index.rst:120 msgid "ASIC Mining" msgstr "ASIC Mining" -#: ../../docs/user/mining/index.rst:412 +#: ../../docs/user/mining/index.rst:122 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" @@ -822,25 +262,18 @@ msgstr "" "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 +#: ../../docs/user/mining/index.rst:127 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 `_." +"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 +#: ../../docs/user/mining/index.rst:134 msgid "" "The following X11 ASIC miners are available on the market today, click the " "product name to visit the manufacturer's website:" @@ -848,31 +281,31 @@ 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 +#: ../../docs/user/mining/index.rst:138 msgid "Name" msgstr "Nome" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Hash rate" msgstr "Hash rate" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Power" msgstr "Energia" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Weight" msgstr "Peso" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Dimensions (mm)" msgstr "Dimensioni (mm)" -#: ../../docs/user/mining/index.rst:428 +#: ../../docs/user/mining/index.rst:138 msgid "Price" msgstr "Prezzo" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "" "`Bitmain Antminer D5 " "`_" @@ -880,395 +313,81 @@ msgstr "" "`Bitmain Antminer D5 " "`_" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "119 GH/s ±5%" msgstr "119 GH/s ±5%" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "1566 W" msgstr "1566 W" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "7.5 kg" msgstr "7.5 kg" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "486 x 265 x 388" msgstr "486 x 265 x 388" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "$1,180" msgstr "$1,180" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "`Spondoolies SPx36 `_" msgstr "" "`Spondoolies SPx36 `_" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "540 GH/s ±10%" msgstr "540 GH/s ±10%" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "4400 W" msgstr "4400 W" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "19.5 kg" msgstr "19.5 kg" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "640 x 525 x 185" msgstr "640 x 525 x 185" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "$7,000" msgstr "$7,000" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "" "`StrongU STU-U6 `_" msgstr "" "`StrongU STU-U6 `_" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "420 GH/s ±8%" msgstr "420 GH/s ±8%" -#: ../../docs/user/mining/index.rst:434 ../../docs/user/mining/index.rst:478 +#: ../../docs/user/mining/index.rst:144 msgid "2100 W" msgstr "2100 W" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "8.5 kg" msgstr "8.5 kg" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "370 x 135 x 208" msgstr "370 x 135 x 208" -#: ../../docs/user/mining/index.rst:437 +#: ../../docs/user/mining/index.rst:147 msgid "ASIC resellers may also have miners available:" msgstr "I rivenditori ASIC possono anche avere miner disponibili:" -#: ../../docs/user/mining/index.rst:439 +#: ../../docs/user/mining/index.rst:149 msgid "http://kaboomracks.com" msgstr "http://kaboomracks.com" -#: ../../docs/user/mining/index.rst:440 +#: ../../docs/user/mining/index.rst:150 msgid "https://brokerage.luxor.tech/dashboard" 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." -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 "`Baikal BK-X `_" - -#: ../../docs/user/mining/index.rst:448 -msgid "10 GH/s ±5%" -msgstr "10 GH/s ±5%" - -#: ../../docs/user/mining/index.rst:448 -msgid "800 W" -msgstr "800 W" - -#: ../../docs/user/mining/index.rst:448 -msgid "3.8 kg" -msgstr "3.8 kg" - -#: ../../docs/user/mining/index.rst:448 -msgid "312 x 125 x 130" -msgstr "312 x 125 x 130" - -#: ../../docs/user/mining/index.rst:450 -msgid "`Baikal Mini `_" -msgstr "`Baikal Mini `_" - -#: ../../docs/user/mining/index.rst:450 -msgid "150 MH/s ±10%" -msgstr "150 MH/s ±10%" - -#: ../../docs/user/mining/index.rst:450 -msgid "40 W" -msgstr "40 W" - -#: ../../docs/user/mining/index.rst:450 -msgid ".475 kg" -msgstr ".475 kg" - -#: ../../docs/user/mining/index.rst:450 -msgid "140 x 100 x 95" -msgstr "140 x 100 x 95" - -#: ../../docs/user/mining/index.rst:452 -msgid "`Baikal Giant+ A2000 `_" -msgstr "`Baikal Giant+ A2000 `_" - -#: ../../docs/user/mining/index.rst:452 -msgid "2000 MH/s ±10%" -msgstr "2000 MH/s ±10%" - -#: ../../docs/user/mining/index.rst:452 -msgid "430 W" -msgstr "430 W" - -#: ../../docs/user/mining/index.rst:452 ../../docs/user/mining/index.rst:456 -msgid "3 kg" -msgstr "3 kg" - -#: ../../docs/user/mining/index.rst:452 -msgid "300 x 140 x 125" -msgstr "300 x 140 x 125" - -#: ../../docs/user/mining/index.rst:454 -msgid "`Baikal Giant A900 `_" -msgstr "`Baikal Giant A900 `_" - -#: ../../docs/user/mining/index.rst:454 -msgid "900 MH/s ±5%" -msgstr "900 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:454 -msgid "217 W" -msgstr "217 W" - -#: ../../docs/user/mining/index.rst:454 -msgid "2.5 kg" -msgstr "2.5 kg" - -#: ../../docs/user/mining/index.rst:454 -msgid "300 x 123 x 123" -msgstr "300 x 123 x 123" - -#: ../../docs/user/mining/index.rst:456 -msgid "`Baikal Quad Cube `_" -msgstr "`Baikal Quad Cube `_" - -#: ../../docs/user/mining/index.rst:456 -msgid "1200 MH/s ±10%" -msgstr "1200 MH/s ±10%" - -#: ../../docs/user/mining/index.rst:456 -msgid "300 W" -msgstr "300 W" - -#: ../../docs/user/mining/index.rst:456 -msgid "135 x 135 x 425" -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 "17 GH/s ±5%" - -#: ../../docs/user/mining/index.rst:458 -msgid "970 W" -msgstr "970 W" - -#: ../../docs/user/mining/index.rst:458 -msgid "6.5 kg" -msgstr "6.5 kg" - -#: ../../docs/user/mining/index.rst:458 -msgid "320 x 130 x 190" -msgstr "320 x 130 x 190" - -#: ../../docs/user/mining/index.rst:460 -msgid "`iBelink DM384M `_" -msgstr "`iBelink DM384M `_" - -#: ../../docs/user/mining/index.rst:460 -msgid "384 MH/s ±10%" -msgstr "384 MH/s ±10%" - -#: ../../docs/user/mining/index.rst:460 -msgid "715 W" -msgstr "715 W" - -#: ../../docs/user/mining/index.rst:460 -msgid "21 kg" -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 "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 "11 GH/s ±5%" - -#: ../../docs/user/mining/index.rst:462 ../../docs/user/mining/index.rst:464 -msgid "810 W" -msgstr "810 W" - -#: ../../docs/user/mining/index.rst:462 -msgid "22 kg" -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 "22 GH/s ±5%" - -#: ../../docs/user/mining/index.rst:464 -msgid "19 kg" -msgstr "19 kg" - -#: ../../docs/user/mining/index.rst:466 -msgid "Pinidea DR-1" -msgstr "Pinidea DR-1" - -#: ../../docs/user/mining/index.rst:466 -msgid "500 MH/s ±10%" -msgstr "500 MH/s ±10%" - -#: ../../docs/user/mining/index.rst:466 -msgid "320 W" -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 "4.5 kg" - -#: ../../docs/user/mining/index.rst:466 -msgid "290 x 130 x 150" -msgstr "290 x 130 x 150" - -#: ../../docs/user/mining/index.rst:468 -msgid "Pinidea DR-2" -msgstr "Pinidea DR-2" - -#: ../../docs/user/mining/index.rst:468 -msgid "450 MH/s ±5%" -msgstr "450 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:468 -msgid "335 W" -msgstr "335 W" - -#: ../../docs/user/mining/index.rst:468 ../../docs/user/mining/index.rst:470 -msgid "200 x 165 x 135" -msgstr "200 x 165 x 135" - -#: ../../docs/user/mining/index.rst:470 -msgid "Pinidea DR-3" -msgstr "Pinidea DR-3" - -#: ../../docs/user/mining/index.rst:470 -msgid "600 MH/s ±5%" -msgstr "600 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:470 -msgid "345 W" -msgstr "345 W" - -#: ../../docs/user/mining/index.rst:472 -msgid "Pinidea DU-1" -msgstr "Pinidea DU-1" - -#: ../../docs/user/mining/index.rst:472 -msgid "9 MH/s ±5%" -msgstr "9 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:472 -msgid "7 W" -msgstr "7 W" - -#: ../../docs/user/mining/index.rst:472 -msgid "50 x 50 x 30" -msgstr "50 x 50 x 30" - -#: ../../docs/user/mining/index.rst:474 -msgid "Pinidea DRX-Kuznetsov" -msgstr "Pinidea DRX-Kuznetsov" - -#: ../../docs/user/mining/index.rst:474 -msgid "900 MH/s ±5%" -msgstr "900 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:474 -msgid "650 W" -msgstr "650 W" - -#: ../../docs/user/mining/index.rst:474 ../../docs/user/mining/index.rst:476 -msgid "280 x 180 x 150" -msgstr "280 x 180 x 150" - -#: ../../docs/user/mining/index.rst:476 -msgid "Pinidea DRX-Varyag" -msgstr "Pinidea DRX-Varyag" - -#: ../../docs/user/mining/index.rst:476 -msgid "1200 MH/s ±5%" -msgstr "1200 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:476 -msgid "850 W" -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 "56 GH/s ±5%" - -#: ../../docs/user/mining/index.rst:478 -msgid "17 kg" -msgstr "17 kg" - -#: ../../docs/user/mining/index.rst:478 -msgid "490 x 390 x 180" -msgstr "490 x 390 x 180" - -#: ../../docs/user/mining/index.rst:480 -msgid "" -"`Innosilicon A5 `_" -msgstr "" -"`Innosilicon A5 `_" - -#: ../../docs/user/mining/index.rst:480 -msgid "32 GH/s ±8%" -msgstr "32 GH/s ±8%" - -#: ../../docs/user/mining/index.rst:480 -msgid "750 W" -msgstr "750 W" - -#: ../../docs/user/mining/index.rst:480 -msgid "3.1 kg" -msgstr "3.1 kg" - -#: ../../docs/user/mining/index.rst:480 -msgid "400 x 135 x 158" -msgstr "400 x 135 x 158" diff --git a/locale/it/LC_MESSAGES/docs/user/mining/pools.po b/locale/it/LC_MESSAGES/docs/user/mining/pools.po index 153b1389f..c43a52a15 100644 --- a/locale/it/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/it/LC_MESSAGES/docs/user/mining/pools.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/network/dash-evo-tool/index.po b/locale/it/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po new file mode 100644 index 000000000..f31316f91 --- /dev/null +++ b/locale/it/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po @@ -0,0 +1,609 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2024, Dash Core Group, Inc +# This file is distributed under the same license as the Dash package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# 7b90ac08f561a490019c833f8053e346_9ff464a, 2024 +# Dash Italia, 2024 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Dash latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" +"PO-Revision-Date: 2024-11-18 17:41+0000\n" +"Last-Translator: Dash Italia, 2024\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/dash-evo-tool/index.rst-1 +msgid "Description of dash evo tool features and usage" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst-1 +msgid "dash, platform, evonode, masternodes, dash evo tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:9 +msgid "Dash Evo Tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:11 +msgid "" +"Dash Evo Tool is an application designed to help you vote on usernames, " +"withdraw evonode credits, and complete an expanding list of Platform " +"actions. This guide describes how to download, install, and use the Dash Evo" +" Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:18 +msgid "Installation" +msgstr "Installazione" + +#: ../../docs/user/network/dash-evo-tool/index.rst:22 +msgid "" +"The Dash Evo Tool requires a Dash Core full node configured to allow RPC and" +" ZMQ access." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:24 +msgid "" +"Linux, MacOS, or Windows packages are available on the `GitHub releases page" +" `__. Download the" +" zip file for your Operating System, then unzip the downloaded file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:28 +msgid "" +"`Windows `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:29 +msgid "" +"`Mac (ARM m1-m4) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:30 +msgid "" +"`Mac (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:31 +msgid "" +"`Linux (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:32 +msgid "" +"`Linux (ARM) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:37 +msgid "Configuration" +msgstr "Configurazione" + +#: ../../docs/user/network/dash-evo-tool/index.rst:39 +msgid "Open the directory where the download was unzipped." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:40 +msgid "" +"Open the ``.env`` file (you may need to show hidden files to see it). For " +"the network you plan to connect to, make the following changes. Replace the " +"``*`` with the network name (MAINNET or TESTNET):" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:44 +msgid "" +"Update ``*_CORE_RPC_USER`` to match the ``rpcuser`` value from your Dash " +"Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:45 +msgid "" +"Update ``*_CORE_RPC_PASSWORD`` to match the ``rpcpassword`` value from your " +"Dash Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:47 +msgid "" +"If your dash.conf includes ``rpcallowip``, update ``*_CORE_HOST`` with that " +"IP address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:48 +msgid "" +"If your dash.conf includes ``rpcport``, update ``*_CORE_RPC_PORT`` with that" +" port." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:49 +msgid "" +"(*Optional*) If you are going to run Dash Core manually instead of launching" +" it via the Dash Evo Tool, you must enable ZMQ by adding the following lines" +" to your dash.conf file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Mainnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Testnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:72 +msgid "" +"The default location of the ``dash.conf`` file can be found in the " +":ref:`Dash Core documentation `. At a minimum, the following " +"values must be defined for RPC access to be enabled:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:82 +msgid "Updating the env file" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:84 +msgid "" +"When the application runs for the first time, it creates a application " +"directory and copies the ``.env`` file into it. It also stores application " +"data in the directory. Any further updates to the ``.env`` file must be made" +" to the copy in the application directory." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Operating System" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Configuration File Path" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "macOS" +msgstr "macOS" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "~/Library/Application Support/Dash-Evo-Tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "Windows" +msgstr "Windows" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "C:\\\\Users\\\\\\\\AppData\\\\Roaming\\\\Dash-Evo-Tool\\\\config" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "Linux" +msgstr "Linux" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "/home//.config/dash-evo-tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:99 +msgid "Running the application" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:101 +msgid "" +"Once the ``.env`` file is configured, launch the Dash Evo Tool by double-" +"clicking the file named ``dash-evo-tool``." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:104 +msgid "" +"Alternatively, you can launch the application directly from your terminal. " +"For example, on Linux, run::" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:112 +msgid "Network selection" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:114 +msgid "" +"The Dash Evo Tool supports both testnet and mainnet. To choose a network, " +"navigate to the Network Selection screen and click the checkbox in the " +"Select column for the desired network. Then click the **Start** button on " +"that row to launch Dash Core." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:122 +msgid "" +"You can also launch Dash Core manually without using the Dash Evo Tool. This" +" may be necessary if Dash Core is installed in a non-standard location. When" +" launching Dash Core manually, you must enable ZMQ as described in " +":hoverxref:`Configuration Step 3 `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:130 +msgid "Network selection screen with testnet selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:135 +msgid "Identity operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:140 +msgid "Load existing identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:142 +msgid "" +"On the main identity screen, click the **Load Identity** button on the upper" +" right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:149 +#: ../../docs/user/network/dash-evo-tool/index.rst:213 +msgid "Identity screen with no loaded identities" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:151 +msgid "" +"Some identity types require different information. Use the **Identity Type**" +" dropdown menu to select the type you want to add. In this example, an " +"evonode identity is being added." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:158 +msgid "Identity load screen for evonode" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:164 +msgid "" +"Your collateral key is **not** required. Do not enter it into the Dash Evo " +"Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:166 +msgid "" +"Add the Identity ID and Owner Private Key. You may also want to add the " +"Voting Private Key, but adding the Payout Address Private Key is **not** " +"recommended. For a masternode or evonode, use the protx hash as the Identity" +" ID." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:170 +msgid "" +"If you use the `Dash Masternode Tool `_, you can get the protx hash and private keys from the " +"masternode details screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:177 +msgid "Dash Masternode Tool" +msgstr "Dash Masternode Tool" + +#: ../../docs/user/network/dash-evo-tool/index.rst:179 +msgid "" +"Click **Load Identity** once you have entered the required information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:185 +msgid "Identity load screen with evonode info filled out" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:187 +msgid "" +"Once the identity is loaded, you can view its balance and details about its " +"keys. For evonodes, you can also initiate :ref:`withdrawals `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:194 +#: ../../docs/user/network/dash-evo-tool/index.rst:270 +msgid "Identity screen with an evonode identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:199 +msgid "Create new identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:203 +msgid "" +"Before creating an identity, make sure you have :ref:`added a Dash Evo Tool " +"wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:206 +msgid "" +"On the main identity screen, click the **Create Identity** button on the " +"upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:215 +msgid "" +"On the create identity screen, leave the first two options set to the " +"default and select the funding method. Then, send the requested amount of " +"DASH to the provided address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:222 +msgid "Waiting for funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:224 +msgid "" +"The status will change from \"Waiting for funds\" to \"Waiting for Platform " +"acknowledgement\" once the funds have been received and the identity " +"registration process has started." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:231 +msgid "Waiting for Platform acknowledgement" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:233 +msgid "" +"Once the identity has been registered, you can choose to return to the " +"identity screen or proceed to :ref:`registering a name `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:240 +msgid "Identity creation success" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:247 +msgid "Identity screen with an identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:252 +msgid "Evonode withdrawals" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:256 +msgid "" +"Withdrawal requests enter a queue that is currently processed more slowly " +"than intended. Depending on the timing of the withdrawal request, it may " +"take up to 18 hours to complete." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:259 +msgid "" +"For security, there is also a limit on how much can be withdrawn from " +"Platform daily. If withdrawal requests hit the daily limit, they will remain" +" in the queue longer. For details, see this `DCG development update " +"`_." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:264 +msgid "" +"From the identity main screen, click the **Withdraw** button for an " +"identity." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:272 +msgid "" +"On the withdrawal screen, select the key to sign the withdrawal. Selecting " +"the owner key is recommended since this will direct the withdrawal to the " +"payout address. Next, set the amount to withdraw." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:278 +msgid "" +"The **Max** button currently has a bug and sets the withdrawal amount in " +"credits instead of DASH, so you will need to manually adjust the amount if " +"you use that button." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:281 +msgid "Click **Withdraw** after entering the information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:287 +msgid "Withdraw screen with key and amount selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:289 +msgid "" +"When the withdrawal confirmation screen opens, confirm that the amount and " +"destination address are correct. Click **Confirm** to request the " +"withdrawal." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:296 +msgid "Withdrawal confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:301 +msgid "Name operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:306 +msgid "Register name" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:308 +msgid "" +"After :ref:`creating an identity `, you can " +"register a name for it. From the main name screen, click the **Register " +"Name** button on the upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:315 +msgid "Name screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:317 +msgid "" +"First, select the identity to register a name for. This step will be " +"automatically done if you are registering a name as part of the identity " +"creation process." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:320 +msgid "" +"Next, enter the desired name. Notification will be provided if you selected " +"a contested name and the estimated cost will be displayed. Click **Register " +"Name** to complete the registration." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:327 +msgid "Name registration" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:329 +msgid "" +"Upon successful registration, you can see the name on the **My usernames** " +"screen along with any other names you have registered." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:336 +msgid "Name registered successfully" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:341 +msgid "Vote for names" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:343 +msgid "" +"The Voting screen displays a list of names that are currently require a " +"vote. Click the **Refresh** button to update the screen at any time." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:348 +msgid "" +"Voting can only be done by masternodes and evonodes, and each node can only " +"modify its vote four times. See the :ref:`load identity section ` for instructions on importing your keys." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:355 +msgid "Voting screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:357 +msgid "" +"To vote for a contestant, click on an entry in the Contestants column. You " +"can also vote to Lock the name or Abstain by clicking the value in those " +"columns. You will be prompted to load an evonode or masternode identity if " +"you have not already done so." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:361 +msgid "" +"After clicking one of the contestants, vote for that identity to receive the" +" name by clicking one of your specific identities on the Vote Confirmation " +"screen. Click **All** to vote with all your loaded identities " +"simultaneously." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:369 +msgid "Vote confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:371 +msgid "" +"See the `DPNS page " +"`_ for more voting details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:378 +msgid "Wallet operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:382 +msgid "" +"The Dash Evo Tool wallet features only work if your Dash Core node has a " +"single wallet open. **If you have multiple wallets open in Dash Core, close " +"all of them except the one used by the Dash Evo Tool.**" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:389 +msgid "Create wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:391 +msgid "" +"This tool includes a basic wallet feature to support identity registration. " +"Wallets can be added from the wallet screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:396 +msgid "" +"Since this tool adds watching-only addresses to Dash Core when creating " +"identities, it is recommended to close all existing Dash Core wallets and " +":ref:`create a new, empty wallet ` for the Dash Evo Tool. Also, make sure to :ref:`backup your Dash " +"Core wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:401 +msgid "Click **Add Wallet** to create a new wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:407 +msgid "Wallet screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:409 +msgid "" +"After creating extra randomness with the mouse, select your preferred " +"language and click **Generate** to display you passphrase. Write it down and" +" store it securely, then click the checkbox in step 3 to confirm." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:413 +msgid "" +"Next, enter a wallet name and optionally add a password before clicking " +"**Save Wallet** to store the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:420 +msgid "Wallet create screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:425 +msgid "Use wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:427 +msgid "Select your wallet using the dropdown box." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:433 +msgid "Select wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:438 +msgid "Funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:440 +msgid "" +"Several tabs display wallet details. The Funds tab shows your receiving " +"addresses. Click **Add Receiving Address** if you want to add additional " +"addresses to fund the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:447 +msgid "Wallet Funds tab" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:449 +msgid "" +"After adding addresses, they will appear in a table with balance and other " +"details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:455 +msgid "Wallet with address added" +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 db3599294..9e858d00b 100644 --- a/locale/it/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/it/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -105,7 +105,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:65 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -515,20 +515,390 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:362 msgid "" -"Once the new version is installed, reset the configuration and services " -"using ``--keep-data`` so the existing data is retained. Then, update the " -"dashmate services::" +"Once the new version of dashmate is installed, update dash service docker " +"images::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:368 +#: ../../docs/user/network/dashmate/index.rst:366 msgid "Finally, restart dashmate::" msgstr "" +#: ../../docs/user/network/dashmate/index.rst:371 +msgid "Troubleshooting" +msgstr "" + #: ../../docs/user/network/dashmate/index.rst:375 -msgid "Collecting logs" +msgid "" +"Only enable logs if you have :ref:`configured log rotation ` to avoid running out of disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:378 +msgid "" +"The following sections describe how to enable log rotation, set up file " +"logging for Core and Platform, adjust log levels, and collect the logs for " +"analysis." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:382 +msgid "Dashmate log overview" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:384 +msgid "" +"Dashmate logs for each service are stored within its Docker container. " +"Although this is typically sufficient, more advanced options are sometimes " +"needed to adjust the log level, output format, or destination. Several cases" +" include when you need to:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:388 +msgid "Modify the level of detail provided in the logs (e.g., debug vs info)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:389 +msgid "" +"Provide data to a log server (e.g., `Elasticsearch " +"`_)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:390 +msgid "Store persistent file logs external to the Docker containers" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:391 +msgid "Use log monitoring tools to track service health" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:393 +msgid "" +"For example, since the default dashmate logs are only stored in the Docker " +"containers, they are lost if the container is removed for some reason (new " +"Docker image, dashmate reset, failure, etc.). Therefore, you may want to " +"store persistent log files external to Docker while troubleshooting an issue" +" to ensure valuable log data cannot be lost." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:401 +msgid "Set up log rotation" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:403 +msgid "" +"By default, dashmate logs are not written to the docker host file system. At" +" times you may want to write them to the host file system. Before enabling " +"logging, it is important to configure log rotation to avoid running out of " +"disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:407 +msgid "Create a new logrotate configuration file for dashmate logs:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:413 +msgid "" +"Paste in the following configuration and replace the example path one that " +"matches your system. This example configuration rotates logs daily and " +"retains seven historical files for each log file type. Historical files are " +"each limited to 1GB." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:430 +msgid "" +"Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:434 +msgid "" +"For additional log rotation details, see `this configuration tutorial " +"`_ or check out the `logrotate man pages " +"`_." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:442 +msgid "Configure Core logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:445 +msgid "Enable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:447 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Core logs on" +" the host file system. Replace the example path with one that matches your " +"system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:457 +msgid "Toggle debug logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:459 +msgid "" +"To enable debug logging for additional details, run the following command. " +"Debug logs can be turned off by setting the value back to ``false``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:0 +msgid "Advanced debug logging" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:468 +msgid "" +"Dashmate supports some advanced debug log options provided by Dash Core. The" +" following boolean ``core.log.debug`` settings correspond directly to the " +"parameters described in the `Core documentation " +"`_: ``ips``, " +"``sourceLocations``, ``threadNames``, and ``timeMicros``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:474 +msgid "**Dashmate Debug Log Options**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +msgid "**Setting**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Description**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "``ips``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "Logs the IP addresses of incoming and outgoing connections" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "``sourceLocations``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "" +"Logs the source locations (file and line number) for debugging information" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "``threadNames``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "Logs the names of the threads used for various operations" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "``timeMicros``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "" +"Logs timestamps with microsecond precision for detailed performance analysis" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Filter Option**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "``includeOnly``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "" +"Log only the specified categories (e.g., ``[\"net\", \"rpc\"]``). If empty, " +"all categories will be logged" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "``exclude``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "" +"Excludes specified categories from logging (e.g., ``[\"rpc\", " +"\"instantsend\"]``)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:505 +msgid "View current log settings" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:507 +msgid "To view the current Core log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:514 +msgid "Disable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:516 +msgid "" +"To disable logging to a file outside the container, reset the log path to " +"``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:525 +msgid "Configure Platform logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:527 +msgid "" +"For troubleshooting flexibility, dashmate provides independent log " +"configuration for the Platform Gateway, Drive ABCI, and Tenderdash. Each " +"service can be configured with the most helpful log level and output format." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:534 +msgid "Gateway logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:536 +msgid "" +"The Platform gateway has two types of logs: service logs and access logs. " +"Service logs are directed to stdout, while access logs can be configured to " +"go to stdout, stderr, or to a file. If all logs are directed to stdout, the " +"output will be a mixture of service and access data." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:540 +#: ../../docs/user/network/dashmate/index.rst:604 +#: ../../docs/user/network/dashmate/index.rst:671 +msgid "**Enable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:542 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"gateway access logs on the host file system. The example below adds file " +"logging while also keeping the default stdout logging. Replace the example " +"path with one that matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:562 +#: ../../docs/user/network/dashmate/index.rst:626 +#: ../../docs/user/network/dashmate/index.rst:680 +msgid "**Disable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:564 +msgid "" +"To disable logging to a file, remove the file config from the accessLogs " +"setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:576 +#: ../../docs/user/network/dashmate/index.rst:641 +#: ../../docs/user/network/dashmate/index.rst:688 +msgid "**Change log level**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:578 +msgid "" +"Platform gateway service logs support several levels of detail. In " +"increasing order of detail they are: ``critical``, ``error``, ``warn``, " +"``info`` (default), ``debug``, and ``trace``. To disable service logs, set " +"the log level to ``off``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:582 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.gateway.log.level`` value. For example, run these commands to " +"change the gateway service log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:591 +#: ../../docs/user/network/dashmate/index.rst:658 +#: ../../docs/user/network/dashmate/index.rst:704 +msgid "**View log settings**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:593 +#: ../../docs/user/network/dashmate/index.rst:660 +msgid "To view the current Platform gateway log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:602 +msgid "Drive ABCI logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:606 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"ABCI logs on the host file system. Replace the example path with one that " +"matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:628 +msgid "" +"To disable logging to a file, remove the file config from the logs setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:643 +msgid "" +"Drive ABCI logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:648 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log levels for file logging and stdout logging to debug on " +"your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:669 +msgid "Tenderdash logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:673 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Tenderdash " +"logs on the host file system. Replace the example path with one that matches" +" your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:682 +msgid "To disable logging to a file, set the path back to ``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:690 +msgid "" +"Tenderdash logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:377 +#: ../../docs/user/network/dashmate/index.rst:695 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:706 +msgid "To view the current Tenderdash log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:715 +msgid "Collect logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:717 msgid "" "Dashmate includes the doctor command to make troubleshooting and log " "reporting easier. The dashmate doctor command collects important debugging " @@ -536,56 +906,83 @@ msgid "" "sent to the support team if necessary. This report includes:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:381 +#: ../../docs/user/network/dashmate/index.rst:721 msgid "" "**Operating System**: Details about the architecture, CPU, memory, and swap" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:382 +#: ../../docs/user/network/dashmate/index.rst:722 msgid "" "**Docker**: Status and logs (exit codes, stdout, stderr) for each service" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:383 +#: ../../docs/user/network/dashmate/index.rst:723 msgid "" "**Core RPC**: Essential details like the best ChainLock, quorums, blockchain" " information, peers, and masternode status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:384 +#: ../../docs/user/network/dashmate/index.rst:724 msgid "" "**Tenderdash RPC**: Status, genesis, network information, ABCI details, and " "a consensus state dump" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:385 +#: ../../docs/user/network/dashmate/index.rst:725 msgid "" "**Metrics**: Tenderdash and Drive metrics (if enabled in the configuration)" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:387 +#: ../../docs/user/network/dashmate/index.rst:727 msgid "To create a report, run ``dashmate doctor`` and select **Yes**::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:395 +#: ../../docs/user/network/dashmate/index.rst:735 msgid "Run the doctor command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:397 +#: ../../docs/user/network/dashmate/index.rst:737 msgid "" "Upon successful completion, the full path to the report archive is " "displayed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:403 +#: ../../docs/user/network/dashmate/index.rst:743 msgid "Doctor output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:406 +#: ../../docs/user/network/dashmate/index.rst:748 +msgid "Metrics" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:750 +msgid "" +"To provide better network visibility to DCG developers for troubleshooting, " +"volunteers can contribute metrics to the DCG metrics server." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:753 +msgid "Enable metrics on your dashmate node" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:776 +msgid "" +"Grant access to metrics from the DCG metrics server (34.219.3.238) by " +"updating your network configuration (i.e., your firewall, AWS security " +"groups, etc.)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:779 +msgid "" +"Provide DCG with your IP address and port so it can be added to the DCG " +"Prometheus server" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:782 msgid "Additional Information" msgstr "Informazioni aggiuntive" -#: ../../docs/user/network/dashmate/index.rst:408 +#: ../../docs/user/network/dashmate/index.rst:784 msgid "" "For further documentation see the `dashmate repository " "`__." 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 6257277c6..87f260ab2 100644 --- a/locale/it/LC_MESSAGES/docs/user/network/electrumx-server.po +++ b/locale/it/LC_MESSAGES/docs/user/network/electrumx-server.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/advanced-functions.po b/locale/it/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index 5db77e361..632f738cf 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 @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# AL , 2022 +# ALXX , 2022 # Dash Italia, 2023 # #, fuzzy @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/getting-started.po b/locale/it/LC_MESSAGES/docs/user/wallets/android/getting-started.po index b1ef9ef3c..8f0c4ddb6 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/index.po b/locale/it/LC_MESSAGES/docs/user/wallets/android/index.po index f23cb3d19..c5adfaebd 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/android/index.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/android/index.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# AL , 2022 +# ALXX , 2022 # Dash Italia, 2023 # #, fuzzy @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/installation.po b/locale/it/LC_MESSAGES/docs/user/wallets/android/installation.po index c42dcb564..ea081ff2f 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/android/installation.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/android/installation.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/advanced.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index 3a04af116..6db970fd9 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/it/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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/backup.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index 3a40db263..1d03f64d2 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/backup.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/backup.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/cmd-rpc.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po index af4f9852a..802ccb753 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/coinjoin-instantsend.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po index 7d38432e1..3b51b27db 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 @@ -5,7 +5,7 @@ # # Translators: # William Lotta , 2022 -# AL , 2022 +# ALXX , 2022 # Dash Italia, 2024 # #, fuzzy @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Dash Italia, 2024\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" 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 8b5a02531..996604f10 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/index.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/index.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# AL , 2022 +# ALXX , 2022 # Dash Italia, 2023 # #, fuzzy @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/installation-linux.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index a075f0885..0bc3e55d3 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Dash Italia, 2024\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" @@ -189,7 +189,7 @@ msgstr "Estrai Dash Core come segue::" #: ../../docs/user/wallets/dashcore/installation-linux.rst:92 msgid "" -"This will create a folder named ``dashcore-21.1.0`` in the current working " +"This will create a folder named ``dashcore-21.1.1`` in the current working " "directory. We will now install the executable binaries to ``/usr/local/bin``" " using the ``install`` command::" 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 efd255fe3..d85af3c6b 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Dash Italia, 2024\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" @@ -181,30 +181,17 @@ msgstr "Esecuzione di Dash Core per la prima volta" #: ../../docs/user/wallets/dashcore/installation-macos.rst:94 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-" +" **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." +"downloaded from the internet. Simply click **Open** to continue launching " +"the application." 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:109 + +#: ../../docs/user/wallets/dashcore/installation-macos.rst:103 msgid "Unblocking macOS from running Dash Core" msgstr "Sbloccare macOS dall'esecuzione di Dash Core" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:111 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:105 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 " @@ -217,11 +204,11 @@ msgstr "" "blockchain può raggiungere una dimensione di oltre 45 GB. Si consiglia di " "utilizzare, se possibile, la cartella dati predefinita." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:119 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:113 msgid "Choosing the Dash Core data folder" msgstr "Scelta della cartella dati Dash Core" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:121 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:115 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 " @@ -231,15 +218,15 @@ msgstr "" "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:128 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:122 msgid "Starting Dash Core" msgstr "Avvio di Dash Core" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:131 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:125 msgid "Synchronizing Dash Core to the Dash network" msgstr "Sincronizzazione di Dash Core con la rete Dash" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:133 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:127 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" @@ -249,11 +236,11 @@ msgstr "" "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:140 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:134 msgid "Dash Core begins synchronizing with the Dash network" msgstr "Dash Core inizia la sincronizzazione con la rete Dash" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:142 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:136 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 " @@ -268,23 +255,23 @@ msgstr "" "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:151 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:145 msgid "Dash Core synchronization is complete" msgstr "La sincronizzazione Dash Core è completa" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:153 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:147 msgid "You can now create a wallet to send and receive funds." msgstr "Ora puoi creare un wallet per inviare e ricevere fondi." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:152 msgid "Creating your Dash Wallet" msgstr "Creazione del tuo wallet Dash" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 msgid "HD wallets are now created by default." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:158 msgid "" "If no wallet files are loaded, you will get this prompt in the Overview tab." " To create a wallet, click the **Create a new wallet** button or click " @@ -293,7 +280,7 @@ msgid "" "wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:171 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:167 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 " @@ -306,7 +293,7 @@ msgstr "" " 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:179 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." @@ -314,21 +301,21 @@ msgstr "" "Se scegli di crittografare ora, ti verrà chiesto di inserire e verificare " "una password." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:184 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:211 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Enter a password" msgstr "Inserisci una password" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 msgid "Following that, you will get a standard warning." msgstr "Successivamente, riceverai un avviso standard." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:191 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:216 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:187 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:212 msgid "Confirm you want to encrypt your wallet" msgstr "Conferma di voler crittografare il tuo portafoglio" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:189 msgid "" "The following section will detail the steps you need to follow if you choose" " to encrypt your Dash wallet later." @@ -336,25 +323,25 @@ 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:197 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 msgid "Encrypting your Dash wallet" msgstr "Crittografia del tuo portafoglio Dash" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:199 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 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:204 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 msgid "Encrypting the Dash wallet with a password" msgstr "Crittografia del wallet Dash con una password" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:206 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 msgid "You will be asked to enter and verify a password." msgstr "Ti verrà chiesto di inserire e verificare una password." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:218 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:214 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 " @@ -366,11 +353,11 @@ msgstr "" "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:226 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:222 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Wallet Dash Core completamente crittografato e sincronizzato" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:228 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:224 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" "Ora puoi iniziare a utilizzare il tuo wallet per inviare e ricevere fondi in" 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 fba2800d1..90a5bf8fb 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Dash Italia, 2024\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" @@ -156,7 +156,7 @@ msgstr "Importazione della chiave pubblica GPG di Pasta" msgid "" "Skip any requests to certify the certificate with your own key. Next, click " "**Decrypt/Verify...** and select the detached signature file named " -"``dashcore-21.1.0-win64-setup.exe.asc`` in the same folder as the downloaded" +"``dashcore-21.1.1-win64-setup.exe.asc`` in the same folder as the downloaded" " installer." msgstr "" @@ -167,7 +167,7 @@ msgstr "Selezione del file della firma per la verifica" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-21.1.0-win64-setup.exe with dashcore-21.1.0-win64-setup.exe.asc`` " +"dashcore-21.1.1-win64-setup.exe with dashcore-21.1.1-win64-setup.exe.asc`` " "then you have an authentic copy of Dash Core for Windows." msgstr "" 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 39a524084..a5600c518 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/interface.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index f91213450..39c61b6be 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/interface.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/interface.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/send-receive.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po index 19de6ecd3..862974d5f 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/advanced.po b/locale/it/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index 3fb5d2cc7..1725b5305 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/electrum/advanced.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/electrum/advanced.po @@ -5,7 +5,7 @@ # # Translators: # William Lotta , 2022 -# AL , 2022 +# ALXX , 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/faq.po b/locale/it/LC_MESSAGES/docs/user/wallets/electrum/faq.po index 4b62eb428..bf9430cfc 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/electrum/faq.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/electrum/faq.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/index.po b/locale/it/LC_MESSAGES/docs/user/wallets/electrum/index.po index 9dbd11080..b33f2eb0d 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/electrum/index.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/electrum/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/installation.po b/locale/it/LC_MESSAGES/docs/user/wallets/electrum/installation.po index dd70ff7e5..94fcbaf09 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/electrum/installation.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/electrum/installation.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/security.po b/locale/it/LC_MESSAGES/docs/user/wallets/electrum/security.po index 0015e9381..a67b7949b 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/electrum/security.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/electrum/security.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/send-receive.po b/locale/it/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index 5208d2d27..51dfa3744 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/hardware.po b/locale/it/LC_MESSAGES/docs/user/wallets/hardware.po index 945ed3751..45c10b5be 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/hardware.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Dash Italia, 2024\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" 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 a0d2fffd1..a4f423efa 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/index-hardware.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/index-hardware.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-paper.po b/locale/it/LC_MESSAGES/docs/user/wallets/index-paper.po index 8de403f55..426eb2a4e 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/index-paper.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/index-paper.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-third-party.po b/locale/it/LC_MESSAGES/docs/user/wallets/index-third-party.po index 4be57d2f0..45b7acdac 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-web.po b/locale/it/LC_MESSAGES/docs/user/wallets/index-web.po index b65f932a9..a40c61cf4 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/index-web.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/index-web.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index.po b/locale/it/LC_MESSAGES/docs/user/wallets/index.po index 8ecf618e9..df23f8870 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/ios/advanced-functions.po b/locale/it/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 4c479efc5..c46792ef4 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/getting-started.po b/locale/it/LC_MESSAGES/docs/user/wallets/ios/getting-started.po index 80705c8ea..22ee9cb2d 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/index.po b/locale/it/LC_MESSAGES/docs/user/wallets/ios/index.po index 5646825cd..9d8486b2e 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/ios/index.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/ios/index.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# AL , 2022 +# ALXX , 2022 # Dash Italia, 2023 # #, fuzzy @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/installation.po b/locale/it/LC_MESSAGES/docs/user/wallets/ios/installation.po index 948029233..ec5f7143b 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/ios/installation.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/ios/installation.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/paper.po b/locale/it/LC_MESSAGES/docs/user/wallets/paper.po index 5a8cc8450..174ccea18 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/paper.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/recovery.po b/locale/it/LC_MESSAGES/docs/user/wallets/recovery.po index 7874ff31c..89f1904db 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/recovery.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# AL , 2022 +# ALXX , 2022 # Dash Italia, 2023 # #, fuzzy @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/signing.po b/locale/it/LC_MESSAGES/docs/user/wallets/signing.po index ff07a8173..2e386f71c 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/signing.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/third-party.po b/locale/it/LC_MESSAGES/docs/user/wallets/third-party.po index f06be2abc..0d1340129 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/it/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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/web.po b/locale/it/LC_MESSAGES/docs/user/wallets/web.po index af42d0a99..e1f2ef1a8 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/web.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/index.po b/locale/it/LC_MESSAGES/index.po index 3c28eb1bf..8684caa84 100644 --- a/locale/it/LC_MESSAGES/index.po +++ b/locale/it/LC_MESSAGES/index.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/developers/compiling.po b/locale/ja/LC_MESSAGES/docs/user/developers/compiling.po index c5f1beefa..45b86d3f5 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -118,78 +118,86 @@ msgstr "" msgid "" "It is only necessary to run this step during the initial setup of your " "machine. Run the guix install routine to prepare your environment and answer" -" \"Y\" for all prompts::" +" \"Y\" for all prompts:" msgstr "" -#: ../../docs/user/developers/compiling.rst:88 +#: ../../docs/user/developers/compiling.rst:0 +msgid "Ubuntu/Debian install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst:0 +msgid "General install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst:99 msgid "Clone repositories" msgstr "" -#: ../../docs/user/developers/compiling.rst:90 +#: ../../docs/user/developers/compiling.rst:101 msgid "" "After installing the prerequisites and preparing guix, reboot the system, " "login as ````, and clone required repositories::" msgstr "" -#: ../../docs/user/developers/compiling.rst:97 +#: ../../docs/user/developers/compiling.rst:108 msgid "Download the macOS SDK which is required to create macOS builds::" msgstr "" -#: ../../docs/user/developers/compiling.rst:104 +#: ../../docs/user/developers/compiling.rst:115 msgid "Build Dash Core" msgstr "" -#: ../../docs/user/developers/compiling.rst:106 +#: ../../docs/user/developers/compiling.rst:117 msgid "" "Checkout the tag associated with the Dash Core version you plan to build::" msgstr "" -#: ../../docs/user/developers/compiling.rst:113 +#: ../../docs/user/developers/compiling.rst:124 msgid "Run ``guix-build`` to create binaries for Linux, Mac, and Windows::" msgstr "" -#: ../../docs/user/developers/compiling.rst:118 +#: ../../docs/user/developers/compiling.rst:129 msgid "" "When the build completes, it will put the binaries in the ``guix-" "build-/output/`` directory." msgstr "" -#: ../../docs/user/developers/compiling.rst:122 +#: ../../docs/user/developers/compiling.rst:133 msgid "Create signatures for binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:124 +#: ../../docs/user/developers/compiling.rst:135 msgid "" "Mac and Windows binaries are signed by Dash Core Group using the relevant " "Apple and Microsoft processes. In this step, that information will be " "validated and signed by your machine." msgstr "" -#: ../../docs/user/developers/compiling.rst:128 +#: ../../docs/user/developers/compiling.rst:139 msgid "" "Prepare the `detached sigs repository `__::" msgstr "" -#: ../../docs/user/developers/compiling.rst:137 +#: ../../docs/user/developers/compiling.rst:148 msgid "" "Prepare the `guix.sigs repository `__ " "by pulling the latest changes::" msgstr "" -#: ../../docs/user/developers/compiling.rst:144 +#: ../../docs/user/developers/compiling.rst:155 msgid "Create a new branch for the version that was built::" msgstr "" -#: ../../docs/user/developers/compiling.rst:152 +#: ../../docs/user/developers/compiling.rst:163 msgid "Unsigned binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:154 +#: ../../docs/user/developers/compiling.rst:165 msgid "To create signatures for the unsigned binaries, run ``guix-attest``::" msgstr "" -#: ../../docs/user/developers/compiling.rst:162 +#: ../../docs/user/developers/compiling.rst:173 msgid "" "The ``signer`` parameter should be set to the value provided for \"Real " "name\" when generating a key with GPG. See the `GnuPrivacyGuard Howto " @@ -197,38 +205,38 @@ msgid "" " for details on how to generate a key if you don't already have one." msgstr "" -#: ../../docs/user/developers/compiling.rst:168 +#: ../../docs/user/developers/compiling.rst:179 msgid "Signed binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:170 +#: ../../docs/user/developers/compiling.rst:181 msgid "" "To create signatures for the signed binaries, run ``guix-codesign`` followed" " by guix-attest::" msgstr "" -#: ../../docs/user/developers/compiling.rst:182 +#: ../../docs/user/developers/compiling.rst:193 msgid "Upload signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:184 +#: ../../docs/user/developers/compiling.rst:195 msgid "" "After successfully building the binaries, signing them, and verifying the " "signatures, you can optionally contribute them to the `guix.sigs repository " "`_ via a pull request on GitHub." msgstr "" -#: ../../docs/user/developers/compiling.rst:189 +#: ../../docs/user/developers/compiling.rst:200 msgid "Initial setup" msgstr "" -#: ../../docs/user/developers/compiling.rst:191 +#: ../../docs/user/developers/compiling.rst:202 msgid "" "Since the official guix.sigs repository has restricted write access, create " "a fork of it via GitHub and add your fork as a remote repository::" msgstr "" -#: ../../docs/user/developers/compiling.rst:197 +#: ../../docs/user/developers/compiling.rst:208 msgid "" "The first time you contribute signatures, also put a copy of your public key" " in the ``builder-keys`` folder of the repository so others can easily " @@ -236,21 +244,21 @@ msgid "" "following command::" msgstr "" -#: ../../docs/user/developers/compiling.rst:207 +#: ../../docs/user/developers/compiling.rst:218 msgid "Adding your signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:209 +#: ../../docs/user/developers/compiling.rst:220 msgid "" "Add and commit the ``*.SHA256SUMS`` and ``*.SHA256SUMS.asc`` files created " "by the build process::" msgstr "" -#: ../../docs/user/developers/compiling.rst:220 +#: ../../docs/user/developers/compiling.rst:231 msgid "Push to your fork of the guix.sigs repository on GitHub::" msgstr "" -#: ../../docs/user/developers/compiling.rst:225 +#: ../../docs/user/developers/compiling.rst:236 msgid "" "Go to `GitHub `__ and open a " "pull request to the ``master`` branch of the upstream repository. The pull " @@ -258,11 +266,11 @@ msgid "" "checks out. Thanks for contributing!" msgstr "" -#: ../../docs/user/developers/compiling.rst:231 +#: ../../docs/user/developers/compiling.rst:242 msgid "Verify signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:233 +#: ../../docs/user/developers/compiling.rst:244 msgid "" "The `guix.sigs repository `_ contains" " deterministic build results signed by multiple Core developers for each " @@ -270,13 +278,13 @@ msgid "" "verification. Import the public keys::" msgstr "" -#: ../../docs/user/developers/compiling.rst:242 +#: ../../docs/user/developers/compiling.rst:253 msgid "" "Run the following commands to verify that your build matches the official " "release::" msgstr "" -#: ../../docs/user/developers/compiling.rst:252 +#: ../../docs/user/developers/compiling.rst:263 msgid "" "You should get a result similar to the following for Linux, Windows, MacOS, " "Signed Windows, and Signed MacOS. Assuming the previous steps completed " @@ -284,11 +292,11 @@ msgid "" "also." msgstr "" -#: ../../docs/user/developers/compiling.rst:341 +#: ../../docs/user/developers/compiling.rst:352 msgid "Gitian" msgstr "" -#: ../../docs/user/developers/compiling.rst:344 +#: ../../docs/user/developers/compiling.rst:355 msgid "" "Gitian builds were deprecated in favor of Guix builds with the release of " "Dash Core v20.0. Instructions on building Dash Core 19.0 or older versions " diff --git a/locale/ja/LC_MESSAGES/docs/user/developers/index.po b/locale/ja/LC_MESSAGES/docs/user/developers/index.po index 94f61d07e..93206fe9b 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/insight.po b/locale/ja/LC_MESSAGES/docs/user/developers/insight.po index 8ac2e7e70..b7407d22c 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -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-21.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-21.1.1/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 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 78a81eaa0..1d016ca51 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 08b34ad2c..4a937ab77 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 9faaa20dc..e9b34d89d 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 5505bdc83..0f6b2aa7d 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 23cf14e35..bf284a73d 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 0dfc6ad98..d6bd80510 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 dbcce443a..8f35a87ea 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 554588e66..8785a4f3e 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 98b440380..0ee79c0e1 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 6a9952fbd..5eb8e36f2 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 0b8b5ecc9..719b70acf 100644 --- a/locale/ja/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/ja/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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Leon White , 2022\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" @@ -87,12 +87,12 @@ msgid "https://dashdevs.org" msgstr "" #: ../../docs/user/introduction/information.rst:32 -#: ../../docs/user/introduction/information.rst:166 +#: ../../docs/user/introduction/information.rst:173 msgid "https://www.dashcentral.org" msgstr "" #: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:183 msgid "https://www.dashninja.pl" msgstr "" @@ -101,7 +101,7 @@ msgid "https://dashnews.org" msgstr "" #: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:167 +#: ../../docs/user/introduction/information.rst:174 msgid "https://dashvotetracker.com" msgstr "" @@ -413,228 +413,244 @@ msgid "Block explorers, statistics and visualizations" msgstr "" #: ../../docs/user/introduction/information.rst:152 +msgid "**Dash Core**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:154 msgid "https://insight.dash.org/insight/" msgstr "" -#: ../../docs/user/introduction/information.rst:153 +#: ../../docs/user/introduction/information.rst:155 msgid "https://blockchair.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:154 +#: ../../docs/user/introduction/information.rst:156 msgid "https://chainz.cryptoid.info/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:157 msgid "https://www.oklink.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:156 +#: ../../docs/user/introduction/information.rst:158 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:159 msgid "https://dashblockexplorer.com" msgstr "" -#: ../../docs/user/introduction/information.rst:158 +#: ../../docs/user/introduction/information.rst:160 msgid "https://live.blockcypher.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:159 +#: ../../docs/user/introduction/information.rst:161 msgid "https://dash.tokenview.io" msgstr "" -#: ../../docs/user/introduction/information.rst:160 +#: ../../docs/user/introduction/information.rst:162 msgid "https://udjinm6.github.io/bitlisten/" msgstr "" #: ../../docs/user/introduction/information.rst:164 +msgid "**Dash Platform**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:166 +msgid "https://platform-explorer.com/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:167 +msgid "https://mnowatch.org/evonodes/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:171 msgid "Treasury tools" msgstr "" -#: ../../docs/user/introduction/information.rst:168 +#: ../../docs/user/introduction/information.rst:175 msgid "https://proposal.dash.org" msgstr "" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl/governance.html" msgstr "" -#: ../../docs/user/introduction/information.rst:170 +#: ../../docs/user/introduction/information.rst:177 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:181 msgid "Masternode management" msgstr "" -#: ../../docs/user/introduction/information.rst:177 +#: ../../docs/user/introduction/information.rst:184 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "" -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:185 msgid "http://178.254.23.111/~pub/Dash/Dash_Info.html" msgstr "" -#: ../../docs/user/introduction/information.rst:179 +#: ../../docs/user/introduction/information.rst:186 msgid "https://dash-news.de/dashtv/" msgstr "" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:187 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:184 +#: ../../docs/user/introduction/information.rst:191 msgid "Price monitoring and research" msgstr "" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:193 msgid "https://messari.io/asset/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:187 +#: ../../docs/user/introduction/information.rst:194 msgid "https://namu.wiki/w/Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:188 +#: ../../docs/user/introduction/information.rst:195 msgid "https://xangle.io/project/DASH/profile" msgstr "" -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:196 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:190 +#: ../../docs/user/introduction/information.rst:197 msgid "https://bitinfocharts.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:198 msgid "https://www.coingecko.com/en/coins/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:195 +#: ../../docs/user/introduction/information.rst:202 msgid "Dash Community project" msgstr "" -#: ../../docs/user/introduction/information.rst:197 +#: ../../docs/user/introduction/information.rst:204 msgid "https://dashcommunity.github.io" msgstr "" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:205 msgid "https://github.com/dashcommunity" msgstr "" -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:209 msgid "DarkNet pages" msgstr "" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:211 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:212 msgid "" "**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:213 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:217 msgid "Mobile Apps" msgstr "" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:220 msgid "iOS" msgstr "" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:222 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:223 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "" -#: ../../docs/user/introduction/information.rst:217 +#: ../../docs/user/introduction/information.rst:224 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "" -#: ../../docs/user/introduction/information.rst:218 +#: ../../docs/user/introduction/information.rst:225 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "" -#: ../../docs/user/introduction/information.rst:219 +#: ../../docs/user/introduction/information.rst:226 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "" -#: ../../docs/user/introduction/information.rst:220 +#: ../../docs/user/introduction/information.rst:227 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:231 msgid "Android" msgstr "" -#: ../../docs/user/introduction/information.rst:226 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:227 +#: ../../docs/user/introduction/information.rst:234 msgid "" "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" -#: ../../docs/user/introduction/information.rst:228 +#: ../../docs/user/introduction/information.rst:235 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:229 +#: ../../docs/user/introduction/information.rst:236 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" msgstr "" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:237 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" msgstr "" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:238 msgid "" "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:232 +#: ../../docs/user/introduction/information.rst:239 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" msgstr "" -#: ../../docs/user/introduction/information.rst:233 +#: ../../docs/user/introduction/information.rst:240 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" msgstr "" -#: ../../docs/user/introduction/information.rst:240 +#: ../../docs/user/introduction/information.rst:247 msgid "Glossary" msgstr "" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:250 msgid "51% Attack" msgstr "" -#: ../../docs/user/introduction/information.rst:245 +#: ../../docs/user/introduction/information.rst:252 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 " @@ -643,11 +659,11 @@ msgid "" "block." msgstr "" -#: ../../docs/user/introduction/information.rst:250 +#: ../../docs/user/introduction/information.rst:257 msgid "Address" msgstr "" -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:259 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -656,11 +672,11 @@ msgid "" "digitally sign transactions (see Public key)." msgstr "" -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:264 msgid "Algorithm" msgstr "" -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:266 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-step" @@ -668,22 +684,22 @@ msgid "" "processing, and/or automated reasoning tasks." msgstr "" -#: ../../docs/user/introduction/information.rst:263 +#: ../../docs/user/introduction/information.rst:270 msgid "Altcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:272 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:268 +#: ../../docs/user/introduction/information.rst:275 msgid "AML" msgstr "" -#: ../../docs/user/introduction/information.rst:270 +#: ../../docs/user/introduction/information.rst:277 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. AML" @@ -691,18 +707,18 @@ msgid "" " AML techniques to Dash exchanges." msgstr "" -#: ../../docs/user/introduction/information.rst:274 +#: ../../docs/user/introduction/information.rst:281 msgid "API" msgstr "" -#: ../../docs/user/introduction/information.rst:276 +#: ../../docs/user/introduction/information.rst:283 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a set" " of routines, protocols, and tools for building software and applications." msgstr "" -#: ../../docs/user/introduction/information.rst:281 +#: ../../docs/user/introduction/information.rst:288 msgid "" "An API expresses a software component in terms of its operations, inputs, " "outputs, and underlying types, defining functionalities that are independent" @@ -712,11 +728,11 @@ msgid "" "are then put together by the programmer." msgstr "" -#: ../../docs/user/introduction/information.rst:288 +#: ../../docs/user/introduction/information.rst:295 msgid "ASIC" msgstr "" -#: ../../docs/user/introduction/information.rst:290 +#: ../../docs/user/introduction/information.rst:297 msgid "" "An application-specific integrated circuit (ASIC), is an integrated circuit " "(IC) customized for a particular use, rather than intended for general-" @@ -724,11 +740,11 @@ msgid "" " or for :ref:`high-efficiency Dash mining ` is an ASIC." msgstr "" -#: ../../docs/user/introduction/information.rst:295 +#: ../../docs/user/introduction/information.rst:302 msgid "ATM / BTM" msgstr "" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:304 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 " @@ -736,21 +752,21 @@ msgid "" "supported on several :ref:`ATMs `." msgstr "" -#: ../../docs/user/introduction/information.rst:301 +#: ../../docs/user/introduction/information.rst:308 msgid "Backlog" msgstr "" -#: ../../docs/user/introduction/information.rst:303 +#: ../../docs/user/introduction/information.rst:310 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:305 +#: ../../docs/user/introduction/information.rst:312 msgid "Backup" msgstr "" -#: ../../docs/user/introduction/information.rst:307 +#: ../../docs/user/introduction/information.rst:314 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 " @@ -761,22 +777,22 @@ msgid "" "backup." msgstr "" -#: ../../docs/user/introduction/information.rst:314 +#: ../../docs/user/introduction/information.rst:321 msgid "Bitcoin 2.0" msgstr "" -#: ../../docs/user/introduction/information.rst:316 +#: ../../docs/user/introduction/information.rst:323 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:320 +#: ../../docs/user/introduction/information.rst:327 msgid "Blockchain" msgstr "" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:329 msgid "" "A `blockchain `_ is a " "distributed database that maintains a continuously-growing list of data " @@ -788,11 +804,11 @@ msgid "" "timestamp and information linking it to a previous block." msgstr "" -#: ../../docs/user/introduction/information.rst:331 +#: ../../docs/user/introduction/information.rst:338 msgid "Blocks" msgstr "" -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:340 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -802,11 +818,11 @@ msgid "" "blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:346 msgid "ChainLock" msgstr "" -#: ../../docs/user/introduction/information.rst:341 +#: ../../docs/user/introduction/information.rst:348 msgid "" "Defined in `DIP8 " "`__, ChainLocks are" @@ -816,11 +832,11 @@ msgid "" "double spending." msgstr "" -#: ../../docs/user/introduction/information.rst:347 +#: ../../docs/user/introduction/information.rst:354 msgid "Cloud Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:349 +#: ../../docs/user/introduction/information.rst:356 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 " @@ -831,22 +847,22 @@ msgid "" " you store large quantities of funds in online wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:357 +#: ../../docs/user/introduction/information.rst:364 msgid "Coinbase transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:359 +#: ../../docs/user/introduction/information.rst:366 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:362 +#: ../../docs/user/introduction/information.rst:369 msgid "Cold Storage" msgstr "" -#: ../../docs/user/introduction/information.rst:364 +#: ../../docs/user/introduction/information.rst:371 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -854,11 +870,11 @@ msgid "" "wallet>`." msgstr "" -#: ../../docs/user/introduction/information.rst:368 +#: ../../docs/user/introduction/information.rst:375 msgid "Confirm(ed) Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:370 +#: ../../docs/user/introduction/information.rst:377 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 " @@ -867,15 +883,15 @@ msgid "" "more blocks are added to the blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:375 +#: ../../docs/user/introduction/information.rst:382 msgid "Confirmation Number" msgstr "" -#: ../../docs/user/introduction/information.rst:376 +#: ../../docs/user/introduction/information.rst:383 msgid "confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:386 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -887,11 +903,11 @@ msgid "" "considered \"safe\" and irreversible." msgstr "" -#: ../../docs/user/introduction/information.rst:387 +#: ../../docs/user/introduction/information.rst:394 msgid "Confirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:396 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be " @@ -899,11 +915,11 @@ msgid "" "the blockchain (and thus \"confirmed\")." msgstr "" -#: ../../docs/user/introduction/information.rst:393 +#: ../../docs/user/introduction/information.rst:400 msgid "Credit pool" msgstr "" -#: ../../docs/user/introduction/information.rst:395 +#: ../../docs/user/introduction/information.rst:402 msgid "" "A store of value on the Core chain that is funded by asset lock " "transactions. The credit pool mirrors the credit balance on Dash Platform. " @@ -911,11 +927,11 @@ msgid "" "Platform and unlocking it to withdraw back to Dash on the Core chain." msgstr "" -#: ../../docs/user/introduction/information.rst:398 +#: ../../docs/user/introduction/information.rst:405 msgid "CPU" msgstr "" -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:407 msgid "" "A `central processing unit (CPU) " "`_ is the electronic " @@ -929,11 +945,11 @@ msgid "" "circuitry." msgstr "" -#: ../../docs/user/introduction/information.rst:410 +#: ../../docs/user/introduction/information.rst:417 msgid "Cryptocurrency" msgstr "" -#: ../../docs/user/introduction/information.rst:412 +#: ../../docs/user/introduction/information.rst:419 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -941,11 +957,11 @@ msgid "" "units." msgstr "" -#: ../../docs/user/introduction/information.rst:416 +#: ../../docs/user/introduction/information.rst:423 msgid "Cryptography" msgstr "" -#: ../../docs/user/introduction/information.rst:418 +#: ../../docs/user/introduction/information.rst:425 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -961,11 +977,11 @@ msgid "" "electronic commerce." msgstr "" -#: ../../docs/user/introduction/information.rst:430 +#: ../../docs/user/introduction/information.rst:437 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:432 +#: ../../docs/user/introduction/information.rst:439 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, 80% " @@ -978,72 +994,72 @@ msgid "" "the two terms are interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP" msgstr "" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:450 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." msgstr "" -#: ../../docs/user/introduction/information.rst:445 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP Client" msgstr "" -#: ../../docs/user/introduction/information.rst:447 +#: ../../docs/user/introduction/information.rst:454 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:449 +#: ../../docs/user/introduction/information.rst:456 msgid "DAP Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:451 +#: ../../docs/user/introduction/information.rst:458 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:453 +#: ../../docs/user/introduction/information.rst:460 msgid "DAP Space" msgstr "" -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:462 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:457 +#: ../../docs/user/introduction/information.rst:464 msgid "DAP State" msgstr "" -#: ../../docs/user/introduction/information.rst:459 +#: ../../docs/user/introduction/information.rst:466 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." msgstr "" -#: ../../docs/user/introduction/information.rst:461 +#: ../../docs/user/introduction/information.rst:468 msgid "DAPI" msgstr "" -#: ../../docs/user/introduction/information.rst:463 +#: ../../docs/user/introduction/information.rst:470 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 "" -#: ../../docs/user/introduction/information.rst:467 +#: ../../docs/user/introduction/information.rst:474 msgid "Dark Gravity Wave" msgstr "" -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:476 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" " *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" @@ -1053,21 +1069,21 @@ msgid "" "exploit." msgstr "" -#: ../../docs/user/introduction/information.rst:475 +#: ../../docs/user/introduction/information.rst:482 msgid "Darkcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:484 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:479 +#: ../../docs/user/introduction/information.rst:486 msgid "Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:488 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency was" " later renamed \"Dash\" to avoid association with the darknet markets. Dash " @@ -1078,22 +1094,22 @@ msgid "" ":ref:`Features ` page for a full list of Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:489 +#: ../../docs/user/introduction/information.rst:496 msgid "DashDrive" msgstr "" -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:498 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:494 +#: ../../docs/user/introduction/information.rst:501 msgid "Dash Client" msgstr "" -#: ../../docs/user/introduction/information.rst:496 +#: ../../docs/user/introduction/information.rst:503 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" @@ -1103,11 +1119,11 @@ msgid "" "infrastructure." msgstr "" -#: ../../docs/user/introduction/information.rst:502 +#: ../../docs/user/introduction/information.rst:509 msgid "Dash Core Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:504 +#: ../../docs/user/introduction/information.rst:511 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 " @@ -1116,32 +1132,32 @@ msgid "" "it." msgstr "" -#: ../../docs/user/introduction/information.rst:509 +#: ../../docs/user/introduction/information.rst:516 msgid "Dash Evolution" msgstr "" -#: ../../docs/user/introduction/information.rst:511 +#: ../../docs/user/introduction/information.rst:518 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:515 +#: ../../docs/user/introduction/information.rst:522 msgid "Dash Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:517 +#: ../../docs/user/introduction/information.rst:524 msgid "" "A JSON-based language specification for defining and validating consensus " "data in Evolution." msgstr "" -#: ../../docs/user/introduction/information.rst:519 +#: ../../docs/user/introduction/information.rst:526 msgid "DDoS" msgstr "" -#: ../../docs/user/introduction/information.rst:521 +#: ../../docs/user/introduction/information.rst:528 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 " @@ -1151,11 +1167,11 @@ msgid "" "hit with DDoS attacks." msgstr "" -#: ../../docs/user/introduction/information.rst:527 +#: ../../docs/user/introduction/information.rst:534 msgid "Decentralized" msgstr "" -#: ../../docs/user/introduction/information.rst:529 +#: ../../docs/user/introduction/information.rst:536 msgid "" "`Decentralized computing " "`_ is the allocation " @@ -1174,11 +1190,11 @@ msgid "" "effectiveness." msgstr "" -#: ../../docs/user/introduction/information.rst:544 +#: ../../docs/user/introduction/information.rst:551 msgid "Desktop Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:546 +#: ../../docs/user/introduction/information.rst:553 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 " @@ -1187,11 +1203,11 @@ msgid "" " `" msgstr "" -#: ../../docs/user/introduction/information.rst:552 +#: ../../docs/user/introduction/information.rst:559 msgid "Difficulty" msgstr "" -#: ../../docs/user/introduction/information.rst:554 +#: ../../docs/user/introduction/information.rst:561 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 " @@ -1203,15 +1219,15 @@ msgid "" "difficulty to increase over time." msgstr "" -#: ../../docs/user/introduction/information.rst:563 +#: ../../docs/user/introduction/information.rst:570 msgid "Digital Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:565 +#: ../../docs/user/introduction/information.rst:572 msgid "See :ref:`this link ` for full documentation on wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:567 +#: ../../docs/user/introduction/information.rst:574 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 " @@ -1220,7 +1236,7 @@ msgid "" "wallets can exist in many different forms and on many devices:" msgstr "" -#: ../../docs/user/introduction/information.rst:574 +#: ../../docs/user/introduction/information.rst:581 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1230,7 +1246,7 @@ msgid "" "funds." msgstr "" -#: ../../docs/user/introduction/information.rst:582 +#: ../../docs/user/introduction/information.rst:589 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or Apple " @@ -1241,7 +1257,7 @@ msgid "" "of funds on these wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your Dash " @@ -1255,7 +1271,7 @@ msgid "" "wallet or cryptocurrency exchange." msgstr "" -#: ../../docs/user/introduction/information.rst:603 +#: ../../docs/user/introduction/information.rst:610 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1267,7 +1283,7 @@ msgid "" "storage for your Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:613 +#: ../../docs/user/introduction/information.rst:620 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the internet." @@ -1280,11 +1296,11 @@ msgid "" "for long-term (multi-year) storage because they degrade over time." msgstr "" -#: ../../docs/user/introduction/information.rst:623 +#: ../../docs/user/introduction/information.rst:630 msgid "DKG" msgstr "" -#: ../../docs/user/introduction/information.rst:625 +#: ../../docs/user/introduction/information.rst:632 msgid "" "Defined in `DIP6 " "`__, Distributed " @@ -1296,11 +1312,11 @@ msgid "" "of Shamir’s Secret Sharing." msgstr "" -#: ../../docs/user/introduction/information.rst:633 +#: ../../docs/user/introduction/information.rst:640 msgid "Digital Signature" msgstr "" -#: ../../docs/user/introduction/information.rst:635 +#: ../../docs/user/introduction/information.rst:642 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 " @@ -1311,11 +1327,11 @@ msgid "" " owner of a certain Dash address." msgstr "" -#: ../../docs/user/introduction/information.rst:643 +#: ../../docs/user/introduction/information.rst:650 msgid "Electrum Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:645 +#: ../../docs/user/introduction/information.rst:652 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight wallet " "that does not require you to download or sync the entire blockchain, making " @@ -1323,11 +1339,11 @@ msgid "" " CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:656 msgid "Encryption" msgstr "" -#: ../../docs/user/introduction/information.rst:651 +#: ../../docs/user/introduction/information.rst:658 msgid "" "In cryptography, `encryption `_ is" " the process of encoding messages or information in such a way that only " @@ -1342,15 +1358,15 @@ msgid "" "\"uncrackable.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:663 +#: ../../docs/user/introduction/information.rst:670 msgid "Escrow Services" msgstr "" -#: ../../docs/user/introduction/information.rst:665 +#: ../../docs/user/introduction/information.rst:672 msgid "An `escrow `_ is:" msgstr "" -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:674 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1358,20 +1374,20 @@ msgid "" "or" msgstr "" -#: ../../docs/user/introduction/information.rst:672 +#: ../../docs/user/introduction/information.rst:679 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:676 +#: ../../docs/user/introduction/information.rst:683 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:679 +#: ../../docs/user/introduction/information.rst:686 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1382,22 +1398,22 @@ msgid "" " the product (or currency) being purchased to the appropriate party." msgstr "" -#: ../../docs/user/introduction/information.rst:687 +#: ../../docs/user/introduction/information.rst:694 msgid "Evan Duffield" msgstr "" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:696 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:692 +#: ../../docs/user/introduction/information.rst:699 msgid "Exchange" msgstr "" -#: ../../docs/user/introduction/information.rst:694 +#: ../../docs/user/introduction/information.rst:701 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" @@ -1410,11 +1426,11 @@ msgid "" "time of each transaction." msgstr "" -#: ../../docs/user/introduction/information.rst:704 +#: ../../docs/user/introduction/information.rst:711 msgid "Faucet" msgstr "" -#: ../../docs/user/introduction/information.rst:706 +#: ../../docs/user/introduction/information.rst:713 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 " @@ -1422,40 +1438,40 @@ msgid "" "or task as described by the website." msgstr "" -#: ../../docs/user/introduction/information.rst:710 +#: ../../docs/user/introduction/information.rst:717 msgid "Fiat Gateway" msgstr "" -#: ../../docs/user/introduction/information.rst:712 +#: ../../docs/user/introduction/information.rst:719 msgid "" "`Fiat money `_ has been defined " "variously as:" msgstr "" -#: ../../docs/user/introduction/information.rst:715 +#: ../../docs/user/introduction/information.rst:722 msgid "Any money declared by a government to be legal tender." msgstr "" -#: ../../docs/user/introduction/information.rst:716 +#: ../../docs/user/introduction/information.rst:723 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:717 +#: ../../docs/user/introduction/information.rst:724 msgid "" "Intrinsically valueless money used as money because of government decree." msgstr "" -#: ../../docs/user/introduction/information.rst:719 +#: ../../docs/user/introduction/information.rst:726 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "" -#: ../../docs/user/introduction/information.rst:720 +#: ../../docs/user/introduction/information.rst:727 msgid "Fintech" msgstr "" -#: ../../docs/user/introduction/information.rst:722 +#: ../../docs/user/introduction/information.rst:729 msgid "" "`Financial technology " "`_, also known as " @@ -1467,11 +1483,11 @@ msgid "" "Bitcoin." msgstr "" -#: ../../docs/user/introduction/information.rst:730 +#: ../../docs/user/introduction/information.rst:737 msgid "Fork" msgstr "" -#: ../../docs/user/introduction/information.rst:732 +#: ../../docs/user/introduction/information.rst:739 msgid "" "When the blockchain diverges or splits, with some clients recognizing one " "version of the blockchain as valid, and other clients believing that a " @@ -1482,18 +1498,18 @@ msgid "" "extremely dangerous and should be avoided if possible." msgstr "" -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:748 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:744 +#: ../../docs/user/introduction/information.rst:751 msgid "Full Nodes" msgstr "" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:753 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 " @@ -1502,27 +1518,27 @@ msgid "" "blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:751 +#: ../../docs/user/introduction/information.rst:758 msgid "Fungible" msgstr "" -#: ../../docs/user/introduction/information.rst:753 +#: ../../docs/user/introduction/information.rst:760 msgid "Every unit of the currency is worth the same as any other unit." msgstr "" -#: ../../docs/user/introduction/information.rst:754 +#: ../../docs/user/introduction/information.rst:761 msgid "Genesis Block" msgstr "" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:763 msgid "The very first block in the block chain." msgstr "" -#: ../../docs/user/introduction/information.rst:757 +#: ../../docs/user/introduction/information.rst:764 msgid "GPU" msgstr "" -#: ../../docs/user/introduction/information.rst:759 +#: ../../docs/user/introduction/information.rst:766 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -1540,11 +1556,11 @@ msgid "" "GPUs." msgstr "" -#: ../../docs/user/introduction/information.rst:773 +#: ../../docs/user/introduction/information.rst:780 msgid "Hardware Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:782 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a piece " @@ -1552,11 +1568,11 @@ msgid "" "sign transactions as normal, making it both safe and convenient." msgstr "" -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:787 msgid "Hash" msgstr "" -#: ../../docs/user/introduction/information.rst:782 +#: ../../docs/user/introduction/information.rst:789 msgid "" "A mathematical process that takes a variable amount of data and produces a " "shorter, fixed-length output. A hashing function has two important " @@ -1565,39 +1581,39 @@ msgid "" "tiniest part of the input will produce an entirely different output." msgstr "" -#: ../../docs/user/introduction/information.rst:788 +#: ../../docs/user/introduction/information.rst:795 msgid "Hashrate" msgstr "" -#: ../../docs/user/introduction/information.rst:790 +#: ../../docs/user/introduction/information.rst:797 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:792 +#: ../../docs/user/introduction/information.rst:799 msgid "Insight" msgstr "" -#: ../../docs/user/introduction/information.rst:794 +#: ../../docs/user/introduction/information.rst:801 msgid "" "Blockchain information server used to power block explorers and respond to " "transaction queries." msgstr "" -#: ../../docs/user/introduction/information.rst:796 +#: ../../docs/user/introduction/information.rst:803 msgid "InstantX" msgstr "" -#: ../../docs/user/introduction/information.rst:798 +#: ../../docs/user/introduction/information.rst:805 msgid "See InstantSend" msgstr "" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:806 msgid "InstantSend" msgstr "インスタントセンド" -#: ../../docs/user/introduction/information.rst:801 +#: ../../docs/user/introduction/information.rst:808 msgid "" ":ref:`InstantSend ` technology uses the masternode network to " "\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" @@ -1606,11 +1622,11 @@ msgid "" "after only a few seconds." msgstr "" -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:813 msgid "Liquidity" msgstr "" -#: ../../docs/user/introduction/information.rst:808 +#: ../../docs/user/introduction/information.rst:815 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" @@ -1618,11 +1634,11 @@ msgid "" "volatility, and the inability to easily determine the value of an asset." msgstr "" -#: ../../docs/user/introduction/information.rst:813 +#: ../../docs/user/introduction/information.rst:820 msgid "LLMQ" msgstr "" -#: ../../docs/user/introduction/information.rst:815 +#: ../../docs/user/introduction/information.rst:822 msgid "" "Defined in `DIP6 " "`__, A Long- Living" @@ -1634,28 +1650,28 @@ msgid "" " perform threshold signing of consensus related messages." msgstr "" -#: ../../docs/user/introduction/information.rst:824 +#: ../../docs/user/introduction/information.rst:831 msgid "Masternode" msgstr "" -#: ../../docs/user/introduction/information.rst:826 +#: ../../docs/user/introduction/information.rst:833 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:830 +#: ../../docs/user/introduction/information.rst:837 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:832 +#: ../../docs/user/introduction/information.rst:839 msgid "Mining" msgstr "" -#: ../../docs/user/introduction/information.rst:834 +#: ../../docs/user/introduction/information.rst:841 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 " @@ -1663,19 +1679,19 @@ msgid "" ":ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:838 +#: ../../docs/user/introduction/information.rst:845 msgid "Mobile Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:840 +#: ../../docs/user/introduction/information.rst:847 msgid "These are wallets available on mobile devices (iOS + Android)." msgstr "" -#: ../../docs/user/introduction/information.rst:841 +#: ../../docs/user/introduction/information.rst:848 msgid "MultiSig" msgstr "" -#: ../../docs/user/introduction/information.rst:843 +#: ../../docs/user/introduction/information.rst:850 msgid "" "Multi-signature addresses provide additional security by requiring multiple " "people to sign a transaction with their private key before the transaction " @@ -1686,22 +1702,22 @@ msgid "" "since it makes theft much more difficult." msgstr "" -#: ../../docs/user/introduction/information.rst:851 +#: ../../docs/user/introduction/information.rst:858 msgid "Node" msgstr "" -#: ../../docs/user/introduction/information.rst:853 +#: ../../docs/user/introduction/information.rst:860 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:856 +#: ../../docs/user/introduction/information.rst:863 msgid "OTC" msgstr "" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:865 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 " @@ -1710,11 +1726,11 @@ msgid "" " order will move the price (called \"slippage\")." msgstr "" -#: ../../docs/user/introduction/information.rst:863 +#: ../../docs/user/introduction/information.rst:870 msgid "P2P" msgstr "" -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:872 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two " "parties in a highly interconnected network. An alternative system to a 'hub-" @@ -1722,22 +1738,22 @@ msgid "" " each other through a single mediation point." msgstr "" -#: ../../docs/user/introduction/information.rst:869 +#: ../../docs/user/introduction/information.rst:876 msgid "Paper Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:871 +#: ../../docs/user/introduction/information.rst:878 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:874 +#: ../../docs/user/introduction/information.rst:881 msgid "Privacy" msgstr "" -#: ../../docs/user/introduction/information.rst:876 +#: ../../docs/user/introduction/information.rst:883 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about themselves, " @@ -1750,11 +1766,11 @@ msgid "" "includes CoinJoin, which allows users to maintain financial privacy." msgstr "" -#: ../../docs/user/introduction/information.rst:886 +#: ../../docs/user/introduction/information.rst:893 msgid "Private Key" msgstr "" -#: ../../docs/user/introduction/information.rst:888 +#: ../../docs/user/introduction/information.rst:895 msgid "" "A `private key `_ is" " a long alphanumeric passcode that allows Dash to be spent. Every Dash " @@ -1765,22 +1781,22 @@ msgid "" "secret." msgstr "" -#: ../../docs/user/introduction/information.rst:895 +#: ../../docs/user/introduction/information.rst:902 msgid "PrivateSend" msgstr "プライベートセンド" -#: ../../docs/user/introduction/information.rst:897 +#: ../../docs/user/introduction/information.rst:904 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:900 +#: ../../docs/user/introduction/information.rst:907 msgid "Proof of Service - PoSe" msgstr "" -#: ../../docs/user/introduction/information.rst:902 +#: ../../docs/user/introduction/information.rst:909 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided " "uninterrupted service meeting a minimum quality level to the network. " @@ -1788,11 +1804,11 @@ msgid "" "the global list and eventually into the selection pool to receive payment." msgstr "" -#: ../../docs/user/introduction/information.rst:908 +#: ../../docs/user/introduction/information.rst:915 msgid "Proof of Stake - PoS" msgstr "" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:917 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 " @@ -1806,11 +1822,11 @@ msgid "" "and the attacker's chain." msgstr "" -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:928 msgid "Proof of Work - PoW" msgstr "" -#: ../../docs/user/introduction/information.rst:923 +#: ../../docs/user/introduction/information.rst:930 msgid "" "Consensus mechanism that keeps all nodes honest by requiring computational " "power to be expended in order to create new blocks. Miners must use " @@ -1819,11 +1835,11 @@ msgid "" " chain and the network's nodes would never agree on which chain was valid." msgstr "" -#: ../../docs/user/introduction/information.rst:929 +#: ../../docs/user/introduction/information.rst:936 msgid "Public Key" msgstr "" -#: ../../docs/user/introduction/information.rst:931 +#: ../../docs/user/introduction/information.rst:938 msgid "" "The `public key `_ " "is derived from the private key but is not secret and can be revealed to " @@ -1831,11 +1847,11 @@ msgid "" " to verify that the signature is valid." msgstr "" -#: ../../docs/user/introduction/information.rst:936 +#: ../../docs/user/introduction/information.rst:943 msgid "Pump and dump" msgstr "" -#: ../../docs/user/introduction/information.rst:938 +#: ../../docs/user/introduction/information.rst:945 msgid "" "Inflating the value of a financial asset that has been produced or acquired " "cheaply, often using aggressive publicity and misleading statements. The " @@ -1845,21 +1861,21 @@ msgid "" "common in markets with low liquidity, such as some altcoins." msgstr "" -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:952 msgid "Quorum" msgstr "" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:954 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:949 +#: ../../docs/user/introduction/information.rst:956 msgid "QR Code" msgstr "" -#: ../../docs/user/introduction/information.rst:951 +#: ../../docs/user/introduction/information.rst:958 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -1867,33 +1883,33 @@ msgid "" "encode Dash addresses." msgstr "" -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:962 msgid "Satoshi Nakamoto" msgstr "" -#: ../../docs/user/introduction/information.rst:957 +#: ../../docs/user/introduction/information.rst:964 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:960 +#: ../../docs/user/introduction/information.rst:967 msgid "SDK" msgstr "" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:969 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:965 +#: ../../docs/user/introduction/information.rst:972 msgid "Signaling" msgstr "" -#: ../../docs/user/introduction/information.rst:967 +#: ../../docs/user/introduction/information.rst:974 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 " @@ -1902,22 +1918,22 @@ msgid "" "protocol and/or by setting a specific version bit within discovered blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:972 +#: ../../docs/user/introduction/information.rst:979 msgid "State View" msgstr "" -#: ../../docs/user/introduction/information.rst:974 +#: ../../docs/user/introduction/information.rst:981 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:977 +#: ../../docs/user/introduction/information.rst:984 msgid "Spork" msgstr "" -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:986 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -1934,29 +1950,29 @@ msgid "" " or client update." msgstr "" -#: ../../docs/user/introduction/information.rst:993 +#: ../../docs/user/introduction/information.rst:1000 msgid "Tainted Coins" msgstr "" -#: ../../docs/user/introduction/information.rst:995 +#: ../../docs/user/introduction/information.rst:1002 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:997 +#: ../../docs/user/introduction/information.rst:1004 msgid "tDash" msgstr "" -#: ../../docs/user/introduction/information.rst:999 +#: ../../docs/user/introduction/information.rst:1006 msgid "Test Dash, used on :ref:`testnet `." msgstr "" -#: ../../docs/user/introduction/information.rst:1000 +#: ../../docs/user/introduction/information.rst:1007 msgid "Testnet" msgstr "" -#: ../../docs/user/introduction/information.rst:1002 +#: ../../docs/user/introduction/information.rst:1009 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and test " @@ -1964,21 +1980,21 @@ msgid "" "errors or forks are not harmful." msgstr "" -#: ../../docs/user/introduction/information.rst:1006 +#: ../../docs/user/introduction/information.rst:1013 msgid "Tor" msgstr "" -#: ../../docs/user/introduction/information.rst:1008 +#: ../../docs/user/introduction/information.rst:1015 msgid "" "An anonymous routing protocol used by people wanting to hide their identity " "online." msgstr "" -#: ../../docs/user/introduction/information.rst:1010 +#: ../../docs/user/introduction/information.rst:1017 msgid "Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:1012 +#: ../../docs/user/introduction/information.rst:1019 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions may" " be divided into classical and special transactions. Similar to Bitcoin, " @@ -1988,82 +2004,82 @@ msgid "" "used to manage blockchain users, for example." msgstr "" -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:1026 msgid "Transaction Block" msgstr "" -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:1028 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:1023 +#: ../../docs/user/introduction/information.rst:1030 msgid "Transaction Fee" msgstr "" -#: ../../docs/user/introduction/information.rst:1025 +#: ../../docs/user/introduction/information.rst:1032 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:1028 +#: ../../docs/user/introduction/information.rst:1035 msgid "Unconfirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1037 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:1033 +#: ../../docs/user/introduction/information.rst:1040 msgid "Vanity Address" msgstr "" -#: ../../docs/user/introduction/information.rst:1035 +#: ../../docs/user/introduction/information.rst:1042 msgid "A Dash address with a desirable pattern, such as a name." msgstr "" -#: ../../docs/user/introduction/information.rst:1036 +#: ../../docs/user/introduction/information.rst:1043 msgid "Virgin Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:1038 +#: ../../docs/user/introduction/information.rst:1045 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:1040 +#: ../../docs/user/introduction/information.rst:1047 msgid "Volatility" msgstr "" -#: ../../docs/user/introduction/information.rst:1042 +#: ../../docs/user/introduction/information.rst:1049 msgid "" "The measurement of price movements over time for a traded financial asset " "(including Dash)." msgstr "" -#: ../../docs/user/introduction/information.rst:1044 +#: ../../docs/user/introduction/information.rst:1051 msgid "Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:1046 +#: ../../docs/user/introduction/information.rst:1053 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:1049 +#: ../../docs/user/introduction/information.rst:1056 msgid "Whitepaper" msgstr "ホワイトペーパー" -#: ../../docs/user/introduction/information.rst:1051 +#: ../../docs/user/introduction/information.rst:1058 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a complex" @@ -2071,31 +2087,31 @@ msgid "" " to help readers understand an issue, solve a problem, or make a decision." msgstr "" -#: ../../docs/user/introduction/information.rst:1056 +#: ../../docs/user/introduction/information.rst:1063 msgid "X11" msgstr "" -#: ../../docs/user/introduction/information.rst:1058 +#: ../../docs/user/introduction/information.rst:1065 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash Core " "developer Evan Duffield." msgstr "" -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1067 msgid "Zero Confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1069 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:1064 +#: ../../docs/user/introduction/information.rst:1071 msgid "vin" msgstr "" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1073 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 " @@ -2103,11 +2119,11 @@ msgid "" "to work." msgstr "" -#: ../../docs/user/introduction/information.rst:1070 +#: ../../docs/user/introduction/information.rst:1077 msgid "VMN" msgstr "" -#: ../../docs/user/introduction/information.rst:1072 +#: ../../docs/user/introduction/information.rst:1079 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " diff --git a/locale/ja/LC_MESSAGES/docs/user/introduction/safety.po b/locale/ja/LC_MESSAGES/docs/user/introduction/safety.po index 54d3efc85..9759797de 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 284906e4a..32bb15580 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 1fb2f0fb2..2bdbefd6d 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/dashmate-upgrade-v1.po b/locale/ja/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po index 20a9e0d25..b8400ca78 100644 --- a/locale/ja/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po +++ b/locale/ja/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2024-08-29 14:40+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" @@ -46,22 +46,18 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:26 -msgid "Reset previous services to ensure compatibility with the new version::" -msgstr "" - -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:30 msgid "Update services::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:35 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:32 msgid "Start dashmate node" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:37 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:34 msgid "Start the node::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:41 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:38 msgid "" "Make sure the node works properly by running the following status commands::" msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/masternodes/hosting.po b/locale/ja/LC_MESSAGES/docs/user/masternodes/hosting.po index be56322ce..9a95bd7ba 100644 --- a/locale/ja/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/ja/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -66,295 +66,303 @@ msgid "Operated by: CrowdNode ApS" msgstr "" #: ../../docs/user/masternodes/hosting.rst:36 -#: ../../docs/user/masternodes/hosting.rst:90 -#: ../../docs/user/masternodes/hosting.rst:146 +#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:148 msgid "Services: Hosting, Shares" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:37 -msgid "Cost: 15% of masternode payments" +#: ../../docs/user/masternodes/hosting.rst:38 +msgid "Cost:" msgstr "" #: ../../docs/user/masternodes/hosting.rst:38 -msgid "`Site `__" +msgid "35% of trusted masternode/evonode payments" msgstr "" #: ../../docs/user/masternodes/hosting.rst:39 +msgid "20% of trustless masternode payments" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:40 +msgid "`Site `__" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:41 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:43 +#: ../../docs/user/masternodes/hosting.rst:45 msgid "Allnodes" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:50 +#: ../../docs/user/masternodes/hosting.rst:52 msgid "" "`https://www.allnodes.com " "`__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:52 +#: ../../docs/user/masternodes/hosting.rst:54 msgid "Operated by: Sephiroth" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:53 +#: ../../docs/user/masternodes/hosting.rst:55 msgid "Services: Monitoring, Hosting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:54 +#: ../../docs/user/masternodes/hosting.rst:56 msgid "Cost: from $4.50/month" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:55 +#: ../../docs/user/masternodes/hosting.rst:57 msgid "" "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:56 +#: ../../docs/user/masternodes/hosting.rst:58 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:57 +#: ../../docs/user/masternodes/hosting.rst:59 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:58 +#: ../../docs/user/masternodes/hosting.rst:60 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:59 +#: ../../docs/user/masternodes/hosting.rst:61 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:63 +#: ../../docs/user/masternodes/hosting.rst:65 msgid "SID Hosting Service" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:70 +#: ../../docs/user/masternodes/hosting.rst:72 msgid "https://dashmasternode.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:72 +#: ../../docs/user/masternodes/hosting.rst:74 msgid "Operated by: splawik21 (Dash Core team member)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:73 -#: ../../docs/user/masternodes/hosting.rst:160 +#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:162 msgid "Services: Hosting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:74 +#: ../../docs/user/masternodes/hosting.rst:76 msgid "Cost: €25/month, paid in Dash" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:77 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:76 +#: ../../docs/user/masternodes/hosting.rst:78 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:80 +#: ../../docs/user/masternodes/hosting.rst:82 msgid "Pool of Stake" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:87 +#: ../../docs/user/masternodes/hosting.rst:89 msgid "https://www.poolofstake.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:89 +#: ../../docs/user/masternodes/hosting.rst:91 msgid "Operated by: Pool of Stake OÜ" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:91 +#: ../../docs/user/masternodes/hosting.rst:93 msgid "15% of masternode payments (5% with tokens)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:94 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:93 +#: ../../docs/user/masternodes/hosting.rst:95 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:94 +#: ../../docs/user/masternodes/hosting.rst:96 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:95 +#: ../../docs/user/masternodes/hosting.rst:97 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:99 +#: ../../docs/user/masternodes/hosting.rst:101 msgid "Staked" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:106 +#: ../../docs/user/masternodes/hosting.rst:108 msgid "https://staked.us" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:108 +#: ../../docs/user/masternodes/hosting.rst:110 msgid "Operated by: Staked" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:109 +#: ../../docs/user/masternodes/hosting.rst:111 msgid "Services: Hosting, Reporting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:110 +#: ../../docs/user/masternodes/hosting.rst:112 msgid "Cost: 10% of rewards" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:111 +#: ../../docs/user/masternodes/hosting.rst:113 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:112 +#: ../../docs/user/masternodes/hosting.rst:114 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:116 +#: ../../docs/user/masternodes/hosting.rst:118 msgid "NodeHub.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:123 +#: ../../docs/user/masternodes/hosting.rst:125 msgid "https://nodehub.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:125 +#: ../../docs/user/masternodes/hosting.rst:127 msgid "Operated by: NodeHub LLC" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:126 +#: ../../docs/user/masternodes/hosting.rst:128 msgid "Services: Hosting, Governance, Stats, Monitoring" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:127 +#: ../../docs/user/masternodes/hosting.rst:129 msgid "Cost: $3.90/month (charged daily at $0.13)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:128 +#: ../../docs/user/masternodes/hosting.rst:130 msgid "" "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:129 +#: ../../docs/user/masternodes/hosting.rst:131 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:130 +#: ../../docs/user/masternodes/hosting.rst:132 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:131 +#: ../../docs/user/masternodes/hosting.rst:133 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:132 +#: ../../docs/user/masternodes/hosting.rst:134 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:136 +#: ../../docs/user/masternodes/hosting.rst:138 msgid "Gentarium" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:143 +#: ../../docs/user/masternodes/hosting.rst:145 msgid "https://mn.gtmcoin.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:145 +#: ../../docs/user/masternodes/hosting.rst:147 msgid "Operated by: Gentarium International OÜ" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:147 +#: ../../docs/user/masternodes/hosting.rst:149 msgid "Cost: $3.99/month (charged daily at $0.15)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:148 +#: ../../docs/user/masternodes/hosting.rst:150 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:149 +#: ../../docs/user/masternodes/hosting.rst:151 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:150 +#: ../../docs/user/masternodes/hosting.rst:152 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:151 +#: ../../docs/user/masternodes/hosting.rst:153 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:155 +#: ../../docs/user/masternodes/hosting.rst:157 msgid "Masternodehosting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:157 +#: ../../docs/user/masternodes/hosting.rst:159 msgid "https://masternodehosting.com" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:159 +#: ../../docs/user/masternodes/hosting.rst:161 msgid "Operated by: flare (Dash Core team member)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:161 +#: ../../docs/user/masternodes/hosting.rst:163 msgid "Cost: €18/month" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:162 +#: ../../docs/user/masternodes/hosting.rst:164 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:163 +#: ../../docs/user/masternodes/hosting.rst:165 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:164 +#: ../../docs/user/masternodes/hosting.rst:166 msgid "" "`Forum `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:170 +#: ../../docs/user/masternodes/hosting.rst:172 msgid "Registering a hosted masternode" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:172 +#: ../../docs/user/masternodes/hosting.rst:174 msgid "A list of available documentation appears below:" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:174 +#: ../../docs/user/masternodes/hosting.rst:176 msgid ":ref:`Full masternode setup guide `" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:175 +#: ../../docs/user/masternodes/hosting.rst:177 msgid "" ":ref:`Information for users of hosted masternodes ` (you are " "here)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:176 +#: ../../docs/user/masternodes/hosting.rst:178 msgid "" ":ref:`Information for operators of hosted masternodes `" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:178 +#: ../../docs/user/masternodes/hosting.rst:180 msgid "Registering a hosted masternode is done in several steps:" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:180 +#: ../../docs/user/masternodes/hosting.rst:182 msgid "" "Send 1000 DASH to an address you control in a single transaction and wait " "for 15 confirmations" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:182 +#: ../../docs/user/masternodes/hosting.rst:184 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 " @@ -362,13 +370,13 @@ msgid "" "will be set up before or after the registration transaction" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:187 +#: ../../docs/user/masternodes/hosting.rst:189 msgid "" "Prepare, sign and broadcast the registration transaction using Dash Core or " "DMT" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:190 +#: ../../docs/user/masternodes/hosting.rst:192 msgid "" "It is **highly recommended** to store the keys to your masternode collateral" " on a :ref:`hardware wallet ` for added security " @@ -380,11 +388,11 @@ msgid "" "beginning from the :ref:`registration step `." msgstr "" -#: ../../docs/user/masternodes/hosting.rst:204 +#: ../../docs/user/masternodes/hosting.rst:206 msgid "Operator transactions" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:206 +#: ../../docs/user/masternodes/hosting.rst:208 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 " @@ -398,7 +406,7 @@ msgid "" "update the service features and register the masternode." msgstr "" -#: ../../docs/user/masternodes/hosting.rst:218 +#: ../../docs/user/masternodes/hosting.rst:220 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 " diff --git a/locale/ja/LC_MESSAGES/docs/user/masternodes/index.po b/locale/ja/LC_MESSAGES/docs/user/masternodes/index.po index 5fb7eec7d..cedd39d7f 100644 --- a/locale/ja/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/ja/LC_MESSAGES/docs/user/masternodes/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/masternodes/server-config.po b/locale/ja/LC_MESSAGES/docs/user/masternodes/server-config.po index 93bbfa951..9572316be 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -72,7 +72,15 @@ msgid "" "ISPs allocate dynamic IP addresses to home users." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:41 +#: ../../docs/user/masternodes/server-config.rst:43 +msgid "" +"Disabling IPv6 is highly recommended to prevent communication issues that " +"have been observed when running nodes on some VPS providers. We recommend " +"turning it off through the VPS provider's setup wizard during initial server" +" creation." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:47 msgid "" "Before beginning, take a few minutes to review the masternode and evonode " ":hoverxref:`hardware requirements ` which may help you " @@ -87,66 +95,66 @@ msgid "" "on the following screen:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:56 +#: ../../docs/user/masternodes/server-config.rst:62 msgid "Vultr server location selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:58 +#: ../../docs/user/masternodes/server-config.rst:64 msgid "" "Select Ubuntu 24.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 "" -#: ../../docs/user/masternodes/server-config.rst:65 +#: ../../docs/user/masternodes/server-config.rst:71 msgid "Vultr server type selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:67 +#: ../../docs/user/masternodes/server-config.rst:73 msgid "" "Select a server size according to the hardware requirements for you " ":hoverxref:`masternode ` or :hoverxref:`evonode " "`:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:73 +#: ../../docs/user/masternodes/server-config.rst:79 msgid "Vultr server size selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:75 +#: ../../docs/user/masternodes/server-config.rst:81 msgid "" "Enter a hostname and label for your server. In this example we will use " "``dashmn1`` as the hostname." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:81 +#: ../../docs/user/masternodes/server-config.rst:87 msgid "Vultr server hostname & label selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:83 +#: ../../docs/user/masternodes/server-config.rst:89 msgid "" "Vultr will now install your server. This process may take a few minutes." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:88 +#: ../../docs/user/masternodes/server-config.rst:94 msgid "Vultr server installation screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:90 +#: ../../docs/user/masternodes/server-config.rst:96 msgid "" "Click **Manage** when installation is complete and take note of the IP " "address, username and password." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:96 +#: ../../docs/user/masternodes/server-config.rst:102 msgid "Vultr server management screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:101 +#: ../../docs/user/masternodes/server-config.rst:107 msgid "Set up your operating system" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:103 +#: ../../docs/user/masternodes/server-config.rst:109 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" @@ -157,11 +165,11 @@ msgid "" "and enter your password when prompted." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:114 +#: ../../docs/user/masternodes/server-config.rst:120 msgid "PuTTY download page" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:116 +#: ../../docs/user/masternodes/server-config.rst:122 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** " @@ -170,26 +178,26 @@ msgid "" "**Yes** to trust this server in the future." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:125 +#: ../../docs/user/masternodes/server-config.rst:131 msgid "PuTTY security alert when connecting to a new server" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:127 +#: ../../docs/user/masternodes/server-config.rst:133 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 "" -#: ../../docs/user/masternodes/server-config.rst:134 +#: ../../docs/user/masternodes/server-config.rst:140 msgid "Password challenge when connecting to your VPS for the first time" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:138 +#: ../../docs/user/masternodes/server-config.rst:144 msgid "Set up users" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:140 +#: ../../docs/user/masternodes/server-config.rst:146 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 " @@ -198,14 +206,14 @@ msgid "" "current cursor location::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:148 +#: ../../docs/user/masternodes/server-config.rst:154 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 "" -#: ../../docs/user/masternodes/server-config.rst:154 +#: ../../docs/user/masternodes/server-config.rst:160 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 " @@ -214,37 +222,73 @@ msgid "" "perform commands as root::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:164 +#: ../../docs/user/masternodes/server-config.rst:170 msgid "Update the system" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:166 +#: ../../docs/user/masternodes/server-config.rst:172 msgid "" "Now, while still as root, we will update the system from the Ubuntu package " "repository::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:172 +#: ../../docs/user/masternodes/server-config.rst:178 msgid "" "The system will show a list of upgradable packages. Press **Y** and " "**Enter** to install the packages." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:177 +#: ../../docs/user/masternodes/server-config.rst:182 +msgid "Disable IPv6" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:184 +msgid "" +"We recommend turning off IPv6 to avoid potential communication issues. If " +"you cannot do this through your VPS provider's server configuration " +"settings, use the following steps to disable it through the operating " +"system." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:188 +msgid "Check if IPv6 is enabled::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:192 +msgid "If multiple inet6 entries are returned, open sysctrl.conf::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:197 +msgid "" +"Add the following lines at the end of the file, then press **Ctrl + X** to " +"close the editor, then **Y** and **Enter** save the file.::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:204 +msgid "Load the changes::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:208 +msgid "" +"Finally, check if IPv6 was successfully disabled. No entries should be " +"returned when you run the command this time::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:214 msgid "Configure the firewall" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:179 +#: ../../docs/user/masternodes/server-config.rst:216 msgid "" "We will now install a firewall (and some other packages we will use later)::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:183 -#: ../../docs/user/masternodes/server-config.rst:225 +#: ../../docs/user/masternodes/server-config.rst:220 +#: ../../docs/user/masternodes/server-config.rst:259 msgid "(press **Y** and **Enter** to confirm)" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:185 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Choose the appropriate firewall configuration below based on which network " "and masternode type your masternode will support:" @@ -262,53 +306,53 @@ msgstr "" msgid "Testnet" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:229 +#: ../../docs/user/masternodes/server-config.rst:263 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:231 +#: ../../docs/user/masternodes/server-config.rst:265 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:240 +#: ../../docs/user/masternodes/server-config.rst:274 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:250 +#: ../../docs/user/masternodes/server-config.rst:284 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:252 +#: ../../docs/user/masternodes/server-config.rst:286 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:258 +#: ../../docs/user/masternodes/server-config.rst:292 msgid "Create a new configuration file::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:296 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:307 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:279 +#: ../../docs/user/masternodes/server-config.rst:313 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:283 +#: ../../docs/user/masternodes/server-config.rst:317 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -317,25 +361,25 @@ msgid "" "**Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:289 +#: ../../docs/user/masternodes/server-config.rst:323 msgid "" "Optionally install or update `AppArmor `_ (try this " "step if you are having problems related to AppArmor)::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:295 +#: ../../docs/user/masternodes/server-config.rst:329 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:297 +#: ../../docs/user/masternodes/server-config.rst:331 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:301 +#: ../../docs/user/masternodes/server-config.rst:335 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:305 +#: ../../docs/user/masternodes/server-config.rst:339 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a `public" 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 4ace7598b..5d19dedf8 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -354,7 +354,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:252 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -868,3 +868,21 @@ msgid "" "`_ are two options that " "accept cryptocurrency." msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:631 +msgid "" +"Please make sure that the certificate chain file contains your server " +"certificate at the top and intermediate/root certificates if present. If a " +"bundle file is present, you need to concatenate it with the certificate " +"file::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:637 +msgid "" +"Verify the validity of the private key and certificate chain by running " +"these commands::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:642 +msgid "The output of these two commands should be the same." +msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/mining/index.po b/locale/ja/LC_MESSAGES/docs/user/mining/index.po index e904cc2fd..5906d7855 100644 --- a/locale/ja/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/ja/LC_MESSAGES/docs/user/mining/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" @@ -38,55 +38,39 @@ msgid "" "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." +"algorithm>`, which the miner must solve in order to earn rewards. A number " +"of X11 ASICs are available on the market, which help make Dash secure " +"against brute force attacks on the blockchain." 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." -msgstr "" - -#: ../../docs/user/mining/index.rst:35 +#: ../../docs/user/mining/index.rst:20 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:" msgstr "" -#: ../../docs/user/mining/index.rst:39 +#: ../../docs/user/mining/index.rst:24 msgid "`Hashrate `_" msgstr "" -#: ../../docs/user/mining/index.rst:40 +#: ../../docs/user/mining/index.rst:25 msgid "" "`Mining difficulty `_" msgstr "" -#: ../../docs/user/mining/index.rst:41 +#: ../../docs/user/mining/index.rst:26 msgid "" "`Profitability calculation tool " "`_" msgstr "" -#: ../../docs/user/mining/index.rst:44 +#: ../../docs/user/mining/index.rst:29 msgid "Masternodes vs. Mining" msgstr "" -#: ../../docs/user/mining/index.rst:46 +#: ../../docs/user/mining/index.rst:31 msgid "" "Dash, like Bitcoin and most other cryptocurrencies, is based on a " "decentralized ledger of all transactions, known as a blockchain. This " @@ -99,20 +83,20 @@ msgid "" "miner is rewarded." msgstr "" -#: ../../docs/user/mining/index.rst:56 +#: ../../docs/user/mining/index.rst:41 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% " +"rewarded when miners discover new blocks. The breakdown is as follows: 80% " "of the block subsidy is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " +"distribution found :ref:`here `, while 20% is " "reserved for the budget system (created by superblocks every month)." msgstr "" -#: ../../docs/user/mining/index.rst:67 +#: ../../docs/user/mining/index.rst:52 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 " @@ -123,7 +107,7 @@ msgid "" "be added to the blockchain." msgstr "" -#: ../../docs/user/mining/index.rst:75 +#: ../../docs/user/mining/index.rst:60 msgid "" "In short, miners power the first tier, which is the basic sending and " "receiving of funds and prevention of doublespending. Masternodes power the " @@ -136,25 +120,19 @@ msgid "" "and stop receiving rewards." msgstr "" -#: ../../docs/user/mining/index.rst:87 +#: ../../docs/user/mining/index.rst:72 msgid "Mining Pools" msgstr "" -#: ../../docs/user/mining/index.rst:89 +#: ../../docs/user/mining/index.rst:74 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." +"power." msgstr "" -#: ../../docs/user/mining/index.rst:97 -msgid "http://www.p2poolmining.us/p2poolnodes/" -msgstr "" - -#: ../../docs/user/mining/index.rst:99 +#: ../../docs/user/mining/index.rst:79 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" @@ -164,435 +142,64 @@ msgid "" " be found :ref:`here `." msgstr "" -#: ../../docs/user/mining/index.rst:107 +#: ../../docs/user/mining/index.rst:87 msgid "https://coinfoundry.org" msgstr "" -#: ../../docs/user/mining/index.rst:108 +#: ../../docs/user/mining/index.rst:88 msgid "https://mining.luxor.tech" msgstr "" -#: ../../docs/user/mining/index.rst:109 -msgid "https://dash.suprnova.cc" -msgstr "" - -#: ../../docs/user/mining/index.rst:110 +#: ../../docs/user/mining/index.rst:89 msgid "https://www.nicehash.com" msgstr "" -#: ../../docs/user/mining/index.rst:111 -msgid "https://www.coinotron.com" -msgstr "" - -#: ../../docs/user/mining/index.rst:112 +#: ../../docs/user/mining/index.rst:90 msgid "https://dash.miningpoolhub.com" msgstr "" -#: ../../docs/user/mining/index.rst:113 +#: ../../docs/user/mining/index.rst:91 msgid "https://www.multipool.us" msgstr "" -#: ../../docs/user/mining/index.rst:114 +#: ../../docs/user/mining/index.rst:92 msgid "https://www.f2pool.com" msgstr "" -#: ../../docs/user/mining/index.rst:115 -msgid "https://www2.coinmine.pl/dash/" -msgstr "" - -#: ../../docs/user/mining/index.rst:116 +#: ../../docs/user/mining/index.rst:93 msgid "https://www.antpool.com" msgstr "" -#: ../../docs/user/mining/index.rst:117 -msgid "https://avalon-life.io" -msgstr "" - -#: ../../docs/user/mining/index.rst:118 -msgid "https://www.genesis-mining.com" -msgstr "" - -#: ../../docs/user/mining/index.rst:119 +#: ../../docs/user/mining/index.rst:94 msgid "https://www.viabtc.com" msgstr "" -#: ../../docs/user/mining/index.rst:120 +#: ../../docs/user/mining/index.rst:95 msgid "https://zpool.ca" msgstr "" -#: ../../docs/user/mining/index.rst:122 +#: ../../docs/user/mining/index.rst:97 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" +"exercise discretion when using third-party services. If you'd like to be " +"added to this list, please open an issue on the `GitHub repository " +"`_." msgstr "" -#: ../../docs/user/mining/index.rst:129 +#: ../../docs/user/mining/index.rst:104 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 " "`." msgstr "" -#: ../../docs/user/mining/index.rst:143 -msgid "CPU Mining" -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 "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:158 ../../docs/user/mining/index.rst:292 -msgid "`Crypto Mining Blog `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:159 ../../docs/user/mining/index.rst:293 -msgid "" -"`Dash Forum Mining Discussions " -"`_" -msgstr "" - -#: ../../docs/user/mining/index.rst:160 ../../docs/user/mining/index.rst:294 -msgid "" -"`Bitcoin Talk Altcoin Mining Discussions " -"`_" -msgstr "" - -#: ../../docs/user/mining/index.rst:163 ../../docs/user/mining/index.rst:297 -msgid "Mining software" -msgstr "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:168 -msgid "https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:178 -msgid "CPU-Z showing details for an Intel i7 Haswell CPU" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:185 -msgid "https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c" -msgstr "" - -#: ../../docs/user/mining/index.rst:186 -msgid "https://github.com/tpruvot/cpuminer-multi" -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 " -"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 "" - -#: ../../docs/user/mining/index.rst:198 -msgid "Executable CPU miners for Dash" -msgstr "" - -#: ../../docs/user/mining/index.rst:201 ../../docs/user/mining/index.rst:345 -msgid "Configuration" -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 "" - -#: ../../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::" -msgstr "" - -#: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 -msgid "Where:" -msgstr "" - -#: ../../docs/user/mining/index.rst:220 -msgid "minerd = the executable miner daemon file you choose to use" -msgstr "" - -#: ../../docs/user/mining/index.rst:221 -msgid "a = algorithm, which is X11 for Dash" -msgstr "" - -#: ../../docs/user/mining/index.rst:222 -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" -msgstr "" - -#: ../../docs/user/mining/index.rst:224 -msgid "p = password, can often be set to x" -msgstr "" - -#: ../../docs/user/mining/index.rst:225 -msgid "t = number of threads used" -msgstr "" - -#: ../../docs/user/mining/index.rst:226 -msgid "pause = keeps the window open in the case of errors" -msgstr "" - -#: ../../docs/user/mining/index.rst:228 -msgid "For the CPU in the example above, the command may be::" -msgstr "" - -#: ../../docs/user/mining/index.rst:236 -msgid "Notepad file showing an example command to start a CPU miner" -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." -msgstr "" - -#: ../../docs/user/mining/index.rst:243 ../../docs/user/mining/index.rst:392 -msgid "Testing" -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 "" - -#: ../../docs/user/mining/index.rst:257 -msgid "Example of CPU mining using DarkCoin CPUMiner 1.3 on Intel Core i7" -msgstr "" - -#: ../../docs/user/mining/index.rst:260 -msgid "Tips" -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." -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." -msgstr "" - -#: ../../docs/user/mining/index.rst:277 -msgid "GPU Mining" -msgstr "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:309 -msgid "" -"GPU-Z showing details for AMD Radeon Turks and NVIDIA Quadro GK104 class " -"GPUs" -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 "" - -#: ../../docs/user/mining/index.rst:318 -msgid "**AMD**" -msgstr "" - -#: ../../docs/user/mining/index.rst:320 -msgid "https://github.com/nicehash/sgminer/releases" -msgstr "" - -#: ../../docs/user/mining/index.rst:322 -msgid "**NVIDIA**" -msgstr "" - -#: ../../docs/user/mining/index.rst:324 -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)" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:335 -msgid "Executable GPU miners for Dash" -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." -msgstr "" - -#: ../../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" -msgstr "" - -#: ../../docs/user/mining/index.rst:373 -msgid "url = URL of your mining pool, including the protocol and port" -msgstr "" - -#: ../../docs/user/mining/index.rst:374 -msgid "" -"user = username, usually the Dash receiving address of your wallet or worker" -msgstr "" - -#: ../../docs/user/mining/index.rst:376 -msgid "pass = password, can often be set to x" -msgstr "" - -#: ../../docs/user/mining/index.rst:377 -msgid "" -"algorithm = hashing algorithm to use, in this case darkcoin (for historic " -"reasons) or darkcoin-mod" -msgstr "" - -#: ../../docs/user/mining/index.rst:380 -msgid "For the pool above, the configuration may be:" -msgstr "" - -#: ../../docs/user/mining/index.rst:385 -msgid "Configuration file for a Dash GPU miner" -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." -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." -msgstr "" - -#: ../../docs/user/mining/index.rst:403 -msgid "" -"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD Graphics " -"4600" -msgstr "" - -#: ../../docs/user/mining/index.rst:410 +#: ../../docs/user/mining/index.rst:120 msgid "ASIC Mining" msgstr "" -#: ../../docs/user/mining/index.rst:412 +#: ../../docs/user/mining/index.rst:122 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" @@ -600,431 +207,126 @@ msgid "" " than CPU or GPU miners, resulting in higher profit." msgstr "" -#: ../../docs/user/mining/index.rst:417 +#: ../../docs/user/mining/index.rst:127 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 `_." +"Forums `_." msgstr "" -#: ../../docs/user/mining/index.rst:424 +#: ../../docs/user/mining/index.rst:134 msgid "" "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 +#: ../../docs/user/mining/index.rst:138 msgid "Name" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Hash rate" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Power" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Weight" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Dimensions (mm)" msgstr "" -#: ../../docs/user/mining/index.rst:428 +#: ../../docs/user/mining/index.rst:138 msgid "Price" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "" "`Bitmain Antminer D5 " "`_" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "119 GH/s ±5%" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "1566 W" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "7.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "486 x 265 x 388" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "$1,180" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "`Spondoolies SPx36 `_" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "540 GH/s ±10%" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "4400 W" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "19.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "640 x 525 x 185" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "$7,000" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "" "`StrongU STU-U6 `_" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "420 GH/s ±8%" msgstr "" -#: ../../docs/user/mining/index.rst:434 ../../docs/user/mining/index.rst:478 +#: ../../docs/user/mining/index.rst:144 msgid "2100 W" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "8.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "370 x 135 x 208" msgstr "" -#: ../../docs/user/mining/index.rst:437 +#: ../../docs/user/mining/index.rst:147 msgid "ASIC resellers may also have miners available:" msgstr "" -#: ../../docs/user/mining/index.rst:439 +#: ../../docs/user/mining/index.rst:149 msgid "http://kaboomracks.com" msgstr "" -#: ../../docs/user/mining/index.rst:440 +#: ../../docs/user/mining/index.rst:150 msgid "https://brokerage.luxor.tech/dashboard" 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." -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "`Baikal BK-X `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "10 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "800 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "3.8 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "312 x 125 x 130" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "`Baikal Mini `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "150 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "40 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid ".475 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "140 x 100 x 95" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "`Baikal Giant+ A2000 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "2000 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "430 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 ../../docs/user/mining/index.rst:456 -msgid "3 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "300 x 140 x 125" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "`Baikal Giant A900 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "900 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "217 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "2.5 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "300 x 123 x 123" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "`Baikal Quad Cube `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "1200 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "300 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "135 x 135 x 425" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "" -"`Bitmain Antminer D3 " -"`_" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "17 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "970 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "6.5 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "320 x 130 x 190" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "`iBelink DM384M `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "384 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "715 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "21 kg" -msgstr "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:462 -msgid "`iBelink DM11G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 -msgid "11 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 ../../docs/user/mining/index.rst:464 -msgid "810 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 -msgid "22 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "`iBelink DM22G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "22 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "19 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "Pinidea DR-1" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "500 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "320 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 ../../docs/user/mining/index.rst:468 -#: ../../docs/user/mining/index.rst:470 -msgid "4.5 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "290 x 130 x 150" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 -msgid "Pinidea DR-2" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 -msgid "450 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 -msgid "335 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 ../../docs/user/mining/index.rst:470 -msgid "200 x 165 x 135" -msgstr "" - -#: ../../docs/user/mining/index.rst:470 -msgid "Pinidea DR-3" -msgstr "" - -#: ../../docs/user/mining/index.rst:470 -msgid "600 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:470 -msgid "345 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "Pinidea DU-1" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "9 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "7 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "50 x 50 x 30" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 -msgid "Pinidea DRX-Kuznetsov" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 -msgid "900 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 -msgid "650 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 ../../docs/user/mining/index.rst:476 -msgid "280 x 180 x 150" -msgstr "" - -#: ../../docs/user/mining/index.rst:476 -msgid "Pinidea DRX-Varyag" -msgstr "" - -#: ../../docs/user/mining/index.rst:476 -msgid "1200 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:476 -msgid "850 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "" -"`iBelink DM56G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "56 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "17 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "490 x 390 x 180" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "" -"`Innosilicon A5 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "32 GH/s ±8%" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "750 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "3.1 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "400 x 135 x 158" -msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/mining/pools.po b/locale/ja/LC_MESSAGES/docs/user/mining/pools.po index a0477cc87..93bf0fbf6 100644 --- a/locale/ja/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/ja/LC_MESSAGES/docs/user/mining/pools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/network/dash-evo-tool/index.po b/locale/ja/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po new file mode 100644 index 000000000..e376801ce --- /dev/null +++ b/locale/ja/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po @@ -0,0 +1,604 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2024, 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: 2024-11-26 15:54-0500\n" +"PO-Revision-Date: 2024-11-18 17:41+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/network/dash-evo-tool/index.rst-1 +msgid "Description of dash evo tool features and usage" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst-1 +msgid "dash, platform, evonode, masternodes, dash evo tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:9 +msgid "Dash Evo Tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:11 +msgid "" +"Dash Evo Tool is an application designed to help you vote on usernames, " +"withdraw evonode credits, and complete an expanding list of Platform " +"actions. This guide describes how to download, install, and use the Dash Evo" +" Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:18 +msgid "Installation" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:22 +msgid "" +"The Dash Evo Tool requires a Dash Core full node configured to allow RPC and" +" ZMQ access." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:24 +msgid "" +"Linux, MacOS, or Windows packages are available on the `GitHub releases page" +" `__. Download the" +" zip file for your Operating System, then unzip the downloaded file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:28 +msgid "" +"`Windows `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:29 +msgid "" +"`Mac (ARM m1-m4) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:30 +msgid "" +"`Mac (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:31 +msgid "" +"`Linux (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:32 +msgid "" +"`Linux (ARM) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:37 +msgid "Configuration" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:39 +msgid "Open the directory where the download was unzipped." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:40 +msgid "" +"Open the ``.env`` file (you may need to show hidden files to see it). For " +"the network you plan to connect to, make the following changes. Replace the " +"``*`` with the network name (MAINNET or TESTNET):" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:44 +msgid "" +"Update ``*_CORE_RPC_USER`` to match the ``rpcuser`` value from your Dash " +"Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:45 +msgid "" +"Update ``*_CORE_RPC_PASSWORD`` to match the ``rpcpassword`` value from your " +"Dash Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:47 +msgid "" +"If your dash.conf includes ``rpcallowip``, update ``*_CORE_HOST`` with that " +"IP address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:48 +msgid "" +"If your dash.conf includes ``rpcport``, update ``*_CORE_RPC_PORT`` with that" +" port." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:49 +msgid "" +"(*Optional*) If you are going to run Dash Core manually instead of launching" +" it via the Dash Evo Tool, you must enable ZMQ by adding the following lines" +" to your dash.conf file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Mainnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Testnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:72 +msgid "" +"The default location of the ``dash.conf`` file can be found in the " +":ref:`Dash Core documentation `. At a minimum, the following " +"values must be defined for RPC access to be enabled:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:82 +msgid "Updating the env file" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:84 +msgid "" +"When the application runs for the first time, it creates a application " +"directory and copies the ``.env`` file into it. It also stores application " +"data in the directory. Any further updates to the ``.env`` file must be made" +" to the copy in the application directory." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Operating System" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Configuration File Path" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "macOS" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "~/Library/Application Support/Dash-Evo-Tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "Windows" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "C:\\\\Users\\\\\\\\AppData\\\\Roaming\\\\Dash-Evo-Tool\\\\config" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "Linux" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "/home//.config/dash-evo-tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:99 +msgid "Running the application" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:101 +msgid "" +"Once the ``.env`` file is configured, launch the Dash Evo Tool by double-" +"clicking the file named ``dash-evo-tool``." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:104 +msgid "" +"Alternatively, you can launch the application directly from your terminal. " +"For example, on Linux, run::" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:112 +msgid "Network selection" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:114 +msgid "" +"The Dash Evo Tool supports both testnet and mainnet. To choose a network, " +"navigate to the Network Selection screen and click the checkbox in the " +"Select column for the desired network. Then click the **Start** button on " +"that row to launch Dash Core." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:122 +msgid "" +"You can also launch Dash Core manually without using the Dash Evo Tool. This" +" may be necessary if Dash Core is installed in a non-standard location. When" +" launching Dash Core manually, you must enable ZMQ as described in " +":hoverxref:`Configuration Step 3 `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:130 +msgid "Network selection screen with testnet selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:135 +msgid "Identity operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:140 +msgid "Load existing identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:142 +msgid "" +"On the main identity screen, click the **Load Identity** button on the upper" +" right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:149 +#: ../../docs/user/network/dash-evo-tool/index.rst:213 +msgid "Identity screen with no loaded identities" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:151 +msgid "" +"Some identity types require different information. Use the **Identity Type**" +" dropdown menu to select the type you want to add. In this example, an " +"evonode identity is being added." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:158 +msgid "Identity load screen for evonode" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:164 +msgid "" +"Your collateral key is **not** required. Do not enter it into the Dash Evo " +"Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:166 +msgid "" +"Add the Identity ID and Owner Private Key. You may also want to add the " +"Voting Private Key, but adding the Payout Address Private Key is **not** " +"recommended. For a masternode or evonode, use the protx hash as the Identity" +" ID." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:170 +msgid "" +"If you use the `Dash Masternode Tool `_, you can get the protx hash and private keys from the " +"masternode details screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:177 +msgid "Dash Masternode Tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:179 +msgid "" +"Click **Load Identity** once you have entered the required information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:185 +msgid "Identity load screen with evonode info filled out" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:187 +msgid "" +"Once the identity is loaded, you can view its balance and details about its " +"keys. For evonodes, you can also initiate :ref:`withdrawals `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:194 +#: ../../docs/user/network/dash-evo-tool/index.rst:270 +msgid "Identity screen with an evonode identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:199 +msgid "Create new identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:203 +msgid "" +"Before creating an identity, make sure you have :ref:`added a Dash Evo Tool " +"wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:206 +msgid "" +"On the main identity screen, click the **Create Identity** button on the " +"upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:215 +msgid "" +"On the create identity screen, leave the first two options set to the " +"default and select the funding method. Then, send the requested amount of " +"DASH to the provided address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:222 +msgid "Waiting for funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:224 +msgid "" +"The status will change from \"Waiting for funds\" to \"Waiting for Platform " +"acknowledgement\" once the funds have been received and the identity " +"registration process has started." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:231 +msgid "Waiting for Platform acknowledgement" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:233 +msgid "" +"Once the identity has been registered, you can choose to return to the " +"identity screen or proceed to :ref:`registering a name `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:240 +msgid "Identity creation success" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:247 +msgid "Identity screen with an identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:252 +msgid "Evonode withdrawals" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:256 +msgid "" +"Withdrawal requests enter a queue that is currently processed more slowly " +"than intended. Depending on the timing of the withdrawal request, it may " +"take up to 18 hours to complete." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:259 +msgid "" +"For security, there is also a limit on how much can be withdrawn from " +"Platform daily. If withdrawal requests hit the daily limit, they will remain" +" in the queue longer. For details, see this `DCG development update " +"`_." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:264 +msgid "" +"From the identity main screen, click the **Withdraw** button for an " +"identity." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:272 +msgid "" +"On the withdrawal screen, select the key to sign the withdrawal. Selecting " +"the owner key is recommended since this will direct the withdrawal to the " +"payout address. Next, set the amount to withdraw." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:278 +msgid "" +"The **Max** button currently has a bug and sets the withdrawal amount in " +"credits instead of DASH, so you will need to manually adjust the amount if " +"you use that button." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:281 +msgid "Click **Withdraw** after entering the information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:287 +msgid "Withdraw screen with key and amount selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:289 +msgid "" +"When the withdrawal confirmation screen opens, confirm that the amount and " +"destination address are correct. Click **Confirm** to request the " +"withdrawal." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:296 +msgid "Withdrawal confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:301 +msgid "Name operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:306 +msgid "Register name" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:308 +msgid "" +"After :ref:`creating an identity `, you can " +"register a name for it. From the main name screen, click the **Register " +"Name** button on the upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:315 +msgid "Name screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:317 +msgid "" +"First, select the identity to register a name for. This step will be " +"automatically done if you are registering a name as part of the identity " +"creation process." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:320 +msgid "" +"Next, enter the desired name. Notification will be provided if you selected " +"a contested name and the estimated cost will be displayed. Click **Register " +"Name** to complete the registration." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:327 +msgid "Name registration" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:329 +msgid "" +"Upon successful registration, you can see the name on the **My usernames** " +"screen along with any other names you have registered." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:336 +msgid "Name registered successfully" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:341 +msgid "Vote for names" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:343 +msgid "" +"The Voting screen displays a list of names that are currently require a " +"vote. Click the **Refresh** button to update the screen at any time." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:348 +msgid "" +"Voting can only be done by masternodes and evonodes, and each node can only " +"modify its vote four times. See the :ref:`load identity section ` for instructions on importing your keys." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:355 +msgid "Voting screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:357 +msgid "" +"To vote for a contestant, click on an entry in the Contestants column. You " +"can also vote to Lock the name or Abstain by clicking the value in those " +"columns. You will be prompted to load an evonode or masternode identity if " +"you have not already done so." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:361 +msgid "" +"After clicking one of the contestants, vote for that identity to receive the" +" name by clicking one of your specific identities on the Vote Confirmation " +"screen. Click **All** to vote with all your loaded identities " +"simultaneously." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:369 +msgid "Vote confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:371 +msgid "" +"See the `DPNS page " +"`_ for more voting details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:378 +msgid "Wallet operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:382 +msgid "" +"The Dash Evo Tool wallet features only work if your Dash Core node has a " +"single wallet open. **If you have multiple wallets open in Dash Core, close " +"all of them except the one used by the Dash Evo Tool.**" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:389 +msgid "Create wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:391 +msgid "" +"This tool includes a basic wallet feature to support identity registration. " +"Wallets can be added from the wallet screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:396 +msgid "" +"Since this tool adds watching-only addresses to Dash Core when creating " +"identities, it is recommended to close all existing Dash Core wallets and " +":ref:`create a new, empty wallet ` for the Dash Evo Tool. Also, make sure to :ref:`backup your Dash " +"Core wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:401 +msgid "Click **Add Wallet** to create a new wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:407 +msgid "Wallet screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:409 +msgid "" +"After creating extra randomness with the mouse, select your preferred " +"language and click **Generate** to display you passphrase. Write it down and" +" store it securely, then click the checkbox in step 3 to confirm." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:413 +msgid "" +"Next, enter a wallet name and optionally add a password before clicking " +"**Save Wallet** to store the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:420 +msgid "Wallet create screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:425 +msgid "Use wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:427 +msgid "Select your wallet using the dropdown box." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:433 +msgid "Select wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:438 +msgid "Funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:440 +msgid "" +"Several tabs display wallet details. The Funds tab shows your receiving " +"addresses. Click **Add Receiving Address** if you want to add additional " +"addresses to fund the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:447 +msgid "Wallet Funds tab" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:449 +msgid "" +"After adding addresses, they will appear in a table with balance and other " +"details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:455 +msgid "Wallet with address added" +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 38efc586c..e65908e32 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -96,7 +96,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:65 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -445,20 +445,390 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:362 msgid "" -"Once the new version is installed, reset the configuration and services " -"using ``--keep-data`` so the existing data is retained. Then, update the " -"dashmate services::" +"Once the new version of dashmate is installed, update dash service docker " +"images::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:368 +#: ../../docs/user/network/dashmate/index.rst:366 msgid "Finally, restart dashmate::" msgstr "" +#: ../../docs/user/network/dashmate/index.rst:371 +msgid "Troubleshooting" +msgstr "" + #: ../../docs/user/network/dashmate/index.rst:375 -msgid "Collecting logs" +msgid "" +"Only enable logs if you have :ref:`configured log rotation ` to avoid running out of disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:378 +msgid "" +"The following sections describe how to enable log rotation, set up file " +"logging for Core and Platform, adjust log levels, and collect the logs for " +"analysis." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:382 +msgid "Dashmate log overview" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:384 +msgid "" +"Dashmate logs for each service are stored within its Docker container. " +"Although this is typically sufficient, more advanced options are sometimes " +"needed to adjust the log level, output format, or destination. Several cases" +" include when you need to:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:388 +msgid "Modify the level of detail provided in the logs (e.g., debug vs info)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:389 +msgid "" +"Provide data to a log server (e.g., `Elasticsearch " +"`_)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:390 +msgid "Store persistent file logs external to the Docker containers" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:391 +msgid "Use log monitoring tools to track service health" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:393 +msgid "" +"For example, since the default dashmate logs are only stored in the Docker " +"containers, they are lost if the container is removed for some reason (new " +"Docker image, dashmate reset, failure, etc.). Therefore, you may want to " +"store persistent log files external to Docker while troubleshooting an issue" +" to ensure valuable log data cannot be lost." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:401 +msgid "Set up log rotation" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:403 +msgid "" +"By default, dashmate logs are not written to the docker host file system. At" +" times you may want to write them to the host file system. Before enabling " +"logging, it is important to configure log rotation to avoid running out of " +"disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:407 +msgid "Create a new logrotate configuration file for dashmate logs:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:413 +msgid "" +"Paste in the following configuration and replace the example path one that " +"matches your system. This example configuration rotates logs daily and " +"retains seven historical files for each log file type. Historical files are " +"each limited to 1GB." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:430 +msgid "" +"Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:434 +msgid "" +"For additional log rotation details, see `this configuration tutorial " +"`_ or check out the `logrotate man pages " +"`_." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:442 +msgid "Configure Core logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:445 +msgid "Enable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:447 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Core logs on" +" the host file system. Replace the example path with one that matches your " +"system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:457 +msgid "Toggle debug logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:459 +msgid "" +"To enable debug logging for additional details, run the following command. " +"Debug logs can be turned off by setting the value back to ``false``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:0 +msgid "Advanced debug logging" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:468 +msgid "" +"Dashmate supports some advanced debug log options provided by Dash Core. The" +" following boolean ``core.log.debug`` settings correspond directly to the " +"parameters described in the `Core documentation " +"`_: ``ips``, " +"``sourceLocations``, ``threadNames``, and ``timeMicros``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:474 +msgid "**Dashmate Debug Log Options**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +msgid "**Setting**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Description**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "``ips``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "Logs the IP addresses of incoming and outgoing connections" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "``sourceLocations``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "" +"Logs the source locations (file and line number) for debugging information" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "``threadNames``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "Logs the names of the threads used for various operations" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "``timeMicros``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "" +"Logs timestamps with microsecond precision for detailed performance analysis" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Filter Option**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "``includeOnly``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "" +"Log only the specified categories (e.g., ``[\"net\", \"rpc\"]``). If empty, " +"all categories will be logged" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "``exclude``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "" +"Excludes specified categories from logging (e.g., ``[\"rpc\", " +"\"instantsend\"]``)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:505 +msgid "View current log settings" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:507 +msgid "To view the current Core log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:514 +msgid "Disable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:516 +msgid "" +"To disable logging to a file outside the container, reset the log path to " +"``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:525 +msgid "Configure Platform logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:527 +msgid "" +"For troubleshooting flexibility, dashmate provides independent log " +"configuration for the Platform Gateway, Drive ABCI, and Tenderdash. Each " +"service can be configured with the most helpful log level and output format." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:534 +msgid "Gateway logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:536 +msgid "" +"The Platform gateway has two types of logs: service logs and access logs. " +"Service logs are directed to stdout, while access logs can be configured to " +"go to stdout, stderr, or to a file. If all logs are directed to stdout, the " +"output will be a mixture of service and access data." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:540 +#: ../../docs/user/network/dashmate/index.rst:604 +#: ../../docs/user/network/dashmate/index.rst:671 +msgid "**Enable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:542 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"gateway access logs on the host file system. The example below adds file " +"logging while also keeping the default stdout logging. Replace the example " +"path with one that matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:562 +#: ../../docs/user/network/dashmate/index.rst:626 +#: ../../docs/user/network/dashmate/index.rst:680 +msgid "**Disable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:564 +msgid "" +"To disable logging to a file, remove the file config from the accessLogs " +"setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:576 +#: ../../docs/user/network/dashmate/index.rst:641 +#: ../../docs/user/network/dashmate/index.rst:688 +msgid "**Change log level**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:578 +msgid "" +"Platform gateway service logs support several levels of detail. In " +"increasing order of detail they are: ``critical``, ``error``, ``warn``, " +"``info`` (default), ``debug``, and ``trace``. To disable service logs, set " +"the log level to ``off``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:582 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.gateway.log.level`` value. For example, run these commands to " +"change the gateway service log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:591 +#: ../../docs/user/network/dashmate/index.rst:658 +#: ../../docs/user/network/dashmate/index.rst:704 +msgid "**View log settings**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:593 +#: ../../docs/user/network/dashmate/index.rst:660 +msgid "To view the current Platform gateway log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:602 +msgid "Drive ABCI logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:606 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"ABCI logs on the host file system. Replace the example path with one that " +"matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:628 +msgid "" +"To disable logging to a file, remove the file config from the logs setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:643 +msgid "" +"Drive ABCI logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:648 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log levels for file logging and stdout logging to debug on " +"your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:669 +msgid "Tenderdash logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:673 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Tenderdash " +"logs on the host file system. Replace the example path with one that matches" +" your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:682 +msgid "To disable logging to a file, set the path back to ``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:690 +msgid "" +"Tenderdash logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:377 +#: ../../docs/user/network/dashmate/index.rst:695 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:706 +msgid "To view the current Tenderdash log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:715 +msgid "Collect logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:717 msgid "" "Dashmate includes the doctor command to make troubleshooting and log " "reporting easier. The dashmate doctor command collects important debugging " @@ -466,56 +836,83 @@ msgid "" "sent to the support team if necessary. This report includes:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:381 +#: ../../docs/user/network/dashmate/index.rst:721 msgid "" "**Operating System**: Details about the architecture, CPU, memory, and swap" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:382 +#: ../../docs/user/network/dashmate/index.rst:722 msgid "" "**Docker**: Status and logs (exit codes, stdout, stderr) for each service" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:383 +#: ../../docs/user/network/dashmate/index.rst:723 msgid "" "**Core RPC**: Essential details like the best ChainLock, quorums, blockchain" " information, peers, and masternode status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:384 +#: ../../docs/user/network/dashmate/index.rst:724 msgid "" "**Tenderdash RPC**: Status, genesis, network information, ABCI details, and " "a consensus state dump" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:385 +#: ../../docs/user/network/dashmate/index.rst:725 msgid "" "**Metrics**: Tenderdash and Drive metrics (if enabled in the configuration)" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:387 +#: ../../docs/user/network/dashmate/index.rst:727 msgid "To create a report, run ``dashmate doctor`` and select **Yes**::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:395 +#: ../../docs/user/network/dashmate/index.rst:735 msgid "Run the doctor command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:397 +#: ../../docs/user/network/dashmate/index.rst:737 msgid "" "Upon successful completion, the full path to the report archive is " "displayed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:403 +#: ../../docs/user/network/dashmate/index.rst:743 msgid "Doctor output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:406 +#: ../../docs/user/network/dashmate/index.rst:748 +msgid "Metrics" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:750 +msgid "" +"To provide better network visibility to DCG developers for troubleshooting, " +"volunteers can contribute metrics to the DCG metrics server." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:753 +msgid "Enable metrics on your dashmate node" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:776 +msgid "" +"Grant access to metrics from the DCG metrics server (34.219.3.238) by " +"updating your network configuration (i.e., your firewall, AWS security " +"groups, etc.)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:779 +msgid "" +"Provide DCG with your IP address and port so it can be added to the DCG " +"Prometheus server" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:782 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:408 +#: ../../docs/user/network/dashmate/index.rst:784 msgid "" "For further documentation see the `dashmate repository " "`__." 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 8e72112dc..08b3cc076 100644 --- a/locale/ja/LC_MESSAGES/docs/user/network/electrumx-server.po +++ b/locale/ja/LC_MESSAGES/docs/user/network/electrumx-server.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/advanced-functions.po b/locale/ja/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index e614b3173..3edc5906d 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/getting-started.po b/locale/ja/LC_MESSAGES/docs/user/wallets/android/getting-started.po index 5c744f490..9ffc0a8ed 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/index.po b/locale/ja/LC_MESSAGES/docs/user/wallets/android/index.po index 14ccff945..e0df328b6 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/android/index.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/android/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/installation.po b/locale/ja/LC_MESSAGES/docs/user/wallets/android/installation.po index 1bb7091f8..aab2440d8 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/android/installation.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/android/installation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/advanced.po b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index f04f0debd..e0c811abd 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/backup.po b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index 56622b189..2f800e0a1 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/backup.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/backup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/cmd-rpc.po b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po index 4b9277119..3a27f7efc 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/coinjoin-instantsend.po b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po index e5806270c..ce9526a35 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Leon White , 2022\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" 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 0158a24fd..f8cc0b2ca 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/index.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Leon White , 2022\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\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 88295a6aa..8bb8bdfee 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" @@ -141,7 +141,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:92 msgid "" -"This will create a folder named ``dashcore-21.1.0`` in the current working " +"This will create a folder named ``dashcore-21.1.1`` in the current working " "directory. We will now install the executable binaries to ``/usr/local/bin``" " using the ``install`` command::" 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 7864a398c..d73cc7434 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" @@ -138,20 +138,17 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:94 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-" +" **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." +"downloaded from the internet. Simply click **Open** to continue launching " +"the application." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:109 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:103 msgid "Unblocking macOS from running Dash Core" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:111 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:105 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 " @@ -159,37 +156,37 @@ msgid "" "recommended to use the default data folder if possible." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:119 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:113 msgid "Choosing the Dash Core data folder" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:121 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:115 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." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:128 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:122 msgid "Starting Dash Core" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:131 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:125 msgid "Synchronizing Dash Core to the Dash network" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:133 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:127 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 "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:140 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:134 msgid "Dash Core begins synchronizing with the Dash network" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:142 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:136 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 " @@ -198,23 +195,23 @@ msgid "" "complete, you will see a small blue tick in the lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:151 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:145 msgid "Dash Core synchronization is complete" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:153 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:147 msgid "You can now create a wallet to send and receive funds." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:152 msgid "Creating your Dash Wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 msgid "HD wallets are now created by default." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:158 msgid "" "If no wallet files are loaded, you will get this prompt in the Overview tab." " To create a wallet, click the **Create a new wallet** button or click " @@ -223,7 +220,7 @@ msgid "" "wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:171 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:167 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 " @@ -231,49 +228,49 @@ msgid "" "encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:179 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 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:184 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:211 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Enter a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:191 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:216 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:187 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:212 msgid "Confirm you want to encrypt your wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:189 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:197 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 msgid "Encrypting your Dash wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:199 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 msgid "To encrypt your wallet, click **Settings** > **Encrypt Wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:204 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 msgid "Encrypting the Dash wallet with a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:206 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 msgid "You will be asked to enter and verify a password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:218 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:214 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 " @@ -281,10 +278,10 @@ msgid "" " lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:226 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:222 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:228 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:224 msgid "You can now begin to use your wallet to safely send and receive funds." 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 8a294355a..37568513f 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" @@ -114,7 +114,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-21.1.0-win64-setup.exe.asc`` in the same folder as the downloaded" +"``dashcore-21.1.1-win64-setup.exe.asc`` in the same folder as the downloaded" " installer." msgstr "" @@ -125,7 +125,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-21.1.0-win64-setup.exe with dashcore-21.1.0-win64-setup.exe.asc`` " +"dashcore-21.1.1-win64-setup.exe with dashcore-21.1.1-win64-setup.exe.asc`` " "then you have an authentic copy of Dash Core for Windows." 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 2fcce4eb5..18745c5e1 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/interface.po b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index fdeead3c0..8291df3ce 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/interface.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/interface.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/send-receive.po b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po index 2e9ec1b4e..aa1daa236 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/advanced.po b/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index 0ede561fd..b3e7aefd8 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/advanced.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/advanced.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Leon White , 2022\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" 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 0eabcac4f..5e897917d 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/faq.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/faq.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/index.po b/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/index.po index 1a73d992a..8dd52a2f4 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/index.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/installation.po b/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/installation.po index b7122a529..4f0d5d30e 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/installation.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/installation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/security.po b/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/security.po index 3939df633..ba543466d 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/security.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/security.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/send-receive.po b/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index 3833af034..46ad067d1 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/hardware.po b/locale/ja/LC_MESSAGES/docs/user/wallets/hardware.po index 6db19b51b..409139199 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/hardware.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-hardware.po b/locale/ja/LC_MESSAGES/docs/user/wallets/index-hardware.po index 75a57f3df..954e11768 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/index-hardware.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/index-hardware.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-paper.po b/locale/ja/LC_MESSAGES/docs/user/wallets/index-paper.po index dcdf82953..c02b80024 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/index-paper.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/index-paper.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-third-party.po b/locale/ja/LC_MESSAGES/docs/user/wallets/index-third-party.po index 9d6212a44..b23bb7404 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-web.po b/locale/ja/LC_MESSAGES/docs/user/wallets/index-web.po index 5a3b952e2..1c50e5037 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/index-web.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/index-web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index.po b/locale/ja/LC_MESSAGES/docs/user/wallets/index.po index 09104d23c..35ee9fd44 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/ios/advanced-functions.po b/locale/ja/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 07eec06e4..fd7aefc09 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/getting-started.po b/locale/ja/LC_MESSAGES/docs/user/wallets/ios/getting-started.po index f6281df1c..e89832734 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/index.po b/locale/ja/LC_MESSAGES/docs/user/wallets/ios/index.po index 4abfe0f56..aebb2705b 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/ios/index.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/ios/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/installation.po b/locale/ja/LC_MESSAGES/docs/user/wallets/ios/installation.po index d7baf00a3..aa7c5137b 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/ios/installation.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/ios/installation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/paper.po b/locale/ja/LC_MESSAGES/docs/user/wallets/paper.po index 5ab11dd4b..2437d4287 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/paper.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/recovery.po b/locale/ja/LC_MESSAGES/docs/user/wallets/recovery.po index 1fa9fb0c4..d675e4cb6 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/recovery.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/signing.po b/locale/ja/LC_MESSAGES/docs/user/wallets/signing.po index b4bd558ac..5d2e79fa1 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/signing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/third-party.po b/locale/ja/LC_MESSAGES/docs/user/wallets/third-party.po index 64cb6319e..d672a2935 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/web.po b/locale/ja/LC_MESSAGES/docs/user/wallets/web.po index dff8b5bf5..7ca52e4a5 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/index.po b/locale/ja/LC_MESSAGES/index.po index e69785c7a..6a3843717 100644 --- a/locale/ja/LC_MESSAGES/index.po +++ b/locale/ja/LC_MESSAGES/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: Samurai Tomizo, 2018\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" diff --git a/locale/ko/LC_MESSAGES/docs/user/developers/compiling.po b/locale/ko/LC_MESSAGES/docs/user/developers/compiling.po index c958d3227..53720a583 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -122,78 +122,86 @@ msgstr "" msgid "" "It is only necessary to run this step during the initial setup of your " "machine. Run the guix install routine to prepare your environment and answer" -" \"Y\" for all prompts::" +" \"Y\" for all prompts:" msgstr "" -#: ../../docs/user/developers/compiling.rst:88 +#: ../../docs/user/developers/compiling.rst:0 +msgid "Ubuntu/Debian install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst:0 +msgid "General install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst:99 msgid "Clone repositories" msgstr "" -#: ../../docs/user/developers/compiling.rst:90 +#: ../../docs/user/developers/compiling.rst:101 msgid "" "After installing the prerequisites and preparing guix, reboot the system, " "login as ````, and clone required repositories::" msgstr "" -#: ../../docs/user/developers/compiling.rst:97 +#: ../../docs/user/developers/compiling.rst:108 msgid "Download the macOS SDK which is required to create macOS builds::" msgstr "" -#: ../../docs/user/developers/compiling.rst:104 +#: ../../docs/user/developers/compiling.rst:115 msgid "Build Dash Core" msgstr "" -#: ../../docs/user/developers/compiling.rst:106 +#: ../../docs/user/developers/compiling.rst:117 msgid "" "Checkout the tag associated with the Dash Core version you plan to build::" msgstr "" -#: ../../docs/user/developers/compiling.rst:113 +#: ../../docs/user/developers/compiling.rst:124 msgid "Run ``guix-build`` to create binaries for Linux, Mac, and Windows::" msgstr "" -#: ../../docs/user/developers/compiling.rst:118 +#: ../../docs/user/developers/compiling.rst:129 msgid "" "When the build completes, it will put the binaries in the ``guix-" "build-/output/`` directory." msgstr "" -#: ../../docs/user/developers/compiling.rst:122 +#: ../../docs/user/developers/compiling.rst:133 msgid "Create signatures for binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:124 +#: ../../docs/user/developers/compiling.rst:135 msgid "" "Mac and Windows binaries are signed by Dash Core Group using the relevant " "Apple and Microsoft processes. In this step, that information will be " "validated and signed by your machine." msgstr "" -#: ../../docs/user/developers/compiling.rst:128 +#: ../../docs/user/developers/compiling.rst:139 msgid "" "Prepare the `detached sigs repository `__::" msgstr "" -#: ../../docs/user/developers/compiling.rst:137 +#: ../../docs/user/developers/compiling.rst:148 msgid "" "Prepare the `guix.sigs repository `__ " "by pulling the latest changes::" msgstr "" -#: ../../docs/user/developers/compiling.rst:144 +#: ../../docs/user/developers/compiling.rst:155 msgid "Create a new branch for the version that was built::" msgstr "" -#: ../../docs/user/developers/compiling.rst:152 +#: ../../docs/user/developers/compiling.rst:163 msgid "Unsigned binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:154 +#: ../../docs/user/developers/compiling.rst:165 msgid "To create signatures for the unsigned binaries, run ``guix-attest``::" msgstr "" -#: ../../docs/user/developers/compiling.rst:162 +#: ../../docs/user/developers/compiling.rst:173 msgid "" "The ``signer`` parameter should be set to the value provided for \"Real " "name\" when generating a key with GPG. See the `GnuPrivacyGuard Howto " @@ -201,38 +209,38 @@ msgid "" " for details on how to generate a key if you don't already have one." msgstr "" -#: ../../docs/user/developers/compiling.rst:168 +#: ../../docs/user/developers/compiling.rst:179 msgid "Signed binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:170 +#: ../../docs/user/developers/compiling.rst:181 msgid "" "To create signatures for the signed binaries, run ``guix-codesign`` followed" " by guix-attest::" msgstr "" -#: ../../docs/user/developers/compiling.rst:182 +#: ../../docs/user/developers/compiling.rst:193 msgid "Upload signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:184 +#: ../../docs/user/developers/compiling.rst:195 msgid "" "After successfully building the binaries, signing them, and verifying the " "signatures, you can optionally contribute them to the `guix.sigs repository " "`_ via a pull request on GitHub." msgstr "" -#: ../../docs/user/developers/compiling.rst:189 +#: ../../docs/user/developers/compiling.rst:200 msgid "Initial setup" msgstr "" -#: ../../docs/user/developers/compiling.rst:191 +#: ../../docs/user/developers/compiling.rst:202 msgid "" "Since the official guix.sigs repository has restricted write access, create " "a fork of it via GitHub and add your fork as a remote repository::" msgstr "" -#: ../../docs/user/developers/compiling.rst:197 +#: ../../docs/user/developers/compiling.rst:208 msgid "" "The first time you contribute signatures, also put a copy of your public key" " in the ``builder-keys`` folder of the repository so others can easily " @@ -240,21 +248,21 @@ msgid "" "following command::" msgstr "" -#: ../../docs/user/developers/compiling.rst:207 +#: ../../docs/user/developers/compiling.rst:218 msgid "Adding your signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:209 +#: ../../docs/user/developers/compiling.rst:220 msgid "" "Add and commit the ``*.SHA256SUMS`` and ``*.SHA256SUMS.asc`` files created " "by the build process::" msgstr "" -#: ../../docs/user/developers/compiling.rst:220 +#: ../../docs/user/developers/compiling.rst:231 msgid "Push to your fork of the guix.sigs repository on GitHub::" msgstr "" -#: ../../docs/user/developers/compiling.rst:225 +#: ../../docs/user/developers/compiling.rst:236 msgid "" "Go to `GitHub `__ and open a " "pull request to the ``master`` branch of the upstream repository. The pull " @@ -262,11 +270,11 @@ msgid "" "checks out. Thanks for contributing!" msgstr "" -#: ../../docs/user/developers/compiling.rst:231 +#: ../../docs/user/developers/compiling.rst:242 msgid "Verify signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:233 +#: ../../docs/user/developers/compiling.rst:244 msgid "" "The `guix.sigs repository `_ contains" " deterministic build results signed by multiple Core developers for each " @@ -274,13 +282,13 @@ msgid "" "verification. Import the public keys::" msgstr "" -#: ../../docs/user/developers/compiling.rst:242 +#: ../../docs/user/developers/compiling.rst:253 msgid "" "Run the following commands to verify that your build matches the official " "release::" msgstr "" -#: ../../docs/user/developers/compiling.rst:252 +#: ../../docs/user/developers/compiling.rst:263 msgid "" "You should get a result similar to the following for Linux, Windows, MacOS, " "Signed Windows, and Signed MacOS. Assuming the previous steps completed " @@ -288,11 +296,11 @@ msgid "" "also." msgstr "" -#: ../../docs/user/developers/compiling.rst:341 +#: ../../docs/user/developers/compiling.rst:352 msgid "Gitian" msgstr "" -#: ../../docs/user/developers/compiling.rst:344 +#: ../../docs/user/developers/compiling.rst:355 msgid "" "Gitian builds were deprecated in favor of Guix builds with the release of " "Dash Core v20.0. Instructions on building Dash Core 19.0 or older versions " diff --git a/locale/ko/LC_MESSAGES/docs/user/developers/index.po b/locale/ko/LC_MESSAGES/docs/user/developers/index.po index d652fbb0e..433a07d3d 100644 --- a/locale/ko/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/ko/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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/developers/insight.po b/locale/ko/LC_MESSAGES/docs/user/developers/insight.po index 0f891f410..df229bea5 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -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-21.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-21.1.1/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 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 37c879940..c355e1cfa 100644 --- a/locale/ko/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/ko/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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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" diff --git a/locale/ko/LC_MESSAGES/docs/user/developers/testnet.po b/locale/ko/LC_MESSAGES/docs/user/developers/testnet.po index 96c6d1f3c..d02893128 100644 --- a/locale/ko/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/ko/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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/developers/translating.po b/locale/ko/LC_MESSAGES/docs/user/developers/translating.po index 2c263af8e..b4036bfc1 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 f456e9b29..333206b38 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 93c07b7fb..cab863d03 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 8063f5924..87404a388 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 f737e409b..590d398a3 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/index.po b/locale/ko/LC_MESSAGES/docs/user/index.po index a512cd874..0f5dbfd88 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 d0906d395..96b85bcd1 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/how-to-buy.po b/locale/ko/LC_MESSAGES/docs/user/introduction/how-to-buy.po index cf0c5b973..5956b5d13 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 4238bda90..239c26620 100644 --- a/locale/ko/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/ko/LC_MESSAGES/docs/user/introduction/information.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -89,12 +89,12 @@ msgid "https://dashdevs.org" msgstr "" #: ../../docs/user/introduction/information.rst:32 -#: ../../docs/user/introduction/information.rst:166 +#: ../../docs/user/introduction/information.rst:173 msgid "https://www.dashcentral.org" msgstr "" #: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:183 msgid "https://www.dashninja.pl" msgstr "" @@ -103,7 +103,7 @@ msgid "https://dashnews.org" msgstr "" #: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:167 +#: ../../docs/user/introduction/information.rst:174 msgid "https://dashvotetracker.com" msgstr "" @@ -415,228 +415,244 @@ msgid "Block explorers, statistics and visualizations" msgstr "" #: ../../docs/user/introduction/information.rst:152 +msgid "**Dash Core**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:154 msgid "https://insight.dash.org/insight/" msgstr "" -#: ../../docs/user/introduction/information.rst:153 +#: ../../docs/user/introduction/information.rst:155 msgid "https://blockchair.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:154 +#: ../../docs/user/introduction/information.rst:156 msgid "https://chainz.cryptoid.info/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:157 msgid "https://www.oklink.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:156 +#: ../../docs/user/introduction/information.rst:158 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:159 msgid "https://dashblockexplorer.com" msgstr "" -#: ../../docs/user/introduction/information.rst:158 +#: ../../docs/user/introduction/information.rst:160 msgid "https://live.blockcypher.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:159 +#: ../../docs/user/introduction/information.rst:161 msgid "https://dash.tokenview.io" msgstr "" -#: ../../docs/user/introduction/information.rst:160 +#: ../../docs/user/introduction/information.rst:162 msgid "https://udjinm6.github.io/bitlisten/" msgstr "" #: ../../docs/user/introduction/information.rst:164 +msgid "**Dash Platform**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:166 +msgid "https://platform-explorer.com/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:167 +msgid "https://mnowatch.org/evonodes/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:171 msgid "Treasury tools" msgstr "" -#: ../../docs/user/introduction/information.rst:168 +#: ../../docs/user/introduction/information.rst:175 msgid "https://proposal.dash.org" msgstr "" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl/governance.html" msgstr "" -#: ../../docs/user/introduction/information.rst:170 +#: ../../docs/user/introduction/information.rst:177 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:181 msgid "Masternode management" msgstr "" -#: ../../docs/user/introduction/information.rst:177 +#: ../../docs/user/introduction/information.rst:184 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "" -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:185 msgid "http://178.254.23.111/~pub/Dash/Dash_Info.html" msgstr "" -#: ../../docs/user/introduction/information.rst:179 +#: ../../docs/user/introduction/information.rst:186 msgid "https://dash-news.de/dashtv/" msgstr "" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:187 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:184 +#: ../../docs/user/introduction/information.rst:191 msgid "Price monitoring and research" msgstr "" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:193 msgid "https://messari.io/asset/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:187 +#: ../../docs/user/introduction/information.rst:194 msgid "https://namu.wiki/w/Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:188 +#: ../../docs/user/introduction/information.rst:195 msgid "https://xangle.io/project/DASH/profile" msgstr "" -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:196 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:190 +#: ../../docs/user/introduction/information.rst:197 msgid "https://bitinfocharts.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:198 msgid "https://www.coingecko.com/en/coins/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:195 +#: ../../docs/user/introduction/information.rst:202 msgid "Dash Community project" msgstr "" -#: ../../docs/user/introduction/information.rst:197 +#: ../../docs/user/introduction/information.rst:204 msgid "https://dashcommunity.github.io" msgstr "" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:205 msgid "https://github.com/dashcommunity" msgstr "" -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:209 msgid "DarkNet pages" msgstr "" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:211 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:212 msgid "" "**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:213 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:217 msgid "Mobile Apps" msgstr "" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:220 msgid "iOS" msgstr "IOS" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:222 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:223 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "" -#: ../../docs/user/introduction/information.rst:217 +#: ../../docs/user/introduction/information.rst:224 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "" -#: ../../docs/user/introduction/information.rst:218 +#: ../../docs/user/introduction/information.rst:225 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "" -#: ../../docs/user/introduction/information.rst:219 +#: ../../docs/user/introduction/information.rst:226 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "" -#: ../../docs/user/introduction/information.rst:220 +#: ../../docs/user/introduction/information.rst:227 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:231 msgid "Android" msgstr "Android" -#: ../../docs/user/introduction/information.rst:226 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:227 +#: ../../docs/user/introduction/information.rst:234 msgid "" "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" -#: ../../docs/user/introduction/information.rst:228 +#: ../../docs/user/introduction/information.rst:235 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:229 +#: ../../docs/user/introduction/information.rst:236 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" msgstr "" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:237 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" msgstr "" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:238 msgid "" "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:232 +#: ../../docs/user/introduction/information.rst:239 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" msgstr "" -#: ../../docs/user/introduction/information.rst:233 +#: ../../docs/user/introduction/information.rst:240 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" msgstr "" -#: ../../docs/user/introduction/information.rst:240 +#: ../../docs/user/introduction/information.rst:247 msgid "Glossary" msgstr "" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:250 msgid "51% Attack" msgstr "" -#: ../../docs/user/introduction/information.rst:245 +#: ../../docs/user/introduction/information.rst:252 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 " @@ -645,11 +661,11 @@ msgid "" "block." msgstr "" -#: ../../docs/user/introduction/information.rst:250 +#: ../../docs/user/introduction/information.rst:257 msgid "Address" msgstr "" -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:259 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -658,11 +674,11 @@ msgid "" "digitally sign transactions (see Public key)." msgstr "" -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:264 msgid "Algorithm" msgstr "" -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:266 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-step" @@ -670,22 +686,22 @@ msgid "" "processing, and/or automated reasoning tasks." msgstr "" -#: ../../docs/user/introduction/information.rst:263 +#: ../../docs/user/introduction/information.rst:270 msgid "Altcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:272 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:268 +#: ../../docs/user/introduction/information.rst:275 msgid "AML" msgstr "" -#: ../../docs/user/introduction/information.rst:270 +#: ../../docs/user/introduction/information.rst:277 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. AML" @@ -693,18 +709,18 @@ msgid "" " AML techniques to Dash exchanges." msgstr "" -#: ../../docs/user/introduction/information.rst:274 +#: ../../docs/user/introduction/information.rst:281 msgid "API" msgstr "" -#: ../../docs/user/introduction/information.rst:276 +#: ../../docs/user/introduction/information.rst:283 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a set" " of routines, protocols, and tools for building software and applications." msgstr "" -#: ../../docs/user/introduction/information.rst:281 +#: ../../docs/user/introduction/information.rst:288 msgid "" "An API expresses a software component in terms of its operations, inputs, " "outputs, and underlying types, defining functionalities that are independent" @@ -714,11 +730,11 @@ msgid "" "are then put together by the programmer." msgstr "" -#: ../../docs/user/introduction/information.rst:288 +#: ../../docs/user/introduction/information.rst:295 msgid "ASIC" msgstr "" -#: ../../docs/user/introduction/information.rst:290 +#: ../../docs/user/introduction/information.rst:297 msgid "" "An application-specific integrated circuit (ASIC), is an integrated circuit " "(IC) customized for a particular use, rather than intended for general-" @@ -726,11 +742,11 @@ msgid "" " or for :ref:`high-efficiency Dash mining ` is an ASIC." msgstr "" -#: ../../docs/user/introduction/information.rst:295 +#: ../../docs/user/introduction/information.rst:302 msgid "ATM / BTM" msgstr "" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:304 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 " @@ -738,21 +754,21 @@ msgid "" "supported on several :ref:`ATMs `." msgstr "" -#: ../../docs/user/introduction/information.rst:301 +#: ../../docs/user/introduction/information.rst:308 msgid "Backlog" msgstr "" -#: ../../docs/user/introduction/information.rst:303 +#: ../../docs/user/introduction/information.rst:310 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:305 +#: ../../docs/user/introduction/information.rst:312 msgid "Backup" msgstr "백업하기" -#: ../../docs/user/introduction/information.rst:307 +#: ../../docs/user/introduction/information.rst:314 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 " @@ -763,22 +779,22 @@ msgid "" "backup." msgstr "" -#: ../../docs/user/introduction/information.rst:314 +#: ../../docs/user/introduction/information.rst:321 msgid "Bitcoin 2.0" msgstr "" -#: ../../docs/user/introduction/information.rst:316 +#: ../../docs/user/introduction/information.rst:323 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:320 +#: ../../docs/user/introduction/information.rst:327 msgid "Blockchain" msgstr "" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:329 msgid "" "A `blockchain `_ is a " "distributed database that maintains a continuously-growing list of data " @@ -790,11 +806,11 @@ msgid "" "timestamp and information linking it to a previous block." msgstr "" -#: ../../docs/user/introduction/information.rst:331 +#: ../../docs/user/introduction/information.rst:338 msgid "Blocks" msgstr "" -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:340 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -804,11 +820,11 @@ msgid "" "blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:346 msgid "ChainLock" msgstr "" -#: ../../docs/user/introduction/information.rst:341 +#: ../../docs/user/introduction/information.rst:348 msgid "" "Defined in `DIP8 " "`__, ChainLocks are" @@ -818,11 +834,11 @@ msgid "" "double spending." msgstr "" -#: ../../docs/user/introduction/information.rst:347 +#: ../../docs/user/introduction/information.rst:354 msgid "Cloud Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:349 +#: ../../docs/user/introduction/information.rst:356 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 " @@ -833,22 +849,22 @@ msgid "" " you store large quantities of funds in online wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:357 +#: ../../docs/user/introduction/information.rst:364 msgid "Coinbase transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:359 +#: ../../docs/user/introduction/information.rst:366 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:362 +#: ../../docs/user/introduction/information.rst:369 msgid "Cold Storage" msgstr "" -#: ../../docs/user/introduction/information.rst:364 +#: ../../docs/user/introduction/information.rst:371 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -856,11 +872,11 @@ msgid "" "wallet>`." msgstr "" -#: ../../docs/user/introduction/information.rst:368 +#: ../../docs/user/introduction/information.rst:375 msgid "Confirm(ed) Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:370 +#: ../../docs/user/introduction/information.rst:377 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 " @@ -869,15 +885,15 @@ msgid "" "more blocks are added to the blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:375 +#: ../../docs/user/introduction/information.rst:382 msgid "Confirmation Number" msgstr "" -#: ../../docs/user/introduction/information.rst:376 +#: ../../docs/user/introduction/information.rst:383 msgid "confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:386 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -889,11 +905,11 @@ msgid "" "considered \"safe\" and irreversible." msgstr "" -#: ../../docs/user/introduction/information.rst:387 +#: ../../docs/user/introduction/information.rst:394 msgid "Confirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:396 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be " @@ -901,11 +917,11 @@ msgid "" "the blockchain (and thus \"confirmed\")." msgstr "" -#: ../../docs/user/introduction/information.rst:393 +#: ../../docs/user/introduction/information.rst:400 msgid "Credit pool" msgstr "" -#: ../../docs/user/introduction/information.rst:395 +#: ../../docs/user/introduction/information.rst:402 msgid "" "A store of value on the Core chain that is funded by asset lock " "transactions. The credit pool mirrors the credit balance on Dash Platform. " @@ -913,11 +929,11 @@ msgid "" "Platform and unlocking it to withdraw back to Dash on the Core chain." msgstr "" -#: ../../docs/user/introduction/information.rst:398 +#: ../../docs/user/introduction/information.rst:405 msgid "CPU" msgstr "" -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:407 msgid "" "A `central processing unit (CPU) " "`_ is the electronic " @@ -931,11 +947,11 @@ msgid "" "circuitry." msgstr "" -#: ../../docs/user/introduction/information.rst:410 +#: ../../docs/user/introduction/information.rst:417 msgid "Cryptocurrency" msgstr "" -#: ../../docs/user/introduction/information.rst:412 +#: ../../docs/user/introduction/information.rst:419 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -943,11 +959,11 @@ msgid "" "units." msgstr "" -#: ../../docs/user/introduction/information.rst:416 +#: ../../docs/user/introduction/information.rst:423 msgid "Cryptography" msgstr "" -#: ../../docs/user/introduction/information.rst:418 +#: ../../docs/user/introduction/information.rst:425 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -963,11 +979,11 @@ msgid "" "electronic commerce." msgstr "" -#: ../../docs/user/introduction/information.rst:430 +#: ../../docs/user/introduction/information.rst:437 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:432 +#: ../../docs/user/introduction/information.rst:439 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, 80% " @@ -980,72 +996,72 @@ msgid "" "the two terms are interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP" msgstr "" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:450 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." msgstr "" -#: ../../docs/user/introduction/information.rst:445 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP Client" msgstr "" -#: ../../docs/user/introduction/information.rst:447 +#: ../../docs/user/introduction/information.rst:454 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:449 +#: ../../docs/user/introduction/information.rst:456 msgid "DAP Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:451 +#: ../../docs/user/introduction/information.rst:458 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:453 +#: ../../docs/user/introduction/information.rst:460 msgid "DAP Space" msgstr "" -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:462 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:457 +#: ../../docs/user/introduction/information.rst:464 msgid "DAP State" msgstr "" -#: ../../docs/user/introduction/information.rst:459 +#: ../../docs/user/introduction/information.rst:466 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." msgstr "" -#: ../../docs/user/introduction/information.rst:461 +#: ../../docs/user/introduction/information.rst:468 msgid "DAPI" msgstr "" -#: ../../docs/user/introduction/information.rst:463 +#: ../../docs/user/introduction/information.rst:470 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 "" -#: ../../docs/user/introduction/information.rst:467 +#: ../../docs/user/introduction/information.rst:474 msgid "Dark Gravity Wave" msgstr "대시 그래비티 웨이브(Dark Gravity Wave)" -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:476 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" " *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" @@ -1055,21 +1071,21 @@ msgid "" "exploit." msgstr "" -#: ../../docs/user/introduction/information.rst:475 +#: ../../docs/user/introduction/information.rst:482 msgid "Darkcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:484 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:479 +#: ../../docs/user/introduction/information.rst:486 msgid "Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:488 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency was" " later renamed \"Dash\" to avoid association with the darknet markets. Dash " @@ -1080,22 +1096,22 @@ msgid "" ":ref:`Features ` page for a full list of Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:489 +#: ../../docs/user/introduction/information.rst:496 msgid "DashDrive" msgstr "" -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:498 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:494 +#: ../../docs/user/introduction/information.rst:501 msgid "Dash Client" msgstr "" -#: ../../docs/user/introduction/information.rst:496 +#: ../../docs/user/introduction/information.rst:503 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" @@ -1105,11 +1121,11 @@ msgid "" "infrastructure." msgstr "" -#: ../../docs/user/introduction/information.rst:502 +#: ../../docs/user/introduction/information.rst:509 msgid "Dash Core Wallet" msgstr "Dash Core 지갑" -#: ../../docs/user/introduction/information.rst:504 +#: ../../docs/user/introduction/information.rst:511 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 " @@ -1118,32 +1134,32 @@ msgid "" "it." msgstr "" -#: ../../docs/user/introduction/information.rst:509 +#: ../../docs/user/introduction/information.rst:516 msgid "Dash Evolution" msgstr "" -#: ../../docs/user/introduction/information.rst:511 +#: ../../docs/user/introduction/information.rst:518 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:515 +#: ../../docs/user/introduction/information.rst:522 msgid "Dash Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:517 +#: ../../docs/user/introduction/information.rst:524 msgid "" "A JSON-based language specification for defining and validating consensus " "data in Evolution." msgstr "" -#: ../../docs/user/introduction/information.rst:519 +#: ../../docs/user/introduction/information.rst:526 msgid "DDoS" msgstr "" -#: ../../docs/user/introduction/information.rst:521 +#: ../../docs/user/introduction/information.rst:528 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 " @@ -1153,11 +1169,11 @@ msgid "" "hit with DDoS attacks." msgstr "" -#: ../../docs/user/introduction/information.rst:527 +#: ../../docs/user/introduction/information.rst:534 msgid "Decentralized" msgstr "" -#: ../../docs/user/introduction/information.rst:529 +#: ../../docs/user/introduction/information.rst:536 msgid "" "`Decentralized computing " "`_ is the allocation " @@ -1176,11 +1192,11 @@ msgid "" "effectiveness." msgstr "" -#: ../../docs/user/introduction/information.rst:544 +#: ../../docs/user/introduction/information.rst:551 msgid "Desktop Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:546 +#: ../../docs/user/introduction/information.rst:553 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 " @@ -1189,11 +1205,11 @@ msgid "" " `" msgstr "" -#: ../../docs/user/introduction/information.rst:552 +#: ../../docs/user/introduction/information.rst:559 msgid "Difficulty" msgstr "" -#: ../../docs/user/introduction/information.rst:554 +#: ../../docs/user/introduction/information.rst:561 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 " @@ -1205,15 +1221,15 @@ msgid "" "difficulty to increase over time." msgstr "" -#: ../../docs/user/introduction/information.rst:563 +#: ../../docs/user/introduction/information.rst:570 msgid "Digital Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:565 +#: ../../docs/user/introduction/information.rst:572 msgid "See :ref:`this link ` for full documentation on wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:567 +#: ../../docs/user/introduction/information.rst:574 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 " @@ -1222,7 +1238,7 @@ msgid "" "wallets can exist in many different forms and on many devices:" msgstr "" -#: ../../docs/user/introduction/information.rst:574 +#: ../../docs/user/introduction/information.rst:581 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1232,7 +1248,7 @@ msgid "" "funds." msgstr "" -#: ../../docs/user/introduction/information.rst:582 +#: ../../docs/user/introduction/information.rst:589 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or Apple " @@ -1243,7 +1259,7 @@ msgid "" "of funds on these wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your Dash " @@ -1257,7 +1273,7 @@ msgid "" "wallet or cryptocurrency exchange." msgstr "" -#: ../../docs/user/introduction/information.rst:603 +#: ../../docs/user/introduction/information.rst:610 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1269,7 +1285,7 @@ msgid "" "storage for your Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:613 +#: ../../docs/user/introduction/information.rst:620 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the internet." @@ -1282,11 +1298,11 @@ msgid "" "for long-term (multi-year) storage because they degrade over time." msgstr "" -#: ../../docs/user/introduction/information.rst:623 +#: ../../docs/user/introduction/information.rst:630 msgid "DKG" msgstr "" -#: ../../docs/user/introduction/information.rst:625 +#: ../../docs/user/introduction/information.rst:632 msgid "" "Defined in `DIP6 " "`__, Distributed " @@ -1298,11 +1314,11 @@ msgid "" "of Shamir’s Secret Sharing." msgstr "" -#: ../../docs/user/introduction/information.rst:633 +#: ../../docs/user/introduction/information.rst:640 msgid "Digital Signature" msgstr "" -#: ../../docs/user/introduction/information.rst:635 +#: ../../docs/user/introduction/information.rst:642 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 " @@ -1313,11 +1329,11 @@ msgid "" " owner of a certain Dash address." msgstr "" -#: ../../docs/user/introduction/information.rst:643 +#: ../../docs/user/introduction/information.rst:650 msgid "Electrum Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:645 +#: ../../docs/user/introduction/information.rst:652 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight wallet " "that does not require you to download or sync the entire blockchain, making " @@ -1325,11 +1341,11 @@ msgid "" " CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:656 msgid "Encryption" msgstr "" -#: ../../docs/user/introduction/information.rst:651 +#: ../../docs/user/introduction/information.rst:658 msgid "" "In cryptography, `encryption `_ is" " the process of encoding messages or information in such a way that only " @@ -1344,15 +1360,15 @@ msgid "" "\"uncrackable.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:663 +#: ../../docs/user/introduction/information.rst:670 msgid "Escrow Services" msgstr "" -#: ../../docs/user/introduction/information.rst:665 +#: ../../docs/user/introduction/information.rst:672 msgid "An `escrow `_ is:" msgstr "" -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:674 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1360,20 +1376,20 @@ msgid "" "or" msgstr "" -#: ../../docs/user/introduction/information.rst:672 +#: ../../docs/user/introduction/information.rst:679 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:676 +#: ../../docs/user/introduction/information.rst:683 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:679 +#: ../../docs/user/introduction/information.rst:686 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1384,22 +1400,22 @@ msgid "" " the product (or currency) being purchased to the appropriate party." msgstr "" -#: ../../docs/user/introduction/information.rst:687 +#: ../../docs/user/introduction/information.rst:694 msgid "Evan Duffield" msgstr "" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:696 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:692 +#: ../../docs/user/introduction/information.rst:699 msgid "Exchange" msgstr "" -#: ../../docs/user/introduction/information.rst:694 +#: ../../docs/user/introduction/information.rst:701 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" @@ -1412,11 +1428,11 @@ msgid "" "time of each transaction." msgstr "" -#: ../../docs/user/introduction/information.rst:704 +#: ../../docs/user/introduction/information.rst:711 msgid "Faucet" msgstr "" -#: ../../docs/user/introduction/information.rst:706 +#: ../../docs/user/introduction/information.rst:713 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 " @@ -1424,40 +1440,40 @@ msgid "" "or task as described by the website." msgstr "" -#: ../../docs/user/introduction/information.rst:710 +#: ../../docs/user/introduction/information.rst:717 msgid "Fiat Gateway" msgstr "" -#: ../../docs/user/introduction/information.rst:712 +#: ../../docs/user/introduction/information.rst:719 msgid "" "`Fiat money `_ has been defined " "variously as:" msgstr "" -#: ../../docs/user/introduction/information.rst:715 +#: ../../docs/user/introduction/information.rst:722 msgid "Any money declared by a government to be legal tender." msgstr "" -#: ../../docs/user/introduction/information.rst:716 +#: ../../docs/user/introduction/information.rst:723 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:717 +#: ../../docs/user/introduction/information.rst:724 msgid "" "Intrinsically valueless money used as money because of government decree." msgstr "" -#: ../../docs/user/introduction/information.rst:719 +#: ../../docs/user/introduction/information.rst:726 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "" -#: ../../docs/user/introduction/information.rst:720 +#: ../../docs/user/introduction/information.rst:727 msgid "Fintech" msgstr "" -#: ../../docs/user/introduction/information.rst:722 +#: ../../docs/user/introduction/information.rst:729 msgid "" "`Financial technology " "`_, also known as " @@ -1469,11 +1485,11 @@ msgid "" "Bitcoin." msgstr "" -#: ../../docs/user/introduction/information.rst:730 +#: ../../docs/user/introduction/information.rst:737 msgid "Fork" msgstr "" -#: ../../docs/user/introduction/information.rst:732 +#: ../../docs/user/introduction/information.rst:739 msgid "" "When the blockchain diverges or splits, with some clients recognizing one " "version of the blockchain as valid, and other clients believing that a " @@ -1484,18 +1500,18 @@ msgid "" "extremely dangerous and should be avoided if possible." msgstr "" -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:748 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:744 +#: ../../docs/user/introduction/information.rst:751 msgid "Full Nodes" msgstr "" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:753 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 " @@ -1504,27 +1520,27 @@ msgid "" "blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:751 +#: ../../docs/user/introduction/information.rst:758 msgid "Fungible" msgstr "" -#: ../../docs/user/introduction/information.rst:753 +#: ../../docs/user/introduction/information.rst:760 msgid "Every unit of the currency is worth the same as any other unit." msgstr "" -#: ../../docs/user/introduction/information.rst:754 +#: ../../docs/user/introduction/information.rst:761 msgid "Genesis Block" msgstr "" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:763 msgid "The very first block in the block chain." msgstr "" -#: ../../docs/user/introduction/information.rst:757 +#: ../../docs/user/introduction/information.rst:764 msgid "GPU" msgstr "" -#: ../../docs/user/introduction/information.rst:759 +#: ../../docs/user/introduction/information.rst:766 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -1542,11 +1558,11 @@ msgid "" "GPUs." msgstr "" -#: ../../docs/user/introduction/information.rst:773 +#: ../../docs/user/introduction/information.rst:780 msgid "Hardware Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:782 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a piece " @@ -1554,11 +1570,11 @@ msgid "" "sign transactions as normal, making it both safe and convenient." msgstr "" -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:787 msgid "Hash" msgstr "" -#: ../../docs/user/introduction/information.rst:782 +#: ../../docs/user/introduction/information.rst:789 msgid "" "A mathematical process that takes a variable amount of data and produces a " "shorter, fixed-length output. A hashing function has two important " @@ -1567,39 +1583,39 @@ msgid "" "tiniest part of the input will produce an entirely different output." msgstr "" -#: ../../docs/user/introduction/information.rst:788 +#: ../../docs/user/introduction/information.rst:795 msgid "Hashrate" msgstr "" -#: ../../docs/user/introduction/information.rst:790 +#: ../../docs/user/introduction/information.rst:797 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:792 +#: ../../docs/user/introduction/information.rst:799 msgid "Insight" msgstr "" -#: ../../docs/user/introduction/information.rst:794 +#: ../../docs/user/introduction/information.rst:801 msgid "" "Blockchain information server used to power block explorers and respond to " "transaction queries." msgstr "" -#: ../../docs/user/introduction/information.rst:796 +#: ../../docs/user/introduction/information.rst:803 msgid "InstantX" msgstr "" -#: ../../docs/user/introduction/information.rst:798 +#: ../../docs/user/introduction/information.rst:805 msgid "See InstantSend" msgstr "" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:806 msgid "InstantSend" msgstr "인스턴트샌드(InstantSend)" -#: ../../docs/user/introduction/information.rst:801 +#: ../../docs/user/introduction/information.rst:808 msgid "" ":ref:`InstantSend ` technology uses the masternode network to " "\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" @@ -1608,11 +1624,11 @@ msgid "" "after only a few seconds." msgstr "" -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:813 msgid "Liquidity" msgstr "" -#: ../../docs/user/introduction/information.rst:808 +#: ../../docs/user/introduction/information.rst:815 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" @@ -1620,11 +1636,11 @@ msgid "" "volatility, and the inability to easily determine the value of an asset." msgstr "" -#: ../../docs/user/introduction/information.rst:813 +#: ../../docs/user/introduction/information.rst:820 msgid "LLMQ" msgstr "" -#: ../../docs/user/introduction/information.rst:815 +#: ../../docs/user/introduction/information.rst:822 msgid "" "Defined in `DIP6 " "`__, A Long- Living" @@ -1636,28 +1652,28 @@ msgid "" " perform threshold signing of consensus related messages." msgstr "" -#: ../../docs/user/introduction/information.rst:824 +#: ../../docs/user/introduction/information.rst:831 msgid "Masternode" msgstr "" -#: ../../docs/user/introduction/information.rst:826 +#: ../../docs/user/introduction/information.rst:833 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:830 +#: ../../docs/user/introduction/information.rst:837 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:832 +#: ../../docs/user/introduction/information.rst:839 msgid "Mining" msgstr "" -#: ../../docs/user/introduction/information.rst:834 +#: ../../docs/user/introduction/information.rst:841 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 " @@ -1665,19 +1681,19 @@ msgid "" ":ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:838 +#: ../../docs/user/introduction/information.rst:845 msgid "Mobile Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:840 +#: ../../docs/user/introduction/information.rst:847 msgid "These are wallets available on mobile devices (iOS + Android)." msgstr "" -#: ../../docs/user/introduction/information.rst:841 +#: ../../docs/user/introduction/information.rst:848 msgid "MultiSig" msgstr "" -#: ../../docs/user/introduction/information.rst:843 +#: ../../docs/user/introduction/information.rst:850 msgid "" "Multi-signature addresses provide additional security by requiring multiple " "people to sign a transaction with their private key before the transaction " @@ -1688,22 +1704,22 @@ msgid "" "since it makes theft much more difficult." msgstr "" -#: ../../docs/user/introduction/information.rst:851 +#: ../../docs/user/introduction/information.rst:858 msgid "Node" msgstr "" -#: ../../docs/user/introduction/information.rst:853 +#: ../../docs/user/introduction/information.rst:860 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:856 +#: ../../docs/user/introduction/information.rst:863 msgid "OTC" msgstr "" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:865 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 " @@ -1712,11 +1728,11 @@ msgid "" " order will move the price (called \"slippage\")." msgstr "" -#: ../../docs/user/introduction/information.rst:863 +#: ../../docs/user/introduction/information.rst:870 msgid "P2P" msgstr "" -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:872 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two " "parties in a highly interconnected network. An alternative system to a 'hub-" @@ -1724,22 +1740,22 @@ msgid "" " each other through a single mediation point." msgstr "" -#: ../../docs/user/introduction/information.rst:869 +#: ../../docs/user/introduction/information.rst:876 msgid "Paper Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:871 +#: ../../docs/user/introduction/information.rst:878 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:874 +#: ../../docs/user/introduction/information.rst:881 msgid "Privacy" msgstr "" -#: ../../docs/user/introduction/information.rst:876 +#: ../../docs/user/introduction/information.rst:883 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about themselves, " @@ -1752,11 +1768,11 @@ msgid "" "includes CoinJoin, which allows users to maintain financial privacy." msgstr "" -#: ../../docs/user/introduction/information.rst:886 +#: ../../docs/user/introduction/information.rst:893 msgid "Private Key" msgstr "" -#: ../../docs/user/introduction/information.rst:888 +#: ../../docs/user/introduction/information.rst:895 msgid "" "A `private key `_ is" " a long alphanumeric passcode that allows Dash to be spent. Every Dash " @@ -1767,22 +1783,22 @@ msgid "" "secret." msgstr "" -#: ../../docs/user/introduction/information.rst:895 +#: ../../docs/user/introduction/information.rst:902 msgid "PrivateSend" msgstr "프라이빗샌드(PrivateSend)" -#: ../../docs/user/introduction/information.rst:897 +#: ../../docs/user/introduction/information.rst:904 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:900 +#: ../../docs/user/introduction/information.rst:907 msgid "Proof of Service - PoSe" msgstr "" -#: ../../docs/user/introduction/information.rst:902 +#: ../../docs/user/introduction/information.rst:909 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided " "uninterrupted service meeting a minimum quality level to the network. " @@ -1790,11 +1806,11 @@ msgid "" "the global list and eventually into the selection pool to receive payment." msgstr "" -#: ../../docs/user/introduction/information.rst:908 +#: ../../docs/user/introduction/information.rst:915 msgid "Proof of Stake - PoS" msgstr "" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:917 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 " @@ -1808,11 +1824,11 @@ msgid "" "and the attacker's chain." msgstr "" -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:928 msgid "Proof of Work - PoW" msgstr "" -#: ../../docs/user/introduction/information.rst:923 +#: ../../docs/user/introduction/information.rst:930 msgid "" "Consensus mechanism that keeps all nodes honest by requiring computational " "power to be expended in order to create new blocks. Miners must use " @@ -1821,11 +1837,11 @@ msgid "" " chain and the network's nodes would never agree on which chain was valid." msgstr "" -#: ../../docs/user/introduction/information.rst:929 +#: ../../docs/user/introduction/information.rst:936 msgid "Public Key" msgstr "" -#: ../../docs/user/introduction/information.rst:931 +#: ../../docs/user/introduction/information.rst:938 msgid "" "The `public key `_ " "is derived from the private key but is not secret and can be revealed to " @@ -1833,11 +1849,11 @@ msgid "" " to verify that the signature is valid." msgstr "" -#: ../../docs/user/introduction/information.rst:936 +#: ../../docs/user/introduction/information.rst:943 msgid "Pump and dump" msgstr "" -#: ../../docs/user/introduction/information.rst:938 +#: ../../docs/user/introduction/information.rst:945 msgid "" "Inflating the value of a financial asset that has been produced or acquired " "cheaply, often using aggressive publicity and misleading statements. The " @@ -1847,21 +1863,21 @@ msgid "" "common in markets with low liquidity, such as some altcoins." msgstr "" -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:952 msgid "Quorum" msgstr "" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:954 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:949 +#: ../../docs/user/introduction/information.rst:956 msgid "QR Code" msgstr "" -#: ../../docs/user/introduction/information.rst:951 +#: ../../docs/user/introduction/information.rst:958 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -1869,33 +1885,33 @@ msgid "" "encode Dash addresses." msgstr "" -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:962 msgid "Satoshi Nakamoto" msgstr "" -#: ../../docs/user/introduction/information.rst:957 +#: ../../docs/user/introduction/information.rst:964 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:960 +#: ../../docs/user/introduction/information.rst:967 msgid "SDK" msgstr "" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:969 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:965 +#: ../../docs/user/introduction/information.rst:972 msgid "Signaling" msgstr "" -#: ../../docs/user/introduction/information.rst:967 +#: ../../docs/user/introduction/information.rst:974 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 " @@ -1904,22 +1920,22 @@ msgid "" "protocol and/or by setting a specific version bit within discovered blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:972 +#: ../../docs/user/introduction/information.rst:979 msgid "State View" msgstr "" -#: ../../docs/user/introduction/information.rst:974 +#: ../../docs/user/introduction/information.rst:981 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:977 +#: ../../docs/user/introduction/information.rst:984 msgid "Spork" msgstr "" -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:986 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -1936,29 +1952,29 @@ msgid "" " or client update." msgstr "" -#: ../../docs/user/introduction/information.rst:993 +#: ../../docs/user/introduction/information.rst:1000 msgid "Tainted Coins" msgstr "" -#: ../../docs/user/introduction/information.rst:995 +#: ../../docs/user/introduction/information.rst:1002 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:997 +#: ../../docs/user/introduction/information.rst:1004 msgid "tDash" msgstr "" -#: ../../docs/user/introduction/information.rst:999 +#: ../../docs/user/introduction/information.rst:1006 msgid "Test Dash, used on :ref:`testnet `." msgstr "" -#: ../../docs/user/introduction/information.rst:1000 +#: ../../docs/user/introduction/information.rst:1007 msgid "Testnet" msgstr "" -#: ../../docs/user/introduction/information.rst:1002 +#: ../../docs/user/introduction/information.rst:1009 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and test " @@ -1966,21 +1982,21 @@ msgid "" "errors or forks are not harmful." msgstr "" -#: ../../docs/user/introduction/information.rst:1006 +#: ../../docs/user/introduction/information.rst:1013 msgid "Tor" msgstr "" -#: ../../docs/user/introduction/information.rst:1008 +#: ../../docs/user/introduction/information.rst:1015 msgid "" "An anonymous routing protocol used by people wanting to hide their identity " "online." msgstr "" -#: ../../docs/user/introduction/information.rst:1010 +#: ../../docs/user/introduction/information.rst:1017 msgid "Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:1012 +#: ../../docs/user/introduction/information.rst:1019 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions may" " be divided into classical and special transactions. Similar to Bitcoin, " @@ -1990,82 +2006,82 @@ msgid "" "used to manage blockchain users, for example." msgstr "" -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:1026 msgid "Transaction Block" msgstr "" -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:1028 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:1023 +#: ../../docs/user/introduction/information.rst:1030 msgid "Transaction Fee" msgstr "" -#: ../../docs/user/introduction/information.rst:1025 +#: ../../docs/user/introduction/information.rst:1032 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:1028 +#: ../../docs/user/introduction/information.rst:1035 msgid "Unconfirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1037 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:1033 +#: ../../docs/user/introduction/information.rst:1040 msgid "Vanity Address" msgstr "" -#: ../../docs/user/introduction/information.rst:1035 +#: ../../docs/user/introduction/information.rst:1042 msgid "A Dash address with a desirable pattern, such as a name." msgstr "" -#: ../../docs/user/introduction/information.rst:1036 +#: ../../docs/user/introduction/information.rst:1043 msgid "Virgin Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:1038 +#: ../../docs/user/introduction/information.rst:1045 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:1040 +#: ../../docs/user/introduction/information.rst:1047 msgid "Volatility" msgstr "" -#: ../../docs/user/introduction/information.rst:1042 +#: ../../docs/user/introduction/information.rst:1049 msgid "" "The measurement of price movements over time for a traded financial asset " "(including Dash)." msgstr "" -#: ../../docs/user/introduction/information.rst:1044 +#: ../../docs/user/introduction/information.rst:1051 msgid "Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:1046 +#: ../../docs/user/introduction/information.rst:1053 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:1049 +#: ../../docs/user/introduction/information.rst:1056 msgid "Whitepaper" msgstr "화이트페이퍼" -#: ../../docs/user/introduction/information.rst:1051 +#: ../../docs/user/introduction/information.rst:1058 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a complex" @@ -2073,31 +2089,31 @@ msgid "" " to help readers understand an issue, solve a problem, or make a decision." msgstr "" -#: ../../docs/user/introduction/information.rst:1056 +#: ../../docs/user/introduction/information.rst:1063 msgid "X11" msgstr "" -#: ../../docs/user/introduction/information.rst:1058 +#: ../../docs/user/introduction/information.rst:1065 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash Core " "developer Evan Duffield." msgstr "" -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1067 msgid "Zero Confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1069 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:1064 +#: ../../docs/user/introduction/information.rst:1071 msgid "vin" msgstr "" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1073 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 " @@ -2105,11 +2121,11 @@ msgid "" "to work." msgstr "" -#: ../../docs/user/introduction/information.rst:1070 +#: ../../docs/user/introduction/information.rst:1077 msgid "VMN" msgstr "" -#: ../../docs/user/introduction/information.rst:1072 +#: ../../docs/user/introduction/information.rst:1079 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " diff --git a/locale/ko/LC_MESSAGES/docs/user/introduction/safety.po b/locale/ko/LC_MESSAGES/docs/user/introduction/safety.po index 86d1d1907..9cfb586d1 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 a0ca9eb0d..2560ea858 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 5bc917af0..8b6be8fc9 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/dashmate-upgrade-v1.po b/locale/ko/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po index 4901c3299..fc3ee1368 100644 --- a/locale/ko/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po +++ b/locale/ko/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2024-08-29 14:40+0000\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" @@ -46,22 +46,18 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:26 -msgid "Reset previous services to ensure compatibility with the new version::" -msgstr "" - -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:30 msgid "Update services::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:35 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:32 msgid "Start dashmate node" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:37 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:34 msgid "Start the node::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:41 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:38 msgid "" "Make sure the node works properly by running the following status commands::" msgstr "" diff --git a/locale/ko/LC_MESSAGES/docs/user/masternodes/hosting.po b/locale/ko/LC_MESSAGES/docs/user/masternodes/hosting.po index 989d901ae..d1f5a0461 100644 --- a/locale/ko/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/ko/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -66,295 +66,303 @@ msgid "Operated by: CrowdNode ApS" msgstr "" #: ../../docs/user/masternodes/hosting.rst:36 -#: ../../docs/user/masternodes/hosting.rst:90 -#: ../../docs/user/masternodes/hosting.rst:146 +#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:148 msgid "Services: Hosting, Shares" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:37 -msgid "Cost: 15% of masternode payments" +#: ../../docs/user/masternodes/hosting.rst:38 +msgid "Cost:" msgstr "" #: ../../docs/user/masternodes/hosting.rst:38 -msgid "`Site `__" +msgid "35% of trusted masternode/evonode payments" msgstr "" #: ../../docs/user/masternodes/hosting.rst:39 +msgid "20% of trustless masternode payments" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:40 +msgid "`Site `__" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:41 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:43 +#: ../../docs/user/masternodes/hosting.rst:45 msgid "Allnodes" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:50 +#: ../../docs/user/masternodes/hosting.rst:52 msgid "" "`https://www.allnodes.com " "`__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:52 +#: ../../docs/user/masternodes/hosting.rst:54 msgid "Operated by: Sephiroth" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:53 +#: ../../docs/user/masternodes/hosting.rst:55 msgid "Services: Monitoring, Hosting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:54 +#: ../../docs/user/masternodes/hosting.rst:56 msgid "Cost: from $4.50/month" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:55 +#: ../../docs/user/masternodes/hosting.rst:57 msgid "" "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:56 +#: ../../docs/user/masternodes/hosting.rst:58 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:57 +#: ../../docs/user/masternodes/hosting.rst:59 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:58 +#: ../../docs/user/masternodes/hosting.rst:60 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:59 +#: ../../docs/user/masternodes/hosting.rst:61 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:63 +#: ../../docs/user/masternodes/hosting.rst:65 msgid "SID Hosting Service" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:70 +#: ../../docs/user/masternodes/hosting.rst:72 msgid "https://dashmasternode.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:72 +#: ../../docs/user/masternodes/hosting.rst:74 msgid "Operated by: splawik21 (Dash Core team member)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:73 -#: ../../docs/user/masternodes/hosting.rst:160 +#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:162 msgid "Services: Hosting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:74 +#: ../../docs/user/masternodes/hosting.rst:76 msgid "Cost: €25/month, paid in Dash" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:77 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:76 +#: ../../docs/user/masternodes/hosting.rst:78 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:80 +#: ../../docs/user/masternodes/hosting.rst:82 msgid "Pool of Stake" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:87 +#: ../../docs/user/masternodes/hosting.rst:89 msgid "https://www.poolofstake.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:89 +#: ../../docs/user/masternodes/hosting.rst:91 msgid "Operated by: Pool of Stake OÜ" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:91 +#: ../../docs/user/masternodes/hosting.rst:93 msgid "15% of masternode payments (5% with tokens)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:94 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:93 +#: ../../docs/user/masternodes/hosting.rst:95 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:94 +#: ../../docs/user/masternodes/hosting.rst:96 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:95 +#: ../../docs/user/masternodes/hosting.rst:97 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:99 +#: ../../docs/user/masternodes/hosting.rst:101 msgid "Staked" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:106 +#: ../../docs/user/masternodes/hosting.rst:108 msgid "https://staked.us" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:108 +#: ../../docs/user/masternodes/hosting.rst:110 msgid "Operated by: Staked" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:109 +#: ../../docs/user/masternodes/hosting.rst:111 msgid "Services: Hosting, Reporting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:110 +#: ../../docs/user/masternodes/hosting.rst:112 msgid "Cost: 10% of rewards" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:111 +#: ../../docs/user/masternodes/hosting.rst:113 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:112 +#: ../../docs/user/masternodes/hosting.rst:114 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:116 +#: ../../docs/user/masternodes/hosting.rst:118 msgid "NodeHub.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:123 +#: ../../docs/user/masternodes/hosting.rst:125 msgid "https://nodehub.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:125 +#: ../../docs/user/masternodes/hosting.rst:127 msgid "Operated by: NodeHub LLC" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:126 +#: ../../docs/user/masternodes/hosting.rst:128 msgid "Services: Hosting, Governance, Stats, Monitoring" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:127 +#: ../../docs/user/masternodes/hosting.rst:129 msgid "Cost: $3.90/month (charged daily at $0.13)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:128 +#: ../../docs/user/masternodes/hosting.rst:130 msgid "" "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:129 +#: ../../docs/user/masternodes/hosting.rst:131 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:130 +#: ../../docs/user/masternodes/hosting.rst:132 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:131 +#: ../../docs/user/masternodes/hosting.rst:133 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:132 +#: ../../docs/user/masternodes/hosting.rst:134 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:136 +#: ../../docs/user/masternodes/hosting.rst:138 msgid "Gentarium" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:143 +#: ../../docs/user/masternodes/hosting.rst:145 msgid "https://mn.gtmcoin.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:145 +#: ../../docs/user/masternodes/hosting.rst:147 msgid "Operated by: Gentarium International OÜ" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:147 +#: ../../docs/user/masternodes/hosting.rst:149 msgid "Cost: $3.99/month (charged daily at $0.15)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:148 +#: ../../docs/user/masternodes/hosting.rst:150 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:149 +#: ../../docs/user/masternodes/hosting.rst:151 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:150 +#: ../../docs/user/masternodes/hosting.rst:152 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:151 +#: ../../docs/user/masternodes/hosting.rst:153 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:155 +#: ../../docs/user/masternodes/hosting.rst:157 msgid "Masternodehosting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:157 +#: ../../docs/user/masternodes/hosting.rst:159 msgid "https://masternodehosting.com" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:159 +#: ../../docs/user/masternodes/hosting.rst:161 msgid "Operated by: flare (Dash Core team member)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:161 +#: ../../docs/user/masternodes/hosting.rst:163 msgid "Cost: €18/month" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:162 +#: ../../docs/user/masternodes/hosting.rst:164 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:163 +#: ../../docs/user/masternodes/hosting.rst:165 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:164 +#: ../../docs/user/masternodes/hosting.rst:166 msgid "" "`Forum `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:170 +#: ../../docs/user/masternodes/hosting.rst:172 msgid "Registering a hosted masternode" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:172 +#: ../../docs/user/masternodes/hosting.rst:174 msgid "A list of available documentation appears below:" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:174 +#: ../../docs/user/masternodes/hosting.rst:176 msgid ":ref:`Full masternode setup guide `" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:175 +#: ../../docs/user/masternodes/hosting.rst:177 msgid "" ":ref:`Information for users of hosted masternodes ` (you are " "here)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:176 +#: ../../docs/user/masternodes/hosting.rst:178 msgid "" ":ref:`Information for operators of hosted masternodes `" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:178 +#: ../../docs/user/masternodes/hosting.rst:180 msgid "Registering a hosted masternode is done in several steps:" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:180 +#: ../../docs/user/masternodes/hosting.rst:182 msgid "" "Send 1000 DASH to an address you control in a single transaction and wait " "for 15 confirmations" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:182 +#: ../../docs/user/masternodes/hosting.rst:184 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 " @@ -362,13 +370,13 @@ msgid "" "will be set up before or after the registration transaction" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:187 +#: ../../docs/user/masternodes/hosting.rst:189 msgid "" "Prepare, sign and broadcast the registration transaction using Dash Core or " "DMT" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:190 +#: ../../docs/user/masternodes/hosting.rst:192 msgid "" "It is **highly recommended** to store the keys to your masternode collateral" " on a :ref:`hardware wallet ` for added security " @@ -380,11 +388,11 @@ msgid "" "beginning from the :ref:`registration step `." msgstr "" -#: ../../docs/user/masternodes/hosting.rst:204 +#: ../../docs/user/masternodes/hosting.rst:206 msgid "Operator transactions" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:206 +#: ../../docs/user/masternodes/hosting.rst:208 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 " @@ -398,7 +406,7 @@ msgid "" "update the service features and register the masternode." msgstr "" -#: ../../docs/user/masternodes/hosting.rst:218 +#: ../../docs/user/masternodes/hosting.rst:220 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 " diff --git a/locale/ko/LC_MESSAGES/docs/user/masternodes/index.po b/locale/ko/LC_MESSAGES/docs/user/masternodes/index.po index f7320b1d6..c903b2c20 100644 --- a/locale/ko/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/ko/LC_MESSAGES/docs/user/masternodes/index.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/masternodes/server-config.po b/locale/ko/LC_MESSAGES/docs/user/masternodes/server-config.po index b60d1407b..65fdc19d7 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -72,7 +72,15 @@ msgid "" "ISPs allocate dynamic IP addresses to home users." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:41 +#: ../../docs/user/masternodes/server-config.rst:43 +msgid "" +"Disabling IPv6 is highly recommended to prevent communication issues that " +"have been observed when running nodes on some VPS providers. We recommend " +"turning it off through the VPS provider's setup wizard during initial server" +" creation." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:47 msgid "" "Before beginning, take a few minutes to review the masternode and evonode " ":hoverxref:`hardware requirements ` which may help you " @@ -87,66 +95,66 @@ msgid "" "on the following screen:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:56 +#: ../../docs/user/masternodes/server-config.rst:62 msgid "Vultr server location selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:58 +#: ../../docs/user/masternodes/server-config.rst:64 msgid "" "Select Ubuntu 24.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 "" -#: ../../docs/user/masternodes/server-config.rst:65 +#: ../../docs/user/masternodes/server-config.rst:71 msgid "Vultr server type selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:67 +#: ../../docs/user/masternodes/server-config.rst:73 msgid "" "Select a server size according to the hardware requirements for you " ":hoverxref:`masternode ` or :hoverxref:`evonode " "`:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:73 +#: ../../docs/user/masternodes/server-config.rst:79 msgid "Vultr server size selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:75 +#: ../../docs/user/masternodes/server-config.rst:81 msgid "" "Enter a hostname and label for your server. In this example we will use " "``dashmn1`` as the hostname." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:81 +#: ../../docs/user/masternodes/server-config.rst:87 msgid "Vultr server hostname & label selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:83 +#: ../../docs/user/masternodes/server-config.rst:89 msgid "" "Vultr will now install your server. This process may take a few minutes." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:88 +#: ../../docs/user/masternodes/server-config.rst:94 msgid "Vultr server installation screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:90 +#: ../../docs/user/masternodes/server-config.rst:96 msgid "" "Click **Manage** when installation is complete and take note of the IP " "address, username and password." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:96 +#: ../../docs/user/masternodes/server-config.rst:102 msgid "Vultr server management screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:101 +#: ../../docs/user/masternodes/server-config.rst:107 msgid "Set up your operating system" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:103 +#: ../../docs/user/masternodes/server-config.rst:109 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" @@ -157,11 +165,11 @@ msgid "" "and enter your password when prompted." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:114 +#: ../../docs/user/masternodes/server-config.rst:120 msgid "PuTTY download page" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:116 +#: ../../docs/user/masternodes/server-config.rst:122 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** " @@ -170,26 +178,26 @@ msgid "" "**Yes** to trust this server in the future." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:125 +#: ../../docs/user/masternodes/server-config.rst:131 msgid "PuTTY security alert when connecting to a new server" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:127 +#: ../../docs/user/masternodes/server-config.rst:133 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 "" -#: ../../docs/user/masternodes/server-config.rst:134 +#: ../../docs/user/masternodes/server-config.rst:140 msgid "Password challenge when connecting to your VPS for the first time" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:138 +#: ../../docs/user/masternodes/server-config.rst:144 msgid "Set up users" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:140 +#: ../../docs/user/masternodes/server-config.rst:146 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 " @@ -198,14 +206,14 @@ msgid "" "current cursor location::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:148 +#: ../../docs/user/masternodes/server-config.rst:154 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 "" -#: ../../docs/user/masternodes/server-config.rst:154 +#: ../../docs/user/masternodes/server-config.rst:160 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 " @@ -214,37 +222,73 @@ msgid "" "perform commands as root::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:164 +#: ../../docs/user/masternodes/server-config.rst:170 msgid "Update the system" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:166 +#: ../../docs/user/masternodes/server-config.rst:172 msgid "" "Now, while still as root, we will update the system from the Ubuntu package " "repository::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:172 +#: ../../docs/user/masternodes/server-config.rst:178 msgid "" "The system will show a list of upgradable packages. Press **Y** and " "**Enter** to install the packages." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:177 +#: ../../docs/user/masternodes/server-config.rst:182 +msgid "Disable IPv6" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:184 +msgid "" +"We recommend turning off IPv6 to avoid potential communication issues. If " +"you cannot do this through your VPS provider's server configuration " +"settings, use the following steps to disable it through the operating " +"system." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:188 +msgid "Check if IPv6 is enabled::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:192 +msgid "If multiple inet6 entries are returned, open sysctrl.conf::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:197 +msgid "" +"Add the following lines at the end of the file, then press **Ctrl + X** to " +"close the editor, then **Y** and **Enter** save the file.::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:204 +msgid "Load the changes::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:208 +msgid "" +"Finally, check if IPv6 was successfully disabled. No entries should be " +"returned when you run the command this time::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:214 msgid "Configure the firewall" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:179 +#: ../../docs/user/masternodes/server-config.rst:216 msgid "" "We will now install a firewall (and some other packages we will use later)::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:183 -#: ../../docs/user/masternodes/server-config.rst:225 +#: ../../docs/user/masternodes/server-config.rst:220 +#: ../../docs/user/masternodes/server-config.rst:259 msgid "(press **Y** and **Enter** to confirm)" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:185 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Choose the appropriate firewall configuration below based on which network " "and masternode type your masternode will support:" @@ -262,53 +306,53 @@ msgstr "" msgid "Testnet" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:229 +#: ../../docs/user/masternodes/server-config.rst:263 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:231 +#: ../../docs/user/masternodes/server-config.rst:265 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:240 +#: ../../docs/user/masternodes/server-config.rst:274 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:250 +#: ../../docs/user/masternodes/server-config.rst:284 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:252 +#: ../../docs/user/masternodes/server-config.rst:286 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:258 +#: ../../docs/user/masternodes/server-config.rst:292 msgid "Create a new configuration file::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:296 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:307 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:279 +#: ../../docs/user/masternodes/server-config.rst:313 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:283 +#: ../../docs/user/masternodes/server-config.rst:317 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -317,25 +361,25 @@ msgid "" "**Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:289 +#: ../../docs/user/masternodes/server-config.rst:323 msgid "" "Optionally install or update `AppArmor `_ (try this " "step if you are having problems related to AppArmor)::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:295 +#: ../../docs/user/masternodes/server-config.rst:329 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:297 +#: ../../docs/user/masternodes/server-config.rst:331 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:301 +#: ../../docs/user/masternodes/server-config.rst:335 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:305 +#: ../../docs/user/masternodes/server-config.rst:339 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a `public" 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 00620ee8f..306835966 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2023-05-23 19:50+0000\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" @@ -354,7 +354,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:252 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -868,3 +868,21 @@ msgid "" "`_ are two options that " "accept cryptocurrency." msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:631 +msgid "" +"Please make sure that the certificate chain file contains your server " +"certificate at the top and intermediate/root certificates if present. If a " +"bundle file is present, you need to concatenate it with the certificate " +"file::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:637 +msgid "" +"Verify the validity of the private key and certificate chain by running " +"these commands::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:642 +msgid "The output of these two commands should be the same." +msgstr "" diff --git a/locale/ko/LC_MESSAGES/docs/user/mining/index.po b/locale/ko/LC_MESSAGES/docs/user/mining/index.po index b19e75ca8..0ce1b0f73 100644 --- a/locale/ko/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/ko/LC_MESSAGES/docs/user/mining/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: hanukoon , 2022\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" @@ -42,55 +42,39 @@ msgid "" "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." +"algorithm>`, which the miner must solve in order to earn rewards. A number " +"of X11 ASICs are available on the market, which help make Dash secure " +"against brute force attacks on the blockchain." 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." -msgstr "" - -#: ../../docs/user/mining/index.rst:35 +#: ../../docs/user/mining/index.rst:20 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:" msgstr "" -#: ../../docs/user/mining/index.rst:39 +#: ../../docs/user/mining/index.rst:24 msgid "`Hashrate `_" msgstr "" -#: ../../docs/user/mining/index.rst:40 +#: ../../docs/user/mining/index.rst:25 msgid "" "`Mining difficulty `_" msgstr "" -#: ../../docs/user/mining/index.rst:41 +#: ../../docs/user/mining/index.rst:26 msgid "" "`Profitability calculation tool " "`_" msgstr "" -#: ../../docs/user/mining/index.rst:44 +#: ../../docs/user/mining/index.rst:29 msgid "Masternodes vs. Mining" msgstr "" -#: ../../docs/user/mining/index.rst:46 +#: ../../docs/user/mining/index.rst:31 msgid "" "Dash, like Bitcoin and most other cryptocurrencies, is based on a " "decentralized ledger of all transactions, known as a blockchain. This " @@ -103,20 +87,20 @@ msgid "" "miner is rewarded." msgstr "" -#: ../../docs/user/mining/index.rst:56 +#: ../../docs/user/mining/index.rst:41 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% " +"rewarded when miners discover new blocks. The breakdown is as follows: 80% " "of the block subsidy is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " +"distribution found :ref:`here `, while 20% is " "reserved for the budget system (created by superblocks every month)." msgstr "" -#: ../../docs/user/mining/index.rst:67 +#: ../../docs/user/mining/index.rst:52 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 " @@ -127,7 +111,7 @@ msgid "" "be added to the blockchain." msgstr "" -#: ../../docs/user/mining/index.rst:75 +#: ../../docs/user/mining/index.rst:60 msgid "" "In short, miners power the first tier, which is the basic sending and " "receiving of funds and prevention of doublespending. Masternodes power the " @@ -140,25 +124,19 @@ msgid "" "and stop receiving rewards." msgstr "" -#: ../../docs/user/mining/index.rst:87 +#: ../../docs/user/mining/index.rst:72 msgid "Mining Pools" msgstr "" -#: ../../docs/user/mining/index.rst:89 +#: ../../docs/user/mining/index.rst:74 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." +"power." msgstr "" -#: ../../docs/user/mining/index.rst:97 -msgid "http://www.p2poolmining.us/p2poolnodes/" -msgstr "" - -#: ../../docs/user/mining/index.rst:99 +#: ../../docs/user/mining/index.rst:79 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" @@ -168,435 +146,64 @@ msgid "" " be found :ref:`here `." msgstr "" -#: ../../docs/user/mining/index.rst:107 +#: ../../docs/user/mining/index.rst:87 msgid "https://coinfoundry.org" msgstr "" -#: ../../docs/user/mining/index.rst:108 +#: ../../docs/user/mining/index.rst:88 msgid "https://mining.luxor.tech" msgstr "" -#: ../../docs/user/mining/index.rst:109 -msgid "https://dash.suprnova.cc" -msgstr "" - -#: ../../docs/user/mining/index.rst:110 +#: ../../docs/user/mining/index.rst:89 msgid "https://www.nicehash.com" msgstr "" -#: ../../docs/user/mining/index.rst:111 -msgid "https://www.coinotron.com" -msgstr "" - -#: ../../docs/user/mining/index.rst:112 +#: ../../docs/user/mining/index.rst:90 msgid "https://dash.miningpoolhub.com" msgstr "" -#: ../../docs/user/mining/index.rst:113 +#: ../../docs/user/mining/index.rst:91 msgid "https://www.multipool.us" msgstr "" -#: ../../docs/user/mining/index.rst:114 +#: ../../docs/user/mining/index.rst:92 msgid "https://www.f2pool.com" msgstr "" -#: ../../docs/user/mining/index.rst:115 -msgid "https://www2.coinmine.pl/dash/" -msgstr "" - -#: ../../docs/user/mining/index.rst:116 +#: ../../docs/user/mining/index.rst:93 msgid "https://www.antpool.com" msgstr "" -#: ../../docs/user/mining/index.rst:117 -msgid "https://avalon-life.io" -msgstr "" - -#: ../../docs/user/mining/index.rst:118 -msgid "https://www.genesis-mining.com" -msgstr "" - -#: ../../docs/user/mining/index.rst:119 +#: ../../docs/user/mining/index.rst:94 msgid "https://www.viabtc.com" msgstr "" -#: ../../docs/user/mining/index.rst:120 +#: ../../docs/user/mining/index.rst:95 msgid "https://zpool.ca" msgstr "" -#: ../../docs/user/mining/index.rst:122 +#: ../../docs/user/mining/index.rst:97 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" +"exercise discretion when using third-party services. If you'd like to be " +"added to this list, please open an issue on the `GitHub repository " +"`_." msgstr "" -#: ../../docs/user/mining/index.rst:129 +#: ../../docs/user/mining/index.rst:104 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 " "`." msgstr "" -#: ../../docs/user/mining/index.rst:143 -msgid "CPU Mining" -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 "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:158 ../../docs/user/mining/index.rst:292 -msgid "`Crypto Mining Blog `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:159 ../../docs/user/mining/index.rst:293 -msgid "" -"`Dash Forum Mining Discussions " -"`_" -msgstr "" - -#: ../../docs/user/mining/index.rst:160 ../../docs/user/mining/index.rst:294 -msgid "" -"`Bitcoin Talk Altcoin Mining Discussions " -"`_" -msgstr "" - -#: ../../docs/user/mining/index.rst:163 ../../docs/user/mining/index.rst:297 -msgid "Mining software" -msgstr "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:168 -msgid "https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:178 -msgid "CPU-Z showing details for an Intel i7 Haswell CPU" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:185 -msgid "https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c" -msgstr "" - -#: ../../docs/user/mining/index.rst:186 -msgid "https://github.com/tpruvot/cpuminer-multi" -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 " -"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 "" - -#: ../../docs/user/mining/index.rst:198 -msgid "Executable CPU miners for Dash" -msgstr "" - -#: ../../docs/user/mining/index.rst:201 ../../docs/user/mining/index.rst:345 -msgid "Configuration" -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 "" - -#: ../../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::" -msgstr "" - -#: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 -msgid "Where:" -msgstr "" - -#: ../../docs/user/mining/index.rst:220 -msgid "minerd = the executable miner daemon file you choose to use" -msgstr "" - -#: ../../docs/user/mining/index.rst:221 -msgid "a = algorithm, which is X11 for Dash" -msgstr "" - -#: ../../docs/user/mining/index.rst:222 -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" -msgstr "" - -#: ../../docs/user/mining/index.rst:224 -msgid "p = password, can often be set to x" -msgstr "" - -#: ../../docs/user/mining/index.rst:225 -msgid "t = number of threads used" -msgstr "" - -#: ../../docs/user/mining/index.rst:226 -msgid "pause = keeps the window open in the case of errors" -msgstr "" - -#: ../../docs/user/mining/index.rst:228 -msgid "For the CPU in the example above, the command may be::" -msgstr "" - -#: ../../docs/user/mining/index.rst:236 -msgid "Notepad file showing an example command to start a CPU miner" -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." -msgstr "" - -#: ../../docs/user/mining/index.rst:243 ../../docs/user/mining/index.rst:392 -msgid "Testing" -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 "" - -#: ../../docs/user/mining/index.rst:257 -msgid "Example of CPU mining using DarkCoin CPUMiner 1.3 on Intel Core i7" -msgstr "" - -#: ../../docs/user/mining/index.rst:260 -msgid "Tips" -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." -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." -msgstr "" - -#: ../../docs/user/mining/index.rst:277 -msgid "GPU Mining" -msgstr "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:309 -msgid "" -"GPU-Z showing details for AMD Radeon Turks and NVIDIA Quadro GK104 class " -"GPUs" -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 "" - -#: ../../docs/user/mining/index.rst:318 -msgid "**AMD**" -msgstr "" - -#: ../../docs/user/mining/index.rst:320 -msgid "https://github.com/nicehash/sgminer/releases" -msgstr "" - -#: ../../docs/user/mining/index.rst:322 -msgid "**NVIDIA**" -msgstr "" - -#: ../../docs/user/mining/index.rst:324 -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)" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:335 -msgid "Executable GPU miners for Dash" -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." -msgstr "" - -#: ../../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" -msgstr "" - -#: ../../docs/user/mining/index.rst:373 -msgid "url = URL of your mining pool, including the protocol and port" -msgstr "" - -#: ../../docs/user/mining/index.rst:374 -msgid "" -"user = username, usually the Dash receiving address of your wallet or worker" -msgstr "" - -#: ../../docs/user/mining/index.rst:376 -msgid "pass = password, can often be set to x" -msgstr "" - -#: ../../docs/user/mining/index.rst:377 -msgid "" -"algorithm = hashing algorithm to use, in this case darkcoin (for historic " -"reasons) or darkcoin-mod" -msgstr "" - -#: ../../docs/user/mining/index.rst:380 -msgid "For the pool above, the configuration may be:" -msgstr "" - -#: ../../docs/user/mining/index.rst:385 -msgid "Configuration file for a Dash GPU miner" -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." -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." -msgstr "" - -#: ../../docs/user/mining/index.rst:403 -msgid "" -"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD Graphics " -"4600" -msgstr "" - -#: ../../docs/user/mining/index.rst:410 +#: ../../docs/user/mining/index.rst:120 msgid "ASIC Mining" msgstr "" -#: ../../docs/user/mining/index.rst:412 +#: ../../docs/user/mining/index.rst:122 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" @@ -604,431 +211,126 @@ msgid "" " than CPU or GPU miners, resulting in higher profit." msgstr "" -#: ../../docs/user/mining/index.rst:417 +#: ../../docs/user/mining/index.rst:127 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 `_." +"Forums `_." msgstr "" -#: ../../docs/user/mining/index.rst:424 +#: ../../docs/user/mining/index.rst:134 msgid "" "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 +#: ../../docs/user/mining/index.rst:138 msgid "Name" msgstr "이름" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Hash rate" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Power" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Weight" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Dimensions (mm)" msgstr "" -#: ../../docs/user/mining/index.rst:428 +#: ../../docs/user/mining/index.rst:138 msgid "Price" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "" "`Bitmain Antminer D5 " "`_" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "119 GH/s ±5%" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "1566 W" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "7.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "486 x 265 x 388" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "$1,180" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "`Spondoolies SPx36 `_" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "540 GH/s ±10%" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "4400 W" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "19.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "640 x 525 x 185" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "$7,000" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "" "`StrongU STU-U6 `_" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "420 GH/s ±8%" msgstr "" -#: ../../docs/user/mining/index.rst:434 ../../docs/user/mining/index.rst:478 +#: ../../docs/user/mining/index.rst:144 msgid "2100 W" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "8.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "370 x 135 x 208" msgstr "" -#: ../../docs/user/mining/index.rst:437 +#: ../../docs/user/mining/index.rst:147 msgid "ASIC resellers may also have miners available:" msgstr "" -#: ../../docs/user/mining/index.rst:439 +#: ../../docs/user/mining/index.rst:149 msgid "http://kaboomracks.com" msgstr "" -#: ../../docs/user/mining/index.rst:440 +#: ../../docs/user/mining/index.rst:150 msgid "https://brokerage.luxor.tech/dashboard" 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." -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "`Baikal BK-X `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "10 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "800 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "3.8 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "312 x 125 x 130" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "`Baikal Mini `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "150 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "40 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid ".475 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "140 x 100 x 95" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "`Baikal Giant+ A2000 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "2000 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "430 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 ../../docs/user/mining/index.rst:456 -msgid "3 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "300 x 140 x 125" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "`Baikal Giant A900 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "900 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "217 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "2.5 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "300 x 123 x 123" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "`Baikal Quad Cube `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "1200 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "300 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "135 x 135 x 425" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "" -"`Bitmain Antminer D3 " -"`_" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "17 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "970 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "6.5 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "320 x 130 x 190" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "`iBelink DM384M `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "384 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "715 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "21 kg" -msgstr "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:462 -msgid "`iBelink DM11G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 -msgid "11 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 ../../docs/user/mining/index.rst:464 -msgid "810 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 -msgid "22 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "`iBelink DM22G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "22 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "19 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "Pinidea DR-1" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "500 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "320 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 ../../docs/user/mining/index.rst:468 -#: ../../docs/user/mining/index.rst:470 -msgid "4.5 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "290 x 130 x 150" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 -msgid "Pinidea DR-2" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 -msgid "450 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 -msgid "335 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 ../../docs/user/mining/index.rst:470 -msgid "200 x 165 x 135" -msgstr "" - -#: ../../docs/user/mining/index.rst:470 -msgid "Pinidea DR-3" -msgstr "" - -#: ../../docs/user/mining/index.rst:470 -msgid "600 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:470 -msgid "345 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "Pinidea DU-1" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "9 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "7 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "50 x 50 x 30" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 -msgid "Pinidea DRX-Kuznetsov" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 -msgid "900 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 -msgid "650 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 ../../docs/user/mining/index.rst:476 -msgid "280 x 180 x 150" -msgstr "" - -#: ../../docs/user/mining/index.rst:476 -msgid "Pinidea DRX-Varyag" -msgstr "" - -#: ../../docs/user/mining/index.rst:476 -msgid "1200 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:476 -msgid "850 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "" -"`iBelink DM56G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "56 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "17 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "490 x 390 x 180" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "" -"`Innosilicon A5 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "32 GH/s ±8%" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "750 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "3.1 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "400 x 135 x 158" -msgstr "" diff --git a/locale/ko/LC_MESSAGES/docs/user/mining/pools.po b/locale/ko/LC_MESSAGES/docs/user/mining/pools.po index bd03637a0..80b96b225 100644 --- a/locale/ko/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/ko/LC_MESSAGES/docs/user/mining/pools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/network/dash-evo-tool/index.po b/locale/ko/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po new file mode 100644 index 000000000..b6cb5a8c9 --- /dev/null +++ b/locale/ko/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po @@ -0,0 +1,608 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2024, Dash Core Group, Inc +# This file is distributed under the same license as the Dash package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Rina L , 2024 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Dash latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" +"PO-Revision-Date: 2024-11-18 17:41+0000\n" +"Last-Translator: Rina L , 2024\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/dash-evo-tool/index.rst-1 +msgid "Description of dash evo tool features and usage" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst-1 +msgid "dash, platform, evonode, masternodes, dash evo tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:9 +msgid "Dash Evo Tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:11 +msgid "" +"Dash Evo Tool is an application designed to help you vote on usernames, " +"withdraw evonode credits, and complete an expanding list of Platform " +"actions. This guide describes how to download, install, and use the Dash Evo" +" Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:18 +msgid "Installation" +msgstr "설치하기" + +#: ../../docs/user/network/dash-evo-tool/index.rst:22 +msgid "" +"The Dash Evo Tool requires a Dash Core full node configured to allow RPC and" +" ZMQ access." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:24 +msgid "" +"Linux, MacOS, or Windows packages are available on the `GitHub releases page" +" `__. Download the" +" zip file for your Operating System, then unzip the downloaded file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:28 +msgid "" +"`Windows `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:29 +msgid "" +"`Mac (ARM m1-m4) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:30 +msgid "" +"`Mac (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:31 +msgid "" +"`Linux (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:32 +msgid "" +"`Linux (ARM) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:37 +msgid "Configuration" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:39 +msgid "Open the directory where the download was unzipped." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:40 +msgid "" +"Open the ``.env`` file (you may need to show hidden files to see it). For " +"the network you plan to connect to, make the following changes. Replace the " +"``*`` with the network name (MAINNET or TESTNET):" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:44 +msgid "" +"Update ``*_CORE_RPC_USER`` to match the ``rpcuser`` value from your Dash " +"Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:45 +msgid "" +"Update ``*_CORE_RPC_PASSWORD`` to match the ``rpcpassword`` value from your " +"Dash Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:47 +msgid "" +"If your dash.conf includes ``rpcallowip``, update ``*_CORE_HOST`` with that " +"IP address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:48 +msgid "" +"If your dash.conf includes ``rpcport``, update ``*_CORE_RPC_PORT`` with that" +" port." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:49 +msgid "" +"(*Optional*) If you are going to run Dash Core manually instead of launching" +" it via the Dash Evo Tool, you must enable ZMQ by adding the following lines" +" to your dash.conf file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Mainnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Testnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:72 +msgid "" +"The default location of the ``dash.conf`` file can be found in the " +":ref:`Dash Core documentation `. At a minimum, the following " +"values must be defined for RPC access to be enabled:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:82 +msgid "Updating the env file" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:84 +msgid "" +"When the application runs for the first time, it creates a application " +"directory and copies the ``.env`` file into it. It also stores application " +"data in the directory. Any further updates to the ``.env`` file must be made" +" to the copy in the application directory." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Operating System" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Configuration File Path" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "macOS" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "~/Library/Application Support/Dash-Evo-Tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "Windows" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "C:\\\\Users\\\\\\\\AppData\\\\Roaming\\\\Dash-Evo-Tool\\\\config" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "Linux" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "/home//.config/dash-evo-tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:99 +msgid "Running the application" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:101 +msgid "" +"Once the ``.env`` file is configured, launch the Dash Evo Tool by double-" +"clicking the file named ``dash-evo-tool``." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:104 +msgid "" +"Alternatively, you can launch the application directly from your terminal. " +"For example, on Linux, run::" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:112 +msgid "Network selection" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:114 +msgid "" +"The Dash Evo Tool supports both testnet and mainnet. To choose a network, " +"navigate to the Network Selection screen and click the checkbox in the " +"Select column for the desired network. Then click the **Start** button on " +"that row to launch Dash Core." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:122 +msgid "" +"You can also launch Dash Core manually without using the Dash Evo Tool. This" +" may be necessary if Dash Core is installed in a non-standard location. When" +" launching Dash Core manually, you must enable ZMQ as described in " +":hoverxref:`Configuration Step 3 `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:130 +msgid "Network selection screen with testnet selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:135 +msgid "Identity operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:140 +msgid "Load existing identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:142 +msgid "" +"On the main identity screen, click the **Load Identity** button on the upper" +" right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:149 +#: ../../docs/user/network/dash-evo-tool/index.rst:213 +msgid "Identity screen with no loaded identities" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:151 +msgid "" +"Some identity types require different information. Use the **Identity Type**" +" dropdown menu to select the type you want to add. In this example, an " +"evonode identity is being added." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:158 +msgid "Identity load screen for evonode" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:164 +msgid "" +"Your collateral key is **not** required. Do not enter it into the Dash Evo " +"Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:166 +msgid "" +"Add the Identity ID and Owner Private Key. You may also want to add the " +"Voting Private Key, but adding the Payout Address Private Key is **not** " +"recommended. For a masternode or evonode, use the protx hash as the Identity" +" ID." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:170 +msgid "" +"If you use the `Dash Masternode Tool `_, you can get the protx hash and private keys from the " +"masternode details screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:177 +msgid "Dash Masternode Tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:179 +msgid "" +"Click **Load Identity** once you have entered the required information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:185 +msgid "Identity load screen with evonode info filled out" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:187 +msgid "" +"Once the identity is loaded, you can view its balance and details about its " +"keys. For evonodes, you can also initiate :ref:`withdrawals `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:194 +#: ../../docs/user/network/dash-evo-tool/index.rst:270 +msgid "Identity screen with an evonode identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:199 +msgid "Create new identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:203 +msgid "" +"Before creating an identity, make sure you have :ref:`added a Dash Evo Tool " +"wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:206 +msgid "" +"On the main identity screen, click the **Create Identity** button on the " +"upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:215 +msgid "" +"On the create identity screen, leave the first two options set to the " +"default and select the funding method. Then, send the requested amount of " +"DASH to the provided address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:222 +msgid "Waiting for funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:224 +msgid "" +"The status will change from \"Waiting for funds\" to \"Waiting for Platform " +"acknowledgement\" once the funds have been received and the identity " +"registration process has started." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:231 +msgid "Waiting for Platform acknowledgement" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:233 +msgid "" +"Once the identity has been registered, you can choose to return to the " +"identity screen or proceed to :ref:`registering a name `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:240 +msgid "Identity creation success" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:247 +msgid "Identity screen with an identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:252 +msgid "Evonode withdrawals" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:256 +msgid "" +"Withdrawal requests enter a queue that is currently processed more slowly " +"than intended. Depending on the timing of the withdrawal request, it may " +"take up to 18 hours to complete." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:259 +msgid "" +"For security, there is also a limit on how much can be withdrawn from " +"Platform daily. If withdrawal requests hit the daily limit, they will remain" +" in the queue longer. For details, see this `DCG development update " +"`_." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:264 +msgid "" +"From the identity main screen, click the **Withdraw** button for an " +"identity." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:272 +msgid "" +"On the withdrawal screen, select the key to sign the withdrawal. Selecting " +"the owner key is recommended since this will direct the withdrawal to the " +"payout address. Next, set the amount to withdraw." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:278 +msgid "" +"The **Max** button currently has a bug and sets the withdrawal amount in " +"credits instead of DASH, so you will need to manually adjust the amount if " +"you use that button." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:281 +msgid "Click **Withdraw** after entering the information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:287 +msgid "Withdraw screen with key and amount selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:289 +msgid "" +"When the withdrawal confirmation screen opens, confirm that the amount and " +"destination address are correct. Click **Confirm** to request the " +"withdrawal." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:296 +msgid "Withdrawal confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:301 +msgid "Name operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:306 +msgid "Register name" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:308 +msgid "" +"After :ref:`creating an identity `, you can " +"register a name for it. From the main name screen, click the **Register " +"Name** button on the upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:315 +msgid "Name screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:317 +msgid "" +"First, select the identity to register a name for. This step will be " +"automatically done if you are registering a name as part of the identity " +"creation process." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:320 +msgid "" +"Next, enter the desired name. Notification will be provided if you selected " +"a contested name and the estimated cost will be displayed. Click **Register " +"Name** to complete the registration." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:327 +msgid "Name registration" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:329 +msgid "" +"Upon successful registration, you can see the name on the **My usernames** " +"screen along with any other names you have registered." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:336 +msgid "Name registered successfully" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:341 +msgid "Vote for names" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:343 +msgid "" +"The Voting screen displays a list of names that are currently require a " +"vote. Click the **Refresh** button to update the screen at any time." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:348 +msgid "" +"Voting can only be done by masternodes and evonodes, and each node can only " +"modify its vote four times. See the :ref:`load identity section ` for instructions on importing your keys." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:355 +msgid "Voting screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:357 +msgid "" +"To vote for a contestant, click on an entry in the Contestants column. You " +"can also vote to Lock the name or Abstain by clicking the value in those " +"columns. You will be prompted to load an evonode or masternode identity if " +"you have not already done so." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:361 +msgid "" +"After clicking one of the contestants, vote for that identity to receive the" +" name by clicking one of your specific identities on the Vote Confirmation " +"screen. Click **All** to vote with all your loaded identities " +"simultaneously." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:369 +msgid "Vote confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:371 +msgid "" +"See the `DPNS page " +"`_ for more voting details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:378 +msgid "Wallet operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:382 +msgid "" +"The Dash Evo Tool wallet features only work if your Dash Core node has a " +"single wallet open. **If you have multiple wallets open in Dash Core, close " +"all of them except the one used by the Dash Evo Tool.**" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:389 +msgid "Create wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:391 +msgid "" +"This tool includes a basic wallet feature to support identity registration. " +"Wallets can be added from the wallet screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:396 +msgid "" +"Since this tool adds watching-only addresses to Dash Core when creating " +"identities, it is recommended to close all existing Dash Core wallets and " +":ref:`create a new, empty wallet ` for the Dash Evo Tool. Also, make sure to :ref:`backup your Dash " +"Core wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:401 +msgid "Click **Add Wallet** to create a new wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:407 +msgid "Wallet screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:409 +msgid "" +"After creating extra randomness with the mouse, select your preferred " +"language and click **Generate** to display you passphrase. Write it down and" +" store it securely, then click the checkbox in step 3 to confirm." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:413 +msgid "" +"Next, enter a wallet name and optionally add a password before clicking " +"**Save Wallet** to store the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:420 +msgid "Wallet create screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:425 +msgid "Use wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:427 +msgid "Select your wallet using the dropdown box." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:433 +msgid "Select wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:438 +msgid "Funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:440 +msgid "" +"Several tabs display wallet details. The Funds tab shows your receiving " +"addresses. Click **Add Receiving Address** if you want to add additional " +"addresses to fund the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:447 +msgid "Wallet Funds tab" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:449 +msgid "" +"After adding addresses, they will appear in a table with balance and other " +"details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:455 +msgid "Wallet with address added" +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 4ec10d281..99042a1d3 100644 --- a/locale/ko/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/ko/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -100,7 +100,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:65 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -449,20 +449,390 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:362 msgid "" -"Once the new version is installed, reset the configuration and services " -"using ``--keep-data`` so the existing data is retained. Then, update the " -"dashmate services::" +"Once the new version of dashmate is installed, update dash service docker " +"images::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:368 +#: ../../docs/user/network/dashmate/index.rst:366 msgid "Finally, restart dashmate::" msgstr "" +#: ../../docs/user/network/dashmate/index.rst:371 +msgid "Troubleshooting" +msgstr "" + #: ../../docs/user/network/dashmate/index.rst:375 -msgid "Collecting logs" +msgid "" +"Only enable logs if you have :ref:`configured log rotation ` to avoid running out of disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:378 +msgid "" +"The following sections describe how to enable log rotation, set up file " +"logging for Core and Platform, adjust log levels, and collect the logs for " +"analysis." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:382 +msgid "Dashmate log overview" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:384 +msgid "" +"Dashmate logs for each service are stored within its Docker container. " +"Although this is typically sufficient, more advanced options are sometimes " +"needed to adjust the log level, output format, or destination. Several cases" +" include when you need to:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:388 +msgid "Modify the level of detail provided in the logs (e.g., debug vs info)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:389 +msgid "" +"Provide data to a log server (e.g., `Elasticsearch " +"`_)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:390 +msgid "Store persistent file logs external to the Docker containers" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:391 +msgid "Use log monitoring tools to track service health" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:393 +msgid "" +"For example, since the default dashmate logs are only stored in the Docker " +"containers, they are lost if the container is removed for some reason (new " +"Docker image, dashmate reset, failure, etc.). Therefore, you may want to " +"store persistent log files external to Docker while troubleshooting an issue" +" to ensure valuable log data cannot be lost." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:401 +msgid "Set up log rotation" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:403 +msgid "" +"By default, dashmate logs are not written to the docker host file system. At" +" times you may want to write them to the host file system. Before enabling " +"logging, it is important to configure log rotation to avoid running out of " +"disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:407 +msgid "Create a new logrotate configuration file for dashmate logs:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:413 +msgid "" +"Paste in the following configuration and replace the example path one that " +"matches your system. This example configuration rotates logs daily and " +"retains seven historical files for each log file type. Historical files are " +"each limited to 1GB." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:430 +msgid "" +"Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:434 +msgid "" +"For additional log rotation details, see `this configuration tutorial " +"`_ or check out the `logrotate man pages " +"`_." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:442 +msgid "Configure Core logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:445 +msgid "Enable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:447 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Core logs on" +" the host file system. Replace the example path with one that matches your " +"system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:457 +msgid "Toggle debug logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:459 +msgid "" +"To enable debug logging for additional details, run the following command. " +"Debug logs can be turned off by setting the value back to ``false``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:0 +msgid "Advanced debug logging" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:468 +msgid "" +"Dashmate supports some advanced debug log options provided by Dash Core. The" +" following boolean ``core.log.debug`` settings correspond directly to the " +"parameters described in the `Core documentation " +"`_: ``ips``, " +"``sourceLocations``, ``threadNames``, and ``timeMicros``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:474 +msgid "**Dashmate Debug Log Options**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +msgid "**Setting**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Description**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "``ips``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "Logs the IP addresses of incoming and outgoing connections" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "``sourceLocations``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "" +"Logs the source locations (file and line number) for debugging information" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "``threadNames``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "Logs the names of the threads used for various operations" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "``timeMicros``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "" +"Logs timestamps with microsecond precision for detailed performance analysis" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Filter Option**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "``includeOnly``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "" +"Log only the specified categories (e.g., ``[\"net\", \"rpc\"]``). If empty, " +"all categories will be logged" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "``exclude``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "" +"Excludes specified categories from logging (e.g., ``[\"rpc\", " +"\"instantsend\"]``)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:505 +msgid "View current log settings" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:507 +msgid "To view the current Core log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:514 +msgid "Disable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:516 +msgid "" +"To disable logging to a file outside the container, reset the log path to " +"``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:525 +msgid "Configure Platform logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:527 +msgid "" +"For troubleshooting flexibility, dashmate provides independent log " +"configuration for the Platform Gateway, Drive ABCI, and Tenderdash. Each " +"service can be configured with the most helpful log level and output format." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:534 +msgid "Gateway logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:536 +msgid "" +"The Platform gateway has two types of logs: service logs and access logs. " +"Service logs are directed to stdout, while access logs can be configured to " +"go to stdout, stderr, or to a file. If all logs are directed to stdout, the " +"output will be a mixture of service and access data." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:540 +#: ../../docs/user/network/dashmate/index.rst:604 +#: ../../docs/user/network/dashmate/index.rst:671 +msgid "**Enable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:542 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"gateway access logs on the host file system. The example below adds file " +"logging while also keeping the default stdout logging. Replace the example " +"path with one that matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:562 +#: ../../docs/user/network/dashmate/index.rst:626 +#: ../../docs/user/network/dashmate/index.rst:680 +msgid "**Disable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:564 +msgid "" +"To disable logging to a file, remove the file config from the accessLogs " +"setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:576 +#: ../../docs/user/network/dashmate/index.rst:641 +#: ../../docs/user/network/dashmate/index.rst:688 +msgid "**Change log level**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:578 +msgid "" +"Platform gateway service logs support several levels of detail. In " +"increasing order of detail they are: ``critical``, ``error``, ``warn``, " +"``info`` (default), ``debug``, and ``trace``. To disable service logs, set " +"the log level to ``off``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:582 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.gateway.log.level`` value. For example, run these commands to " +"change the gateway service log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:591 +#: ../../docs/user/network/dashmate/index.rst:658 +#: ../../docs/user/network/dashmate/index.rst:704 +msgid "**View log settings**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:593 +#: ../../docs/user/network/dashmate/index.rst:660 +msgid "To view the current Platform gateway log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:602 +msgid "Drive ABCI logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:606 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"ABCI logs on the host file system. Replace the example path with one that " +"matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:628 +msgid "" +"To disable logging to a file, remove the file config from the logs setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:643 +msgid "" +"Drive ABCI logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:648 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log levels for file logging and stdout logging to debug on " +"your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:669 +msgid "Tenderdash logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:673 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Tenderdash " +"logs on the host file system. Replace the example path with one that matches" +" your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:682 +msgid "To disable logging to a file, set the path back to ``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:690 +msgid "" +"Tenderdash logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:377 +#: ../../docs/user/network/dashmate/index.rst:695 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:706 +msgid "To view the current Tenderdash log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:715 +msgid "Collect logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:717 msgid "" "Dashmate includes the doctor command to make troubleshooting and log " "reporting easier. The dashmate doctor command collects important debugging " @@ -470,56 +840,83 @@ msgid "" "sent to the support team if necessary. This report includes:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:381 +#: ../../docs/user/network/dashmate/index.rst:721 msgid "" "**Operating System**: Details about the architecture, CPU, memory, and swap" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:382 +#: ../../docs/user/network/dashmate/index.rst:722 msgid "" "**Docker**: Status and logs (exit codes, stdout, stderr) for each service" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:383 +#: ../../docs/user/network/dashmate/index.rst:723 msgid "" "**Core RPC**: Essential details like the best ChainLock, quorums, blockchain" " information, peers, and masternode status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:384 +#: ../../docs/user/network/dashmate/index.rst:724 msgid "" "**Tenderdash RPC**: Status, genesis, network information, ABCI details, and " "a consensus state dump" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:385 +#: ../../docs/user/network/dashmate/index.rst:725 msgid "" "**Metrics**: Tenderdash and Drive metrics (if enabled in the configuration)" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:387 +#: ../../docs/user/network/dashmate/index.rst:727 msgid "To create a report, run ``dashmate doctor`` and select **Yes**::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:395 +#: ../../docs/user/network/dashmate/index.rst:735 msgid "Run the doctor command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:397 +#: ../../docs/user/network/dashmate/index.rst:737 msgid "" "Upon successful completion, the full path to the report archive is " "displayed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:403 +#: ../../docs/user/network/dashmate/index.rst:743 msgid "Doctor output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:406 +#: ../../docs/user/network/dashmate/index.rst:748 +msgid "Metrics" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:750 +msgid "" +"To provide better network visibility to DCG developers for troubleshooting, " +"volunteers can contribute metrics to the DCG metrics server." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:753 +msgid "Enable metrics on your dashmate node" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:776 +msgid "" +"Grant access to metrics from the DCG metrics server (34.219.3.238) by " +"updating your network configuration (i.e., your firewall, AWS security " +"groups, etc.)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:779 +msgid "" +"Provide DCG with your IP address and port so it can be added to the DCG " +"Prometheus server" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:782 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:408 +#: ../../docs/user/network/dashmate/index.rst:784 msgid "" "For further documentation see the `dashmate repository " "`__." 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 5d11427ac..9f23f8a70 100644 --- a/locale/ko/LC_MESSAGES/docs/user/network/electrumx-server.po +++ b/locale/ko/LC_MESSAGES/docs/user/network/electrumx-server.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/advanced-functions.po b/locale/ko/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index 3414d5c6d..96a52e5a9 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/getting-started.po b/locale/ko/LC_MESSAGES/docs/user/wallets/android/getting-started.po index 99eb327a1..4eccb4cad 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/index.po b/locale/ko/LC_MESSAGES/docs/user/wallets/android/index.po index 322019b6a..af39a8fb3 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/android/index.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/android/index.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/installation.po b/locale/ko/LC_MESSAGES/docs/user/wallets/android/installation.po index 4f9f092ef..61a0906dd 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/android/installation.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/android/installation.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/advanced.po b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index 34e321ab2..9cd2ee474 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/backup.po b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index 7379a10b3..f55dfa51e 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/backup.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/backup.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/cmd-rpc.po b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po index fc861d3ec..2ec7958ed 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/coinjoin-instantsend.po b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po index 37d95f34b..c41528b4f 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/index.po b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/index.po index 8dda9f1e9..ac68ebe45 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/index.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/index.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/installation-linux.po b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index 93406a0f0..49525d39e 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Yujin Joe , 2023\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" @@ -145,7 +145,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:92 msgid "" -"This will create a folder named ``dashcore-21.1.0`` in the current working " +"This will create a folder named ``dashcore-21.1.1`` in the current working " "directory. We will now install the executable binaries to ``/usr/local/bin``" " using the ``install`` command::" 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 e119064bd..46e26092e 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Yujin Joe , 2022\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" @@ -142,20 +142,17 @@ msgstr "처음으로 대시 코어 실행하기" #: ../../docs/user/wallets/dashcore/installation-macos.rst:94 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-" +" **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." +"downloaded from the internet. Simply click **Open** to continue launching " +"the application." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:109 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:103 msgid "Unblocking macOS from running Dash Core" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:111 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:105 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 " @@ -163,11 +160,11 @@ msgid "" "recommended to use the default data folder if possible." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:119 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:113 msgid "Choosing the Dash Core data folder" msgstr "대시 코어 데이터 폴더 선택하기" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:121 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:115 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 " @@ -176,26 +173,26 @@ msgstr "" "이후 대시 코어가 실행될 것입니다. 첫 실행 시에는 다소 긴 시간이 소요되는데, 이는 대시 코어가 당신의 지갑을 안전하게 보호하기 위하여" " 암호화된 데이터를 생성하기 때문입니다." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:128 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:122 msgid "Starting Dash Core" msgstr "대시 코어 시작하기" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:131 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:125 msgid "Synchronizing Dash Core to the Dash network" msgstr "대시 코어와 대시 네트워크 동기화하기" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:133 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:127 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 "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:140 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:134 msgid "Dash Core begins synchronizing with the Dash network" msgstr "대시 코어가 대시 네트워크와 동기화를 진행하고 있습니다." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:142 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:136 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 " @@ -207,23 +204,23 @@ msgstr "" "따라 이 과정은 긴 시간이 소요될 수 있습니다. 만일 당신이 '사용할 수 있는 블록 소스 없음' 메시지를 받는다면, 당신의 인터넷 연결 " "상황을 확인하십시오. 동기화가 완료되면, 작은 파란색 체크 표시를 볼 수 있을 것입니다. " -#: ../../docs/user/wallets/dashcore/installation-macos.rst:151 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:145 msgid "Dash Core synchronization is complete" msgstr "대시 코어 동기화가 완료되었습니다." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:153 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:147 msgid "You can now create a wallet to send and receive funds." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:152 msgid "Creating your Dash Wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 msgid "HD wallets are now created by default." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:158 msgid "" "If no wallet files are loaded, you will get this prompt in the Overview tab." " To create a wallet, click the **Create a new wallet** button or click " @@ -232,7 +229,7 @@ msgid "" "wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:171 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:167 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 " @@ -240,49 +237,49 @@ msgid "" "encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:179 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 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:184 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:211 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Enter a password" msgstr "암호문을 입력합니다." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:191 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:216 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:187 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:212 msgid "Confirm you want to encrypt your wallet" msgstr "당신이 지갑을 암호화하고 싶은 것이 맞는지 확인합니다." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:189 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:197 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 msgid "Encrypting your Dash wallet" msgstr "당신의 대시 지갑 암호화하기" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:199 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 msgid "To encrypt your wallet, click **Settings** > **Encrypt Wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:204 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 msgid "Encrypting the Dash wallet with a password" msgstr "대시 지갑을 암호문으로 암호화하고 있습니다." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:206 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 msgid "You will be asked to enter and verify a password." msgstr "암호문을 입력하고 확인하십시오." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:218 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:214 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 " @@ -292,10 +289,10 @@ msgstr "" "지갑 암호화 과정이 완료되면, 당신은 지갑의 지난 백업을 더이상 사용할 수 없다는 경고문을 받게 됩니다. 또한 대시 코어를 종료하라는 " "메시지 역시 받게 될 것입니다. 대시 코어를 재시작하면 우측 하단 코너에서 작은 파란색 자물쇠 표시를 확인하실 수 있습니다." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:226 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:222 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "대시 코어 지갑이 완전히 암호화되고 동기화되었습니다." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:228 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:224 msgid "You can now begin to use your wallet to safely send and receive funds." 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 8ad7e21d8..74a625447 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 @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Rina L , 2022\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" @@ -120,7 +120,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-21.1.0-win64-setup.exe.asc`` in the same folder as the downloaded" +"``dashcore-21.1.1-win64-setup.exe.asc`` in the same folder as the downloaded" " installer." msgstr "" @@ -131,7 +131,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-21.1.0-win64-setup.exe with dashcore-21.1.0-win64-setup.exe.asc`` " +"dashcore-21.1.1-win64-setup.exe with dashcore-21.1.1-win64-setup.exe.asc`` " "then you have an authentic copy of Dash Core for Windows." 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 54ebef18d..56d370ce7 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/interface.po b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index 1bc23ead4..bc7158835 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/interface.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/interface.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/send-receive.po b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po index 18e25c879..2c048b839 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/advanced.po b/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index 1a5df1b24..b9c0b574b 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/advanced.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/advanced.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/faq.po b/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/faq.po index 74f50da08..6b2d4b387 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/faq.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/faq.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/index.po b/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/index.po index 06f3075f1..83638e28e 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/index.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/installation.po b/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/installation.po index 40ef81649..3b0a52c9d 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/installation.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/installation.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/security.po b/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/security.po index 939a542db..68fa01924 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/security.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/security.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/send-receive.po b/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index 0e4ca91ce..f191dd86d 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/hardware.po b/locale/ko/LC_MESSAGES/docs/user/wallets/hardware.po index b50be9eeb..46372e396 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/hardware.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-hardware.po b/locale/ko/LC_MESSAGES/docs/user/wallets/index-hardware.po index b3861a712..0897719d8 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/index-hardware.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/index-hardware.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-paper.po b/locale/ko/LC_MESSAGES/docs/user/wallets/index-paper.po index 0675f5f1b..825221b67 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/index-paper.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/index-paper.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-third-party.po b/locale/ko/LC_MESSAGES/docs/user/wallets/index-third-party.po index b0d515374..031e195f7 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-web.po b/locale/ko/LC_MESSAGES/docs/user/wallets/index-web.po index 01c2d75aa..e547faefc 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/index-web.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/index-web.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index.po b/locale/ko/LC_MESSAGES/docs/user/wallets/index.po index 970a8e1ba..8731b042e 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/index.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Leon White , 2022\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" 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 bdcea2334..ebea085d1 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/getting-started.po b/locale/ko/LC_MESSAGES/docs/user/wallets/ios/getting-started.po index f4ee27707..ff3b946b1 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/index.po b/locale/ko/LC_MESSAGES/docs/user/wallets/ios/index.po index 7d1f46567..9aef3acf6 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/ios/index.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/ios/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/installation.po b/locale/ko/LC_MESSAGES/docs/user/wallets/ios/installation.po index 2517e3965..902b4a8c0 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/ios/installation.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/ios/installation.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/paper.po b/locale/ko/LC_MESSAGES/docs/user/wallets/paper.po index 3388722c4..316f138df 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/paper.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/recovery.po b/locale/ko/LC_MESSAGES/docs/user/wallets/recovery.po index 66a1f535e..dfa1f9644 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/recovery.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/signing.po b/locale/ko/LC_MESSAGES/docs/user/wallets/signing.po index 8d9dc6d54..e37207429 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/signing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/third-party.po b/locale/ko/LC_MESSAGES/docs/user/wallets/third-party.po index 0fff393e7..28c8256f0 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/ko/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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/web.po b/locale/ko/LC_MESSAGES/docs/user/wallets/web.po index d4e3523f0..691e3cf64 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/index.po b/locale/ko/LC_MESSAGES/index.po index 1c2d32c54..06423a7f3 100644 --- a/locale/ko/LC_MESSAGES/index.po +++ b/locale/ko/LC_MESSAGES/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: Rina L , 2018\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/developers/compiling.po b/locale/pt/LC_MESSAGES/docs/user/developers/compiling.po index 7a9b36088..011aba5a0 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -122,78 +122,86 @@ msgstr "" msgid "" "It is only necessary to run this step during the initial setup of your " "machine. Run the guix install routine to prepare your environment and answer" -" \"Y\" for all prompts::" +" \"Y\" for all prompts:" msgstr "" -#: ../../docs/user/developers/compiling.rst:88 +#: ../../docs/user/developers/compiling.rst:0 +msgid "Ubuntu/Debian install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst:0 +msgid "General install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst:99 msgid "Clone repositories" msgstr "" -#: ../../docs/user/developers/compiling.rst:90 +#: ../../docs/user/developers/compiling.rst:101 msgid "" "After installing the prerequisites and preparing guix, reboot the system, " "login as ````, and clone required repositories::" msgstr "" -#: ../../docs/user/developers/compiling.rst:97 +#: ../../docs/user/developers/compiling.rst:108 msgid "Download the macOS SDK which is required to create macOS builds::" msgstr "" -#: ../../docs/user/developers/compiling.rst:104 +#: ../../docs/user/developers/compiling.rst:115 msgid "Build Dash Core" msgstr "" -#: ../../docs/user/developers/compiling.rst:106 +#: ../../docs/user/developers/compiling.rst:117 msgid "" "Checkout the tag associated with the Dash Core version you plan to build::" msgstr "" -#: ../../docs/user/developers/compiling.rst:113 +#: ../../docs/user/developers/compiling.rst:124 msgid "Run ``guix-build`` to create binaries for Linux, Mac, and Windows::" msgstr "" -#: ../../docs/user/developers/compiling.rst:118 +#: ../../docs/user/developers/compiling.rst:129 msgid "" "When the build completes, it will put the binaries in the ``guix-" "build-/output/`` directory." msgstr "" -#: ../../docs/user/developers/compiling.rst:122 +#: ../../docs/user/developers/compiling.rst:133 msgid "Create signatures for binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:124 +#: ../../docs/user/developers/compiling.rst:135 msgid "" "Mac and Windows binaries are signed by Dash Core Group using the relevant " "Apple and Microsoft processes. In this step, that information will be " "validated and signed by your machine." msgstr "" -#: ../../docs/user/developers/compiling.rst:128 +#: ../../docs/user/developers/compiling.rst:139 msgid "" "Prepare the `detached sigs repository `__::" msgstr "" -#: ../../docs/user/developers/compiling.rst:137 +#: ../../docs/user/developers/compiling.rst:148 msgid "" "Prepare the `guix.sigs repository `__ " "by pulling the latest changes::" msgstr "" -#: ../../docs/user/developers/compiling.rst:144 +#: ../../docs/user/developers/compiling.rst:155 msgid "Create a new branch for the version that was built::" msgstr "" -#: ../../docs/user/developers/compiling.rst:152 +#: ../../docs/user/developers/compiling.rst:163 msgid "Unsigned binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:154 +#: ../../docs/user/developers/compiling.rst:165 msgid "To create signatures for the unsigned binaries, run ``guix-attest``::" msgstr "" -#: ../../docs/user/developers/compiling.rst:162 +#: ../../docs/user/developers/compiling.rst:173 msgid "" "The ``signer`` parameter should be set to the value provided for \"Real " "name\" when generating a key with GPG. See the `GnuPrivacyGuard Howto " @@ -201,38 +209,38 @@ msgid "" " for details on how to generate a key if you don't already have one." msgstr "" -#: ../../docs/user/developers/compiling.rst:168 +#: ../../docs/user/developers/compiling.rst:179 msgid "Signed binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:170 +#: ../../docs/user/developers/compiling.rst:181 msgid "" "To create signatures for the signed binaries, run ``guix-codesign`` followed" " by guix-attest::" msgstr "" -#: ../../docs/user/developers/compiling.rst:182 +#: ../../docs/user/developers/compiling.rst:193 msgid "Upload signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:184 +#: ../../docs/user/developers/compiling.rst:195 msgid "" "After successfully building the binaries, signing them, and verifying the " "signatures, you can optionally contribute them to the `guix.sigs repository " "`_ via a pull request on GitHub." msgstr "" -#: ../../docs/user/developers/compiling.rst:189 +#: ../../docs/user/developers/compiling.rst:200 msgid "Initial setup" msgstr "" -#: ../../docs/user/developers/compiling.rst:191 +#: ../../docs/user/developers/compiling.rst:202 msgid "" "Since the official guix.sigs repository has restricted write access, create " "a fork of it via GitHub and add your fork as a remote repository::" msgstr "" -#: ../../docs/user/developers/compiling.rst:197 +#: ../../docs/user/developers/compiling.rst:208 msgid "" "The first time you contribute signatures, also put a copy of your public key" " in the ``builder-keys`` folder of the repository so others can easily " @@ -240,21 +248,21 @@ msgid "" "following command::" msgstr "" -#: ../../docs/user/developers/compiling.rst:207 +#: ../../docs/user/developers/compiling.rst:218 msgid "Adding your signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:209 +#: ../../docs/user/developers/compiling.rst:220 msgid "" "Add and commit the ``*.SHA256SUMS`` and ``*.SHA256SUMS.asc`` files created " "by the build process::" msgstr "" -#: ../../docs/user/developers/compiling.rst:220 +#: ../../docs/user/developers/compiling.rst:231 msgid "Push to your fork of the guix.sigs repository on GitHub::" msgstr "" -#: ../../docs/user/developers/compiling.rst:225 +#: ../../docs/user/developers/compiling.rst:236 msgid "" "Go to `GitHub `__ and open a " "pull request to the ``master`` branch of the upstream repository. The pull " @@ -262,11 +270,11 @@ msgid "" "checks out. Thanks for contributing!" msgstr "" -#: ../../docs/user/developers/compiling.rst:231 +#: ../../docs/user/developers/compiling.rst:242 msgid "Verify signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:233 +#: ../../docs/user/developers/compiling.rst:244 msgid "" "The `guix.sigs repository `_ contains" " deterministic build results signed by multiple Core developers for each " @@ -274,13 +282,13 @@ msgid "" "verification. Import the public keys::" msgstr "" -#: ../../docs/user/developers/compiling.rst:242 +#: ../../docs/user/developers/compiling.rst:253 msgid "" "Run the following commands to verify that your build matches the official " "release::" msgstr "" -#: ../../docs/user/developers/compiling.rst:252 +#: ../../docs/user/developers/compiling.rst:263 msgid "" "You should get a result similar to the following for Linux, Windows, MacOS, " "Signed Windows, and Signed MacOS. Assuming the previous steps completed " @@ -288,11 +296,11 @@ msgid "" "also." msgstr "" -#: ../../docs/user/developers/compiling.rst:341 +#: ../../docs/user/developers/compiling.rst:352 msgid "Gitian" msgstr "" -#: ../../docs/user/developers/compiling.rst:344 +#: ../../docs/user/developers/compiling.rst:355 msgid "" "Gitian builds were deprecated in favor of Guix builds with the release of " "Dash Core v20.0. Instructions on building Dash Core 19.0 or older versions " diff --git a/locale/pt/LC_MESSAGES/docs/user/developers/index.po b/locale/pt/LC_MESSAGES/docs/user/developers/index.po index 191868ac2..8faa85f6c 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/insight.po b/locale/pt/LC_MESSAGES/docs/user/developers/insight.po index 03cd74535..664489005 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -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-21.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-21.1.1/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 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 54364b6e7..10e7581af 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/testnet.po b/locale/pt/LC_MESSAGES/docs/user/developers/testnet.po index 2c6e39023..6000fdaec 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 75d04e7af..b9e01827e 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 89d66c3f5..6bcbefe41 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 0ade099fc..6be1bb128 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 85f3d04ee..21f1fc5c5 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 a32fb933d..6d81d4aa9 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/index.po b/locale/pt/LC_MESSAGES/docs/user/index.po index 792087c54..b2771bde6 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 ccd18f495..1c415a425 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 6260e0d6c..acff472d0 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 55133a623..ecc3d3b2b 100644 --- a/locale/pt/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/pt/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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -87,12 +87,12 @@ msgid "https://dashdevs.org" msgstr "" #: ../../docs/user/introduction/information.rst:32 -#: ../../docs/user/introduction/information.rst:166 +#: ../../docs/user/introduction/information.rst:173 msgid "https://www.dashcentral.org" msgstr "https://www.dashcentral.org" #: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:183 msgid "https://www.dashninja.pl" msgstr "https://www.dashninja.pl" @@ -101,7 +101,7 @@ msgid "https://dashnews.org" msgstr "" #: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:167 +#: ../../docs/user/introduction/information.rst:174 msgid "https://dashvotetracker.com" msgstr "https://dashvotetracker.com" @@ -413,174 +413,190 @@ msgid "Block explorers, statistics and visualizations" msgstr "" #: ../../docs/user/introduction/information.rst:152 +msgid "**Dash Core**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:154 msgid "https://insight.dash.org/insight/" msgstr "" -#: ../../docs/user/introduction/information.rst:153 +#: ../../docs/user/introduction/information.rst:155 msgid "https://blockchair.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:154 +#: ../../docs/user/introduction/information.rst:156 msgid "https://chainz.cryptoid.info/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:157 msgid "https://www.oklink.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:156 +#: ../../docs/user/introduction/information.rst:158 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:159 msgid "https://dashblockexplorer.com" msgstr "https://dashblockexplorer.com" -#: ../../docs/user/introduction/information.rst:158 +#: ../../docs/user/introduction/information.rst:160 msgid "https://live.blockcypher.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:159 +#: ../../docs/user/introduction/information.rst:161 msgid "https://dash.tokenview.io" msgstr "" -#: ../../docs/user/introduction/information.rst:160 +#: ../../docs/user/introduction/information.rst:162 msgid "https://udjinm6.github.io/bitlisten/" msgstr "" #: ../../docs/user/introduction/information.rst:164 +msgid "**Dash Platform**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:166 +msgid "https://platform-explorer.com/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:167 +msgid "https://mnowatch.org/evonodes/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:171 msgid "Treasury tools" msgstr "" -#: ../../docs/user/introduction/information.rst:168 +#: ../../docs/user/introduction/information.rst:175 msgid "https://proposal.dash.org" msgstr "https://proposal.dash.org" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl/governance.html" msgstr "https://www.dashninja.pl/governance.html" -#: ../../docs/user/introduction/information.rst:170 +#: ../../docs/user/introduction/information.rst:177 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:181 msgid "Masternode management" msgstr "" -#: ../../docs/user/introduction/information.rst:177 +#: ../../docs/user/introduction/information.rst:184 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "https://github.com/Bertrand256/dash-masternode-tool" -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:185 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:179 +#: ../../docs/user/introduction/information.rst:186 msgid "https://dash-news.de/dashtv/" msgstr "" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:187 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:184 +#: ../../docs/user/introduction/information.rst:191 msgid "Price monitoring and research" msgstr "" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:193 msgid "https://messari.io/asset/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:187 +#: ../../docs/user/introduction/information.rst:194 msgid "https://namu.wiki/w/Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:188 +#: ../../docs/user/introduction/information.rst:195 msgid "https://xangle.io/project/DASH/profile" msgstr "" -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:196 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:190 +#: ../../docs/user/introduction/information.rst:197 msgid "https://bitinfocharts.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:198 msgid "https://www.coingecko.com/en/coins/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:195 +#: ../../docs/user/introduction/information.rst:202 msgid "Dash Community project" msgstr "" -#: ../../docs/user/introduction/information.rst:197 +#: ../../docs/user/introduction/information.rst:204 msgid "https://dashcommunity.github.io" msgstr "https://dashcommunity.github.io" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:205 msgid "https://github.com/dashcommunity" msgstr "" -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:209 msgid "DarkNet pages" msgstr "" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:211 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:212 msgid "" "**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:213 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:217 msgid "Mobile Apps" msgstr "" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:220 msgid "iOS" msgstr "iOS" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:222 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:223 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "" -#: ../../docs/user/introduction/information.rst:217 +#: ../../docs/user/introduction/information.rst:224 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "" -#: ../../docs/user/introduction/information.rst:218 +#: ../../docs/user/introduction/information.rst:225 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "" -#: ../../docs/user/introduction/information.rst:219 +#: ../../docs/user/introduction/information.rst:226 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "" -#: ../../docs/user/introduction/information.rst:220 +#: ../../docs/user/introduction/information.rst:227 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:231 msgid "Android" msgstr "Android" -#: ../../docs/user/introduction/information.rst:226 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" @@ -588,24 +604,24 @@ msgstr "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" -#: ../../docs/user/introduction/information.rst:227 +#: ../../docs/user/introduction/information.rst:234 msgid "" "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" -#: ../../docs/user/introduction/information.rst:228 +#: ../../docs/user/introduction/information.rst:235 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:229 +#: ../../docs/user/introduction/information.rst:236 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" msgstr "" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:237 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" @@ -613,13 +629,13 @@ msgstr "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:238 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:232 +#: ../../docs/user/introduction/information.rst:239 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" @@ -627,21 +643,21 @@ msgstr "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" -#: ../../docs/user/introduction/information.rst:233 +#: ../../docs/user/introduction/information.rst:240 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" msgstr "" -#: ../../docs/user/introduction/information.rst:240 +#: ../../docs/user/introduction/information.rst:247 msgid "Glossary" msgstr "Glossário" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:250 msgid "51% Attack" msgstr "" -#: ../../docs/user/introduction/information.rst:245 +#: ../../docs/user/introduction/information.rst:252 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 " @@ -650,11 +666,11 @@ msgid "" "block." msgstr "" -#: ../../docs/user/introduction/information.rst:250 +#: ../../docs/user/introduction/information.rst:257 msgid "Address" msgstr "" -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:259 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -668,11 +684,11 @@ msgstr "" " é 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:257 +#: ../../docs/user/introduction/information.rst:264 msgid "Algorithm" msgstr "" -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:266 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-step" @@ -684,22 +700,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:263 +#: ../../docs/user/introduction/information.rst:270 msgid "Altcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:272 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:268 +#: ../../docs/user/introduction/information.rst:275 msgid "AML" msgstr "" -#: ../../docs/user/introduction/information.rst:270 +#: ../../docs/user/introduction/information.rst:277 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. AML" @@ -711,11 +727,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:274 +#: ../../docs/user/introduction/information.rst:281 msgid "API" msgstr "" -#: ../../docs/user/introduction/information.rst:276 +#: ../../docs/user/introduction/information.rst:283 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a set" @@ -728,7 +744,7 @@ msgstr "" " é um conjunto de rotinas, protocolos e ferramentas para a construção de " "software e aplicações." -#: ../../docs/user/introduction/information.rst:281 +#: ../../docs/user/introduction/information.rst:288 msgid "" "An API expresses a software component in terms of its operations, inputs, " "outputs, and underlying types, defining functionalities that are independent" @@ -746,11 +762,11 @@ msgstr "" "programa, fornecendo todos os blocos de construção, que são então colocadas " "em conjunto pelo programador." -#: ../../docs/user/introduction/information.rst:288 +#: ../../docs/user/introduction/information.rst:295 msgid "ASIC" msgstr "" -#: ../../docs/user/introduction/information.rst:290 +#: ../../docs/user/introduction/information.rst:297 msgid "" "An application-specific integrated circuit (ASIC), is an integrated circuit " "(IC) customized for a particular use, rather than intended for general-" @@ -763,11 +779,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:295 +#: ../../docs/user/introduction/information.rst:302 msgid "ATM / BTM" msgstr "" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:304 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 " @@ -779,21 +795,21 @@ msgstr "" " 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:301 +#: ../../docs/user/introduction/information.rst:308 msgid "Backlog" msgstr "" -#: ../../docs/user/introduction/information.rst:303 +#: ../../docs/user/introduction/information.rst:310 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:305 +#: ../../docs/user/introduction/information.rst:312 msgid "Backup" msgstr "Backup" -#: ../../docs/user/introduction/information.rst:307 +#: ../../docs/user/introduction/information.rst:314 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 " @@ -811,11 +827,11 @@ msgstr "" "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:314 +#: ../../docs/user/introduction/information.rst:321 msgid "Bitcoin 2.0" msgstr "Bitcoin 2.0" -#: ../../docs/user/introduction/information.rst:316 +#: ../../docs/user/introduction/information.rst:323 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 " @@ -826,11 +842,11 @@ msgstr "" "nível de Projetos Blockchain (Contratos inteligentes, descentralizada " "Votação, ....)" -#: ../../docs/user/introduction/information.rst:320 +#: ../../docs/user/introduction/information.rst:327 msgid "Blockchain" msgstr "Blockchain" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:329 msgid "" "A `blockchain `_ is a " "distributed database that maintains a continuously-growing list of data " @@ -849,11 +865,11 @@ msgstr "" " executável. Cada bloco contém um timestamp e informação ligando-o a um " "bloco anterior." -#: ../../docs/user/introduction/information.rst:331 +#: ../../docs/user/introduction/information.rst:338 msgid "Blocks" msgstr "Blocos" -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:340 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -869,11 +885,11 @@ msgstr "" "conhecidos como \"mineradores\" que usam software especializado ou " "equipamento projetado especificamente para criar blocos." -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:346 msgid "ChainLock" msgstr "" -#: ../../docs/user/introduction/information.rst:341 +#: ../../docs/user/introduction/information.rst:348 msgid "" "Defined in `DIP8 " "`__, ChainLocks are" @@ -883,11 +899,11 @@ msgid "" "double spending." msgstr "" -#: ../../docs/user/introduction/information.rst:347 +#: ../../docs/user/introduction/information.rst:354 msgid "Cloud Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:349 +#: ../../docs/user/introduction/information.rst:356 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 " @@ -905,22 +921,22 @@ msgstr "" "cópias de segurança de sua carteira on-line, porque você não tem acesso às " "chaves privadas." -#: ../../docs/user/introduction/information.rst:357 +#: ../../docs/user/introduction/information.rst:364 msgid "Coinbase transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:359 +#: ../../docs/user/introduction/information.rst:366 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:362 +#: ../../docs/user/introduction/information.rst:369 msgid "Cold Storage" msgstr "" -#: ../../docs/user/introduction/information.rst:364 +#: ../../docs/user/introduction/information.rst:371 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -931,11 +947,11 @@ msgstr "" "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:368 +#: ../../docs/user/introduction/information.rst:375 msgid "Confirm(ed) Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:370 +#: ../../docs/user/introduction/information.rst:377 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 " @@ -949,15 +965,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:375 +#: ../../docs/user/introduction/information.rst:382 msgid "Confirmation Number" msgstr "" -#: ../../docs/user/introduction/information.rst:376 +#: ../../docs/user/introduction/information.rst:383 msgid "confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:386 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -976,11 +992,11 @@ msgstr "" "transação ser revertida (duplo gasto) diminui exponencialmente com cada " "bloco e posterior confirmação." -#: ../../docs/user/introduction/information.rst:387 +#: ../../docs/user/introduction/information.rst:394 msgid "Confirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:396 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be " @@ -988,11 +1004,11 @@ msgid "" "the blockchain (and thus \"confirmed\")." msgstr "" -#: ../../docs/user/introduction/information.rst:393 +#: ../../docs/user/introduction/information.rst:400 msgid "Credit pool" msgstr "" -#: ../../docs/user/introduction/information.rst:395 +#: ../../docs/user/introduction/information.rst:402 msgid "" "A store of value on the Core chain that is funded by asset lock " "transactions. The credit pool mirrors the credit balance on Dash Platform. " @@ -1000,11 +1016,11 @@ msgid "" "Platform and unlocking it to withdraw back to Dash on the Core chain." msgstr "" -#: ../../docs/user/introduction/information.rst:398 +#: ../../docs/user/introduction/information.rst:405 msgid "CPU" msgstr "CPU" -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:407 msgid "" "A `central processing unit (CPU) " "`_ is the electronic " @@ -1018,11 +1034,11 @@ msgid "" "circuitry." msgstr "" -#: ../../docs/user/introduction/information.rst:410 +#: ../../docs/user/introduction/information.rst:417 msgid "Cryptocurrency" msgstr "" -#: ../../docs/user/introduction/information.rst:412 +#: ../../docs/user/introduction/information.rst:419 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -1033,11 +1049,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:416 +#: ../../docs/user/introduction/information.rst:423 msgid "Cryptography" msgstr "" -#: ../../docs/user/introduction/information.rst:418 +#: ../../docs/user/introduction/information.rst:425 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -1053,11 +1069,11 @@ msgid "" "electronic commerce." msgstr "" -#: ../../docs/user/introduction/information.rst:430 +#: ../../docs/user/introduction/information.rst:437 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:432 +#: ../../docs/user/introduction/information.rst:439 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, 80% " @@ -1070,72 +1086,72 @@ msgid "" "the two terms are interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP" msgstr "" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:450 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." msgstr "" -#: ../../docs/user/introduction/information.rst:445 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP Client" msgstr "" -#: ../../docs/user/introduction/information.rst:447 +#: ../../docs/user/introduction/information.rst:454 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:449 +#: ../../docs/user/introduction/information.rst:456 msgid "DAP Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:451 +#: ../../docs/user/introduction/information.rst:458 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:453 +#: ../../docs/user/introduction/information.rst:460 msgid "DAP Space" msgstr "" -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:462 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:457 +#: ../../docs/user/introduction/information.rst:464 msgid "DAP State" msgstr "" -#: ../../docs/user/introduction/information.rst:459 +#: ../../docs/user/introduction/information.rst:466 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." msgstr "" -#: ../../docs/user/introduction/information.rst:461 +#: ../../docs/user/introduction/information.rst:468 msgid "DAPI" msgstr "" -#: ../../docs/user/introduction/information.rst:463 +#: ../../docs/user/introduction/information.rst:470 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 "" -#: ../../docs/user/introduction/information.rst:467 +#: ../../docs/user/introduction/information.rst:474 msgid "Dark Gravity Wave" msgstr "Dark Gravity Wave" -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:476 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" " *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" @@ -1151,21 +1167,21 @@ msgstr "" "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:475 +#: ../../docs/user/introduction/information.rst:482 msgid "Darkcoin" msgstr "Darkcoin" -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:484 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:479 +#: ../../docs/user/introduction/information.rst:486 msgid "Dash" msgstr "Dash" -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:488 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency was" " later renamed \"Dash\" to avoid association with the darknet markets. Dash " @@ -1176,22 +1192,22 @@ msgid "" ":ref:`Features ` page for a full list of Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:489 +#: ../../docs/user/introduction/information.rst:496 msgid "DashDrive" msgstr "" -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:498 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:494 +#: ../../docs/user/introduction/information.rst:501 msgid "Dash Client" msgstr "" -#: ../../docs/user/introduction/information.rst:496 +#: ../../docs/user/introduction/information.rst:503 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" @@ -1206,11 +1222,11 @@ msgstr "" " 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:502 +#: ../../docs/user/introduction/information.rst:509 msgid "Dash Core Wallet" msgstr "Carteira Dash Core" -#: ../../docs/user/introduction/information.rst:504 +#: ../../docs/user/introduction/information.rst:511 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 " @@ -1219,32 +1235,32 @@ msgid "" "it." msgstr "" -#: ../../docs/user/introduction/information.rst:509 +#: ../../docs/user/introduction/information.rst:516 msgid "Dash Evolution" msgstr "Dash Evolution" -#: ../../docs/user/introduction/information.rst:511 +#: ../../docs/user/introduction/information.rst:518 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:515 +#: ../../docs/user/introduction/information.rst:522 msgid "Dash Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:517 +#: ../../docs/user/introduction/information.rst:524 msgid "" "A JSON-based language specification for defining and validating consensus " "data in Evolution." msgstr "" -#: ../../docs/user/introduction/information.rst:519 +#: ../../docs/user/introduction/information.rst:526 msgid "DDoS" msgstr "" -#: ../../docs/user/introduction/information.rst:521 +#: ../../docs/user/introduction/information.rst:528 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 " @@ -1260,11 +1276,11 @@ msgstr "" "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:527 +#: ../../docs/user/introduction/information.rst:534 msgid "Decentralized" msgstr "" -#: ../../docs/user/introduction/information.rst:529 +#: ../../docs/user/introduction/information.rst:536 msgid "" "`Decentralized computing " "`_ is the allocation " @@ -1283,11 +1299,11 @@ msgid "" "effectiveness." msgstr "" -#: ../../docs/user/introduction/information.rst:544 +#: ../../docs/user/introduction/information.rst:551 msgid "Desktop Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:546 +#: ../../docs/user/introduction/information.rst:553 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 " @@ -1296,11 +1312,11 @@ msgid "" " `" msgstr "" -#: ../../docs/user/introduction/information.rst:552 +#: ../../docs/user/introduction/information.rst:559 msgid "Difficulty" msgstr "" -#: ../../docs/user/introduction/information.rst:554 +#: ../../docs/user/introduction/information.rst:561 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 +1336,15 @@ msgstr "" "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:563 +#: ../../docs/user/introduction/information.rst:570 msgid "Digital Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:565 +#: ../../docs/user/introduction/information.rst:572 msgid "See :ref:`this link ` for full documentation on wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:567 +#: ../../docs/user/introduction/information.rst:574 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 " @@ -1337,7 +1353,7 @@ msgid "" "wallets can exist in many different forms and on many devices:" msgstr "" -#: ../../docs/user/introduction/information.rst:574 +#: ../../docs/user/introduction/information.rst:581 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1347,7 +1363,7 @@ msgid "" "funds." msgstr "" -#: ../../docs/user/introduction/information.rst:582 +#: ../../docs/user/introduction/information.rst:589 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or Apple " @@ -1358,7 +1374,7 @@ msgid "" "of funds on these wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your Dash " @@ -1372,7 +1388,7 @@ msgid "" "wallet or cryptocurrency exchange." msgstr "" -#: ../../docs/user/introduction/information.rst:603 +#: ../../docs/user/introduction/information.rst:610 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1384,7 +1400,7 @@ msgid "" "storage for your Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:613 +#: ../../docs/user/introduction/information.rst:620 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the internet." @@ -1397,11 +1413,11 @@ msgid "" "for long-term (multi-year) storage because they degrade over time." msgstr "" -#: ../../docs/user/introduction/information.rst:623 +#: ../../docs/user/introduction/information.rst:630 msgid "DKG" msgstr "" -#: ../../docs/user/introduction/information.rst:625 +#: ../../docs/user/introduction/information.rst:632 msgid "" "Defined in `DIP6 " "`__, Distributed " @@ -1413,11 +1429,11 @@ msgid "" "of Shamir’s Secret Sharing." msgstr "" -#: ../../docs/user/introduction/information.rst:633 +#: ../../docs/user/introduction/information.rst:640 msgid "Digital Signature" msgstr "" -#: ../../docs/user/introduction/information.rst:635 +#: ../../docs/user/introduction/information.rst:642 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 " @@ -1433,11 +1449,11 @@ msgstr "" "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:643 +#: ../../docs/user/introduction/information.rst:650 msgid "Electrum Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:645 +#: ../../docs/user/introduction/information.rst:652 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight wallet " "that does not require you to download or sync the entire blockchain, making " @@ -1445,11 +1461,11 @@ msgid "" " CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:656 msgid "Encryption" msgstr "" -#: ../../docs/user/introduction/information.rst:651 +#: ../../docs/user/introduction/information.rst:658 msgid "" "In cryptography, `encryption `_ is" " the process of encoding messages or information in such a way that only " @@ -1464,15 +1480,15 @@ msgid "" "\"uncrackable.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:663 +#: ../../docs/user/introduction/information.rst:670 msgid "Escrow Services" msgstr "" -#: ../../docs/user/introduction/information.rst:665 +#: ../../docs/user/introduction/information.rst:672 msgid "An `escrow `_ is:" msgstr "" -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:674 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1480,20 +1496,20 @@ msgid "" "or" msgstr "" -#: ../../docs/user/introduction/information.rst:672 +#: ../../docs/user/introduction/information.rst:679 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:676 +#: ../../docs/user/introduction/information.rst:683 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:679 +#: ../../docs/user/introduction/information.rst:686 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1504,22 +1520,22 @@ msgid "" " the product (or currency) being purchased to the appropriate party." msgstr "" -#: ../../docs/user/introduction/information.rst:687 +#: ../../docs/user/introduction/information.rst:694 msgid "Evan Duffield" msgstr "" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:696 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:692 +#: ../../docs/user/introduction/information.rst:699 msgid "Exchange" msgstr "" -#: ../../docs/user/introduction/information.rst:694 +#: ../../docs/user/introduction/information.rst:701 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" @@ -1532,11 +1548,11 @@ msgid "" "time of each transaction." msgstr "" -#: ../../docs/user/introduction/information.rst:704 +#: ../../docs/user/introduction/information.rst:711 msgid "Faucet" msgstr "" -#: ../../docs/user/introduction/information.rst:706 +#: ../../docs/user/introduction/information.rst:713 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 " @@ -1544,40 +1560,40 @@ msgid "" "or task as described by the website." msgstr "" -#: ../../docs/user/introduction/information.rst:710 +#: ../../docs/user/introduction/information.rst:717 msgid "Fiat Gateway" msgstr "" -#: ../../docs/user/introduction/information.rst:712 +#: ../../docs/user/introduction/information.rst:719 msgid "" "`Fiat money `_ has been defined " "variously as:" msgstr "" -#: ../../docs/user/introduction/information.rst:715 +#: ../../docs/user/introduction/information.rst:722 msgid "Any money declared by a government to be legal tender." msgstr "" -#: ../../docs/user/introduction/information.rst:716 +#: ../../docs/user/introduction/information.rst:723 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:717 +#: ../../docs/user/introduction/information.rst:724 msgid "" "Intrinsically valueless money used as money because of government decree." msgstr "" -#: ../../docs/user/introduction/information.rst:719 +#: ../../docs/user/introduction/information.rst:726 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "" -#: ../../docs/user/introduction/information.rst:720 +#: ../../docs/user/introduction/information.rst:727 msgid "Fintech" msgstr "" -#: ../../docs/user/introduction/information.rst:722 +#: ../../docs/user/introduction/information.rst:729 msgid "" "`Financial technology " "`_, also known as " @@ -1589,11 +1605,11 @@ msgid "" "Bitcoin." msgstr "" -#: ../../docs/user/introduction/information.rst:730 +#: ../../docs/user/introduction/information.rst:737 msgid "Fork" msgstr "" -#: ../../docs/user/introduction/information.rst:732 +#: ../../docs/user/introduction/information.rst:739 msgid "" "When the blockchain diverges or splits, with some clients recognizing one " "version of the blockchain as valid, and other clients believing that a " @@ -1604,18 +1620,18 @@ msgid "" "extremely dangerous and should be avoided if possible." msgstr "" -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:748 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:744 +#: ../../docs/user/introduction/information.rst:751 msgid "Full Nodes" msgstr "" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:753 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 " @@ -1624,27 +1640,27 @@ msgid "" "blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:751 +#: ../../docs/user/introduction/information.rst:758 msgid "Fungible" msgstr "" -#: ../../docs/user/introduction/information.rst:753 +#: ../../docs/user/introduction/information.rst:760 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:754 +#: ../../docs/user/introduction/information.rst:761 msgid "Genesis Block" msgstr "" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:763 msgid "The very first block in the block chain." msgstr "O primeiro bloco na cadeia de blocos." -#: ../../docs/user/introduction/information.rst:757 +#: ../../docs/user/introduction/information.rst:764 msgid "GPU" msgstr "" -#: ../../docs/user/introduction/information.rst:759 +#: ../../docs/user/introduction/information.rst:766 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -1662,11 +1678,11 @@ msgid "" "GPUs." msgstr "" -#: ../../docs/user/introduction/information.rst:773 +#: ../../docs/user/introduction/information.rst:780 msgid "Hardware Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:782 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a piece " @@ -1674,11 +1690,11 @@ msgid "" "sign transactions as normal, making it both safe and convenient." msgstr "" -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:787 msgid "Hash" msgstr "" -#: ../../docs/user/introduction/information.rst:782 +#: ../../docs/user/introduction/information.rst:789 msgid "" "A mathematical process that takes a variable amount of data and produces a " "shorter, fixed-length output. A hashing function has two important " @@ -1687,11 +1703,11 @@ msgid "" "tiniest part of the input will produce an entirely different output." msgstr "" -#: ../../docs/user/introduction/information.rst:788 +#: ../../docs/user/introduction/information.rst:795 msgid "Hashrate" msgstr "" -#: ../../docs/user/introduction/information.rst:790 +#: ../../docs/user/introduction/information.rst:797 msgid "" "The number of hashes that can be performed by a Dash miner in a given period" " of time (usually a second)." @@ -1699,29 +1715,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:792 +#: ../../docs/user/introduction/information.rst:799 msgid "Insight" msgstr "" -#: ../../docs/user/introduction/information.rst:794 +#: ../../docs/user/introduction/information.rst:801 msgid "" "Blockchain information server used to power block explorers and respond to " "transaction queries." msgstr "" -#: ../../docs/user/introduction/information.rst:796 +#: ../../docs/user/introduction/information.rst:803 msgid "InstantX" msgstr "" -#: ../../docs/user/introduction/information.rst:798 +#: ../../docs/user/introduction/information.rst:805 msgid "See InstantSend" msgstr "" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:806 msgid "InstantSend" msgstr "InstantSend" -#: ../../docs/user/introduction/information.rst:801 +#: ../../docs/user/introduction/information.rst:808 msgid "" ":ref:`InstantSend ` technology uses the masternode network to " "\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" @@ -1730,11 +1746,11 @@ msgid "" "after only a few seconds." msgstr "" -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:813 msgid "Liquidity" msgstr "" -#: ../../docs/user/introduction/information.rst:808 +#: ../../docs/user/introduction/information.rst:815 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" @@ -1742,11 +1758,11 @@ msgid "" "volatility, and the inability to easily determine the value of an asset." msgstr "" -#: ../../docs/user/introduction/information.rst:813 +#: ../../docs/user/introduction/information.rst:820 msgid "LLMQ" msgstr "" -#: ../../docs/user/introduction/information.rst:815 +#: ../../docs/user/introduction/information.rst:822 msgid "" "Defined in `DIP6 " "`__, A Long- Living" @@ -1758,28 +1774,28 @@ msgid "" " perform threshold signing of consensus related messages." msgstr "" -#: ../../docs/user/introduction/information.rst:824 +#: ../../docs/user/introduction/information.rst:831 msgid "Masternode" msgstr "" -#: ../../docs/user/introduction/information.rst:826 +#: ../../docs/user/introduction/information.rst:833 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:830 +#: ../../docs/user/introduction/information.rst:837 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:832 +#: ../../docs/user/introduction/information.rst:839 msgid "Mining" msgstr "" -#: ../../docs/user/introduction/information.rst:834 +#: ../../docs/user/introduction/information.rst:841 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 " @@ -1787,20 +1803,20 @@ msgid "" ":ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:838 +#: ../../docs/user/introduction/information.rst:845 msgid "Mobile Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:840 +#: ../../docs/user/introduction/information.rst:847 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:841 +#: ../../docs/user/introduction/information.rst:848 msgid "MultiSig" msgstr "" -#: ../../docs/user/introduction/information.rst:843 +#: ../../docs/user/introduction/information.rst:850 msgid "" "Multi-signature addresses provide additional security by requiring multiple " "people to sign a transaction with their private key before the transaction " @@ -1811,22 +1827,22 @@ msgid "" "since it makes theft much more difficult." msgstr "" -#: ../../docs/user/introduction/information.rst:851 +#: ../../docs/user/introduction/information.rst:858 msgid "Node" msgstr "" -#: ../../docs/user/introduction/information.rst:853 +#: ../../docs/user/introduction/information.rst:860 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:856 +#: ../../docs/user/introduction/information.rst:863 msgid "OTC" msgstr "" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:865 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 " @@ -1835,11 +1851,11 @@ msgid "" " order will move the price (called \"slippage\")." msgstr "" -#: ../../docs/user/introduction/information.rst:863 +#: ../../docs/user/introduction/information.rst:870 msgid "P2P" msgstr "" -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:872 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two " "parties in a highly interconnected network. An alternative system to a 'hub-" @@ -1847,22 +1863,22 @@ msgid "" " each other through a single mediation point." msgstr "" -#: ../../docs/user/introduction/information.rst:869 +#: ../../docs/user/introduction/information.rst:876 msgid "Paper Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:871 +#: ../../docs/user/introduction/information.rst:878 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:874 +#: ../../docs/user/introduction/information.rst:881 msgid "Privacy" msgstr "" -#: ../../docs/user/introduction/information.rst:876 +#: ../../docs/user/introduction/information.rst:883 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about themselves, " @@ -1875,11 +1891,11 @@ msgid "" "includes CoinJoin, which allows users to maintain financial privacy." msgstr "" -#: ../../docs/user/introduction/information.rst:886 +#: ../../docs/user/introduction/information.rst:893 msgid "Private Key" msgstr "" -#: ../../docs/user/introduction/information.rst:888 +#: ../../docs/user/introduction/information.rst:895 msgid "" "A `private key `_ is" " a long alphanumeric passcode that allows Dash to be spent. Every Dash " @@ -1890,22 +1906,22 @@ msgid "" "secret." msgstr "" -#: ../../docs/user/introduction/information.rst:895 +#: ../../docs/user/introduction/information.rst:902 msgid "PrivateSend" msgstr "PrivateSend" -#: ../../docs/user/introduction/information.rst:897 +#: ../../docs/user/introduction/information.rst:904 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:900 +#: ../../docs/user/introduction/information.rst:907 msgid "Proof of Service - PoSe" msgstr "" -#: ../../docs/user/introduction/information.rst:902 +#: ../../docs/user/introduction/information.rst:909 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided " "uninterrupted service meeting a minimum quality level to the network. " @@ -1913,11 +1929,11 @@ msgid "" "the global list and eventually into the selection pool to receive payment." msgstr "" -#: ../../docs/user/introduction/information.rst:908 +#: ../../docs/user/introduction/information.rst:915 msgid "Proof of Stake - PoS" msgstr "" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:917 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 " @@ -1931,11 +1947,11 @@ msgid "" "and the attacker's chain." msgstr "" -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:928 msgid "Proof of Work - PoW" msgstr "" -#: ../../docs/user/introduction/information.rst:923 +#: ../../docs/user/introduction/information.rst:930 msgid "" "Consensus mechanism that keeps all nodes honest by requiring computational " "power to be expended in order to create new blocks. Miners must use " @@ -1944,11 +1960,11 @@ msgid "" " chain and the network's nodes would never agree on which chain was valid." msgstr "" -#: ../../docs/user/introduction/information.rst:929 +#: ../../docs/user/introduction/information.rst:936 msgid "Public Key" msgstr "" -#: ../../docs/user/introduction/information.rst:931 +#: ../../docs/user/introduction/information.rst:938 msgid "" "The `public key `_ " "is derived from the private key but is not secret and can be revealed to " @@ -1956,11 +1972,11 @@ msgid "" " to verify that the signature is valid." msgstr "" -#: ../../docs/user/introduction/information.rst:936 +#: ../../docs/user/introduction/information.rst:943 msgid "Pump and dump" msgstr "" -#: ../../docs/user/introduction/information.rst:938 +#: ../../docs/user/introduction/information.rst:945 msgid "" "Inflating the value of a financial asset that has been produced or acquired " "cheaply, often using aggressive publicity and misleading statements. The " @@ -1970,21 +1986,21 @@ msgid "" "common in markets with low liquidity, such as some altcoins." msgstr "" -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:952 msgid "Quorum" msgstr "" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:954 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:949 +#: ../../docs/user/introduction/information.rst:956 msgid "QR Code" msgstr "" -#: ../../docs/user/introduction/information.rst:951 +#: ../../docs/user/introduction/information.rst:958 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 +2008,33 @@ msgid "" "encode Dash addresses." msgstr "" -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:962 msgid "Satoshi Nakamoto" msgstr "" -#: ../../docs/user/introduction/information.rst:957 +#: ../../docs/user/introduction/information.rst:964 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:960 +#: ../../docs/user/introduction/information.rst:967 msgid "SDK" msgstr "" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:969 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:965 +#: ../../docs/user/introduction/information.rst:972 msgid "Signaling" msgstr "" -#: ../../docs/user/introduction/information.rst:967 +#: ../../docs/user/introduction/information.rst:974 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 +2043,22 @@ msgid "" "protocol and/or by setting a specific version bit within discovered blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:972 +#: ../../docs/user/introduction/information.rst:979 msgid "State View" msgstr "" -#: ../../docs/user/introduction/information.rst:974 +#: ../../docs/user/introduction/information.rst:981 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:977 +#: ../../docs/user/introduction/information.rst:984 msgid "Spork" msgstr "" -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:986 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 +2075,29 @@ msgid "" " or client update." msgstr "" -#: ../../docs/user/introduction/information.rst:993 +#: ../../docs/user/introduction/information.rst:1000 msgid "Tainted Coins" msgstr "" -#: ../../docs/user/introduction/information.rst:995 +#: ../../docs/user/introduction/information.rst:1002 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:997 +#: ../../docs/user/introduction/information.rst:1004 msgid "tDash" msgstr "tDash" -#: ../../docs/user/introduction/information.rst:999 +#: ../../docs/user/introduction/information.rst:1006 msgid "Test Dash, used on :ref:`testnet `." msgstr "Test Dash, usado no :ref:`Testnet `." -#: ../../docs/user/introduction/information.rst:1000 +#: ../../docs/user/introduction/information.rst:1007 msgid "Testnet" msgstr "Testnet" -#: ../../docs/user/introduction/information.rst:1002 +#: ../../docs/user/introduction/information.rst:1009 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and test " @@ -2092,11 +2108,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:1006 +#: ../../docs/user/introduction/information.rst:1013 msgid "Tor" msgstr "Tor" -#: ../../docs/user/introduction/information.rst:1008 +#: ../../docs/user/introduction/information.rst:1015 msgid "" "An anonymous routing protocol used by people wanting to hide their identity " "online." @@ -2104,11 +2120,11 @@ msgstr "" "Um protocolo de roteamento anônimo, usado por pessoas que querem ocultar sua" " identidade on-line." -#: ../../docs/user/introduction/information.rst:1010 +#: ../../docs/user/introduction/information.rst:1017 msgid "Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:1012 +#: ../../docs/user/introduction/information.rst:1019 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions may" " be divided into classical and special transactions. Similar to Bitcoin, " @@ -2118,11 +2134,11 @@ msgid "" "used to manage blockchain users, for example." msgstr "" -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:1026 msgid "Transaction Block" msgstr "" -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:1028 msgid "" "A collection of transactions on the Dash network, gathered into a block that" " can then be hashed and added to the blockchain." @@ -2130,11 +2146,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:1023 +#: ../../docs/user/introduction/information.rst:1030 msgid "Transaction Fee" msgstr "" -#: ../../docs/user/introduction/information.rst:1025 +#: ../../docs/user/introduction/information.rst:1032 msgid "" "A :ref:`small fee ` imposed on some transactions sent across the Dash " "network. The transaction fee is awarded to the miner that successfully " @@ -2144,30 +2160,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:1028 +#: ../../docs/user/introduction/information.rst:1035 msgid "Unconfirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1037 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:1033 +#: ../../docs/user/introduction/information.rst:1040 msgid "Vanity Address" msgstr "" -#: ../../docs/user/introduction/information.rst:1035 +#: ../../docs/user/introduction/information.rst:1042 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:1036 +#: ../../docs/user/introduction/information.rst:1043 msgid "Virgin Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:1038 +#: ../../docs/user/introduction/information.rst:1045 msgid "" "Dash received as a reward for mining a block or running a masternode. These " "have not yet been spent anywhere and are \"virgin.\"" @@ -2175,11 +2191,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:1040 +#: ../../docs/user/introduction/information.rst:1047 msgid "Volatility" msgstr "" -#: ../../docs/user/introduction/information.rst:1042 +#: ../../docs/user/introduction/information.rst:1049 msgid "" "The measurement of price movements over time for a traded financial asset " "(including Dash)." @@ -2187,11 +2203,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:1044 +#: ../../docs/user/introduction/information.rst:1051 msgid "Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:1046 +#: ../../docs/user/introduction/information.rst:1053 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 " @@ -2201,11 +2217,11 @@ msgstr "" "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:1049 +#: ../../docs/user/introduction/information.rst:1056 msgid "Whitepaper" msgstr "Whitepaper" -#: ../../docs/user/introduction/information.rst:1051 +#: ../../docs/user/introduction/information.rst:1058 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a complex" @@ -2218,11 +2234,11 @@ msgstr "" "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:1056 +#: ../../docs/user/introduction/information.rst:1063 msgid "X11" msgstr "X11" -#: ../../docs/user/introduction/information.rst:1058 +#: ../../docs/user/introduction/information.rst:1065 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash Core " "developer Evan Duffield." @@ -2230,21 +2246,21 @@ msgstr "" ":ref:`X11 ` é um algoritmo hashing criado pelo " "desenvolvedor da Dash, Evan Duffield." -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1067 msgid "Zero Confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1069 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:1064 +#: ../../docs/user/introduction/information.rst:1071 msgid "vin" msgstr "" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1073 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 " @@ -2252,11 +2268,11 @@ msgid "" "to work." msgstr "" -#: ../../docs/user/introduction/information.rst:1070 +#: ../../docs/user/introduction/information.rst:1077 msgid "VMN" msgstr "" -#: ../../docs/user/introduction/information.rst:1072 +#: ../../docs/user/introduction/information.rst:1079 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " diff --git a/locale/pt/LC_MESSAGES/docs/user/introduction/safety.po b/locale/pt/LC_MESSAGES/docs/user/introduction/safety.po index 50a50225a..e3f4c4721 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 f82f70113..d4856acda 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 62a8d7aed..ac67b0daf 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/dashmate-upgrade-v1.po b/locale/pt/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po index 200e65407..776cd1082 100644 --- a/locale/pt/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po +++ b/locale/pt/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2024-08-29 14:40+0000\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" @@ -46,22 +46,18 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:26 -msgid "Reset previous services to ensure compatibility with the new version::" -msgstr "" - -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:30 msgid "Update services::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:35 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:32 msgid "Start dashmate node" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:37 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:34 msgid "Start the node::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:41 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:38 msgid "" "Make sure the node works properly by running the following status commands::" msgstr "" diff --git a/locale/pt/LC_MESSAGES/docs/user/masternodes/hosting.po b/locale/pt/LC_MESSAGES/docs/user/masternodes/hosting.po index 58311f63c..b5061fe48 100644 --- a/locale/pt/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/pt/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -66,295 +66,303 @@ msgid "Operated by: CrowdNode ApS" msgstr "" #: ../../docs/user/masternodes/hosting.rst:36 -#: ../../docs/user/masternodes/hosting.rst:90 -#: ../../docs/user/masternodes/hosting.rst:146 +#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:148 msgid "Services: Hosting, Shares" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:37 -msgid "Cost: 15% of masternode payments" +#: ../../docs/user/masternodes/hosting.rst:38 +msgid "Cost:" msgstr "" #: ../../docs/user/masternodes/hosting.rst:38 -msgid "`Site `__" +msgid "35% of trusted masternode/evonode payments" msgstr "" #: ../../docs/user/masternodes/hosting.rst:39 +msgid "20% of trustless masternode payments" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:40 +msgid "`Site `__" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:41 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:43 +#: ../../docs/user/masternodes/hosting.rst:45 msgid "Allnodes" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:50 +#: ../../docs/user/masternodes/hosting.rst:52 msgid "" "`https://www.allnodes.com " "`__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:52 +#: ../../docs/user/masternodes/hosting.rst:54 msgid "Operated by: Sephiroth" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:53 +#: ../../docs/user/masternodes/hosting.rst:55 msgid "Services: Monitoring, Hosting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:54 +#: ../../docs/user/masternodes/hosting.rst:56 msgid "Cost: from $4.50/month" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:55 +#: ../../docs/user/masternodes/hosting.rst:57 msgid "" "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:56 +#: ../../docs/user/masternodes/hosting.rst:58 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:57 +#: ../../docs/user/masternodes/hosting.rst:59 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:58 +#: ../../docs/user/masternodes/hosting.rst:60 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:59 +#: ../../docs/user/masternodes/hosting.rst:61 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:63 +#: ../../docs/user/masternodes/hosting.rst:65 msgid "SID Hosting Service" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:70 +#: ../../docs/user/masternodes/hosting.rst:72 msgid "https://dashmasternode.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:72 +#: ../../docs/user/masternodes/hosting.rst:74 msgid "Operated by: splawik21 (Dash Core team member)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:73 -#: ../../docs/user/masternodes/hosting.rst:160 +#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:162 msgid "Services: Hosting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:74 +#: ../../docs/user/masternodes/hosting.rst:76 msgid "Cost: €25/month, paid in Dash" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:77 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:76 +#: ../../docs/user/masternodes/hosting.rst:78 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:80 +#: ../../docs/user/masternodes/hosting.rst:82 msgid "Pool of Stake" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:87 +#: ../../docs/user/masternodes/hosting.rst:89 msgid "https://www.poolofstake.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:89 +#: ../../docs/user/masternodes/hosting.rst:91 msgid "Operated by: Pool of Stake OÜ" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:91 +#: ../../docs/user/masternodes/hosting.rst:93 msgid "15% of masternode payments (5% with tokens)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:94 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:93 +#: ../../docs/user/masternodes/hosting.rst:95 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:94 +#: ../../docs/user/masternodes/hosting.rst:96 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:95 +#: ../../docs/user/masternodes/hosting.rst:97 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:99 +#: ../../docs/user/masternodes/hosting.rst:101 msgid "Staked" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:106 +#: ../../docs/user/masternodes/hosting.rst:108 msgid "https://staked.us" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:108 +#: ../../docs/user/masternodes/hosting.rst:110 msgid "Operated by: Staked" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:109 +#: ../../docs/user/masternodes/hosting.rst:111 msgid "Services: Hosting, Reporting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:110 +#: ../../docs/user/masternodes/hosting.rst:112 msgid "Cost: 10% of rewards" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:111 +#: ../../docs/user/masternodes/hosting.rst:113 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:112 +#: ../../docs/user/masternodes/hosting.rst:114 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:116 +#: ../../docs/user/masternodes/hosting.rst:118 msgid "NodeHub.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:123 +#: ../../docs/user/masternodes/hosting.rst:125 msgid "https://nodehub.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:125 +#: ../../docs/user/masternodes/hosting.rst:127 msgid "Operated by: NodeHub LLC" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:126 +#: ../../docs/user/masternodes/hosting.rst:128 msgid "Services: Hosting, Governance, Stats, Monitoring" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:127 +#: ../../docs/user/masternodes/hosting.rst:129 msgid "Cost: $3.90/month (charged daily at $0.13)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:128 +#: ../../docs/user/masternodes/hosting.rst:130 msgid "" "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:129 +#: ../../docs/user/masternodes/hosting.rst:131 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:130 +#: ../../docs/user/masternodes/hosting.rst:132 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:131 +#: ../../docs/user/masternodes/hosting.rst:133 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:132 +#: ../../docs/user/masternodes/hosting.rst:134 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:136 +#: ../../docs/user/masternodes/hosting.rst:138 msgid "Gentarium" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:143 +#: ../../docs/user/masternodes/hosting.rst:145 msgid "https://mn.gtmcoin.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:145 +#: ../../docs/user/masternodes/hosting.rst:147 msgid "Operated by: Gentarium International OÜ" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:147 +#: ../../docs/user/masternodes/hosting.rst:149 msgid "Cost: $3.99/month (charged daily at $0.15)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:148 +#: ../../docs/user/masternodes/hosting.rst:150 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:149 +#: ../../docs/user/masternodes/hosting.rst:151 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:150 +#: ../../docs/user/masternodes/hosting.rst:152 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:151 +#: ../../docs/user/masternodes/hosting.rst:153 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:155 +#: ../../docs/user/masternodes/hosting.rst:157 msgid "Masternodehosting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:157 +#: ../../docs/user/masternodes/hosting.rst:159 msgid "https://masternodehosting.com" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:159 +#: ../../docs/user/masternodes/hosting.rst:161 msgid "Operated by: flare (Dash Core team member)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:161 +#: ../../docs/user/masternodes/hosting.rst:163 msgid "Cost: €18/month" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:162 +#: ../../docs/user/masternodes/hosting.rst:164 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:163 +#: ../../docs/user/masternodes/hosting.rst:165 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:164 +#: ../../docs/user/masternodes/hosting.rst:166 msgid "" "`Forum `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:170 +#: ../../docs/user/masternodes/hosting.rst:172 msgid "Registering a hosted masternode" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:172 +#: ../../docs/user/masternodes/hosting.rst:174 msgid "A list of available documentation appears below:" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:174 +#: ../../docs/user/masternodes/hosting.rst:176 msgid ":ref:`Full masternode setup guide `" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:175 +#: ../../docs/user/masternodes/hosting.rst:177 msgid "" ":ref:`Information for users of hosted masternodes ` (you are " "here)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:176 +#: ../../docs/user/masternodes/hosting.rst:178 msgid "" ":ref:`Information for operators of hosted masternodes `" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:178 +#: ../../docs/user/masternodes/hosting.rst:180 msgid "Registering a hosted masternode is done in several steps:" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:180 +#: ../../docs/user/masternodes/hosting.rst:182 msgid "" "Send 1000 DASH to an address you control in a single transaction and wait " "for 15 confirmations" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:182 +#: ../../docs/user/masternodes/hosting.rst:184 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 " @@ -362,13 +370,13 @@ msgid "" "will be set up before or after the registration transaction" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:187 +#: ../../docs/user/masternodes/hosting.rst:189 msgid "" "Prepare, sign and broadcast the registration transaction using Dash Core or " "DMT" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:190 +#: ../../docs/user/masternodes/hosting.rst:192 msgid "" "It is **highly recommended** to store the keys to your masternode collateral" " on a :ref:`hardware wallet ` for added security " @@ -380,11 +388,11 @@ msgid "" "beginning from the :ref:`registration step `." msgstr "" -#: ../../docs/user/masternodes/hosting.rst:204 +#: ../../docs/user/masternodes/hosting.rst:206 msgid "Operator transactions" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:206 +#: ../../docs/user/masternodes/hosting.rst:208 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 " @@ -398,7 +406,7 @@ msgid "" "update the service features and register the masternode." msgstr "" -#: ../../docs/user/masternodes/hosting.rst:218 +#: ../../docs/user/masternodes/hosting.rst:220 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 " diff --git a/locale/pt/LC_MESSAGES/docs/user/masternodes/index.po b/locale/pt/LC_MESSAGES/docs/user/masternodes/index.po index 05448cecb..7539ba92e 100644 --- a/locale/pt/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/pt/LC_MESSAGES/docs/user/masternodes/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/masternodes/server-config.po b/locale/pt/LC_MESSAGES/docs/user/masternodes/server-config.po index 0e771575d..586345836 100644 --- a/locale/pt/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/pt/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Leon White , 2024\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" @@ -76,7 +76,15 @@ msgid "" "ISPs allocate dynamic IP addresses to home users." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:41 +#: ../../docs/user/masternodes/server-config.rst:43 +msgid "" +"Disabling IPv6 is highly recommended to prevent communication issues that " +"have been observed when running nodes on some VPS providers. We recommend " +"turning it off through the VPS provider's setup wizard during initial server" +" creation." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:47 msgid "" "Before beginning, take a few minutes to review the masternode and evonode " ":hoverxref:`hardware requirements ` which may help you " @@ -91,66 +99,66 @@ msgid "" "on the following screen:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:56 +#: ../../docs/user/masternodes/server-config.rst:62 msgid "Vultr server location selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:58 +#: ../../docs/user/masternodes/server-config.rst:64 msgid "" "Select Ubuntu 24.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 "" -#: ../../docs/user/masternodes/server-config.rst:65 +#: ../../docs/user/masternodes/server-config.rst:71 msgid "Vultr server type selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:67 +#: ../../docs/user/masternodes/server-config.rst:73 msgid "" "Select a server size according to the hardware requirements for you " ":hoverxref:`masternode ` or :hoverxref:`evonode " "`:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:73 +#: ../../docs/user/masternodes/server-config.rst:79 msgid "Vultr server size selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:75 +#: ../../docs/user/masternodes/server-config.rst:81 msgid "" "Enter a hostname and label for your server. In this example we will use " "``dashmn1`` as the hostname." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:81 +#: ../../docs/user/masternodes/server-config.rst:87 msgid "Vultr server hostname & label selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:83 +#: ../../docs/user/masternodes/server-config.rst:89 msgid "" "Vultr will now install your server. This process may take a few minutes." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:88 +#: ../../docs/user/masternodes/server-config.rst:94 msgid "Vultr server installation screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:90 +#: ../../docs/user/masternodes/server-config.rst:96 msgid "" "Click **Manage** when installation is complete and take note of the IP " "address, username and password." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:96 +#: ../../docs/user/masternodes/server-config.rst:102 msgid "Vultr server management screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:101 +#: ../../docs/user/masternodes/server-config.rst:107 msgid "Set up your operating system" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:103 +#: ../../docs/user/masternodes/server-config.rst:109 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" @@ -161,11 +169,11 @@ msgid "" "and enter your password when prompted." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:114 +#: ../../docs/user/masternodes/server-config.rst:120 msgid "PuTTY download page" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:116 +#: ../../docs/user/masternodes/server-config.rst:122 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** " @@ -174,26 +182,26 @@ msgid "" "**Yes** to trust this server in the future." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:125 +#: ../../docs/user/masternodes/server-config.rst:131 msgid "PuTTY security alert when connecting to a new server" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:127 +#: ../../docs/user/masternodes/server-config.rst:133 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 "" -#: ../../docs/user/masternodes/server-config.rst:134 +#: ../../docs/user/masternodes/server-config.rst:140 msgid "Password challenge when connecting to your VPS for the first time" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:138 +#: ../../docs/user/masternodes/server-config.rst:144 msgid "Set up users" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:140 +#: ../../docs/user/masternodes/server-config.rst:146 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 " @@ -202,14 +210,14 @@ msgid "" "current cursor location::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:148 +#: ../../docs/user/masternodes/server-config.rst:154 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 "" -#: ../../docs/user/masternodes/server-config.rst:154 +#: ../../docs/user/masternodes/server-config.rst:160 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 " @@ -218,37 +226,73 @@ msgid "" "perform commands as root::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:164 +#: ../../docs/user/masternodes/server-config.rst:170 msgid "Update the system" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:166 +#: ../../docs/user/masternodes/server-config.rst:172 msgid "" "Now, while still as root, we will update the system from the Ubuntu package " "repository::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:172 +#: ../../docs/user/masternodes/server-config.rst:178 msgid "" "The system will show a list of upgradable packages. Press **Y** and " "**Enter** to install the packages." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:177 +#: ../../docs/user/masternodes/server-config.rst:182 +msgid "Disable IPv6" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:184 +msgid "" +"We recommend turning off IPv6 to avoid potential communication issues. If " +"you cannot do this through your VPS provider's server configuration " +"settings, use the following steps to disable it through the operating " +"system." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:188 +msgid "Check if IPv6 is enabled::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:192 +msgid "If multiple inet6 entries are returned, open sysctrl.conf::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:197 +msgid "" +"Add the following lines at the end of the file, then press **Ctrl + X** to " +"close the editor, then **Y** and **Enter** save the file.::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:204 +msgid "Load the changes::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:208 +msgid "" +"Finally, check if IPv6 was successfully disabled. No entries should be " +"returned when you run the command this time::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:214 msgid "Configure the firewall" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:179 +#: ../../docs/user/masternodes/server-config.rst:216 msgid "" "We will now install a firewall (and some other packages we will use later)::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:183 -#: ../../docs/user/masternodes/server-config.rst:225 +#: ../../docs/user/masternodes/server-config.rst:220 +#: ../../docs/user/masternodes/server-config.rst:259 msgid "(press **Y** and **Enter** to confirm)" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:185 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Choose the appropriate firewall configuration below based on which network " "and masternode type your masternode will support:" @@ -266,53 +310,53 @@ msgstr "" msgid "Testnet" msgstr "Testnet" -#: ../../docs/user/masternodes/server-config.rst:229 +#: ../../docs/user/masternodes/server-config.rst:263 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:231 +#: ../../docs/user/masternodes/server-config.rst:265 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:240 +#: ../../docs/user/masternodes/server-config.rst:274 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:250 +#: ../../docs/user/masternodes/server-config.rst:284 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:252 +#: ../../docs/user/masternodes/server-config.rst:286 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:258 +#: ../../docs/user/masternodes/server-config.rst:292 msgid "Create a new configuration file::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:296 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:307 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:279 +#: ../../docs/user/masternodes/server-config.rst:313 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:283 +#: ../../docs/user/masternodes/server-config.rst:317 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -321,25 +365,25 @@ msgid "" "**Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:289 +#: ../../docs/user/masternodes/server-config.rst:323 msgid "" "Optionally install or update `AppArmor `_ (try this " "step if you are having problems related to AppArmor)::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:295 +#: ../../docs/user/masternodes/server-config.rst:329 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:297 +#: ../../docs/user/masternodes/server-config.rst:331 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:301 +#: ../../docs/user/masternodes/server-config.rst:335 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:305 +#: ../../docs/user/masternodes/server-config.rst:339 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a `public" 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 5a6055820..3586387e8 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2023-05-23 19:50+0000\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" @@ -354,7 +354,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:252 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -868,3 +868,21 @@ msgid "" "`_ are two options that " "accept cryptocurrency." msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:631 +msgid "" +"Please make sure that the certificate chain file contains your server " +"certificate at the top and intermediate/root certificates if present. If a " +"bundle file is present, you need to concatenate it with the certificate " +"file::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:637 +msgid "" +"Verify the validity of the private key and certificate chain by running " +"these commands::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:642 +msgid "The output of these two commands should be the same." +msgstr "" diff --git a/locale/pt/LC_MESSAGES/docs/user/mining/index.po b/locale/pt/LC_MESSAGES/docs/user/mining/index.po index b666e3d8a..28e2c6905 100644 --- a/locale/pt/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/pt/LC_MESSAGES/docs/user/mining/index.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: oscar junior , 2022\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" @@ -43,55 +43,39 @@ msgid "" "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." +"algorithm>`, which the miner must solve in order to earn rewards. A number " +"of X11 ASICs are available on the market, which help make Dash secure " +"against brute force attacks on the blockchain." 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." -msgstr "" - -#: ../../docs/user/mining/index.rst:35 +#: ../../docs/user/mining/index.rst:20 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:" msgstr "" -#: ../../docs/user/mining/index.rst:39 +#: ../../docs/user/mining/index.rst:24 msgid "`Hashrate `_" msgstr "" -#: ../../docs/user/mining/index.rst:40 +#: ../../docs/user/mining/index.rst:25 msgid "" "`Mining difficulty `_" msgstr "" -#: ../../docs/user/mining/index.rst:41 +#: ../../docs/user/mining/index.rst:26 msgid "" "`Profitability calculation tool " "`_" msgstr "" -#: ../../docs/user/mining/index.rst:44 +#: ../../docs/user/mining/index.rst:29 msgid "Masternodes vs. Mining" msgstr "Minerar vs. Masternode" -#: ../../docs/user/mining/index.rst:46 +#: ../../docs/user/mining/index.rst:31 msgid "" "Dash, like Bitcoin and most other cryptocurrencies, is based on a " "decentralized ledger of all transactions, known as a blockchain. This " @@ -114,20 +98,20 @@ msgstr "" "corretamente, o bloco é adicionado para o blockchain e o minerador é " "recompensado." -#: ../../docs/user/mining/index.rst:56 +#: ../../docs/user/mining/index.rst:41 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% " +"rewarded when miners discover new blocks. The breakdown is as follows: 80% " "of the block subsidy is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " +"distribution found :ref:`here `, while 20% is " "reserved for the budget system (created by superblocks every month)." msgstr "" -#: ../../docs/user/mining/index.rst:67 +#: ../../docs/user/mining/index.rst:52 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 " @@ -145,7 +129,7 @@ msgstr "" "rede masternode ficaria órfã desse bloco, e não seria adicionado ao " "blockchain." -#: ../../docs/user/mining/index.rst:75 +#: ../../docs/user/mining/index.rst:60 msgid "" "In short, miners power the first tier, which is the basic sending and " "receiving of funds and prevention of doublespending. Masternodes power the " @@ -168,25 +152,19 @@ msgstr "" "movidos ou gasto, o dono do masternode vai ficar off-line e parar de receber" " recompensas." -#: ../../docs/user/mining/index.rst:87 +#: ../../docs/user/mining/index.rst:72 msgid "Mining Pools" msgstr "" -#: ../../docs/user/mining/index.rst:89 +#: ../../docs/user/mining/index.rst:74 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." +"power." msgstr "" -#: ../../docs/user/mining/index.rst:97 -msgid "http://www.p2poolmining.us/p2poolnodes/" -msgstr "" - -#: ../../docs/user/mining/index.rst:99 +#: ../../docs/user/mining/index.rst:79 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" @@ -196,435 +174,64 @@ msgid "" " be found :ref:`here `." msgstr "" -#: ../../docs/user/mining/index.rst:107 +#: ../../docs/user/mining/index.rst:87 msgid "https://coinfoundry.org" msgstr "" -#: ../../docs/user/mining/index.rst:108 +#: ../../docs/user/mining/index.rst:88 msgid "https://mining.luxor.tech" msgstr "" -#: ../../docs/user/mining/index.rst:109 -msgid "https://dash.suprnova.cc" -msgstr "" - -#: ../../docs/user/mining/index.rst:110 +#: ../../docs/user/mining/index.rst:89 msgid "https://www.nicehash.com" msgstr "" -#: ../../docs/user/mining/index.rst:111 -msgid "https://www.coinotron.com" -msgstr "" - -#: ../../docs/user/mining/index.rst:112 +#: ../../docs/user/mining/index.rst:90 msgid "https://dash.miningpoolhub.com" msgstr "" -#: ../../docs/user/mining/index.rst:113 +#: ../../docs/user/mining/index.rst:91 msgid "https://www.multipool.us" msgstr "" -#: ../../docs/user/mining/index.rst:114 +#: ../../docs/user/mining/index.rst:92 msgid "https://www.f2pool.com" msgstr "" -#: ../../docs/user/mining/index.rst:115 -msgid "https://www2.coinmine.pl/dash/" -msgstr "" - -#: ../../docs/user/mining/index.rst:116 +#: ../../docs/user/mining/index.rst:93 msgid "https://www.antpool.com" msgstr "" -#: ../../docs/user/mining/index.rst:117 -msgid "https://avalon-life.io" -msgstr "" - -#: ../../docs/user/mining/index.rst:118 -msgid "https://www.genesis-mining.com" -msgstr "" - -#: ../../docs/user/mining/index.rst:119 +#: ../../docs/user/mining/index.rst:94 msgid "https://www.viabtc.com" msgstr "" -#: ../../docs/user/mining/index.rst:120 +#: ../../docs/user/mining/index.rst:95 msgid "https://zpool.ca" msgstr "" -#: ../../docs/user/mining/index.rst:122 +#: ../../docs/user/mining/index.rst:97 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" +"exercise discretion when using third-party services. If you'd like to be " +"added to this list, please open an issue on the `GitHub repository " +"`_." msgstr "" -#: ../../docs/user/mining/index.rst:129 +#: ../../docs/user/mining/index.rst:104 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 " "`." msgstr "" -#: ../../docs/user/mining/index.rst:143 -msgid "CPU Mining" -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 "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:158 ../../docs/user/mining/index.rst:292 -msgid "`Crypto Mining Blog `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:159 ../../docs/user/mining/index.rst:293 -msgid "" -"`Dash Forum Mining Discussions " -"`_" -msgstr "" - -#: ../../docs/user/mining/index.rst:160 ../../docs/user/mining/index.rst:294 -msgid "" -"`Bitcoin Talk Altcoin Mining Discussions " -"`_" -msgstr "" - -#: ../../docs/user/mining/index.rst:163 ../../docs/user/mining/index.rst:297 -msgid "Mining software" -msgstr "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:168 -msgid "https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:178 -msgid "CPU-Z showing details for an Intel i7 Haswell CPU" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:185 -msgid "https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c" -msgstr "" - -#: ../../docs/user/mining/index.rst:186 -msgid "https://github.com/tpruvot/cpuminer-multi" -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 " -"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 "" - -#: ../../docs/user/mining/index.rst:198 -msgid "Executable CPU miners for Dash" -msgstr "" - -#: ../../docs/user/mining/index.rst:201 ../../docs/user/mining/index.rst:345 -msgid "Configuration" -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::" -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::" -msgstr "" - -#: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 -msgid "Where:" -msgstr "" - -#: ../../docs/user/mining/index.rst:220 -msgid "minerd = the executable miner daemon file you choose to use" -msgstr "" - -#: ../../docs/user/mining/index.rst:221 -msgid "a = algorithm, which is X11 for Dash" -msgstr "" - -#: ../../docs/user/mining/index.rst:222 -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" -msgstr "" - -#: ../../docs/user/mining/index.rst:224 -msgid "p = password, can often be set to x" -msgstr "" - -#: ../../docs/user/mining/index.rst:225 -msgid "t = number of threads used" -msgstr "" - -#: ../../docs/user/mining/index.rst:226 -msgid "pause = keeps the window open in the case of errors" -msgstr "" - -#: ../../docs/user/mining/index.rst:228 -msgid "For the CPU in the example above, the command may be::" -msgstr "" - -#: ../../docs/user/mining/index.rst:236 -msgid "Notepad file showing an example command to start a CPU miner" -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." -msgstr "" - -#: ../../docs/user/mining/index.rst:243 ../../docs/user/mining/index.rst:392 -msgid "Testing" -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 "" - -#: ../../docs/user/mining/index.rst:257 -msgid "Example of CPU mining using DarkCoin CPUMiner 1.3 on Intel Core i7" -msgstr "" - -#: ../../docs/user/mining/index.rst:260 -msgid "Tips" -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." -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." -msgstr "" - -#: ../../docs/user/mining/index.rst:277 -msgid "GPU Mining" -msgstr "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:309 -msgid "" -"GPU-Z showing details for AMD Radeon Turks and NVIDIA Quadro GK104 class " -"GPUs" -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 "" - -#: ../../docs/user/mining/index.rst:318 -msgid "**AMD**" -msgstr "" - -#: ../../docs/user/mining/index.rst:320 -msgid "https://github.com/nicehash/sgminer/releases" -msgstr "" - -#: ../../docs/user/mining/index.rst:322 -msgid "**NVIDIA**" -msgstr "" - -#: ../../docs/user/mining/index.rst:324 -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)" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:335 -msgid "Executable GPU miners for Dash" -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." -msgstr "" - -#: ../../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" -msgstr "" - -#: ../../docs/user/mining/index.rst:373 -msgid "url = URL of your mining pool, including the protocol and port" -msgstr "" - -#: ../../docs/user/mining/index.rst:374 -msgid "" -"user = username, usually the Dash receiving address of your wallet or worker" -msgstr "" - -#: ../../docs/user/mining/index.rst:376 -msgid "pass = password, can often be set to x" -msgstr "" - -#: ../../docs/user/mining/index.rst:377 -msgid "" -"algorithm = hashing algorithm to use, in this case darkcoin (for historic " -"reasons) or darkcoin-mod" -msgstr "" - -#: ../../docs/user/mining/index.rst:380 -msgid "For the pool above, the configuration may be:" -msgstr "" - -#: ../../docs/user/mining/index.rst:385 -msgid "Configuration file for a Dash GPU miner" -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." -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." -msgstr "" - -#: ../../docs/user/mining/index.rst:403 -msgid "" -"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD Graphics " -"4600" -msgstr "" - -#: ../../docs/user/mining/index.rst:410 +#: ../../docs/user/mining/index.rst:120 msgid "ASIC Mining" msgstr "" -#: ../../docs/user/mining/index.rst:412 +#: ../../docs/user/mining/index.rst:122 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" @@ -632,431 +239,126 @@ msgid "" " than CPU or GPU miners, resulting in higher profit." msgstr "" -#: ../../docs/user/mining/index.rst:417 +#: ../../docs/user/mining/index.rst:127 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 `_." +"Forums `_." msgstr "" -#: ../../docs/user/mining/index.rst:424 +#: ../../docs/user/mining/index.rst:134 msgid "" "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 +#: ../../docs/user/mining/index.rst:138 msgid "Name" msgstr "Nome" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Hash rate" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Power" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Weight" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Dimensions (mm)" msgstr "" -#: ../../docs/user/mining/index.rst:428 +#: ../../docs/user/mining/index.rst:138 msgid "Price" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "" "`Bitmain Antminer D5 " "`_" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "119 GH/s ±5%" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "1566 W" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "7.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "486 x 265 x 388" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "$1,180" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "`Spondoolies SPx36 `_" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "540 GH/s ±10%" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "4400 W" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "19.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "640 x 525 x 185" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "$7,000" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "" "`StrongU STU-U6 `_" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "420 GH/s ±8%" msgstr "" -#: ../../docs/user/mining/index.rst:434 ../../docs/user/mining/index.rst:478 +#: ../../docs/user/mining/index.rst:144 msgid "2100 W" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "8.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "370 x 135 x 208" msgstr "" -#: ../../docs/user/mining/index.rst:437 +#: ../../docs/user/mining/index.rst:147 msgid "ASIC resellers may also have miners available:" msgstr "" -#: ../../docs/user/mining/index.rst:439 +#: ../../docs/user/mining/index.rst:149 msgid "http://kaboomracks.com" msgstr "" -#: ../../docs/user/mining/index.rst:440 +#: ../../docs/user/mining/index.rst:150 msgid "https://brokerage.luxor.tech/dashboard" 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." -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "`Baikal BK-X `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "10 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "800 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "3.8 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "312 x 125 x 130" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "`Baikal Mini `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "150 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "40 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid ".475 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "140 x 100 x 95" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "`Baikal Giant+ A2000 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "2000 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "430 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 ../../docs/user/mining/index.rst:456 -msgid "3 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "300 x 140 x 125" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "`Baikal Giant A900 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "900 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "217 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "2.5 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "300 x 123 x 123" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "`Baikal Quad Cube `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "1200 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "300 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "135 x 135 x 425" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "" -"`Bitmain Antminer D3 " -"`_" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "17 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "970 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "6.5 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "320 x 130 x 190" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "`iBelink DM384M `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "384 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "715 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "21 kg" -msgstr "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:462 -msgid "`iBelink DM11G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 -msgid "11 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 ../../docs/user/mining/index.rst:464 -msgid "810 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 -msgid "22 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "`iBelink DM22G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "22 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "19 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "Pinidea DR-1" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "500 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "320 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 ../../docs/user/mining/index.rst:468 -#: ../../docs/user/mining/index.rst:470 -msgid "4.5 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "290 x 130 x 150" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 -msgid "Pinidea DR-2" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 -msgid "450 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 -msgid "335 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 ../../docs/user/mining/index.rst:470 -msgid "200 x 165 x 135" -msgstr "" - -#: ../../docs/user/mining/index.rst:470 -msgid "Pinidea DR-3" -msgstr "" - -#: ../../docs/user/mining/index.rst:470 -msgid "600 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:470 -msgid "345 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "Pinidea DU-1" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "9 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "7 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "50 x 50 x 30" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 -msgid "Pinidea DRX-Kuznetsov" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 -msgid "900 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 -msgid "650 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 ../../docs/user/mining/index.rst:476 -msgid "280 x 180 x 150" -msgstr "" - -#: ../../docs/user/mining/index.rst:476 -msgid "Pinidea DRX-Varyag" -msgstr "" - -#: ../../docs/user/mining/index.rst:476 -msgid "1200 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:476 -msgid "850 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "" -"`iBelink DM56G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "56 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "17 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "490 x 390 x 180" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "" -"`Innosilicon A5 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "32 GH/s ±8%" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "750 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "3.1 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "400 x 135 x 158" -msgstr "" diff --git a/locale/pt/LC_MESSAGES/docs/user/mining/pools.po b/locale/pt/LC_MESSAGES/docs/user/mining/pools.po index 68537f510..cf15c5173 100644 --- a/locale/pt/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/pt/LC_MESSAGES/docs/user/mining/pools.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/network/dash-evo-tool/index.po b/locale/pt/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po new file mode 100644 index 000000000..479de090e --- /dev/null +++ b/locale/pt/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po @@ -0,0 +1,608 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2024, Dash Core Group, Inc +# This file is distributed under the same license as the Dash package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# oscar junior , 2024 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Dash latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" +"PO-Revision-Date: 2024-11-18 17:41+0000\n" +"Last-Translator: oscar junior , 2024\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/dash-evo-tool/index.rst-1 +msgid "Description of dash evo tool features and usage" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst-1 +msgid "dash, platform, evonode, masternodes, dash evo tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:9 +msgid "Dash Evo Tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:11 +msgid "" +"Dash Evo Tool is an application designed to help you vote on usernames, " +"withdraw evonode credits, and complete an expanding list of Platform " +"actions. This guide describes how to download, install, and use the Dash Evo" +" Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:18 +msgid "Installation" +msgstr "Instalação" + +#: ../../docs/user/network/dash-evo-tool/index.rst:22 +msgid "" +"The Dash Evo Tool requires a Dash Core full node configured to allow RPC and" +" ZMQ access." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:24 +msgid "" +"Linux, MacOS, or Windows packages are available on the `GitHub releases page" +" `__. Download the" +" zip file for your Operating System, then unzip the downloaded file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:28 +msgid "" +"`Windows `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:29 +msgid "" +"`Mac (ARM m1-m4) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:30 +msgid "" +"`Mac (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:31 +msgid "" +"`Linux (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:32 +msgid "" +"`Linux (ARM) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:37 +msgid "Configuration" +msgstr "Configuração" + +#: ../../docs/user/network/dash-evo-tool/index.rst:39 +msgid "Open the directory where the download was unzipped." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:40 +msgid "" +"Open the ``.env`` file (you may need to show hidden files to see it). For " +"the network you plan to connect to, make the following changes. Replace the " +"``*`` with the network name (MAINNET or TESTNET):" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:44 +msgid "" +"Update ``*_CORE_RPC_USER`` to match the ``rpcuser`` value from your Dash " +"Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:45 +msgid "" +"Update ``*_CORE_RPC_PASSWORD`` to match the ``rpcpassword`` value from your " +"Dash Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:47 +msgid "" +"If your dash.conf includes ``rpcallowip``, update ``*_CORE_HOST`` with that " +"IP address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:48 +msgid "" +"If your dash.conf includes ``rpcport``, update ``*_CORE_RPC_PORT`` with that" +" port." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:49 +msgid "" +"(*Optional*) If you are going to run Dash Core manually instead of launching" +" it via the Dash Evo Tool, you must enable ZMQ by adding the following lines" +" to your dash.conf file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Mainnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Testnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:72 +msgid "" +"The default location of the ``dash.conf`` file can be found in the " +":ref:`Dash Core documentation `. At a minimum, the following " +"values must be defined for RPC access to be enabled:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:82 +msgid "Updating the env file" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:84 +msgid "" +"When the application runs for the first time, it creates a application " +"directory and copies the ``.env`` file into it. It also stores application " +"data in the directory. Any further updates to the ``.env`` file must be made" +" to the copy in the application directory." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Operating System" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Configuration File Path" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "macOS" +msgstr "macOS" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "~/Library/Application Support/Dash-Evo-Tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "Windows" +msgstr "Windows" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "C:\\\\Users\\\\\\\\AppData\\\\Roaming\\\\Dash-Evo-Tool\\\\config" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "Linux" +msgstr "Linux" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "/home//.config/dash-evo-tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:99 +msgid "Running the application" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:101 +msgid "" +"Once the ``.env`` file is configured, launch the Dash Evo Tool by double-" +"clicking the file named ``dash-evo-tool``." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:104 +msgid "" +"Alternatively, you can launch the application directly from your terminal. " +"For example, on Linux, run::" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:112 +msgid "Network selection" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:114 +msgid "" +"The Dash Evo Tool supports both testnet and mainnet. To choose a network, " +"navigate to the Network Selection screen and click the checkbox in the " +"Select column for the desired network. Then click the **Start** button on " +"that row to launch Dash Core." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:122 +msgid "" +"You can also launch Dash Core manually without using the Dash Evo Tool. This" +" may be necessary if Dash Core is installed in a non-standard location. When" +" launching Dash Core manually, you must enable ZMQ as described in " +":hoverxref:`Configuration Step 3 `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:130 +msgid "Network selection screen with testnet selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:135 +msgid "Identity operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:140 +msgid "Load existing identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:142 +msgid "" +"On the main identity screen, click the **Load Identity** button on the upper" +" right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:149 +#: ../../docs/user/network/dash-evo-tool/index.rst:213 +msgid "Identity screen with no loaded identities" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:151 +msgid "" +"Some identity types require different information. Use the **Identity Type**" +" dropdown menu to select the type you want to add. In this example, an " +"evonode identity is being added." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:158 +msgid "Identity load screen for evonode" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:164 +msgid "" +"Your collateral key is **not** required. Do not enter it into the Dash Evo " +"Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:166 +msgid "" +"Add the Identity ID and Owner Private Key. You may also want to add the " +"Voting Private Key, but adding the Payout Address Private Key is **not** " +"recommended. For a masternode or evonode, use the protx hash as the Identity" +" ID." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:170 +msgid "" +"If you use the `Dash Masternode Tool `_, you can get the protx hash and private keys from the " +"masternode details screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:177 +msgid "Dash Masternode Tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:179 +msgid "" +"Click **Load Identity** once you have entered the required information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:185 +msgid "Identity load screen with evonode info filled out" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:187 +msgid "" +"Once the identity is loaded, you can view its balance and details about its " +"keys. For evonodes, you can also initiate :ref:`withdrawals `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:194 +#: ../../docs/user/network/dash-evo-tool/index.rst:270 +msgid "Identity screen with an evonode identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:199 +msgid "Create new identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:203 +msgid "" +"Before creating an identity, make sure you have :ref:`added a Dash Evo Tool " +"wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:206 +msgid "" +"On the main identity screen, click the **Create Identity** button on the " +"upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:215 +msgid "" +"On the create identity screen, leave the first two options set to the " +"default and select the funding method. Then, send the requested amount of " +"DASH to the provided address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:222 +msgid "Waiting for funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:224 +msgid "" +"The status will change from \"Waiting for funds\" to \"Waiting for Platform " +"acknowledgement\" once the funds have been received and the identity " +"registration process has started." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:231 +msgid "Waiting for Platform acknowledgement" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:233 +msgid "" +"Once the identity has been registered, you can choose to return to the " +"identity screen or proceed to :ref:`registering a name `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:240 +msgid "Identity creation success" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:247 +msgid "Identity screen with an identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:252 +msgid "Evonode withdrawals" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:256 +msgid "" +"Withdrawal requests enter a queue that is currently processed more slowly " +"than intended. Depending on the timing of the withdrawal request, it may " +"take up to 18 hours to complete." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:259 +msgid "" +"For security, there is also a limit on how much can be withdrawn from " +"Platform daily. If withdrawal requests hit the daily limit, they will remain" +" in the queue longer. For details, see this `DCG development update " +"`_." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:264 +msgid "" +"From the identity main screen, click the **Withdraw** button for an " +"identity." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:272 +msgid "" +"On the withdrawal screen, select the key to sign the withdrawal. Selecting " +"the owner key is recommended since this will direct the withdrawal to the " +"payout address. Next, set the amount to withdraw." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:278 +msgid "" +"The **Max** button currently has a bug and sets the withdrawal amount in " +"credits instead of DASH, so you will need to manually adjust the amount if " +"you use that button." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:281 +msgid "Click **Withdraw** after entering the information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:287 +msgid "Withdraw screen with key and amount selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:289 +msgid "" +"When the withdrawal confirmation screen opens, confirm that the amount and " +"destination address are correct. Click **Confirm** to request the " +"withdrawal." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:296 +msgid "Withdrawal confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:301 +msgid "Name operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:306 +msgid "Register name" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:308 +msgid "" +"After :ref:`creating an identity `, you can " +"register a name for it. From the main name screen, click the **Register " +"Name** button on the upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:315 +msgid "Name screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:317 +msgid "" +"First, select the identity to register a name for. This step will be " +"automatically done if you are registering a name as part of the identity " +"creation process." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:320 +msgid "" +"Next, enter the desired name. Notification will be provided if you selected " +"a contested name and the estimated cost will be displayed. Click **Register " +"Name** to complete the registration." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:327 +msgid "Name registration" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:329 +msgid "" +"Upon successful registration, you can see the name on the **My usernames** " +"screen along with any other names you have registered." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:336 +msgid "Name registered successfully" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:341 +msgid "Vote for names" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:343 +msgid "" +"The Voting screen displays a list of names that are currently require a " +"vote. Click the **Refresh** button to update the screen at any time." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:348 +msgid "" +"Voting can only be done by masternodes and evonodes, and each node can only " +"modify its vote four times. See the :ref:`load identity section ` for instructions on importing your keys." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:355 +msgid "Voting screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:357 +msgid "" +"To vote for a contestant, click on an entry in the Contestants column. You " +"can also vote to Lock the name or Abstain by clicking the value in those " +"columns. You will be prompted to load an evonode or masternode identity if " +"you have not already done so." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:361 +msgid "" +"After clicking one of the contestants, vote for that identity to receive the" +" name by clicking one of your specific identities on the Vote Confirmation " +"screen. Click **All** to vote with all your loaded identities " +"simultaneously." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:369 +msgid "Vote confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:371 +msgid "" +"See the `DPNS page " +"`_ for more voting details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:378 +msgid "Wallet operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:382 +msgid "" +"The Dash Evo Tool wallet features only work if your Dash Core node has a " +"single wallet open. **If you have multiple wallets open in Dash Core, close " +"all of them except the one used by the Dash Evo Tool.**" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:389 +msgid "Create wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:391 +msgid "" +"This tool includes a basic wallet feature to support identity registration. " +"Wallets can be added from the wallet screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:396 +msgid "" +"Since this tool adds watching-only addresses to Dash Core when creating " +"identities, it is recommended to close all existing Dash Core wallets and " +":ref:`create a new, empty wallet ` for the Dash Evo Tool. Also, make sure to :ref:`backup your Dash " +"Core wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:401 +msgid "Click **Add Wallet** to create a new wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:407 +msgid "Wallet screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:409 +msgid "" +"After creating extra randomness with the mouse, select your preferred " +"language and click **Generate** to display you passphrase. Write it down and" +" store it securely, then click the checkbox in step 3 to confirm." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:413 +msgid "" +"Next, enter a wallet name and optionally add a password before clicking " +"**Save Wallet** to store the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:420 +msgid "Wallet create screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:425 +msgid "Use wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:427 +msgid "Select your wallet using the dropdown box." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:433 +msgid "Select wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:438 +msgid "Funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:440 +msgid "" +"Several tabs display wallet details. The Funds tab shows your receiving " +"addresses. Click **Add Receiving Address** if you want to add additional " +"addresses to fund the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:447 +msgid "Wallet Funds tab" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:449 +msgid "" +"After adding addresses, they will appear in a table with balance and other " +"details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:455 +msgid "Wallet with address added" +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 15766c8d8..a1d34ffb5 100644 --- a/locale/pt/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/pt/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -100,7 +100,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:65 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -449,20 +449,390 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:362 msgid "" -"Once the new version is installed, reset the configuration and services " -"using ``--keep-data`` so the existing data is retained. Then, update the " -"dashmate services::" +"Once the new version of dashmate is installed, update dash service docker " +"images::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:368 +#: ../../docs/user/network/dashmate/index.rst:366 msgid "Finally, restart dashmate::" msgstr "" +#: ../../docs/user/network/dashmate/index.rst:371 +msgid "Troubleshooting" +msgstr "" + #: ../../docs/user/network/dashmate/index.rst:375 -msgid "Collecting logs" +msgid "" +"Only enable logs if you have :ref:`configured log rotation ` to avoid running out of disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:378 +msgid "" +"The following sections describe how to enable log rotation, set up file " +"logging for Core and Platform, adjust log levels, and collect the logs for " +"analysis." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:382 +msgid "Dashmate log overview" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:384 +msgid "" +"Dashmate logs for each service are stored within its Docker container. " +"Although this is typically sufficient, more advanced options are sometimes " +"needed to adjust the log level, output format, or destination. Several cases" +" include when you need to:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:388 +msgid "Modify the level of detail provided in the logs (e.g., debug vs info)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:389 +msgid "" +"Provide data to a log server (e.g., `Elasticsearch " +"`_)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:390 +msgid "Store persistent file logs external to the Docker containers" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:391 +msgid "Use log monitoring tools to track service health" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:393 +msgid "" +"For example, since the default dashmate logs are only stored in the Docker " +"containers, they are lost if the container is removed for some reason (new " +"Docker image, dashmate reset, failure, etc.). Therefore, you may want to " +"store persistent log files external to Docker while troubleshooting an issue" +" to ensure valuable log data cannot be lost." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:401 +msgid "Set up log rotation" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:403 +msgid "" +"By default, dashmate logs are not written to the docker host file system. At" +" times you may want to write them to the host file system. Before enabling " +"logging, it is important to configure log rotation to avoid running out of " +"disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:407 +msgid "Create a new logrotate configuration file for dashmate logs:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:413 +msgid "" +"Paste in the following configuration and replace the example path one that " +"matches your system. This example configuration rotates logs daily and " +"retains seven historical files for each log file type. Historical files are " +"each limited to 1GB." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:430 +msgid "" +"Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:434 +msgid "" +"For additional log rotation details, see `this configuration tutorial " +"`_ or check out the `logrotate man pages " +"`_." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:442 +msgid "Configure Core logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:445 +msgid "Enable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:447 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Core logs on" +" the host file system. Replace the example path with one that matches your " +"system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:457 +msgid "Toggle debug logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:459 +msgid "" +"To enable debug logging for additional details, run the following command. " +"Debug logs can be turned off by setting the value back to ``false``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:0 +msgid "Advanced debug logging" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:468 +msgid "" +"Dashmate supports some advanced debug log options provided by Dash Core. The" +" following boolean ``core.log.debug`` settings correspond directly to the " +"parameters described in the `Core documentation " +"`_: ``ips``, " +"``sourceLocations``, ``threadNames``, and ``timeMicros``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:474 +msgid "**Dashmate Debug Log Options**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +msgid "**Setting**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Description**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "``ips``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "Logs the IP addresses of incoming and outgoing connections" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "``sourceLocations``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "" +"Logs the source locations (file and line number) for debugging information" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "``threadNames``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "Logs the names of the threads used for various operations" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "``timeMicros``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "" +"Logs timestamps with microsecond precision for detailed performance analysis" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Filter Option**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "``includeOnly``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "" +"Log only the specified categories (e.g., ``[\"net\", \"rpc\"]``). If empty, " +"all categories will be logged" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "``exclude``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "" +"Excludes specified categories from logging (e.g., ``[\"rpc\", " +"\"instantsend\"]``)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:505 +msgid "View current log settings" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:507 +msgid "To view the current Core log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:514 +msgid "Disable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:516 +msgid "" +"To disable logging to a file outside the container, reset the log path to " +"``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:525 +msgid "Configure Platform logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:527 +msgid "" +"For troubleshooting flexibility, dashmate provides independent log " +"configuration for the Platform Gateway, Drive ABCI, and Tenderdash. Each " +"service can be configured with the most helpful log level and output format." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:534 +msgid "Gateway logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:536 +msgid "" +"The Platform gateway has two types of logs: service logs and access logs. " +"Service logs are directed to stdout, while access logs can be configured to " +"go to stdout, stderr, or to a file. If all logs are directed to stdout, the " +"output will be a mixture of service and access data." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:540 +#: ../../docs/user/network/dashmate/index.rst:604 +#: ../../docs/user/network/dashmate/index.rst:671 +msgid "**Enable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:542 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"gateway access logs on the host file system. The example below adds file " +"logging while also keeping the default stdout logging. Replace the example " +"path with one that matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:562 +#: ../../docs/user/network/dashmate/index.rst:626 +#: ../../docs/user/network/dashmate/index.rst:680 +msgid "**Disable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:564 +msgid "" +"To disable logging to a file, remove the file config from the accessLogs " +"setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:576 +#: ../../docs/user/network/dashmate/index.rst:641 +#: ../../docs/user/network/dashmate/index.rst:688 +msgid "**Change log level**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:578 +msgid "" +"Platform gateway service logs support several levels of detail. In " +"increasing order of detail they are: ``critical``, ``error``, ``warn``, " +"``info`` (default), ``debug``, and ``trace``. To disable service logs, set " +"the log level to ``off``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:582 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.gateway.log.level`` value. For example, run these commands to " +"change the gateway service log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:591 +#: ../../docs/user/network/dashmate/index.rst:658 +#: ../../docs/user/network/dashmate/index.rst:704 +msgid "**View log settings**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:593 +#: ../../docs/user/network/dashmate/index.rst:660 +msgid "To view the current Platform gateway log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:602 +msgid "Drive ABCI logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:606 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"ABCI logs on the host file system. Replace the example path with one that " +"matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:628 +msgid "" +"To disable logging to a file, remove the file config from the logs setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:643 +msgid "" +"Drive ABCI logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:648 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log levels for file logging and stdout logging to debug on " +"your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:669 +msgid "Tenderdash logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:673 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Tenderdash " +"logs on the host file system. Replace the example path with one that matches" +" your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:682 +msgid "To disable logging to a file, set the path back to ``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:690 +msgid "" +"Tenderdash logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:377 +#: ../../docs/user/network/dashmate/index.rst:695 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:706 +msgid "To view the current Tenderdash log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:715 +msgid "Collect logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:717 msgid "" "Dashmate includes the doctor command to make troubleshooting and log " "reporting easier. The dashmate doctor command collects important debugging " @@ -470,56 +840,83 @@ msgid "" "sent to the support team if necessary. This report includes:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:381 +#: ../../docs/user/network/dashmate/index.rst:721 msgid "" "**Operating System**: Details about the architecture, CPU, memory, and swap" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:382 +#: ../../docs/user/network/dashmate/index.rst:722 msgid "" "**Docker**: Status and logs (exit codes, stdout, stderr) for each service" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:383 +#: ../../docs/user/network/dashmate/index.rst:723 msgid "" "**Core RPC**: Essential details like the best ChainLock, quorums, blockchain" " information, peers, and masternode status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:384 +#: ../../docs/user/network/dashmate/index.rst:724 msgid "" "**Tenderdash RPC**: Status, genesis, network information, ABCI details, and " "a consensus state dump" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:385 +#: ../../docs/user/network/dashmate/index.rst:725 msgid "" "**Metrics**: Tenderdash and Drive metrics (if enabled in the configuration)" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:387 +#: ../../docs/user/network/dashmate/index.rst:727 msgid "To create a report, run ``dashmate doctor`` and select **Yes**::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:395 +#: ../../docs/user/network/dashmate/index.rst:735 msgid "Run the doctor command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:397 +#: ../../docs/user/network/dashmate/index.rst:737 msgid "" "Upon successful completion, the full path to the report archive is " "displayed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:403 +#: ../../docs/user/network/dashmate/index.rst:743 msgid "Doctor output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:406 +#: ../../docs/user/network/dashmate/index.rst:748 +msgid "Metrics" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:750 +msgid "" +"To provide better network visibility to DCG developers for troubleshooting, " +"volunteers can contribute metrics to the DCG metrics server." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:753 +msgid "Enable metrics on your dashmate node" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:776 +msgid "" +"Grant access to metrics from the DCG metrics server (34.219.3.238) by " +"updating your network configuration (i.e., your firewall, AWS security " +"groups, etc.)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:779 +msgid "" +"Provide DCG with your IP address and port so it can be added to the DCG " +"Prometheus server" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:782 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:408 +#: ../../docs/user/network/dashmate/index.rst:784 msgid "" "For further documentation see the `dashmate repository " "`__." 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 a2c742204..bf489e2c3 100644 --- a/locale/pt/LC_MESSAGES/docs/user/network/electrumx-server.po +++ b/locale/pt/LC_MESSAGES/docs/user/network/electrumx-server.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/advanced-functions.po b/locale/pt/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index 61a0e7b8d..d7c6adec0 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/getting-started.po b/locale/pt/LC_MESSAGES/docs/user/wallets/android/getting-started.po index 83b2616e6..bd036cb9f 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/index.po b/locale/pt/LC_MESSAGES/docs/user/wallets/android/index.po index eb2918012..37ee7d962 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/android/index.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/android/index.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/installation.po b/locale/pt/LC_MESSAGES/docs/user/wallets/android/installation.po index 924b9f37d..7e6a4513a 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/android/installation.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/android/installation.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/advanced.po b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index 5a53da55d..ea080c23b 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/pt/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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/backup.po b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index e6139d00d..a01c89313 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/backup.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/backup.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/cmd-rpc.po b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po index 925b7acc4..8246ecc1a 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/coinjoin-instantsend.po b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po index 35b246119..e527a762f 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/index.po b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/index.po index 09736b8d0..4ec3d1b25 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/index.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/installation-linux.po b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index f91255745..71ec8e287 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: oscar junior , 2023\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" @@ -145,7 +145,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:92 msgid "" -"This will create a folder named ``dashcore-21.1.0`` in the current working " +"This will create a folder named ``dashcore-21.1.1`` in the current working " "directory. We will now install the executable binaries to ``/usr/local/bin``" " using the ``install`` command::" 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 f5bcfcee0..89edb02cb 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: oscar junior , 2022\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" @@ -150,29 +150,17 @@ msgstr "Executando o Dash Core pela primeira vez" #: ../../docs/user/wallets/dashcore/installation-macos.rst:94 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-" +" **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." +"downloaded from the internet. Simply click **Open** to continue launching " +"the application." 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 " -"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 " -"configurações de segurança, e você pode abri-lo no futuro clicando duas " -"vezes nele, assim como em qualquer aplicativo registrado." - -#: ../../docs/user/wallets/dashcore/installation-macos.rst:109 + +#: ../../docs/user/wallets/dashcore/installation-macos.rst:103 msgid "Unblocking macOS from running Dash Core" msgstr "Desbloqueando o macOS para a execução do Dash Core" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:111 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:105 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 " @@ -180,11 +168,11 @@ msgid "" "recommended to use the default data folder if possible." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:119 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:113 msgid "Choosing the Dash Core data folder" msgstr "Escolhendo a pasta de dados do Dash Core" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:121 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:115 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 " @@ -194,26 +182,26 @@ msgstr "" "primeira vez que você executá-lo, já que o Dash Core precisa gerar dados " "criptográficos para proteger sua carteira." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:128 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:122 msgid "Starting Dash Core" msgstr "Iniciando Dash Core" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:131 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:125 msgid "Synchronizing Dash Core to the Dash network" msgstr "Sincronizando o Dash Core na rede do Dash" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:133 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:127 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 "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:140 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:134 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-macos.rst:142 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:136 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 " @@ -228,23 +216,23 @@ msgstr "" " a sincronização estiver concluída, você verá um pequeno sinal azul no canto" " inferior direito." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:151 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:145 msgid "Dash Core synchronization is complete" msgstr "A sincronização do Dash Core está concluída" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:153 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:147 msgid "You can now create a wallet to send and receive funds." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:152 msgid "Creating your Dash Wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 msgid "HD wallets are now created by default." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:158 msgid "" "If no wallet files are loaded, you will get this prompt in the Overview tab." " To create a wallet, click the **Create a new wallet** button or click " @@ -253,7 +241,7 @@ msgid "" "wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:171 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:167 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 " @@ -261,51 +249,51 @@ msgid "" "encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:179 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 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:184 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:211 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Enter a password" msgstr "insira uma senha" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:191 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:216 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:187 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:212 msgid "Confirm you want to encrypt your wallet" msgstr "Confirme que você deseja criptografar sua carteira" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:189 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:197 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 msgid "Encrypting your Dash wallet" msgstr "Criptografando sua carteira do Dash" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:199 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 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:204 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 msgid "Encrypting the Dash wallet with a password" msgstr "Criptografar a carteira do Dash com uma senha" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:206 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 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:218 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:214 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 " @@ -317,11 +305,11 @@ msgstr "" "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:226 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:222 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Carteira Dash Core totalmente criptografada e sincronizada" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:228 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:224 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" 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 f15e57f8c..b6ef44bf7 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: oscar junior , 2022\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" @@ -120,7 +120,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-21.1.0-win64-setup.exe.asc`` in the same folder as the downloaded" +"``dashcore-21.1.1-win64-setup.exe.asc`` in the same folder as the downloaded" " installer." msgstr "" @@ -131,7 +131,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-21.1.0-win64-setup.exe with dashcore-21.1.0-win64-setup.exe.asc`` " +"dashcore-21.1.1-win64-setup.exe with dashcore-21.1.1-win64-setup.exe.asc`` " "then you have an authentic copy of Dash Core for Windows." msgstr "" 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 e653abbf9..f85d31c40 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/interface.po b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index 72d6c3181..379d19566 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/interface.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/interface.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/send-receive.po b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po index 8a2fa6ca2..72f2b5509 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/advanced.po b/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index d05c53307..6336626fd 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/advanced.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/advanced.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/faq.po b/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/faq.po index e327c7119..af3be25bb 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/faq.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/faq.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/index.po b/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/index.po index 6b8075c3c..f6b5d7596 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/index.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/installation.po b/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/installation.po index 5eed7b678..6d4fffb37 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/installation.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/installation.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/security.po b/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/security.po index ea8581303..e5c1a1d48 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/security.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/security.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/send-receive.po b/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index ad32c7211..11afb4edc 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/hardware.po b/locale/pt/LC_MESSAGES/docs/user/wallets/hardware.po index dc3161286..fcab92d29 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/hardware.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-hardware.po b/locale/pt/LC_MESSAGES/docs/user/wallets/index-hardware.po index b0edcd74e..6182b0861 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/index-hardware.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/index-hardware.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-paper.po b/locale/pt/LC_MESSAGES/docs/user/wallets/index-paper.po index 921239bd3..010fa996f 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/index-paper.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/index-paper.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-third-party.po b/locale/pt/LC_MESSAGES/docs/user/wallets/index-third-party.po index 99c696f4e..639f2aac6 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-web.po b/locale/pt/LC_MESSAGES/docs/user/wallets/index-web.po index b20853ea7..e508f7859 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/index-web.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/index-web.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index.po b/locale/pt/LC_MESSAGES/docs/user/wallets/index.po index ed0a7b98b..0d1141ac9 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/index.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/ios/advanced-functions.po b/locale/pt/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 36ba3f4b0..d8f6e0132 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/getting-started.po b/locale/pt/LC_MESSAGES/docs/user/wallets/ios/getting-started.po index 62ffffa41..67051208a 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/index.po b/locale/pt/LC_MESSAGES/docs/user/wallets/ios/index.po index 716bd0a02..3d5a39bbc 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/ios/index.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/ios/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/installation.po b/locale/pt/LC_MESSAGES/docs/user/wallets/ios/installation.po index 015df4369..98a90ec73 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/ios/installation.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/ios/installation.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/paper.po b/locale/pt/LC_MESSAGES/docs/user/wallets/paper.po index 8f8697184..2703ca28a 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/paper.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/recovery.po b/locale/pt/LC_MESSAGES/docs/user/wallets/recovery.po index a943267c7..eff2a53f0 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/recovery.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/signing.po b/locale/pt/LC_MESSAGES/docs/user/wallets/signing.po index a7b2620d8..58dd87ba7 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/signing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/third-party.po b/locale/pt/LC_MESSAGES/docs/user/wallets/third-party.po index 85545f5f7..af5c92dc8 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/pt/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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/web.po b/locale/pt/LC_MESSAGES/docs/user/wallets/web.po index 85685c28b..08ed1af0f 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/web.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/index.po b/locale/pt/LC_MESSAGES/index.po index 1ff2349cf..dde5073f5 100644 --- a/locale/pt/LC_MESSAGES/index.po +++ b/locale/pt/LC_MESSAGES/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: oscar junior , 2018\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 bc1913c96..09835a331 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/ru/LC_MESSAGES/docs/user/developers/compiling.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: VONCAN, 2024\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" @@ -50,6 +50,17 @@ msgid "" "build notes `__ " "available on GitHub to compile or cross-compile Dash for any platform." msgstr "" +"Хотя Dash предлагает стабильные бинарные сборки на `сайте " +"`_ и на `GitHub " +"`__, а также сборки для " +"разработки с помощью `GitLab CI " +"`_, многие пользователи также " +"будут заинтересованы в самостоятельной сборке бинарных файлов Dash. " +"Пользователи, которым не нужны детерминированные сборки, обычно могут " +"следовать `основным указаниям по сборке " +"`__, доступным на" +" GitHub, чтобы скомпилировать или кросс-компилировать Dash для любой " +"платформы." #: ../../docs/user/developers/compiling.rst:24 msgid "Guix" @@ -153,17 +164,25 @@ msgstr "Подготовить guix" msgid "" "It is only necessary to run this step during the initial setup of your " "machine. Run the guix install routine to prepare your environment and answer" -" \"Y\" for all prompts::" +" \"Y\" for all prompts:" msgstr "" "Этот шаг необходимо выполнить только при начальной настройке машины. " "Запустите программу установки guix для подготовки среды и ответьте \"Y\" на " "все запросы::" -#: ../../docs/user/developers/compiling.rst:88 +#: ../../docs/user/developers/compiling.rst:0 +msgid "Ubuntu/Debian install" +msgstr "Установка на Ubuntu/Debian" + +#: ../../docs/user/developers/compiling.rst:0 +msgid "General install" +msgstr "Общая установка" + +#: ../../docs/user/developers/compiling.rst:99 msgid "Clone repositories" msgstr "Клонируйте репозитории" -#: ../../docs/user/developers/compiling.rst:90 +#: ../../docs/user/developers/compiling.rst:101 msgid "" "After installing the prerequisites and preparing guix, reboot the system, " "login as ````, and clone required repositories::" @@ -171,28 +190,28 @@ msgstr "" "После установки необходимых условий и подготовки guix перезагрузите систему," " войдите под именем ```` и клонируйте необходимые репозитории::" -#: ../../docs/user/developers/compiling.rst:97 +#: ../../docs/user/developers/compiling.rst:108 msgid "Download the macOS SDK which is required to create macOS builds::" msgstr "Загрузите macOS SDK, который необходим для создания сборок macOS::" -#: ../../docs/user/developers/compiling.rst:104 +#: ../../docs/user/developers/compiling.rst:115 msgid "Build Dash Core" msgstr "Собрать Dash Core" -#: ../../docs/user/developers/compiling.rst:106 +#: ../../docs/user/developers/compiling.rst:117 msgid "" "Checkout the tag associated with the Dash Core version you plan to build::" msgstr "" "Проверьте тег, связанный с версией Dash Core, которую вы планируете " "собрать::" -#: ../../docs/user/developers/compiling.rst:113 +#: ../../docs/user/developers/compiling.rst:124 msgid "Run ``guix-build`` to create binaries for Linux, Mac, and Windows::" msgstr "" "Запустите ``guix-build``, чтобы создать двоичные файлы для Linux, Mac и " "Windows::" -#: ../../docs/user/developers/compiling.rst:118 +#: ../../docs/user/developers/compiling.rst:129 msgid "" "When the build completes, it will put the binaries in the ``guix-" "build-/output/`` directory." @@ -200,11 +219,11 @@ msgstr "" "Когда сборка завершится, она поместит бинарные файлы в каталог ``guix-" "build-/output/``." -#: ../../docs/user/developers/compiling.rst:122 +#: ../../docs/user/developers/compiling.rst:133 msgid "Create signatures for binaries" msgstr "Создание подписей для бинарных файлов" -#: ../../docs/user/developers/compiling.rst:124 +#: ../../docs/user/developers/compiling.rst:135 msgid "" "Mac and Windows binaries are signed by Dash Core Group using the relevant " "Apple and Microsoft processes. In this step, that information will be " @@ -214,7 +233,7 @@ msgstr "" "использованием соответствующих процессов Apple и Microsoft. На этом этапе " "эта информация будет проверена и подписана вашей машиной." -#: ../../docs/user/developers/compiling.rst:128 +#: ../../docs/user/developers/compiling.rst:139 msgid "" "Prepare the `detached sigs repository `__::" @@ -222,7 +241,7 @@ msgstr "" "Подготовьте `хранилище отсоединенных сигов `__::" -#: ../../docs/user/developers/compiling.rst:137 +#: ../../docs/user/developers/compiling.rst:148 msgid "" "Prepare the `guix.sigs repository `__ " "by pulling the latest changes::" @@ -230,21 +249,21 @@ msgstr "" "Подготовьте репозиторий `guix.sigs " "`__, извлекая последние изменения::" -#: ../../docs/user/developers/compiling.rst:144 +#: ../../docs/user/developers/compiling.rst:155 msgid "Create a new branch for the version that was built::" msgstr "Создайте новую ветку для версии, которая была собрана::" -#: ../../docs/user/developers/compiling.rst:152 +#: ../../docs/user/developers/compiling.rst:163 msgid "Unsigned binaries" msgstr "Неподписанные бинарники" -#: ../../docs/user/developers/compiling.rst:154 +#: ../../docs/user/developers/compiling.rst:165 msgid "To create signatures for the unsigned binaries, run ``guix-attest``::" msgstr "" "Чтобы создать подписи для неподписанных бинарных файлов, запустите ``guix-" "attest``::" -#: ../../docs/user/developers/compiling.rst:162 +#: ../../docs/user/developers/compiling.rst:173 msgid "" "The ``signer`` parameter should be set to the value provided for \"Real " "name\" when generating a key with GPG. See the `GnuPrivacyGuard Howto " @@ -256,11 +275,11 @@ msgstr "" "ключ, если у вас его еще нет, см. в статье `GnuPrivacyGuard Howto " "`_." -#: ../../docs/user/developers/compiling.rst:168 +#: ../../docs/user/developers/compiling.rst:179 msgid "Signed binaries" msgstr "Подписанные бинарники" -#: ../../docs/user/developers/compiling.rst:170 +#: ../../docs/user/developers/compiling.rst:181 msgid "" "To create signatures for the signed binaries, run ``guix-codesign`` followed" " by guix-attest::" @@ -268,11 +287,11 @@ msgstr "" "Чтобы создать подписи для подписанных двоичных файлов, запустите ``guix-" "codesign``, а затем guix-attest::" -#: ../../docs/user/developers/compiling.rst:182 +#: ../../docs/user/developers/compiling.rst:193 msgid "Upload signatures" msgstr "Загрузка подписей" -#: ../../docs/user/developers/compiling.rst:184 +#: ../../docs/user/developers/compiling.rst:195 msgid "" "After successfully building the binaries, signing them, and verifying the " "signatures, you can optionally contribute them to the `guix.sigs repository " @@ -282,11 +301,11 @@ msgstr "" "можете внести их в репозиторий `guix.sigs " "`_ с помощью pull request на GitHub." -#: ../../docs/user/developers/compiling.rst:189 +#: ../../docs/user/developers/compiling.rst:200 msgid "Initial setup" msgstr "Первоначальная настройка" -#: ../../docs/user/developers/compiling.rst:191 +#: ../../docs/user/developers/compiling.rst:202 msgid "" "Since the official guix.sigs repository has restricted write access, create " "a fork of it via GitHub and add your fork as a remote repository::" @@ -295,7 +314,7 @@ msgstr "" "запись, создайте форк этого репозитория через GitHub и добавьте свой форк в " "качестве удаленного репозитория::" -#: ../../docs/user/developers/compiling.rst:197 +#: ../../docs/user/developers/compiling.rst:208 msgid "" "The first time you contribute signatures, also put a copy of your public key" " in the ``builder-keys`` folder of the repository so others can easily " @@ -307,11 +326,11 @@ msgstr "" "проверить вашу подпись. Открытый ключ можно экспортировать в файл с помощью " "следующей команды::" -#: ../../docs/user/developers/compiling.rst:207 +#: ../../docs/user/developers/compiling.rst:218 msgid "Adding your signatures" msgstr "Добавление ваших подписей" -#: ../../docs/user/developers/compiling.rst:209 +#: ../../docs/user/developers/compiling.rst:220 msgid "" "Add and commit the ``*.SHA256SUMS`` and ``*.SHA256SUMS.asc`` files created " "by the build process::" @@ -319,11 +338,11 @@ msgstr "" "Добавьте и зафиксируйте файлы ``*.SHA256SUMS`` и ``*.SHA256SUMS.asc``, " "созданные в процессе сборки::" -#: ../../docs/user/developers/compiling.rst:220 +#: ../../docs/user/developers/compiling.rst:231 msgid "Push to your fork of the guix.sigs repository on GitHub::" msgstr "Поместите в свой форк репозитория guix.sigs на GitHub::" -#: ../../docs/user/developers/compiling.rst:225 +#: ../../docs/user/developers/compiling.rst:236 msgid "" "Go to `GitHub `__ and open a " "pull request to the ``master`` branch of the upstream repository. The pull " @@ -335,11 +354,11 @@ msgstr "" "рассмотрен разработчиками Dash Core и интегрирован, если все будет " "проверено. Спасибо за участие!" -#: ../../docs/user/developers/compiling.rst:231 +#: ../../docs/user/developers/compiling.rst:242 msgid "Verify signatures" msgstr "Проверка подписей" -#: ../../docs/user/developers/compiling.rst:233 +#: ../../docs/user/developers/compiling.rst:244 msgid "" "The `guix.sigs repository `_ contains" " deterministic build results signed by multiple Core developers for each " @@ -351,7 +370,7 @@ msgstr "" "Core для каждого выпуска. Репозиторий также содержит открытые ключи, " "используемые для проверки подписи. Импортируйте публичные ключи::" -#: ../../docs/user/developers/compiling.rst:242 +#: ../../docs/user/developers/compiling.rst:253 msgid "" "Run the following commands to verify that your build matches the official " "release::" @@ -359,7 +378,7 @@ msgstr "" "Выполните следующие команды, чтобы убедиться, что ваша сборка соответствует " "официальному релизу::" -#: ../../docs/user/developers/compiling.rst:252 +#: ../../docs/user/developers/compiling.rst:263 msgid "" "You should get a result similar to the following for Linux, Windows, MacOS, " "Signed Windows, and Signed MacOS. Assuming the previous steps completed " @@ -371,11 +390,11 @@ msgstr "" "выполнения предыдущих шагов вы также увидите свои собственные подписи со " "статусом ``OK``." -#: ../../docs/user/developers/compiling.rst:341 +#: ../../docs/user/developers/compiling.rst:352 msgid "Gitian" msgstr "Gitian" -#: ../../docs/user/developers/compiling.rst:344 +#: ../../docs/user/developers/compiling.rst:355 msgid "" "Gitian builds were deprecated in favor of Guix builds with the release of " "Dash Core v20.0. Instructions on building Dash Core 19.0 or older versions " diff --git a/locale/ru/LC_MESSAGES/docs/user/developers/index.po b/locale/ru/LC_MESSAGES/docs/user/developers/index.po index 457fa5161..5e49e5db8 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/ru/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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/developers/insight.po b/locale/ru/LC_MESSAGES/docs/user/developers/insight.po index 803e1ddbc..32a52c33e 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/ru/LC_MESSAGES/docs/user/developers/insight.po @@ -7,16 +7,16 @@ # Dima, 2022 # Андрей Дегтяр , 2022 # Julia Ogonkova , 2022 -# VONCAN, 2023 +# VONCAN, 2024 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: VONCAN, 2023\n" +"Last-Translator: VONCAN, 2024\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" @@ -105,8 +105,8 @@ msgid "Change the value of ``datadir`` to ``../../.dashcore``" msgstr "Замените значение ``datadir`` на ``../../.dashcore``" #: ../../docs/user/developers/insight.rst:58 -msgid "Change the value of ``exec`` to ``../../dashcore-21.1.0/bin/dashd``" -msgstr "" +msgid "Change the value of ``exec`` to ``../../dashcore-21.1.1/bin/dashd``" +msgstr "Измените значение ``exec`` на ``../../dashcore-21.1.1/bin/dashd``." #: ../../docs/user/developers/insight.rst:59 msgid "" 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 141064d52..5f85f478c 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/ru/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -8,16 +8,16 @@ # Leon White , 2023 # Андрей Дегтяр , 2023 # Dima, 2023 -# VONCAN, 2023 +# VONCAN, 2024 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" -"Last-Translator: VONCAN, 2023\n" +"Last-Translator: VONCAN, 2024\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" @@ -441,3 +441,6 @@ msgid "" "`_, paste your Dash address, and " "select the Dash cryptocurrency type to generate an image." msgstr "" +"Чтобы сгенерировать QR-код с любого адреса Dash, посетите сайт `QRCode " +"Monkey `_, вставьте свой адрес Dash " +"и выберите тип криптовалюты 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 673308fa8..7cd7cc0bb 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/ru/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/developers/integration.po b/locale/ru/LC_MESSAGES/docs/user/developers/integration.po index dc11130f7..ea5e061ec 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/ru/LC_MESSAGES/docs/user/developers/integration.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: VONCAN, 2024\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" @@ -58,6 +58,11 @@ msgid "" "commands which have been customized to support unique functionalities such " "as InstantSend." msgstr "" +"`Dash Core `__ является " +"форком `Bitcoin Core `__ и имеет много " +"общих функциональных возможностей. Основные различия заключаются в " +"существующих командах JSON-RPC, которые были настроены для поддержки " +"уникального функционала, такого как InstantSend." #: ../../docs/user/developers/integration.rst:19 msgid "The Basics" diff --git a/locale/ru/LC_MESSAGES/docs/user/developers/sporks.po b/locale/ru/LC_MESSAGES/docs/user/developers/sporks.po index 383479843..860643ba9 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/ru/LC_MESSAGES/docs/user/developers/sporks.po @@ -7,16 +7,16 @@ # Tikhon Skudarnov , 2023 # Leon White , 2023 # Андрей Дегтяр , 2023 -# VONCAN, 2023 +# VONCAN, 2024 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" -"Last-Translator: VONCAN, 2023\n" +"Last-Translator: VONCAN, 2024\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" @@ -45,6 +45,13 @@ msgid "" "security vulnerability is discovered - see the :ref:`features page `" " for a brief introduction to sporks." msgstr "" +"Многоэтапный форк, в просторечии называемый «spork », - это уникальный для " +"Dash механизм, используемый для безопасного развертывания новых функций в " +"сети с помощью переменных сетевого уровня, чтобы избежать риска " +"непреднамеренного форка сети во время обновлений. Он также может быть " +"использован для отключения определенных функций в случае обнаружения " +"уязвимости в системе безопасности - краткое введение в sporks смотрите на " +":ref:`странице функций `." #: ../../docs/user/developers/sporks.rst:17 msgid "" @@ -55,6 +62,8 @@ msgid "" "documentation describes the meaning of each spork currently existing on the " "network, and how to check their respective statuses." msgstr "" +"Активация кода, контролируемого spork, может быть произведена удаленно, если члены основной команды разработчиков подпишут сообщение в сети, используя соответствующий приватный ключ. \n" +"В этой документации описано значение каждого spork'а, существующего в настоящее время в сети, и как проверить их состояние." #: ../../docs/user/developers/sporks.rst:26 msgid "Spork functions" @@ -87,6 +96,11 @@ msgid "" "mainnet, the risks of maintaining them now outweigh the benefits of " "retaining them." msgstr "" +"Значения spork в mainnet были «зафиксированы» " +"`__ путем их неизменной " +"установки. Sporks по-прежнему ценны для тестирования в других сетях; однако " +"в mainnet риски, связанные с их поддержанием, теперь перевешивают выгоды от " +"их сохранения." #: ../../docs/user/developers/sporks.rst:45 msgid "SPORK_2_INSTANTSEND_ENABLED" @@ -184,11 +198,11 @@ msgstr "" #: ../../docs/user/developers/sporks.rst:75 msgid "SPORK_24_TEST_EHF" -msgstr "" +msgstr "SPORK_24_TEST_EHF" #: ../../docs/user/developers/sporks.rst:75 msgid "Supports enhanced hard fork (EHF) testing." -msgstr "" +msgstr "Поддерживает тестирование enhanced hard fork (EHF)." #: ../../docs/user/developers/sporks.rst:78 msgid "Viewing spork status" diff --git a/locale/ru/LC_MESSAGES/docs/user/developers/testnet.po b/locale/ru/LC_MESSAGES/docs/user/developers/testnet.po index dd4f716d0..d3646767d 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/ru/LC_MESSAGES/docs/user/developers/testnet.po @@ -7,16 +7,16 @@ # Dima, 2022 # Leon White , 2022 # Андрей Дегтяр , 2022 -# VONCAN, 2023 +# VONCAN, 2024 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: VONCAN, 2023\n" +"Last-Translator: VONCAN, 2024\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,6 +94,7 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:25 msgid "Launching Dash Core in testnet mode shows an orange tray icon" msgstr "" +"При запуске Dash Core в режиме testnet появляется оранжевый значок в трее" #: ../../docs/user/developers/testnet.rst:27 msgid "" @@ -115,6 +116,15 @@ msgid "" "` or this `blog post " "`__." msgstr "" +"С выходом Dash Core 12.3 в Dash появилась поддержка новой замечательной " +"функции - **названной devnets**. Devnets - это сеть разработчиков, которая " +"сочетает в себе некоторые аспекты testnet (глобальная и публичная сеть " +"тестирования) и некоторые аспекты regtest (локальный режим регрессионного " +"тестирования, обеспечивающий контролируемую генерацию блоков). В отличие от " +"testnet, несколько независимых devnets могут быть созданы и сосуществовать " +"без помех. Практическую документацию по использованию devnets можно найти в " +":ref:`документация разработчиков ` или в" +" этом сообщении блога `__." #: ../../docs/user/developers/testnet.rst:43 msgid "Tools and links" @@ -138,6 +148,7 @@ msgstr "" msgid "" "**Nightly builds:** https://github.com/dashpay/dash-dev-branches/releases" msgstr "" +"**Ночные сборки:** https://github.com/dashpay/dash-dev-branches/releases" #: ../../docs/user/developers/testnet.rst:52 msgid "**Bugtracker:** https://github.com/dashpay/dash/issues/new" @@ -148,11 +159,14 @@ msgid "" "**Discussion and help:** " "https://www.dash.org/forum/index.php?forums/testing.53/" msgstr "" +"**Обсуждения и помощь:** " +"https://www.dash.org/forum/index.php?forums/testing.53/" #: ../../docs/user/developers/testnet.rst:54 msgid "" "**Android wallet:** https://github.com/dashpay/dash-wallet/releases/latest" msgstr "" +"**Android кошелёк:** https://github.com/dashpay/dash-wallet/releases/latest" #: ../../docs/user/developers/testnet.rst:55 msgid "**Testnet for Bitcoin:** https://en.bitcoin.it/wiki/Testnet" @@ -163,6 +177,8 @@ msgid "" "**Release notes for previous versions:** " "https://github.com/dashpay/dash/tree/master/doc/release-notes/dash" msgstr "" +"**Примечания к предыдущим версиям:** " +"https://github.com/dashpay/dash/tree/master/doc/release-notes/dash" #: ../../docs/user/developers/testnet.rst:59 msgid "Faucets" @@ -212,6 +228,9 @@ msgid "" "stable release. Choose the latest `nightly build " "`__ on GitHub." msgstr "" +"Вероятно, вы будете использовать версию Dash для разработки, а не стабильный" +" релиз. Выберите последнюю `ночную сборку `__ на GitHub." #: ../../docs/user/developers/testnet.rst:81 msgid "" diff --git a/locale/ru/LC_MESSAGES/docs/user/developers/translating.po b/locale/ru/LC_MESSAGES/docs/user/developers/translating.po index 2c1c058cc..42a0637bd 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/ru/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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: VONCAN, 2023\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 2238c085d..551828e67 100644 --- a/locale/ru/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/ru/LC_MESSAGES/docs/user/earning-spending.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Last-Translator: VONCAN, 2023\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 97eb2c5d9..7701620fd 100644 --- a/locale/ru/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/ru/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: VONCAN, 2023\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 888870a1d..06c163d7b 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: VONCAN, 2024\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 65ffb29ab..659580269 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: VONCAN, 2024\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 6e1bd08fd..33faf71b1 100644 --- a/locale/ru/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/ru/LC_MESSAGES/docs/user/governance/using.po @@ -6,16 +6,16 @@ # Translators: # Julia Ogonkova , 2022 # Max Aronych , 2022 -# VONCAN, 2023 +# VONCAN, 2024 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: VONCAN, 2023\n" +"Last-Translator: VONCAN, 2024\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" @@ -155,6 +155,9 @@ msgid "" "Approximately 7919 dash (in 2024) are available for each budget cycle, " "decreasing by 7.14% every 210240 blocks (approx. 383.25 days)." msgstr "" +"Приблизительно 7919 DASH (в 2024 г) доступно в каждом бюджетном цикле, но " +"эта сумма будет уменьшаться на 7,14% каждые 210240 блоков (примерно 383,25 " +"дня)." #: ../../docs/user/governance/using.rst:57 msgid "Object structure" diff --git a/locale/ru/LC_MESSAGES/docs/user/index.po b/locale/ru/LC_MESSAGES/docs/user/index.po index 9c9abdd10..4deb35fc3 100644 --- a/locale/ru/LC_MESSAGES/docs/user/index.po +++ b/locale/ru/LC_MESSAGES/docs/user/index.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: VONCAN, 2023\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 ac0a0db23..007b26533 100644 --- a/locale/ru/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/ru/LC_MESSAGES/docs/user/introduction/about.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: VONCAN, 2023\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 e722d305e..c17be5207 100644 --- a/locale/ru/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/ru/LC_MESSAGES/docs/user/introduction/features.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: VONCAN, 2024\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" @@ -197,6 +197,14 @@ msgid "" "masternode can vote on budget proposals or important decisions that affect " "Dash." msgstr "" +"Владелец мастерноды должен иметь в своём распоряжении 1000 DASH, " +"доказательство владения которыми он осуществляет подписав специальное " +"сообщение и разослав его по сети. Эта сумма может быть потрачена в любой " +"момент, но в таком случае мастернода потеряет свой статус, покинет очередь и" +" перестанет получать вознаграждения от сети. Кроме того, владелец мастерноды" +" имеет **право голосования** за предложения. Каждый мастернода может " +"голосовать по бюджетным предложениям или важным решениям, которые влияют на " +"Dash." #: ../../docs/user/introduction/features.rst:68 msgid "" @@ -208,6 +216,14 @@ msgid "" "year, together with the block subsidy. There is also the possibility for " "masternodes to earn money from fees in the future." msgstr "" +"Размещение мастернод стоит денег и усилий, поэтому в качестве поощрения им " +"выплачивается процент от вознаграждения за блок. Поскольку в каждом блоке " +"выплачивается вознаграждение только одной мастерноде, частота выплат может " +"меняться, как и величина выплачиваемого Dash. Этот инструмент " +"`_ показывает расчет заработка мастернод в" +" реальном времени. Эти вознаграждения уменьшаются на 7 % каждый год, вместе " +"с субсидией на блокчейн. Также существует возможность того, что в будущем " +"мастерноды будут зарабатывать на комиссиях." #: ../../docs/user/introduction/features.rst:77 msgid "Evolution Masternodes (evonodes)" @@ -219,6 +235,9 @@ msgid "" "created to host Dash Platform. Evonodes are similar to regular masternodes, " "but have these differences:" msgstr "" +"Эволюционные мастерноды (Evonodes) - это подмножество мастернод, созданных " +"для хостинга Dash Platform. Эвоноды похожи на обычные мастерноды, но имеют " +"следующие отличия:" #: ../../docs/user/introduction/features.rst:83 msgid "Masternode" @@ -238,11 +257,11 @@ msgstr "1000 DASH" #: ../../docs/user/introduction/features.rst:85 msgid "4000 DASH" -msgstr "" +msgstr "4000 DASH" #: ../../docs/user/introduction/features.rst:87 msgid "Service(s)" -msgstr "" +msgstr "Сервис(ы)" #: ../../docs/user/introduction/features.rst:87 msgid "Only Dash Core" @@ -258,11 +277,11 @@ msgstr "Вес голоса" #: ../../docs/user/introduction/features.rst:89 msgid "1 (collateral amount / 1000)" -msgstr "" +msgstr "1 (размер обеспечения / 1000)" #: ../../docs/user/introduction/features.rst:89 msgid "4 (collateral amount / 1000)" -msgstr "" +msgstr "4 (размер обеспечения / 1000)" #: ../../docs/user/introduction/features.rst:92 msgid "" @@ -270,6 +289,9 @@ msgid "" "table>` than regular masternodes due to the additional Dash Platform " "services they host." msgstr "" +"Эвоноды также имеют более :ref:`высокие требования к аппаратному обеспечению" +" `, чем обычные мастерноды, из-за дополнительных " +"сервисов Dash Platform, которые они поддерживают." #: ../../docs/user/introduction/features.rst:98 #: ../../docs/user/introduction/features.rst:637 @@ -608,6 +630,11 @@ msgid "" "individual sporks, see the :ref:`understanding sporks page`." msgstr "" +"Начиная с Dash Core v21.0, spork'и используются только в тестовых сетях. " +"Spork в мэйннете были зафиксированы для защиты мэйннета путем минимизации " +"рисков, связанных с потенциальной централизацией или ее восприятием. " +"Технические подробности об отдельных спорках см. на странице :ref:`понимание" +" спорков `." #: ../../docs/user/introduction/features.rst:267 msgid "X11 Hash Algorithm" @@ -1019,6 +1046,10 @@ msgid "" "network in 2023. The information below is retained for reference but has " "been obsolete since the Dash Core v20 activation." msgstr "" +"Этот процесс перераспределения вознаграждения за блок был заменен " +":ref:`расширением казны `, " +"одобренным сетью в 2023 году. Приведенная ниже информация сохраняется для " +"справки, но устарела с момента активации Dash Core v20." #: ../../docs/user/introduction/features.rst:473 msgid "" @@ -1036,7 +1067,7 @@ msgstr "" #: ../../docs/user/introduction/features.rst:0 msgid "Deprecated block reward reallocation process" -msgstr "" +msgstr "Утративший силу процесс перераспределения вознаграждения за блок" #: ../../docs/user/introduction/features.rst:483 msgid "" @@ -1305,7 +1336,7 @@ msgstr "2023-08-25" #: ../../docs/user/introduction/features.rst:517 msgid "13 (Final)" -msgstr "" +msgstr "13 (Final)" #: ../../docs/user/introduction/features.rst:517 msgid "41.5" @@ -1439,6 +1470,12 @@ msgid "" "your own `emission calculations using this tool " "`_." msgstr "" +"Эта документация основана на расчетах и сообщениях moocowmoo. Пожалуйста, " +"смотрите `это сообщение на reddit " +"`_ для более подробной " +"информации, или проведите свои собственные `расчеты эмиссии с помощью этого " +"инструмента `_." #: ../../docs/user/introduction/features.rst:541 msgid "Decentralized Governance" 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 c6b23c1e9..faef3dbca 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 @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: VONCAN, 2023\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 77166a25f..72118336f 100644 --- a/locale/ru/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/ru/LC_MESSAGES/docs/user/introduction/information.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: VONCAN, 2024\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" @@ -94,12 +94,12 @@ msgid "https://dashdevs.org" msgstr "https://dashdevs.org" #: ../../docs/user/introduction/information.rst:32 -#: ../../docs/user/introduction/information.rst:166 +#: ../../docs/user/introduction/information.rst:173 msgid "https://www.dashcentral.org" msgstr "https://www.dashcentral.org" #: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:183 msgid "https://www.dashninja.pl" msgstr "https://www.dashninja.pl" @@ -108,7 +108,7 @@ msgid "https://dashnews.org" msgstr "https://dashnews.org" #: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:167 +#: ../../docs/user/introduction/information.rst:174 msgid "https://dashvotetracker.com" msgstr "https://dashvotetracker.com" @@ -438,126 +438,142 @@ msgid "Block explorers, statistics and visualizations" msgstr "Эксплореры блоков, статистика и визуальное отображение" #: ../../docs/user/introduction/information.rst:152 +msgid "**Dash Core**" +msgstr "**Dash Core**" + +#: ../../docs/user/introduction/information.rst:154 msgid "https://insight.dash.org/insight/" msgstr "https://insight.dash.org/insight/" -#: ../../docs/user/introduction/information.rst:153 +#: ../../docs/user/introduction/information.rst:155 msgid "https://blockchair.com/dash" msgstr "https://blockchair.com/dash" -#: ../../docs/user/introduction/information.rst:154 +#: ../../docs/user/introduction/information.rst:156 msgid "https://chainz.cryptoid.info/dash/" msgstr "https://chainz.cryptoid.info/dash/" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:157 msgid "https://www.oklink.com/dash" msgstr "https://www.oklink.com/dash" -#: ../../docs/user/introduction/information.rst:156 +#: ../../docs/user/introduction/information.rst:158 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "https://bitinfocharts.com/dash/explorer/" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:159 msgid "https://dashblockexplorer.com" msgstr "https://dashblockexplorer.com" -#: ../../docs/user/introduction/information.rst:158 +#: ../../docs/user/introduction/information.rst:160 msgid "https://live.blockcypher.com/dash/" msgstr "https://live.blockcypher.com/dash/" -#: ../../docs/user/introduction/information.rst:159 +#: ../../docs/user/introduction/information.rst:161 msgid "https://dash.tokenview.io" msgstr "https://dash.tokenview.io" -#: ../../docs/user/introduction/information.rst:160 +#: ../../docs/user/introduction/information.rst:162 msgid "https://udjinm6.github.io/bitlisten/" msgstr "https://udjinm6.github.io/bitlisten/" #: ../../docs/user/introduction/information.rst:164 +msgid "**Dash Platform**" +msgstr "**Dash Platform**" + +#: ../../docs/user/introduction/information.rst:166 +msgid "https://platform-explorer.com/" +msgstr "https://platform-explorer.com/" + +#: ../../docs/user/introduction/information.rst:167 +msgid "https://mnowatch.org/evonodes/" +msgstr "https://mnowatch.org/evonodes/" + +#: ../../docs/user/introduction/information.rst:171 msgid "Treasury tools" msgstr "Инструменты Бюджета" -#: ../../docs/user/introduction/information.rst:168 +#: ../../docs/user/introduction/information.rst:175 msgid "https://proposal.dash.org" msgstr "https://proposal.dash.org" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl/governance.html" msgstr "https://www.dashninja.pl/governance.html" -#: ../../docs/user/introduction/information.rst:170 +#: ../../docs/user/introduction/information.rst:177 msgid "https://mnowatch.org/leaderboard/" msgstr "https://mnowatch.org/leaderboard/" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:181 msgid "Masternode management" msgstr "Управление Мастернодой" -#: ../../docs/user/introduction/information.rst:177 +#: ../../docs/user/introduction/information.rst:184 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "https://github.com/Bertrand256/dash-masternode-tool" -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:185 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:179 +#: ../../docs/user/introduction/information.rst:186 msgid "https://dash-news.de/dashtv/" msgstr "https://dash-news.de/dashtv/" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:187 msgid "https://mnowatch.org/dash-stats/" msgstr "https://mnowatch.org/dash-stats/" -#: ../../docs/user/introduction/information.rst:184 +#: ../../docs/user/introduction/information.rst:191 msgid "Price monitoring and research" msgstr "Наблюдение за ценой и статистикой" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:193 msgid "https://messari.io/asset/dash" msgstr "https://messari.io/asset/dash" -#: ../../docs/user/introduction/information.rst:187 +#: ../../docs/user/introduction/information.rst:194 msgid "https://namu.wiki/w/Dash" msgstr "https://namu.wiki/w/Dash" -#: ../../docs/user/introduction/information.rst:188 +#: ../../docs/user/introduction/information.rst:195 msgid "https://xangle.io/project/DASH/profile" msgstr "https://xangle.io/project/DASH/profile" -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:196 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "https://coinmarketcap.com/currencies/dash/" -#: ../../docs/user/introduction/information.rst:190 +#: ../../docs/user/introduction/information.rst:197 msgid "https://bitinfocharts.com/dash/" msgstr "https://bitinfocharts.com/dash/" -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:198 msgid "https://www.coingecko.com/en/coins/dash" msgstr "https://www.coingecko.com/en/coins/dash" -#: ../../docs/user/introduction/information.rst:195 +#: ../../docs/user/introduction/information.rst:202 msgid "Dash Community project" msgstr "Проект Сообщество Dash " -#: ../../docs/user/introduction/information.rst:197 +#: ../../docs/user/introduction/information.rst:204 msgid "https://dashcommunity.github.io" msgstr "https://dashcommunity.github.io" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:205 msgid "https://github.com/dashcommunity" msgstr "https://github.com/dashcommunity" -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:209 msgid "DarkNet pages" msgstr "Страницы в DarkNet" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:211 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "**Dash (Зеркало главной страницы):** http://dashorg64cjvj4s3.onion" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:212 msgid "" "**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" @@ -565,7 +581,7 @@ msgstr "" "**Спрятанная Вики:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:213 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" @@ -573,43 +589,43 @@ msgstr "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:217 msgid "Mobile Apps" msgstr "Мобильные приложения" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:220 msgid "iOS" msgstr "iOS" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:222 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "**Кошелёк Dash:** https://apps.apple.com/app/id1206647026" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:223 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "**Кошелёк Edge:** https://apps.apple.com/app/id1344400091" -#: ../../docs/user/introduction/information.rst:217 +#: ../../docs/user/introduction/information.rst:224 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "**Кошелёк Coinomi:** https://apps.apple.com/app/id1333588809" -#: ../../docs/user/introduction/information.rst:218 +#: ../../docs/user/introduction/information.rst:225 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "**Кошелёк Exodus:** https://apps.apple.com/app/id1414384820" -#: ../../docs/user/introduction/information.rst:219 +#: ../../docs/user/introduction/information.rst:226 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "**CoinCap:** https://apps.apple.com/app/id1074052280" -#: ../../docs/user/introduction/information.rst:220 +#: ../../docs/user/introduction/information.rst:227 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "**Abra:** https://apps.apple.com/app/id966301394" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:231 msgid "Android" msgstr "Android" -#: ../../docs/user/introduction/information.rst:226 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" @@ -617,14 +633,14 @@ msgstr "" "**Кошелёк Dash:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" -#: ../../docs/user/introduction/information.rst:227 +#: ../../docs/user/introduction/information.rst:234 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:228 +#: ../../docs/user/introduction/information.rst:235 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" @@ -632,7 +648,7 @@ msgstr "" "**Кошелёк Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" -#: ../../docs/user/introduction/information.rst:229 +#: ../../docs/user/introduction/information.rst:236 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" @@ -640,7 +656,7 @@ msgstr "" "**Кошелёк Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:237 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" @@ -648,13 +664,13 @@ msgstr "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:238 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:232 +#: ../../docs/user/introduction/information.rst:239 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" @@ -662,7 +678,7 @@ msgstr "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" -#: ../../docs/user/introduction/information.rst:233 +#: ../../docs/user/introduction/information.rst:240 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" @@ -670,15 +686,15 @@ msgstr "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" -#: ../../docs/user/introduction/information.rst:240 +#: ../../docs/user/introduction/information.rst:247 msgid "Glossary" msgstr "Глоссарий" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:250 msgid "51% Attack" msgstr "51% атака " -#: ../../docs/user/introduction/information.rst:245 +#: ../../docs/user/introduction/information.rst:252 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 " @@ -692,11 +708,11 @@ msgstr "" "означает, что каждый клиент в сети верит хэшированному блоку транзакций, " "который сгенерировал атакущий. " -#: ../../docs/user/introduction/information.rst:250 +#: ../../docs/user/introduction/information.rst:257 msgid "Address" msgstr "Адрес" -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:259 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -710,11 +726,11 @@ msgstr "" "пары ключей, которая используется владельцами Dash, чтобы подписывать " "транзакции электронной подписью (см. Открытый ключ)." -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:264 msgid "Algorithm" msgstr "Алгоритм" -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:266 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-step" @@ -726,11 +742,11 @@ msgstr "" "набор действий, которые нужно выполнить. С помощью алгоритмов производятся " "расчёты, обработка данных, и/или выполнение автоматических логических задач." -#: ../../docs/user/introduction/information.rst:263 +#: ../../docs/user/introduction/information.rst:270 msgid "Altcoin" msgstr "Альткоин" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:272 msgid "" "Since Bitcoin was the first cryptocurrency and has the largest market " "capitalization, it is considered as the reference. An altcoin, or " @@ -740,11 +756,11 @@ msgstr "" "капитализация, он используется в качестве эталона. Альткоин, или " "альтернативная монета, это любая другая криптовалюта кроме Биткойна." -#: ../../docs/user/introduction/information.rst:268 +#: ../../docs/user/introduction/information.rst:275 msgid "AML" msgstr "AML" -#: ../../docs/user/introduction/information.rst:270 +#: ../../docs/user/introduction/information.rst:277 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. AML" @@ -756,11 +772,11 @@ msgstr "" "природе могут быть техническими или юридическими. Регулирующие органы часто " "применяют техники AML к обменникам Dash." -#: ../../docs/user/introduction/information.rst:274 +#: ../../docs/user/introduction/information.rst:281 msgid "API" msgstr "API" -#: ../../docs/user/introduction/information.rst:276 +#: ../../docs/user/introduction/information.rst:283 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a set" @@ -771,7 +787,7 @@ msgstr "" "набор функций, протоколов и инструментов для разработки программного " "обеспечения и приложений." -#: ../../docs/user/introduction/information.rst:281 +#: ../../docs/user/introduction/information.rst:288 msgid "" "An API expresses a software component in terms of its operations, inputs, " "outputs, and underlying types, defining functionalities that are independent" @@ -787,11 +803,11 @@ msgstr "" " угрозу интерфейс. Хороший API облегчает разработку программы, предоставляя " "готовые блоки, которые программист затем собирает в готовое решение." -#: ../../docs/user/introduction/information.rst:288 +#: ../../docs/user/introduction/information.rst:295 msgid "ASIC" msgstr "ASIC" -#: ../../docs/user/introduction/information.rst:290 +#: ../../docs/user/introduction/information.rst:297 msgid "" "An application-specific integrated circuit (ASIC), is an integrated circuit " "(IC) customized for a particular use, rather than intended for general-" @@ -803,11 +819,11 @@ msgstr "" " целей. Например, чип, специально разработанный для записи голоса или для " ":ref:`высокоэффективного майнинга Dash ` - это ASIC. " -#: ../../docs/user/introduction/information.rst:295 +#: ../../docs/user/introduction/information.rst:302 msgid "ATM / BTM" msgstr "ATM / BTM" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:304 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 " @@ -820,11 +836,11 @@ msgstr "" "наличность. Иногда эти устройства также называются BTM или Dash AVMS. Dash " "поддерживается на нескольких :ref:`ATM `." -#: ../../docs/user/introduction/information.rst:301 +#: ../../docs/user/introduction/information.rst:308 msgid "Backlog" msgstr "Задержка" -#: ../../docs/user/introduction/information.rst:303 +#: ../../docs/user/introduction/information.rst:310 msgid "" "Backlog generally refers to an accumulation over time of work waiting to be " "done or orders to be fulfilled." @@ -832,11 +848,11 @@ msgstr "" "Под задержкой обычно понимают постепенное накопление работы, которая должна " "быть сделана или заказы, которые должны быть выполнены." -#: ../../docs/user/introduction/information.rst:305 +#: ../../docs/user/introduction/information.rst:312 msgid "Backup" msgstr "Создание резервной копии" -#: ../../docs/user/introduction/information.rst:307 +#: ../../docs/user/introduction/information.rst:314 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 " @@ -855,11 +871,11 @@ msgstr "" " кошелька, а потом потеряете кошелёк, то вы сможете восстановить эти деньги " "с помощью резервной копии." -#: ../../docs/user/introduction/information.rst:314 +#: ../../docs/user/introduction/information.rst:321 msgid "Bitcoin 2.0" msgstr "Биткойн 2.0" -#: ../../docs/user/introduction/information.rst:316 +#: ../../docs/user/introduction/information.rst:323 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 " @@ -869,11 +885,11 @@ msgstr "" " результате форка от Биткойна, но расширили свой код для следующего уровня " "блокчейн-проектов (смарт контракты, децентрализованное голосование и т.д.)" -#: ../../docs/user/introduction/information.rst:320 +#: ../../docs/user/introduction/information.rst:327 msgid "Blockchain" msgstr "Блокчейн" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:329 msgid "" "A `blockchain `_ is a " "distributed database that maintains a continuously-growing list of data " @@ -894,11 +910,11 @@ msgstr "" "Кроме того, в каждом блоке есть временная метка и информация о предыдущем " "блоке." -#: ../../docs/user/introduction/information.rst:331 +#: ../../docs/user/introduction/information.rst:338 msgid "Blocks" msgstr "Блоки" -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:340 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -914,11 +930,11 @@ msgstr "" "пользователями, которые называются \"майнерами\". Они используют специальный" " софт или оборудование, разработанное для создания блоков." -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:346 msgid "ChainLock" msgstr "ChainLock" -#: ../../docs/user/introduction/information.rst:341 +#: ../../docs/user/introduction/information.rst:348 msgid "" "Defined in `DIP8 " "`__, ChainLocks are" @@ -935,11 +951,11 @@ msgstr "" "действенный способ уменьшения вероятности майнинговых атак 51%, которые " "связаны с двойной тратой. " -#: ../../docs/user/introduction/information.rst:347 +#: ../../docs/user/introduction/information.rst:354 msgid "Cloud Wallet" msgstr "Облачный кошелёк" -#: ../../docs/user/introduction/information.rst:349 +#: ../../docs/user/introduction/information.rst:356 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 " @@ -957,11 +973,11 @@ msgstr "" "невозможно, потому что у вас нет доступа к приватным ключам. Мы не " "рекомендуем вам хранить крупные суммы в онлайн кошельках." -#: ../../docs/user/introduction/information.rst:357 +#: ../../docs/user/introduction/information.rst:364 msgid "Coinbase transaction" msgstr "Coinbase-транзакция" -#: ../../docs/user/introduction/information.rst:359 +#: ../../docs/user/introduction/information.rst:366 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 " @@ -971,11 +987,11 @@ msgstr "" "вход, который представляет собой вознаграждение за блок. Оно делится между " "майнером и определённым образом выбранной мастернодой." -#: ../../docs/user/introduction/information.rst:362 +#: ../../docs/user/introduction/information.rst:369 msgid "Cold Storage" msgstr "Холодное хранение" -#: ../../docs/user/introduction/information.rst:364 +#: ../../docs/user/introduction/information.rst:371 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -987,11 +1003,11 @@ msgstr "" "предназначенный для этого аппаратный кошелёк, USB-накопитель или " ":ref:`бумажник`." -#: ../../docs/user/introduction/information.rst:368 +#: ../../docs/user/introduction/information.rst:375 msgid "Confirm(ed) Transaction" msgstr "Подтвердить (Подтверждена) транзакцию" -#: ../../docs/user/introduction/information.rst:370 +#: ../../docs/user/introduction/information.rst:377 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 " @@ -1005,15 +1021,15 @@ msgstr "" "завершённой и необратимой. Номер подтверждения увеличивается по мере того, " "как в блокчейн добавляются новые блоки." -#: ../../docs/user/introduction/information.rst:375 +#: ../../docs/user/introduction/information.rst:382 msgid "Confirmation Number" msgstr "Номер подтверждения" -#: ../../docs/user/introduction/information.rst:376 +#: ../../docs/user/introduction/information.rst:383 msgid "confirmations" msgstr "Подтверждения" -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:386 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -1033,11 +1049,11 @@ msgstr "" "подтверждений достаточно, чтобы считать транзакцию \"защищённой\" и " "необратимой." -#: ../../docs/user/introduction/information.rst:387 +#: ../../docs/user/introduction/information.rst:394 msgid "Confirmed Transactions" msgstr "Подтверждённые транзакции" -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:396 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be " @@ -1050,23 +1066,28 @@ msgstr "" " их всё так же необходимо записать в блокчейн (и таким образом " "\"подтвердить\")." -#: ../../docs/user/introduction/information.rst:393 +#: ../../docs/user/introduction/information.rst:400 msgid "Credit pool" -msgstr "" +msgstr "Credit пул" -#: ../../docs/user/introduction/information.rst:395 +#: ../../docs/user/introduction/information.rst:402 msgid "" "A store of value on the Core chain that is funded by asset lock " "transactions. The credit pool mirrors the credit balance on Dash Platform. " "New special transactions enable locking Dash in the credit pool for use on " "Platform and unlocking it to withdraw back to Dash on the Core chain." msgstr "" +"Store of value в core блокчейне финансируется транзакциясми asset lock. " +"Кредитный пул отражает кредитный баланс на платформе Dash. Новые специальные" +" транзакции позволяют заблокировать Dash в кредитном пуле для использования " +"на платформе и разблокировать его для вывода обратно в Dash на основной " +"блокчейн." -#: ../../docs/user/introduction/information.rst:398 +#: ../../docs/user/introduction/information.rst:405 msgid "CPU" msgstr "ЦПУ" -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:407 msgid "" "A `central processing unit (CPU) " "`_ is the electronic " @@ -1089,11 +1110,11 @@ msgstr "" "управления (CU), тем самым отделяя эти базовые элементы компьютера от " "внешних элементов, например, оперативной памяти и схемы ввода/вывода. " -#: ../../docs/user/introduction/information.rst:410 +#: ../../docs/user/introduction/information.rst:417 msgid "Cryptocurrency" msgstr "Криптовалюта" -#: ../../docs/user/introduction/information.rst:412 +#: ../../docs/user/introduction/information.rst:419 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -1105,11 +1126,11 @@ msgstr "" "использующее криптографию для защиты транзакций и контролирования создания " "новых единиц." -#: ../../docs/user/introduction/information.rst:416 +#: ../../docs/user/introduction/information.rst:423 msgid "Cryptography" msgstr "Криптография" -#: ../../docs/user/introduction/information.rst:418 +#: ../../docs/user/introduction/information.rst:425 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -1137,11 +1158,11 @@ msgstr "" "Криптография применяется в том числе для ATM-карт, при создании компьютерных" " паролей и в электронной коммерции." -#: ../../docs/user/introduction/information.rst:430 +#: ../../docs/user/introduction/information.rst:437 msgid "DAO" msgstr "ДАО" -#: ../../docs/user/introduction/information.rst:432 +#: ../../docs/user/introduction/information.rst:439 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, 80% " @@ -1163,11 +1184,11 @@ msgstr "" "непосредственно блокчейном, если будет одобрено мастернодами. Бюджетную " "систему иногда называют казной; эти два термина взаимозаменяемы." -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP" msgstr "DAP" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:450 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." @@ -1175,11 +1196,11 @@ msgstr "" "Децентрализованный протокол приложения. Этот термин описывает приложение, " "которое работает на базе платформы DAPI Dash." -#: ../../docs/user/introduction/information.rst:445 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP Client" msgstr "DAP-клиент " -#: ../../docs/user/introduction/information.rst:447 +#: ../../docs/user/introduction/information.rst:454 msgid "" "An HTTP Client that connects to DAPI and enables Dash blockchain users to " "read and write data to their DAP Space." @@ -1187,11 +1208,11 @@ msgstr "" "HTTP-клиент, который подключается к DAPI и даёт возможность пользователям " "блокчейна Dash считывать и записывать данные в их DAP-пространстве." -#: ../../docs/user/introduction/information.rst:449 +#: ../../docs/user/introduction/information.rst:456 msgid "DAP Schema" msgstr "DAP-схема" -#: ../../docs/user/introduction/information.rst:451 +#: ../../docs/user/introduction/information.rst:458 msgid "" "A Dash Schema document extending the Dash System Schema to define consensus " "data and rules within a DAP contract." @@ -1199,11 +1220,11 @@ msgstr "" "Документ со схемой Dash, расширяющий схему системы Dash для определения " "данных и правил консенсуса в контрактах DAP." -#: ../../docs/user/introduction/information.rst:453 +#: ../../docs/user/introduction/information.rst:460 msgid "DAP Space" msgstr "DAP-пространство" -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:462 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." @@ -1211,11 +1232,11 @@ msgstr "" "Часть состояния DAP, которая принадлежит конкретному пользователю блокчейна." " Данные в пространстве DAP могут быть изменены только владельцем." -#: ../../docs/user/introduction/information.rst:457 +#: ../../docs/user/introduction/information.rst:464 msgid "DAP State" msgstr "DAP-состояние" -#: ../../docs/user/introduction/information.rst:459 +#: ../../docs/user/introduction/information.rst:466 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." @@ -1223,11 +1244,11 @@ msgstr "" "Совокупный набор данных, сохранённых в DAP. Эти данные содержат информацию о" " пользователях пространств DAP. " -#: ../../docs/user/introduction/information.rst:461 +#: ../../docs/user/introduction/information.rst:468 msgid "DAPI" msgstr "DAPI" -#: ../../docs/user/introduction/information.rst:463 +#: ../../docs/user/introduction/information.rst:470 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 " @@ -1237,11 +1258,11 @@ msgstr "" "API. DAPI выполняет те же функции, что и API, но с учётом кворумов " "мастернод, которые выступают в роли конечных точек для коммуникации API." -#: ../../docs/user/introduction/information.rst:467 +#: ../../docs/user/introduction/information.rst:474 msgid "Dark Gravity Wave" msgstr "Алгоритм Dark Gravity Wave" -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:476 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" " *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" @@ -1258,11 +1279,11 @@ msgstr "" "вычислительных мощностей. Однако, в DGW отсутствует уязвимость к временным " "скачкам. " -#: ../../docs/user/introduction/information.rst:475 +#: ../../docs/user/introduction/information.rst:482 msgid "Darkcoin" msgstr "Darkcoin" -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:484 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." @@ -1270,11 +1291,11 @@ msgstr "" "Изначально, Dash был запущен под названием XCoin, затем был переименован в " "Darkcoin и, наконец, в Dash." -#: ../../docs/user/introduction/information.rst:479 +#: ../../docs/user/introduction/information.rst:486 msgid "Dash" msgstr "Dash" -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:488 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency was" " later renamed \"Dash\" to avoid association with the darknet markets. Dash " @@ -1294,11 +1315,11 @@ msgstr "" "о полном перечне особенностей Dash, см. страницу :ref:`Особенности " "`." -#: ../../docs/user/introduction/information.rst:489 +#: ../../docs/user/introduction/information.rst:496 msgid "DashDrive" msgstr "DashDrive" -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:498 msgid "" "Dash network data storage backend service used by masternodes for off-chain " "data relating to Evolution. DashDrive implements `IPFS `_, " @@ -1308,11 +1329,11 @@ msgstr "" "мастернодами для офчейн данных, имеющих отношение к Evolution. DashDrive " "использует IPFS `_, распределённую систему хранения файлов." -#: ../../docs/user/introduction/information.rst:494 +#: ../../docs/user/introduction/information.rst:501 msgid "Dash Client" msgstr "Dash-клиент" -#: ../../docs/user/introduction/information.rst:496 +#: ../../docs/user/introduction/information.rst:503 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" @@ -1328,11 +1349,11 @@ msgstr "" "транзакции между остальными нодами сети, таким образом создавая надёжную " "децентрализованную инфраструктуру. " -#: ../../docs/user/introduction/information.rst:502 +#: ../../docs/user/introduction/information.rst:509 msgid "Dash Core Wallet" msgstr "Кошелёк Dash Core" -#: ../../docs/user/introduction/information.rst:504 +#: ../../docs/user/introduction/information.rst:511 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 " @@ -1346,11 +1367,11 @@ msgstr "" "DashCore полностью скачивает блокчейн и раздаёт его любому пиру, которые его" " запросит. " -#: ../../docs/user/introduction/information.rst:509 +#: ../../docs/user/introduction/information.rst:516 msgid "Dash Evolution" msgstr "Dash Evolution" -#: ../../docs/user/introduction/information.rst:511 +#: ../../docs/user/introduction/information.rst:518 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" @@ -1361,11 +1382,11 @@ msgstr "" "прежнему будет децентрализованным. См. страницу :ref:`Evolution " "`, чтобы узнать больше." -#: ../../docs/user/introduction/information.rst:515 +#: ../../docs/user/introduction/information.rst:522 msgid "Dash Schema" msgstr "Dash Schema" -#: ../../docs/user/introduction/information.rst:517 +#: ../../docs/user/introduction/information.rst:524 msgid "" "A JSON-based language specification for defining and validating consensus " "data in Evolution." @@ -1373,11 +1394,11 @@ msgstr "" "Основанный на JSON язык спецификаций, который используется для определения и" " подтверждения консенсусных данных в Evolution. " -#: ../../docs/user/introduction/information.rst:519 +#: ../../docs/user/introduction/information.rst:526 msgid "DDoS" msgstr "DDoS" -#: ../../docs/user/introduction/information.rst:521 +#: ../../docs/user/introduction/information.rst:528 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 " @@ -1393,11 +1414,11 @@ msgstr "" "цели, не давая ей обслуживать законных пользователей. Иногда Dash биржи " "подвергаются таким DDoS атакам." -#: ../../docs/user/introduction/information.rst:527 +#: ../../docs/user/introduction/information.rst:534 msgid "Decentralized" msgstr "Децентрализация" -#: ../../docs/user/introduction/information.rst:529 +#: ../../docs/user/introduction/information.rst:536 msgid "" "`Decentralized computing " "`_ is the allocation " @@ -1432,11 +1453,11 @@ msgstr "" "чтобы обеспечить максимальную эффективность. Однако, вопрос о том, повысят " "ли такие сети общую эффективность, всё ещё остаётся открытым." -#: ../../docs/user/introduction/information.rst:544 +#: ../../docs/user/introduction/information.rst:551 msgid "Desktop Wallet" msgstr "Desktop-кошелёк" -#: ../../docs/user/introduction/information.rst:546 +#: ../../docs/user/introduction/information.rst:553 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 " @@ -1449,11 +1470,11 @@ msgstr "" ":ref:`Dash Core Wallet `, :ref:`Dash Electrum Wallet " "`, :ref:`Аппаратные кошельки `." -#: ../../docs/user/introduction/information.rst:552 +#: ../../docs/user/introduction/information.rst:559 msgid "Difficulty" msgstr "Сложность" -#: ../../docs/user/introduction/information.rst:554 +#: ../../docs/user/introduction/information.rst:561 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 " @@ -1473,15 +1494,15 @@ msgstr "" "специальных ASIC майнеров привели к тому, что сложность со временем " "повышается." -#: ../../docs/user/introduction/information.rst:563 +#: ../../docs/user/introduction/information.rst:570 msgid "Digital Wallet" msgstr "Электронный кошелёк" -#: ../../docs/user/introduction/information.rst:565 +#: ../../docs/user/introduction/information.rst:572 msgid "See :ref:`this link ` for full documentation on wallets." msgstr "Полную документацию о кошельках см. :ref:`здесь `." -#: ../../docs/user/introduction/information.rst:567 +#: ../../docs/user/introduction/information.rst:574 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 " @@ -1496,7 +1517,7 @@ msgstr "" "убедиться, что вы никогда не потеряете доступ к вашим Dash. Существует " "множество версий электронных кошельков для различных устройств:" -#: ../../docs/user/introduction/information.rst:574 +#: ../../docs/user/introduction/information.rst:581 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1512,7 +1533,7 @@ msgstr "" "хранятся. Делайте резервные копии файлов вашего кошелька, чтобы не потерять " "ваши средства. " -#: ../../docs/user/introduction/information.rst:582 +#: ../../docs/user/introduction/information.rst:589 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or Apple " @@ -1530,7 +1551,7 @@ msgstr "" " средствам. Из-за проблем с безопасностью, которым подвержены мобильные " "телефоны, рекомендуется не хранить в мобильных кошельках большие суммы." -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your Dash " @@ -1554,7 +1575,7 @@ msgstr "" "приватных ключей. Мы настоятельно рекомендуем НИКОГДА не хранить большое " "количество Dash в любом онлайн кошельке или на любой криптовалютной бирже." -#: ../../docs/user/introduction/information.rst:603 +#: ../../docs/user/introduction/information.rst:610 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1574,7 +1595,7 @@ msgstr "" "приватным ключам, которые при этом надёжно защищены. Он считается наиболее " "безопасным вариантом хранения Dash." -#: ../../docs/user/introduction/information.rst:613 +#: ../../docs/user/introduction/information.rst:620 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the internet." @@ -1598,11 +1619,11 @@ msgstr "" "подходят для долгосрочного хранения (в течение нескольких лет) ключей, " "потому что они со временем портятся." -#: ../../docs/user/introduction/information.rst:623 +#: ../../docs/user/introduction/information.rst:630 msgid "DKG" msgstr "DKG" -#: ../../docs/user/introduction/information.rst:625 +#: ../../docs/user/introduction/information.rst:632 msgid "" "Defined in `DIP6 " "`__, Distributed " @@ -1622,11 +1643,11 @@ msgstr "" "на BLS M-of-N пороговой схеме и распределённом создании ключей, с помощью " "которых осуществляется разделение секрета Шамира." -#: ../../docs/user/introduction/information.rst:633 +#: ../../docs/user/introduction/information.rst:640 msgid "Digital Signature" msgstr "Электронная подпись" -#: ../../docs/user/introduction/information.rst:635 +#: ../../docs/user/introduction/information.rst:642 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 " @@ -1645,11 +1666,11 @@ msgstr "" "например, чтобы подтвердить, что вы являетесь владельцем определённого " "адреса Dash." -#: ../../docs/user/introduction/information.rst:643 +#: ../../docs/user/introduction/information.rst:650 msgid "Electrum Wallet" msgstr "Electrum кошелёк" -#: ../../docs/user/introduction/information.rst:645 +#: ../../docs/user/introduction/information.rst:652 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight wallet " "that does not require you to download or sync the entire blockchain, making " @@ -1661,11 +1682,11 @@ msgstr "" "блокчейн, и поэтому он легче и быстрее. Он также поддерживает как и " "InstantSend, так и CoinJoin." -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:656 msgid "Encryption" msgstr "Шифрование" -#: ../../docs/user/introduction/information.rst:651 +#: ../../docs/user/introduction/information.rst:658 msgid "" "In cryptography, `encryption `_ is" " the process of encoding messages or information in such a way that only " @@ -1692,15 +1713,15 @@ msgstr "" "алгоритмов шифрования, но хорошо продуманные современные системы, например, " "AES-256 считаются \"неприступными\"." -#: ../../docs/user/introduction/information.rst:663 +#: ../../docs/user/introduction/information.rst:670 msgid "Escrow Services" msgstr "Эскроу сервисы" -#: ../../docs/user/introduction/information.rst:665 +#: ../../docs/user/introduction/information.rst:672 msgid "An `escrow `_ is:" msgstr "`Эскроу `_ - это: " -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:674 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1711,7 +1732,7 @@ msgstr "" "распределяет деньги или документы для сторон, которые заключают сделку, и " "распространение зависит от оговоренных в соглашении условий; или " -#: ../../docs/user/introduction/information.rst:672 +#: ../../docs/user/introduction/information.rst:679 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 " @@ -1720,7 +1741,7 @@ msgstr "" "это счёт, который создаётся брокером для хранения средств в интересах его " "нанимателя или другого человека до подтверждения или отмены договора; или " -#: ../../docs/user/introduction/information.rst:676 +#: ../../docs/user/introduction/information.rst:683 msgid "" "a trust account held in the borrower's name to pay obligations such as " "property taxes and insurance premiums." @@ -1728,7 +1749,7 @@ msgstr "" "это трастовый счёт, который открыт на имя заёмщика, чтобы выполнять его " "финансовые обязательства, например, уплату налогов или страховых взносов." -#: ../../docs/user/introduction/information.rst:679 +#: ../../docs/user/introduction/information.rst:686 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1746,11 +1767,11 @@ msgstr "" " отправит средства и заказанный продукт (или валюту) соответствующим " "сторонам." -#: ../../docs/user/introduction/information.rst:687 +#: ../../docs/user/introduction/information.rst:694 msgid "Evan Duffield" msgstr "Эван Даффилд" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:696 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 " @@ -1760,11 +1781,11 @@ msgstr "" "PrivateSend. До создания Dash, Эван работал финансовым консультантом и имел " "соответствующую лицензию - Series 65." -#: ../../docs/user/introduction/information.rst:692 +#: ../../docs/user/introduction/information.rst:699 msgid "Exchange" msgstr "Обменный курс" -#: ../../docs/user/introduction/information.rst:694 +#: ../../docs/user/introduction/information.rst:701 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" @@ -1785,11 +1806,11 @@ msgstr "" "владения волатильной электронной валютой, могут избежать риска, обменивая " "монеты через обработчик платежей во время каждой транзакции." -#: ../../docs/user/introduction/information.rst:704 +#: ../../docs/user/introduction/information.rst:711 msgid "Faucet" msgstr "Кран" -#: ../../docs/user/introduction/information.rst:706 +#: ../../docs/user/introduction/information.rst:713 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 " @@ -1800,11 +1821,11 @@ msgstr "" "распределяют награду в виде microdash или Duff свои посетителям в обмен на " "ввод капчи или выполнение описанного на вебсайте задания." -#: ../../docs/user/introduction/information.rst:710 +#: ../../docs/user/introduction/information.rst:717 msgid "Fiat Gateway" msgstr "Фиатный шлюз" -#: ../../docs/user/introduction/information.rst:712 +#: ../../docs/user/introduction/information.rst:719 msgid "" "`Fiat money `_ has been defined " "variously as:" @@ -1812,13 +1833,13 @@ msgstr "" "`Фиатные деньги `_ определяются " "по-разному:" -#: ../../docs/user/introduction/information.rst:715 +#: ../../docs/user/introduction/information.rst:722 msgid "Any money declared by a government to be legal tender." msgstr "" "Любые деньги, которые объявляются правительством законным денежным " "средством." -#: ../../docs/user/introduction/information.rst:716 +#: ../../docs/user/introduction/information.rst:723 msgid "" "State-issued money which is neither convertible by law to any other thing, " "nor fixed in value in terms of any objective standard." @@ -1826,22 +1847,22 @@ msgstr "" "Государственные деньги, неразменные по закону на какую-либо вещь, а также не" " имеющие фиксированной стоимости с точки зрения объективных критериев." -#: ../../docs/user/introduction/information.rst:717 +#: ../../docs/user/introduction/information.rst:724 msgid "" "Intrinsically valueless money used as money because of government decree." msgstr "" "Деньги, по своей сути не обладающие никакой стоимостью, но которые " "используются в качестве денег из-за указа правительства." -#: ../../docs/user/introduction/information.rst:719 +#: ../../docs/user/introduction/information.rst:726 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "В качестве примера можно привести доллар США, евро, йену и так далее." -#: ../../docs/user/introduction/information.rst:720 +#: ../../docs/user/introduction/information.rst:727 msgid "Fintech" msgstr "Финтех" -#: ../../docs/user/introduction/information.rst:722 +#: ../../docs/user/introduction/information.rst:729 msgid "" "`Financial technology " "`_, also known as " @@ -1861,11 +1882,11 @@ msgstr "" "Недавно многие финтех компании стали использовать блокчейн технологию, то " "есть, ту самую технологию, которая лежит в основе Dash и Bitcoin. " -#: ../../docs/user/introduction/information.rst:730 +#: ../../docs/user/introduction/information.rst:737 msgid "Fork" msgstr "Форк" -#: ../../docs/user/introduction/information.rst:732 +#: ../../docs/user/introduction/information.rst:739 msgid "" "When the blockchain diverges or splits, with some clients recognizing one " "version of the blockchain as valid, and other clients believing that a " @@ -1883,7 +1904,7 @@ msgstr "" "обычно \"выигрывает\" и признаётся всеми валидной. Однако форки могут быть " "очень опасны, и по возможности их следует избегать." -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:748 msgid "" "Forking is most likely to occur during software updates to the network. Dash" " uses a Multi-Phased Fork (“:ref:`Spork `”) system for greater " @@ -1893,11 +1914,11 @@ msgstr "" "обеспечения сети. Dash использует Мультифазовую Форковую систему " "(\":ref:`Спорк `\"), для большей гибкости и надёжности." -#: ../../docs/user/introduction/information.rst:744 +#: ../../docs/user/introduction/information.rst:751 msgid "Full Nodes" msgstr "Полноценная нода" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:753 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 " @@ -1911,27 +1932,27 @@ msgstr "" "децентрализации, позволяя любому пользователю дважды проверить валидность " "блокчейна." -#: ../../docs/user/introduction/information.rst:751 +#: ../../docs/user/introduction/information.rst:758 msgid "Fungible" msgstr "Взаимозаменяемость" -#: ../../docs/user/introduction/information.rst:753 +#: ../../docs/user/introduction/information.rst:760 msgid "Every unit of the currency is worth the same as any other unit." msgstr "Каждая единица валюты стоит столько же, сколько любая другая единица." -#: ../../docs/user/introduction/information.rst:754 +#: ../../docs/user/introduction/information.rst:761 msgid "Genesis Block" msgstr "Первичный блок" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:763 msgid "The very first block in the block chain." msgstr "Самый первый блок в блокчейне." -#: ../../docs/user/introduction/information.rst:757 +#: ../../docs/user/introduction/information.rst:764 msgid "GPU" msgstr "GPU " -#: ../../docs/user/introduction/information.rst:759 +#: ../../docs/user/introduction/information.rst:766 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -1963,11 +1984,11 @@ msgstr "" "центральный процессор. Некоторые криптовалюты используют такие майнинговые " "алгоритмы, которые эффективнее всего выполнять на GPU. " -#: ../../docs/user/introduction/information.rst:773 +#: ../../docs/user/introduction/information.rst:780 msgid "Hardware Wallet" msgstr "Аппаратный кошелёк" -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:782 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a piece " @@ -1979,11 +2000,11 @@ msgstr "" "физическом уровне, и он никогда не будет доступен из интернета. Вы можете " "так же подписывать транзакции, и это удобно и безопасно." -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:787 msgid "Hash" msgstr "Хэш" -#: ../../docs/user/introduction/information.rst:782 +#: ../../docs/user/introduction/information.rst:789 msgid "" "A mathematical process that takes a variable amount of data and produces a " "shorter, fixed-length output. A hashing function has two important " @@ -1998,11 +2019,11 @@ msgstr "" "строку. Во-вторых, самые малые изменения во входящих данных влекут за собой " "полное изменения выходных данных. " -#: ../../docs/user/introduction/information.rst:788 +#: ../../docs/user/introduction/information.rst:795 msgid "Hashrate" msgstr "Хешрейт" -#: ../../docs/user/introduction/information.rst:790 +#: ../../docs/user/introduction/information.rst:797 msgid "" "The number of hashes that can be performed by a Dash miner in a given period" " of time (usually a second)." @@ -2010,11 +2031,11 @@ msgstr "" "Это количество хэшей, которое может произвести майнер Dash в заданный период" " времени (обычно в секунду)." -#: ../../docs/user/introduction/information.rst:792 +#: ../../docs/user/introduction/information.rst:799 msgid "Insight" msgstr "Insight" -#: ../../docs/user/introduction/information.rst:794 +#: ../../docs/user/introduction/information.rst:801 msgid "" "Blockchain information server used to power block explorers and respond to " "transaction queries." @@ -2022,19 +2043,19 @@ msgstr "" "Сервер с блокчейном использовался для поддержки Обозревателя блоков и ответа" " на транзакционные запросы." -#: ../../docs/user/introduction/information.rst:796 +#: ../../docs/user/introduction/information.rst:803 msgid "InstantX" msgstr "InstantX" -#: ../../docs/user/introduction/information.rst:798 +#: ../../docs/user/introduction/information.rst:805 msgid "See InstantSend" msgstr "см. InstantSend" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:806 msgid "InstantSend" msgstr "InstantSend" -#: ../../docs/user/introduction/information.rst:801 +#: ../../docs/user/introduction/information.rst:808 msgid "" ":ref:`InstantSend ` technology uses the masternode network to " "\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" @@ -2048,11 +2069,11 @@ msgstr "" "час или даже больше, транзакции InstantSend \"блокируются\" и становятся " "необратимыми уже через несколько секунд. " -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:813 msgid "Liquidity" msgstr "Ликвидность " -#: ../../docs/user/introduction/information.rst:808 +#: ../../docs/user/introduction/information.rst:815 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" @@ -2065,11 +2086,11 @@ msgstr "" "неликвидного рынка является волатильность, а также невозможность быстро " "определить ценность актива." -#: ../../docs/user/introduction/information.rst:813 +#: ../../docs/user/introduction/information.rst:820 msgid "LLMQ" msgstr "LLMQ" -#: ../../docs/user/introduction/information.rst:815 +#: ../../docs/user/introduction/information.rst:822 msgid "" "Defined in `DIP6 " "`__, A Long- Living" @@ -2091,11 +2112,11 @@ msgstr "" "кворумами. Главной задачей LLMQ является выполнение пороговой подписи " "сообщений, относящихся к консенсусу." -#: ../../docs/user/introduction/information.rst:824 +#: ../../docs/user/introduction/information.rst:831 msgid "Masternode" msgstr "Мастернода" -#: ../../docs/user/introduction/information.rst:826 +#: ../../docs/user/introduction/information.rst:833 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." @@ -2105,7 +2126,7 @@ msgstr "" " выполняет услуги для сети и получает оплату в виде части от вознаграждения " "за блок. Для запуска мастерноды необходимо подтверждение владения 1000 Dash." -#: ../../docs/user/introduction/information.rst:830 +#: ../../docs/user/introduction/information.rst:837 msgid "" "Masternodes serve as the second tier of the Dash network, and power " "InstantSend, CoinJoin, and the Budget System." @@ -2113,11 +2134,11 @@ msgstr "" "Мастерноды являются вторым уровнем сети Dash, и благодаря им работает " "InstantSend, CoinJoin, а также казна Dash DAO." -#: ../../docs/user/introduction/information.rst:832 +#: ../../docs/user/introduction/information.rst:839 msgid "Mining" msgstr "Майнинг" -#: ../../docs/user/introduction/information.rst:834 +#: ../../docs/user/introduction/information.rst:841 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 " @@ -2129,20 +2150,20 @@ msgstr "" "вознаграждения за блок. Текущий процент можно найти в :ref:`этой таблице " "`." -#: ../../docs/user/introduction/information.rst:838 +#: ../../docs/user/introduction/information.rst:845 msgid "Mobile Wallet" msgstr "Мобильный кошелёк" -#: ../../docs/user/introduction/information.rst:840 +#: ../../docs/user/introduction/information.rst:847 msgid "These are wallets available on mobile devices (iOS + Android)." msgstr "" "Это кошельки, которые работают на мобильных устройствах (iOS + Android)." -#: ../../docs/user/introduction/information.rst:841 +#: ../../docs/user/introduction/information.rst:848 msgid "MultiSig" msgstr "Мультиподпись" -#: ../../docs/user/introduction/information.rst:843 +#: ../../docs/user/introduction/information.rst:850 msgid "" "Multi-signature addresses provide additional security by requiring multiple " "people to sign a transaction with their private key before the transaction " @@ -2161,11 +2182,11 @@ msgstr "" "находятся большие суммы криптовалюты, поскольку такой подход затрудняет " "кражу этих сумм." -#: ../../docs/user/introduction/information.rst:851 +#: ../../docs/user/introduction/information.rst:858 msgid "Node" msgstr "Нода" -#: ../../docs/user/introduction/information.rst:853 +#: ../../docs/user/introduction/information.rst:860 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 " @@ -2175,11 +2196,11 @@ msgstr "" " - это приложения, которые скачали весь блокчейн и раздают его другим " "клиентам в пиринговой сети Dash." -#: ../../docs/user/introduction/information.rst:856 +#: ../../docs/user/introduction/information.rst:863 msgid "OTC" msgstr "OTC" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:865 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 " @@ -2194,11 +2215,11 @@ msgstr "" "криптовалюты и опасается, что такая крупная покупка или продажа вызовет " "сдвиг в цене (т.н. \"проскальзывание\")." -#: ../../docs/user/introduction/information.rst:863 +#: ../../docs/user/introduction/information.rst:870 msgid "P2P" msgstr "P2P" -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:872 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two " "parties in a highly interconnected network. An alternative system to a 'hub-" @@ -2210,11 +2231,11 @@ msgstr "" "альтернатива \"веерной\" системе, в которой все участники транзакции " "взаимодействуют друг с другом через одного посредника." -#: ../../docs/user/introduction/information.rst:869 +#: ../../docs/user/introduction/information.rst:876 msgid "Paper Wallet" msgstr "Бумажник" -#: ../../docs/user/introduction/information.rst:871 +#: ../../docs/user/introduction/information.rst:878 msgid "" ":ref:`Paper wallets ` are offline wallets, printed on " "paper for safety. If properly secured and stored they are considered the " @@ -2224,11 +2245,11 @@ msgstr "" "напечатаны на бумаге для большей безопасности. При должном хранении, они " "считаются наиболее безопасным способом хранения криптовалюты." -#: ../../docs/user/introduction/information.rst:874 +#: ../../docs/user/introduction/information.rst:881 msgid "Privacy" msgstr "Приватность" -#: ../../docs/user/introduction/information.rst:876 +#: ../../docs/user/introduction/information.rst:883 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about themselves, " @@ -2251,11 +2272,11 @@ msgstr "" "использования, а также защиты информации. У Dash есть функция CoinJoin, " "которая даёт возможность поддерживать финансовую приватность. " -#: ../../docs/user/introduction/information.rst:886 +#: ../../docs/user/introduction/information.rst:893 msgid "Private Key" msgstr "Приватный ключ" -#: ../../docs/user/introduction/information.rst:888 +#: ../../docs/user/introduction/information.rst:895 msgid "" "A `private key `_ is" " a long alphanumeric passcode that allows Dash to be spent. Every Dash " @@ -2273,11 +2294,11 @@ msgstr "" " ключ это своего рода \"билет\", который позволяет кому-либо тратить Dash, " "важно хранить их в безопасном месте и в тайне." -#: ../../docs/user/introduction/information.rst:895 +#: ../../docs/user/introduction/information.rst:902 msgid "PrivateSend" msgstr "Функция PrivateSend" -#: ../../docs/user/introduction/information.rst:897 +#: ../../docs/user/introduction/information.rst:904 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 " @@ -2287,11 +2308,11 @@ msgstr "" "финансовую приватность между пользователями. Эту функцию можно включить или " "выключить по желанию пользователя." -#: ../../docs/user/introduction/information.rst:900 +#: ../../docs/user/introduction/information.rst:907 msgid "Proof of Service - PoSe" msgstr "Доказательство предоставления услуги - PoSe" -#: ../../docs/user/introduction/information.rst:902 +#: ../../docs/user/introduction/information.rst:909 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided " "uninterrupted service meeting a minimum quality level to the network. " @@ -2305,11 +2326,11 @@ msgstr "" "нему верх, пока она не попадёт в список потенциальных кандидатов для " "получения оплаты." -#: ../../docs/user/introduction/information.rst:908 +#: ../../docs/user/introduction/information.rst:915 msgid "Proof of Stake - PoS" msgstr "Подтверждение доли владения - PoS" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:917 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 " @@ -2334,11 +2355,11 @@ msgstr "" "работающим с консенсусом PoS на самом деле выгодно \"голосовать\" за " "принятие и легитимной, и хакерской цепочки." -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:928 msgid "Proof of Work - PoW" msgstr "Доказательство выполненной работы - PoW" -#: ../../docs/user/introduction/information.rst:923 +#: ../../docs/user/introduction/information.rst:930 msgid "" "Consensus mechanism that keeps all nodes honest by requiring computational " "power to be expended in order to create new blocks. Miners must use " @@ -2353,11 +2374,11 @@ msgstr "" "бы добавить блоки в цепь, а находящиеся в сети ноды никогда бы не смогли " "определиться, какая цепочка является верной." -#: ../../docs/user/introduction/information.rst:929 +#: ../../docs/user/introduction/information.rst:936 msgid "Public Key" msgstr "Публичный ключ" -#: ../../docs/user/introduction/information.rst:931 +#: ../../docs/user/introduction/information.rst:938 msgid "" "The `public key `_ " "is derived from the private key but is not secret and can be revealed to " @@ -2370,11 +2391,11 @@ msgstr "" "используется для подписи сообщений, публичный ключ используется для " "подтверждения того, что подпись верна." -#: ../../docs/user/introduction/information.rst:936 +#: ../../docs/user/introduction/information.rst:943 msgid "Pump and dump" msgstr "Накачивание и сброс" -#: ../../docs/user/introduction/information.rst:938 +#: ../../docs/user/introduction/information.rst:945 msgid "" "Inflating the value of a financial asset that has been produced or acquired " "cheaply, often using aggressive publicity and misleading statements. The " @@ -2391,11 +2412,11 @@ msgstr "" "что вызывает падение цены. Это довольно частое явление для рынков с низкой " "ликвидностью, например, для некоторых альткоинов." -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:952 msgid "Quorum" msgstr "Кворум" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:954 msgid "" "Group of masternodes signing or voting on some action, with the formation of" " the group determined by some determiniation algorithm." @@ -2403,11 +2424,11 @@ msgstr "" "Группа мастернод, которые ставят подпись или голосуют по какому-либо " "действию, где формат этой группы задан определённым алгоритмом." -#: ../../docs/user/introduction/information.rst:949 +#: ../../docs/user/introduction/information.rst:956 msgid "QR Code" msgstr "QR код" -#: ../../docs/user/introduction/information.rst:951 +#: ../../docs/user/introduction/information.rst:958 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -2419,11 +2440,11 @@ msgstr "" "сканирования камерами, в том числе камерами мобильных телефонов, а также " "часто используются для того, чтобы зашифровать адреса Dash." -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:962 msgid "Satoshi Nakamoto" msgstr "Сатоши Накамото" -#: ../../docs/user/introduction/information.rst:957 +#: ../../docs/user/introduction/information.rst:964 msgid "" "`Satoshi Nakamoto `_ is the " "name used by the person or people who designed Bitcoin and created its " @@ -2433,11 +2454,11 @@ msgstr "" "которым пользуется человек или группа лиц, создавшая Биткойн в его " "изначальном виде. " -#: ../../docs/user/introduction/information.rst:960 +#: ../../docs/user/introduction/information.rst:967 msgid "SDK" msgstr "SDK" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:969 msgid "" "Software Development Kit. A set of tools, code and documentation used by " "developers to create apps targeting a specific hardware or software " @@ -2448,11 +2469,11 @@ msgstr "" "работающих с определённым оборудованием или платформой программного " "обеспечения." -#: ../../docs/user/introduction/information.rst:965 +#: ../../docs/user/introduction/information.rst:972 msgid "Signaling" msgstr "Сигнализирование" -#: ../../docs/user/introduction/information.rst:967 +#: ../../docs/user/introduction/information.rst:974 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 " @@ -2467,11 +2488,11 @@ msgstr "" "для поддержки определённого протокола и/или путём указания определённой " "версии в обнаруженных ими блоках." -#: ../../docs/user/introduction/information.rst:972 +#: ../../docs/user/introduction/information.rst:979 msgid "State View" msgstr "Обзор состояний" -#: ../../docs/user/introduction/information.rst:974 +#: ../../docs/user/introduction/information.rst:981 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" @@ -2481,11 +2502,11 @@ msgstr "" "этапов. Используется в Evolution для определения, например, того, что должно" " отображаться в данном социальном кошельке." -#: ../../docs/user/introduction/information.rst:977 +#: ../../docs/user/introduction/information.rst:984 msgid "Spork" msgstr "Спорк" -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:986 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -2515,11 +2536,11 @@ msgstr "" "какие-то проблемы, код снова можно деактивировать тем же способом, не " "откатывая назад сеть или обновление клиента. " -#: ../../docs/user/introduction/information.rst:993 +#: ../../docs/user/introduction/information.rst:1000 msgid "Tainted Coins" msgstr "Запятнанные монеты" -#: ../../docs/user/introduction/information.rst:995 +#: ../../docs/user/introduction/information.rst:1002 msgid "" "Taint is a measure of correlation between two (wallet) addresses. It is only" " important if the user is trying to remain anonymous." @@ -2527,19 +2548,19 @@ msgstr "" "Пятно обозначает связь между двумя адресами (кошельками). Это важно только в" " том случае, если пользователь хочет оставаться анонимным. " -#: ../../docs/user/introduction/information.rst:997 +#: ../../docs/user/introduction/information.rst:1004 msgid "tDash" msgstr "tDash" -#: ../../docs/user/introduction/information.rst:999 +#: ../../docs/user/introduction/information.rst:1006 msgid "Test Dash, used on :ref:`testnet `." msgstr "Тестовый Dash, который использовался в :ref:`тестнете `." -#: ../../docs/user/introduction/information.rst:1000 +#: ../../docs/user/introduction/information.rst:1007 msgid "Testnet" msgstr "Тестнет" -#: ../../docs/user/introduction/information.rst:1002 +#: ../../docs/user/introduction/information.rst:1009 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and test " @@ -2552,11 +2573,11 @@ msgstr "" "пользователями, которые симулируют действия своих двойников из основной сети" " в безопасной среде, где ошибки или форки не могут принести ущерб." -#: ../../docs/user/introduction/information.rst:1006 +#: ../../docs/user/introduction/information.rst:1013 msgid "Tor" msgstr "Tor" -#: ../../docs/user/introduction/information.rst:1008 +#: ../../docs/user/introduction/information.rst:1015 msgid "" "An anonymous routing protocol used by people wanting to hide their identity " "online." @@ -2564,11 +2585,11 @@ msgstr "" "Анонимный протокол маршрутизации, которым пользуются люди, желающие остаться" " анонимными в сети." -#: ../../docs/user/introduction/information.rst:1010 +#: ../../docs/user/introduction/information.rst:1017 msgid "Transaction" msgstr "Транзакция" -#: ../../docs/user/introduction/information.rst:1012 +#: ../../docs/user/introduction/information.rst:1019 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions may" " be divided into classical and special transactions. Similar to Bitcoin, " @@ -2584,11 +2605,11 @@ msgstr "" "`_, и могут быть " "использованы, например, для управления пользователями блокчейна." -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:1026 msgid "Transaction Block" msgstr "Блок транзакций" -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:1028 msgid "" "A collection of transactions on the Dash network, gathered into a block that" " can then be hashed and added to the blockchain." @@ -2596,11 +2617,11 @@ msgstr "" "Набор транзакций сети Dash, собранных в блок, который затем можно хэшировать" " и добавить в блокчейн." -#: ../../docs/user/introduction/information.rst:1023 +#: ../../docs/user/introduction/information.rst:1030 msgid "Transaction Fee" msgstr "Комиссия за транзакцию" -#: ../../docs/user/introduction/information.rst:1025 +#: ../../docs/user/introduction/information.rst:1032 msgid "" "A :ref:`small fee ` imposed on some transactions sent across the Dash " "network. The transaction fee is awarded to the miner that successfully " @@ -2610,11 +2631,11 @@ msgstr "" "проведённых через сеть Dash. Комиссия за транзакцию вручается майнеру, " "который успешно хэшировал блок, содержаший эту транзакцию." -#: ../../docs/user/introduction/information.rst:1028 +#: ../../docs/user/introduction/information.rst:1035 msgid "Unconfirmed Transactions" msgstr "Неподтверждённые транзакции" -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1037 msgid "" "Transactions that are not yet processed by miners or held via InstantSend " "are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " @@ -2624,19 +2645,19 @@ msgstr "" "InstantSend - \"неподтверждённые блокчейном транзакции\". Неподтверждённые " "транзакции могут быть отозваны и не должны считаться \"окончательными\"." -#: ../../docs/user/introduction/information.rst:1033 +#: ../../docs/user/introduction/information.rst:1040 msgid "Vanity Address" msgstr "Адрес тщеславия" -#: ../../docs/user/introduction/information.rst:1035 +#: ../../docs/user/introduction/information.rst:1042 msgid "A Dash address with a desirable pattern, such as a name." msgstr "Dash адрес, содержащий определённые желаемые элементы, например, имя." -#: ../../docs/user/introduction/information.rst:1036 +#: ../../docs/user/introduction/information.rst:1043 msgid "Virgin Dash" msgstr "Первичный Dash " -#: ../../docs/user/introduction/information.rst:1038 +#: ../../docs/user/introduction/information.rst:1045 msgid "" "Dash received as a reward for mining a block or running a masternode. These " "have not yet been spent anywhere and are \"virgin.\"" @@ -2645,11 +2666,11 @@ msgstr "" "мастернодой. Эти Dash, которые ещё не были ни на что потрачены, называются " "\"первичными\"." -#: ../../docs/user/introduction/information.rst:1040 +#: ../../docs/user/introduction/information.rst:1047 msgid "Volatility" msgstr "Волатильность" -#: ../../docs/user/introduction/information.rst:1042 +#: ../../docs/user/introduction/information.rst:1049 msgid "" "The measurement of price movements over time for a traded financial asset " "(including Dash)." @@ -2657,11 +2678,11 @@ msgstr "" "Изменение движений цен с учетом времени на торгуемые финансовые активы (в " "том числе Dash)." -#: ../../docs/user/introduction/information.rst:1044 +#: ../../docs/user/introduction/information.rst:1051 msgid "Wallet" msgstr "Кошелёк" -#: ../../docs/user/introduction/information.rst:1046 +#: ../../docs/user/introduction/information.rst:1053 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 " @@ -2671,11 +2692,11 @@ msgstr "" "приватные ключи, которые связаны с адресами Dash. Блокчейн - это запись " "балансов (и транзакций) Dash, которая связаны с этими адресами." -#: ../../docs/user/introduction/information.rst:1049 +#: ../../docs/user/introduction/information.rst:1056 msgid "Whitepaper" msgstr "Белая книга" -#: ../../docs/user/introduction/information.rst:1051 +#: ../../docs/user/introduction/information.rst:1058 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a complex" @@ -2688,11 +2709,11 @@ msgstr "" " к задаче. Она предназначена для того, чтобы помочь читателям понять задачу," " разрешить её или принять решение. " -#: ../../docs/user/introduction/information.rst:1056 +#: ../../docs/user/introduction/information.rst:1063 msgid "X11" msgstr "X11" -#: ../../docs/user/introduction/information.rst:1058 +#: ../../docs/user/introduction/information.rst:1065 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash Core " "developer Evan Duffield." @@ -2700,11 +2721,11 @@ msgstr "" ":ref:`X11 ` это алгоритм хэширования, созданный Dash " "Core разработчиком Эваном Даффилдом. " -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1067 msgid "Zero Confirmations" msgstr "Нулевое подтверждение" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1069 msgid "" "This is a transaction without any confirmations from the blockchain. It is " "technically reversible (unless InstantSend was used)." @@ -2712,11 +2733,11 @@ msgstr "" "Это транзакция, которая ни разу не была подтверждена блокчейном. Технически," " она обратима (если для её отправления не использовался InstantSend)." -#: ../../docs/user/introduction/information.rst:1064 +#: ../../docs/user/introduction/information.rst:1071 msgid "vin" msgstr "vin" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1073 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 " @@ -2727,11 +2748,11 @@ msgstr "" " - это список входов в транзакцию, а vout это список выходов. Для того, " "чтобы мастернода заработала, требуется vin в 1000 Dash (именно эта сумма)." -#: ../../docs/user/introduction/information.rst:1070 +#: ../../docs/user/introduction/information.rst:1077 msgid "VMN" msgstr "VMN" -#: ../../docs/user/introduction/information.rst:1072 +#: ../../docs/user/introduction/information.rst:1079 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " diff --git a/locale/ru/LC_MESSAGES/docs/user/introduction/safety.po b/locale/ru/LC_MESSAGES/docs/user/introduction/safety.po index 4f6727e7b..92048bbb3 100644 --- a/locale/ru/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/ru/LC_MESSAGES/docs/user/introduction/safety.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: VONCAN, 2024\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 752e14919..c1f1db4e3 100644 --- a/locale/ru/LC_MESSAGES/docs/user/legal.po +++ b/locale/ru/LC_MESSAGES/docs/user/legal.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: VONCAN, 2023\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 cb07f5971..fd7923e05 100644 --- a/locale/ru/LC_MESSAGES/docs/user/marketing.po +++ b/locale/ru/LC_MESSAGES/docs/user/marketing.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/dashmate-existing-host.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/dashmate-existing-host.po index ac266e576..db8d73334 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/dashmate-existing-host.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/dashmate-existing-host.po @@ -3,6 +3,9 @@ # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # +# Translators: +# VONCAN, 2024 +# #, fuzzy msgid "" msgstr "" @@ -10,6 +13,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2024-08-29 14:40+0000\n" +"Last-Translator: VONCAN, 2024\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" @@ -19,15 +23,15 @@ msgstr "" #: ../../docs/user/masternodes/dashmate-existing-host.rst-1 msgid "This guide describes how to set up a Dash evolution masternode." -msgstr "" +msgstr "Данное руководство рассказывает как запустить Dash эвоноду" #: ../../docs/user/masternodes/dashmate-existing-host.rst:8 msgid "Dashmate on existing host" -msgstr "" +msgstr "Dashmate на существующем хостинге" #: ../../docs/user/masternodes/dashmate-existing-host.rst:11 msgid "Set up a dashmate node" -msgstr "" +msgstr "Запуск dashmate ноды" #: ../../docs/user/masternodes/dashmate-existing-host.rst:13 msgid "" @@ -35,72 +39,86 @@ msgid "" "`__. For more details, " "refer to the :ref:`install instructions `." msgstr "" +"Скачайте и установите `последнюю версию dashmate " +"`__. Для получения " +"более подробной информации обратитесь к :ref:`инструкции по установке " +"`." #: ../../docs/user/masternodes/dashmate-existing-host.rst:16 msgid "Set up an evonode::" -msgstr "" +msgstr "Создайте эвоноду" #: ../../docs/user/masternodes/dashmate-existing-host.rst:20 msgid "Select the network type" -msgstr "" +msgstr "Выберите тип сети" #: ../../docs/user/masternodes/dashmate-existing-host.rst:21 msgid "Select ``evolution masternode`` when asked for node type" -msgstr "" +msgstr "Выберите ``evolution masternode`` при выборе типа ноды" #: ../../docs/user/masternodes/dashmate-existing-host.rst:22 msgid "Select ``Yes`` when asked if your masternode is already registered" -msgstr "" +msgstr "Выберите ``Yes`` на вопрос, зарегистрирована ли уже ваша мастернода" #: ../../docs/user/masternodes/dashmate-existing-host.rst:23 msgid "" "Select ``Yes`` when asked about importing existing data (the data is already" " present from the \"Sync a full node\" steps above)" msgstr "" +"Выберите ``Yes`` на вопрос об импорте существующих данных (данные уже " +"присутствуют в результате выполнения шагов «Sync a full node» выше)." #: ../../docs/user/masternodes/dashmate-existing-host.rst:25 msgid "Import your existing masternode's keys" -msgstr "" +msgstr "Импортируйте ключи существующей мастерноды" #: ../../docs/user/masternodes/dashmate-existing-host.rst:26 msgid "" "Obtain an SSL certificate. See the :ref:`SSL certificates ` section for details." msgstr "" +"Получение сертификата SSL. Подробности см. в разделе :ref:`SSL certificates " +"`." #: ../../docs/user/masternodes/dashmate-existing-host.rst:30 msgid "Stop existing dashd" -msgstr "" +msgstr "Остановите существующий dashd" #: ../../docs/user/masternodes/dashmate-existing-host.rst:32 msgid "Stop your existing dashd process" -msgstr "" +msgstr "Остановите ваш существующий процесс dashd" #: ../../docs/user/masternodes/dashmate-existing-host.rst:33 msgid "" "Make sure you do not have any startup schedulers configured to restart dashd" " (systemd, cron, etc.)" msgstr "" +"Убедитесь, что у вас нет планировщиков запуска, настроенных на перезапуск " +"dashd (systemd, cron и т. д.)." #: ../../docs/user/masternodes/dashmate-existing-host.rst:36 msgid "Start dashmate node" -msgstr "" +msgstr "Запустите ноду dashmate" #: ../../docs/user/masternodes/dashmate-existing-host.rst:38 msgid "Start the node::" -msgstr "" +msgstr "Запустите ноду::" #: ../../docs/user/masternodes/dashmate-existing-host.rst:42 msgid "" "Make sure the node works properly by running the following status commands::" msgstr "" +"Убедитесь, что нода работает правильно, выполнив следующие команды проверки " +"статуса::" #: ../../docs/user/masternodes/dashmate-existing-host.rst:49 msgid "Cleanup old dashd data" -msgstr "" +msgstr "Очистите старые данные dashd" #: ../../docs/user/masternodes/dashmate-existing-host.rst:51 msgid "" "Once you have confirmed everything is operating correctly, remove the old " "dashd data from your server to free up storage space." msgstr "" +"Убедившись, что все работает правильно, удалите старые данные dashd с " +"сервера, чтобы освободить место для хранения." diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/dashmate-new-host.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/dashmate-new-host.po index 788559ea0..72e60ab03 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/dashmate-new-host.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/dashmate-new-host.po @@ -3,6 +3,9 @@ # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # +# Translators: +# VONCAN, 2024 +# #, fuzzy msgid "" msgstr "" @@ -10,6 +13,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2024-08-29 14:40+0000\n" +"Last-Translator: VONCAN, 2024\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" @@ -19,19 +23,19 @@ msgstr "" #: ../../docs/user/masternodes/dashmate-new-host.rst-1 msgid "This guide describes how to set up a Dash evolution masternode." -msgstr "" +msgstr "Данное руководство рассказывает как запустить Dash эвоноду" #: ../../docs/user/masternodes/dashmate-new-host.rst:8 msgid "Dashmate on a new host" -msgstr "" +msgstr "Dashmate на новом хостинге" #: ../../docs/user/masternodes/dashmate-new-host.rst:11 msgid "Setup a new node" -msgstr "" +msgstr "Создайте новую ноду" #: ../../docs/user/masternodes/dashmate-new-host.rst:13 msgid ":ref:`Set up a new server `" -msgstr "" +msgstr ":ref:`Запуск нового сервера `" #: ../../docs/user/masternodes/dashmate-new-host.rst:14 msgid "" @@ -39,10 +43,14 @@ msgid "" "`__. For more details, " "refer to the :ref:`install instructions `." msgstr "" +"Скачайте и установите `последнюю версию dashmate " +"`__. Для получения " +"более подробной информации обратитесь к :ref:`инструкции по установке " +"`." #: ../../docs/user/masternodes/dashmate-new-host.rst:19 msgid "Sync a full node" -msgstr "" +msgstr "Синхронизация полной ноды" #: ../../docs/user/masternodes/dashmate-new-host.rst:21 msgid "" @@ -50,33 +58,40 @@ msgid "" "existing node. The easiest way to do this is by syncing a full node and then" " converting it to an evonode." msgstr "" +"Чтобы минимизировать время остановки, синхронизируйте Core блокчейн, не " +"прерывая работу существующей ноды. Самый простой способ сделать это - " +"синхронизировать полную ноду, а затем преобразовать ее в эвоноду." #: ../../docs/user/masternodes/dashmate-new-host.rst:24 msgid "Set up a dashmate full node to sync Core first::" -msgstr "" +msgstr "Настройте полную ноду dashmate для синхронизации Core первым::" #: ../../docs/user/masternodes/dashmate-new-host.rst:28 msgid "Select the network type and then ``fullnode`` for the node type" -msgstr "" +msgstr "Выберите тип сети, а затем ``full-нода`` для типа ноды." #: ../../docs/user/masternodes/dashmate-new-host.rst:29 msgid "" "Enable the indexes required by Platform and then start dashmate to sync::" msgstr "" +"Включите индексы, необходимые для платформы, а затем запустите dashmate для " +"синхронизации::" #: ../../docs/user/masternodes/dashmate-new-host.rst:34 msgid "Make sure Core is syncing::" -msgstr "" +msgstr "Убедитесь, что Core синхронизируется:" #: ../../docs/user/masternodes/dashmate-new-host.rst:39 msgid "Set up an evonode" -msgstr "" +msgstr "Создайте эвоноду" #: ../../docs/user/masternodes/dashmate-new-host.rst:41 msgid "" "Once Core has finished syncing, reset the configuration and services. Use " "``--keep-data`` so the synced data is retained::" msgstr "" +"После завершения синхронизации Core сбросьте конфигурацию и сервисы. " +"Используйте ``--keep-data``, чтобы синхронизированные данные сохранились::" #: ../../docs/user/masternodes/dashmate-new-host.rst:47 msgid "" @@ -84,62 +99,74 @@ msgid "" ":ref:`protx update_service_evo command ` to set" " a new IP address for your dashmate-based evonode." msgstr "" +"Перенесите IP-адрес на новый узел. В качестве альтернативы вы можете " +"использовать команду :ref:`protx update_service_evo command `, чтобы установить новый IP-адрес для вашей эвоноды на базе" +" dashmate." #: ../../docs/user/masternodes/dashmate-new-host.rst:50 msgid "Set up an evonode::" -msgstr "" +msgstr "Создайте эвоноду" #: ../../docs/user/masternodes/dashmate-new-host.rst:54 msgid "Select the network type" -msgstr "" +msgstr "Выберите тип сети" #: ../../docs/user/masternodes/dashmate-new-host.rst:55 msgid "Select ``evolution masternode`` when asked for node type" -msgstr "" +msgstr "Выберите ``evolution masternode`` при выборе типа ноды" #: ../../docs/user/masternodes/dashmate-new-host.rst:56 msgid "Select ``Yes`` when asked if your masternode is already registered" -msgstr "" +msgstr "Выберите ``Yes`` на вопрос, зарегистрирована ли уже ваша мастернода" #: ../../docs/user/masternodes/dashmate-new-host.rst:57 msgid "" "Select ``No`` when asked about importing existing data (the data is already " "present from the \"Sync a full node\" steps above)" msgstr "" +"Выберите ``No`` на вопрос об импорте существующих данных (данные уже " +"присутствуют в результате выполнения шагов «Sync a full node» выше)." #: ../../docs/user/masternodes/dashmate-new-host.rst:59 msgid "Import your existing masternode's keys" -msgstr "" +msgstr "Импортируйте ключи существующей мастерноды" #: ../../docs/user/masternodes/dashmate-new-host.rst:60 msgid "" "Obtain an SSL certificate. See the :ref:`SSL certificates ` section for details." msgstr "" +"Получение сертификата SSL. Подробности см. в разделе :ref:`SSL certificates " +"`." #: ../../docs/user/masternodes/dashmate-new-host.rst:64 msgid "Shutdown existing masternode" -msgstr "" +msgstr "Выключите существующую мастерноду" #: ../../docs/user/masternodes/dashmate-new-host.rst:66 msgid "Shut down your existing server or dashd process" -msgstr "" +msgstr "Выключите существующий сервер или процесс dashd" #: ../../docs/user/masternodes/dashmate-new-host.rst:67 msgid "" "If you keep the existing server running, ensure you do not have any startup " "schedulers configured (systemd, cron, etc.)" msgstr "" +"Если вы сохраняете существующий сервер, убедитесь, что у вас не настроены " +"планировщики запуска (systemd, cron и т. д.)." #: ../../docs/user/masternodes/dashmate-new-host.rst:71 msgid "Start dashmate node" -msgstr "" +msgstr "Запустите ноду dashmate" #: ../../docs/user/masternodes/dashmate-new-host.rst:73 msgid "Start the node::" -msgstr "" +msgstr "Запустите ноду::" #: ../../docs/user/masternodes/dashmate-new-host.rst:77 msgid "" "Make sure the node works properly by running the following status commands::" msgstr "" +"Убедитесь, что нода работает правильно, выполнив следующие команды проверки " +"статуса::" diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v0_25.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v0_25.po index 9cfcebbe8..15487349f 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v0_25.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v0_25.po @@ -3,6 +3,9 @@ # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # +# Translators: +# VONCAN, 2024 +# #, fuzzy msgid "" msgstr "" @@ -10,6 +13,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2024-08-29 14:40+0000\n" +"Last-Translator: VONCAN, 2024\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" @@ -19,24 +23,25 @@ msgstr "" #: ../../docs/user/masternodes/dashmate-upgrade-v0_25.rst-1 msgid "This guide describes how to set up a Dash evolution masternode." -msgstr "" +msgstr "Данное руководство рассказывает как запустить Dash эвоноду" #: ../../docs/user/masternodes/dashmate-upgrade-v0_25.rst:8 msgid "Upgrade from dashmate v0.25" -msgstr "" +msgstr "Обновление с dashmate v0.25" #: ../../docs/user/masternodes/dashmate-upgrade-v0_25.rst:10 msgid "" "Check your current dashmate version to make sure you are on the right path::" msgstr "" +"Проверьте текущую версию dashmate, чтобы убедиться, что вы на нужном пути::" #: ../../docs/user/masternodes/dashmate-upgrade-v0_25.rst:15 msgid "Install the new dashmate version" -msgstr "" +msgstr "Установите новую версию dashmate" #: ../../docs/user/masternodes/dashmate-upgrade-v0_25.rst:17 msgid "Stop dashmate::" -msgstr "" +msgstr "Остановите dashmate::" #: ../../docs/user/masternodes/dashmate-upgrade-v0_25.rst:21 msgid "" @@ -44,18 +49,24 @@ msgid "" "`__. For more details, " "refer to the :ref:`install instructions `." msgstr "" +"Скачайте и установите `последнюю версию dashmate " +"`__. Для получения " +"более подробной информации обратитесь к :ref:`инструкции по установке " +"`." #: ../../docs/user/masternodes/dashmate-upgrade-v0_25.rst:25 msgid "Reset previous services to ensure compatibility with the new version::" msgstr "" +"Сбросьте предыдущие сервисы, чтобы обеспечить совместимость с новой " +"версией::" #: ../../docs/user/masternodes/dashmate-upgrade-v0_25.rst:32 msgid "Set up SSL certificate" -msgstr "" +msgstr "Установите SSL-сертификат" #: ../../docs/user/masternodes/dashmate-upgrade-v0_25.rst:34 msgid "There are two ways to set up SSL certificates:" -msgstr "" +msgstr "Существует два способа установки SSL-сертификатов:" #: ../../docs/user/masternodes/dashmate-upgrade-v0_25.rst:36 msgid "" @@ -64,6 +75,11 @@ msgid "" "free plan only provides 3 free certificates (or 3 renewals of 1 " "certificate). Other plans require paying with a credit card." msgstr "" +"Зарегистрируйтесь в сервисе ZeroSSL и получите свой ключ API. Поскольку " +"ZeroSSL предоставляет API, dashmate может обновлять ваши сертификаты " +"автоматически. Бесплатный тарифный план предоставляет только 3 бесплатных " +"сертификата (или 3 продления 1 сертификата). Другие тарифные планы требуют " +"оплаты кредитной картой." #: ../../docs/user/masternodes/dashmate-upgrade-v0_25.rst:39 msgid "" @@ -72,62 +88,76 @@ msgid "" "`SuperbitHost `_ are two " "options that accept cryptocurrency." msgstr "" +"Получите SSL-сертификаты для вашего IP-адреса, используя любого доступного " +"провайдера, и загрузите файлы сертификатов. `SSL Dragon " +"`_ и `SuperbitHost " +"`_ - два варианта, которые " +"принимают криптовалюту." #: ../../docs/user/masternodes/dashmate-upgrade-v0_25.rst:43 msgid "" "Choose which option works best for you and follow the relevant steps below " "to configure dashmate with your certificate." msgstr "" +"Выберите наиболее подходящий для вас вариант и выполните следующие шаги, " +"чтобы настроить dashmate с вашим сертификатом." #: ../../docs/user/masternodes/dashmate-upgrade-v0_25.rst:49 msgid "ZeroSSL" -msgstr "" +msgstr "ZeroSSL" #: ../../docs/user/masternodes/dashmate-upgrade-v0_25.rst:51 msgid "" "Register on `https://zerossl.com/ `_. We recommend " "not using your personal email address." msgstr "" +"Зарегистрируйтесь на сайте `https://zerossl.com/ `_. " +"Мы рекомендуем **не** использовать ваш личный адрес электронной почты." #: ../../docs/user/masternodes/dashmate-upgrade-v0_25.rst:53 msgid "Log in and click ``Developer`` on the left sidebar." -msgstr "" +msgstr "Войдите в систему и нажмите ``Разработчик`` на левой боковой панели." #: ../../docs/user/masternodes/dashmate-upgrade-v0_25.rst:54 msgid "Copy your ZeroSSL API key. **Do not create a \"New certificate\".**" msgstr "" +"Скопируйте свой API-ключ ZeroSSL. **Не создавайте «Новый сертификат»**." #: ../../docs/user/masternodes/dashmate-upgrade-v0_25.rst:59 msgid "ZeroSSL Developer tab showing the API key" -msgstr "" +msgstr "Вкладка ZeroSSL Developer, показывающая ключ API" #: ../../docs/user/masternodes/dashmate-upgrade-v0_25.rst:61 msgid "Set your ZeroSSL API key in dashmate::" -msgstr "" +msgstr "Установите свой ключ API ZeroSSL в dashmate::" #: ../../docs/user/masternodes/dashmate-upgrade-v0_25.rst:71 msgid "Files" -msgstr "" +msgstr "Файлы" #: ../../docs/user/masternodes/dashmate-upgrade-v0_25.rst:73 msgid "Update the dashmate config::" -msgstr "" +msgstr "Обновите конфиг dashmate::" #: ../../docs/user/masternodes/dashmate-upgrade-v0_25.rst:78 msgid "" "Copy ``bundle.crt`` and ``private.key`` to the dashmate home directory " "``$HOME/.dashmate/mainnet/platform/gateway/ssl``" msgstr "" +"Скопируйте ``bundle.crt`` и ``private.key`` в домашнюю директорию dashmate " +"``$HOME/.dashmate/mainnet/platform/gateway/ssl``" #: ../../docs/user/masternodes/dashmate-upgrade-v0_25.rst:82 msgid "Start dashmate node" -msgstr "" +msgstr "Запустите ноду dashmate" #: ../../docs/user/masternodes/dashmate-upgrade-v0_25.rst:84 msgid "Start the node::" -msgstr "" +msgstr "Запустите ноду::" #: ../../docs/user/masternodes/dashmate-upgrade-v0_25.rst:88 msgid "" "Make sure the node works properly by running the following status commands::" msgstr "" +"Убедитесь, что нода работает правильно, выполнив следующие команды проверки " +"статуса::" diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po index edd996426..a68ca9b66 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po @@ -3,13 +3,17 @@ # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # +# Translators: +# VONCAN, 2024 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2024-08-29 14:40+0000\n" +"Last-Translator: VONCAN, 2024\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" @@ -19,24 +23,25 @@ msgstr "" #: ../../docs/user/masternodes/dashmate-upgrade-v1.rst-1 msgid "This guide describes how to set up a Dash evolution masternode." -msgstr "" +msgstr "Данное руководство рассказывает как запустить Dash эвоноду" #: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:8 msgid "Upgrade from dashmate v1" -msgstr "" +msgstr "Обновление с dashmate v1" #: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:10 msgid "" "Check your current dashmate version to make sure you are on the right path::" msgstr "" +"Проверьте текущую версию dashmate, чтобы убедиться, что вы на нужном пути::" #: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:16 msgid "Install the new dashmate version" -msgstr "" +msgstr "Установите новую версию dashmate" #: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:18 msgid "Stop dashmate::" -msgstr "" +msgstr "Остановите dashmate::" #: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:22 msgid "" @@ -44,24 +49,26 @@ msgid "" "`__. For more details, " "refer to the :ref:`install instructions `." msgstr "" +"Скачайте и установите `последнюю версию dashmate " +"`__. Для получения " +"более подробной информации обратитесь к :ref:`инструкции по установке " +"`." #: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:26 -msgid "Reset previous services to ensure compatibility with the new version::" -msgstr "" - -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:30 msgid "Update services::" -msgstr "" +msgstr "Обновление сервисов::" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:35 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:32 msgid "Start dashmate node" -msgstr "" +msgstr "Запустите ноду dashmate" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:37 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:34 msgid "Start the node::" -msgstr "" +msgstr "Запустите ноду::" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:41 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:38 msgid "" "Make sure the node works properly by running the following status commands::" msgstr "" +"Убедитесь, что нода работает правильно, выполнив следующие команды проверки " +"статуса::" diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/hosting.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/hosting.po index a8d3fb330..4a3d5027f 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: VONCAN, 2024\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" @@ -87,28 +87,36 @@ msgid "Operated by: CrowdNode ApS" msgstr "Под управлением: CrowdNode ApS" #: ../../docs/user/masternodes/hosting.rst:36 -#: ../../docs/user/masternodes/hosting.rst:90 -#: ../../docs/user/masternodes/hosting.rst:146 +#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:148 msgid "Services: Hosting, Shares" msgstr "Услуги: хостинг, долевое участие" -#: ../../docs/user/masternodes/hosting.rst:37 -msgid "Cost: 15% of masternode payments" -msgstr "Стоимость: 15% от выплат мастерноды" +#: ../../docs/user/masternodes/hosting.rst:38 +msgid "Cost:" +msgstr "Цена:" #: ../../docs/user/masternodes/hosting.rst:38 +msgid "35% of trusted masternode/evonode payments" +msgstr "35% от выплат кастодиальных мастернод/эвонод" + +#: ../../docs/user/masternodes/hosting.rst:39 +msgid "20% of trustless masternode payments" +msgstr "20% от выплат некастодиальных мастернод" + +#: ../../docs/user/masternodes/hosting.rst:40 msgid "`Site `__" msgstr "`Сайт `__" -#: ../../docs/user/masternodes/hosting.rst:39 +#: ../../docs/user/masternodes/hosting.rst:41 msgid "`Email `__" msgstr "`Email `__" -#: ../../docs/user/masternodes/hosting.rst:43 +#: ../../docs/user/masternodes/hosting.rst:45 msgid "Allnodes" msgstr "Allnodes" -#: ../../docs/user/masternodes/hosting.rst:50 +#: ../../docs/user/masternodes/hosting.rst:52 msgid "" "`https://www.allnodes.com " "`__" @@ -116,19 +124,19 @@ msgstr "" "`https://www.allnodes.com " "`__" -#: ../../docs/user/masternodes/hosting.rst:52 +#: ../../docs/user/masternodes/hosting.rst:54 msgid "Operated by: Sephiroth" msgstr "Под управлением: Sephiroth" -#: ../../docs/user/masternodes/hosting.rst:53 +#: ../../docs/user/masternodes/hosting.rst:55 msgid "Services: Monitoring, Hosting" msgstr "Услуги: Хостинг, Мониторинг" -#: ../../docs/user/masternodes/hosting.rst:54 +#: ../../docs/user/masternodes/hosting.rst:56 msgid "Cost: from $4.50/month" msgstr "Стоимость: от $4,50/месяц" -#: ../../docs/user/masternodes/hosting.rst:55 +#: ../../docs/user/masternodes/hosting.rst:57 msgid "" "`Site `__" @@ -136,132 +144,132 @@ msgstr "" "`Сайт `__" -#: ../../docs/user/masternodes/hosting.rst:56 +#: ../../docs/user/masternodes/hosting.rst:58 msgid "`Email `__" msgstr "`Email `__" -#: ../../docs/user/masternodes/hosting.rst:57 +#: ../../docs/user/masternodes/hosting.rst:59 msgid "`Twitter `__" msgstr "`Twitter `__" -#: ../../docs/user/masternodes/hosting.rst:58 +#: ../../docs/user/masternodes/hosting.rst:60 msgid "`Telegram `__" msgstr "`Telegram `__" -#: ../../docs/user/masternodes/hosting.rst:59 +#: ../../docs/user/masternodes/hosting.rst:61 msgid "`Discord `__" msgstr "`Discord `__" -#: ../../docs/user/masternodes/hosting.rst:63 +#: ../../docs/user/masternodes/hosting.rst:65 msgid "SID Hosting Service" msgstr "Хостинг-сервис SID" -#: ../../docs/user/masternodes/hosting.rst:70 +#: ../../docs/user/masternodes/hosting.rst:72 msgid "https://dashmasternode.io" msgstr "https://dashmasternode.io" -#: ../../docs/user/masternodes/hosting.rst:72 +#: ../../docs/user/masternodes/hosting.rst:74 msgid "Operated by: splawik21 (Dash Core team member)" msgstr "Под управлением: splawik21 (участник команды Dash Core)" -#: ../../docs/user/masternodes/hosting.rst:73 -#: ../../docs/user/masternodes/hosting.rst:160 +#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:162 msgid "Services: Hosting" msgstr "Услуги: хостинг" -#: ../../docs/user/masternodes/hosting.rst:74 +#: ../../docs/user/masternodes/hosting.rst:76 msgid "Cost: €25/month, paid in Dash" msgstr "Стоимость: €25/мес, оплата в Dash" -#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:77 msgid "`Site `__" msgstr "`Сайт `__" -#: ../../docs/user/masternodes/hosting.rst:76 +#: ../../docs/user/masternodes/hosting.rst:78 msgid "`Email `__" msgstr "`Email `__" -#: ../../docs/user/masternodes/hosting.rst:80 +#: ../../docs/user/masternodes/hosting.rst:82 msgid "Pool of Stake" msgstr "Pool of Stake" -#: ../../docs/user/masternodes/hosting.rst:87 +#: ../../docs/user/masternodes/hosting.rst:89 msgid "https://www.poolofstake.io" msgstr "https://www.poolofstake.io" -#: ../../docs/user/masternodes/hosting.rst:89 +#: ../../docs/user/masternodes/hosting.rst:91 msgid "Operated by: Pool of Stake OÜ" msgstr "Оператором является: Pool of Stake OÜ" -#: ../../docs/user/masternodes/hosting.rst:91 +#: ../../docs/user/masternodes/hosting.rst:93 msgid "15% of masternode payments (5% with tokens)" msgstr "15% от платежей мастерноды (5% с помощью токенов)" -#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:94 msgid "`Site `__" msgstr "`Сайт `__" -#: ../../docs/user/masternodes/hosting.rst:93 +#: ../../docs/user/masternodes/hosting.rst:95 msgid "`Email `__" msgstr "`Email `__" -#: ../../docs/user/masternodes/hosting.rst:94 +#: ../../docs/user/masternodes/hosting.rst:96 msgid "`Twitter `__" msgstr "`Twitter `__" -#: ../../docs/user/masternodes/hosting.rst:95 +#: ../../docs/user/masternodes/hosting.rst:97 msgid "`Telegram `__" msgstr "`Telegram `__" -#: ../../docs/user/masternodes/hosting.rst:99 +#: ../../docs/user/masternodes/hosting.rst:101 msgid "Staked" msgstr "Staked" -#: ../../docs/user/masternodes/hosting.rst:106 +#: ../../docs/user/masternodes/hosting.rst:108 msgid "https://staked.us" msgstr "https://staked.us" -#: ../../docs/user/masternodes/hosting.rst:108 +#: ../../docs/user/masternodes/hosting.rst:110 msgid "Operated by: Staked" msgstr "Оператором является: Staked" -#: ../../docs/user/masternodes/hosting.rst:109 +#: ../../docs/user/masternodes/hosting.rst:111 msgid "Services: Hosting, Reporting" msgstr "Услуги: хостинг, отчетность" -#: ../../docs/user/masternodes/hosting.rst:110 +#: ../../docs/user/masternodes/hosting.rst:112 msgid "Cost: 10% of rewards" msgstr "Стоимость: 10% от вознаграждения" -#: ../../docs/user/masternodes/hosting.rst:111 +#: ../../docs/user/masternodes/hosting.rst:113 msgid "`Site `__" msgstr "`Сайт `__" -#: ../../docs/user/masternodes/hosting.rst:112 +#: ../../docs/user/masternodes/hosting.rst:114 msgid "`Email `__" msgstr "`Email `__" -#: ../../docs/user/masternodes/hosting.rst:116 +#: ../../docs/user/masternodes/hosting.rst:118 msgid "NodeHub.io" msgstr "NodeHub.io" -#: ../../docs/user/masternodes/hosting.rst:123 +#: ../../docs/user/masternodes/hosting.rst:125 msgid "https://nodehub.io" msgstr "https://nodehub.io" -#: ../../docs/user/masternodes/hosting.rst:125 +#: ../../docs/user/masternodes/hosting.rst:127 msgid "Operated by: NodeHub LLC" msgstr "Оператором является: NodeHub LLC" -#: ../../docs/user/masternodes/hosting.rst:126 +#: ../../docs/user/masternodes/hosting.rst:128 msgid "Services: Hosting, Governance, Stats, Monitoring" msgstr "Услуги: хостинг, голосование, статистика, мониторинг" -#: ../../docs/user/masternodes/hosting.rst:127 +#: ../../docs/user/masternodes/hosting.rst:129 msgid "Cost: $3.90/month (charged daily at $0.13)" msgstr "Стоимость: $3.90 в месяц ($0.13 взимается ежедневно)" -#: ../../docs/user/masternodes/hosting.rst:128 +#: ../../docs/user/masternodes/hosting.rst:130 msgid "" "`Site `__" @@ -269,79 +277,79 @@ msgstr "" "`Сайт `__" -#: ../../docs/user/masternodes/hosting.rst:129 +#: ../../docs/user/masternodes/hosting.rst:131 msgid "`Email `__" msgstr "`Email `__" -#: ../../docs/user/masternodes/hosting.rst:130 +#: ../../docs/user/masternodes/hosting.rst:132 msgid "`Twitter `__" msgstr "`Twitter `__" -#: ../../docs/user/masternodes/hosting.rst:131 +#: ../../docs/user/masternodes/hosting.rst:133 msgid "`Telegram `__" msgstr "`Telegram `__" -#: ../../docs/user/masternodes/hosting.rst:132 +#: ../../docs/user/masternodes/hosting.rst:134 msgid "`Discord `__" msgstr "`Discord `__" -#: ../../docs/user/masternodes/hosting.rst:136 +#: ../../docs/user/masternodes/hosting.rst:138 msgid "Gentarium" msgstr "Gentarium" -#: ../../docs/user/masternodes/hosting.rst:143 +#: ../../docs/user/masternodes/hosting.rst:145 msgid "https://mn.gtmcoin.io" msgstr "https://mn.gtmcoin.io" -#: ../../docs/user/masternodes/hosting.rst:145 +#: ../../docs/user/masternodes/hosting.rst:147 msgid "Operated by: Gentarium International OÜ" msgstr "Оператором является: Gentarium International OÜ" -#: ../../docs/user/masternodes/hosting.rst:147 +#: ../../docs/user/masternodes/hosting.rst:149 msgid "Cost: $3.99/month (charged daily at $0.15)" msgstr "Стоимость: 3,99 долл. в месяц (ежедневно взимается 0,15 долл.)" -#: ../../docs/user/masternodes/hosting.rst:148 +#: ../../docs/user/masternodes/hosting.rst:150 msgid "`Site `__" msgstr "`Site `__" -#: ../../docs/user/masternodes/hosting.rst:149 +#: ../../docs/user/masternodes/hosting.rst:151 msgid "`Email `__" msgstr "`Email `__" -#: ../../docs/user/masternodes/hosting.rst:150 +#: ../../docs/user/masternodes/hosting.rst:152 msgid "`Twitter `__" msgstr "`Twitter `__" -#: ../../docs/user/masternodes/hosting.rst:151 +#: ../../docs/user/masternodes/hosting.rst:153 msgid "`Discord `__" msgstr "`Discord `__" -#: ../../docs/user/masternodes/hosting.rst:155 +#: ../../docs/user/masternodes/hosting.rst:157 msgid "Masternodehosting" msgstr "Masternodehosting" -#: ../../docs/user/masternodes/hosting.rst:157 +#: ../../docs/user/masternodes/hosting.rst:159 msgid "https://masternodehosting.com" msgstr "https://masternodehosting.com" -#: ../../docs/user/masternodes/hosting.rst:159 +#: ../../docs/user/masternodes/hosting.rst:161 msgid "Operated by: flare (Dash Core team member)" msgstr "Под управлением: flare (участник команды Dash Core)" -#: ../../docs/user/masternodes/hosting.rst:161 +#: ../../docs/user/masternodes/hosting.rst:163 msgid "Cost: €18/month" msgstr "Стоимость: €18/мес" -#: ../../docs/user/masternodes/hosting.rst:162 +#: ../../docs/user/masternodes/hosting.rst:164 msgid "`Site `__" msgstr "`Сайт `__" -#: ../../docs/user/masternodes/hosting.rst:163 +#: ../../docs/user/masternodes/hosting.rst:165 msgid "`Email `__" msgstr "`Email `__" -#: ../../docs/user/masternodes/hosting.rst:164 +#: ../../docs/user/masternodes/hosting.rst:166 msgid "" "`Forum `__" @@ -349,19 +357,19 @@ msgstr "" "`Форум `__" -#: ../../docs/user/masternodes/hosting.rst:170 +#: ../../docs/user/masternodes/hosting.rst:172 msgid "Registering a hosted masternode" msgstr "Регистрация мастерноды на хостинге" -#: ../../docs/user/masternodes/hosting.rst:172 +#: ../../docs/user/masternodes/hosting.rst:174 msgid "A list of available documentation appears below:" msgstr "Ниже приведен список доступной документации:" -#: ../../docs/user/masternodes/hosting.rst:174 +#: ../../docs/user/masternodes/hosting.rst:176 msgid ":ref:`Full masternode setup guide `" msgstr ":ref:`Полное руководство по настройке мастерноды `" -#: ../../docs/user/masternodes/hosting.rst:175 +#: ../../docs/user/masternodes/hosting.rst:177 msgid "" ":ref:`Information for users of hosted masternodes ` (you are " "here)" @@ -369,18 +377,18 @@ msgstr "" ":ref:`Информация для пользователей активных мастернод ` (вы " "находитесь здесь)" -#: ../../docs/user/masternodes/hosting.rst:176 +#: ../../docs/user/masternodes/hosting.rst:178 msgid "" ":ref:`Information for operators of hosted masternodes `" msgstr "" ":ref:`Информация для операторов активных мастернод `" -#: ../../docs/user/masternodes/hosting.rst:178 +#: ../../docs/user/masternodes/hosting.rst:180 msgid "Registering a hosted masternode is done in several steps:" msgstr "Регистрация мастерноды на хостинге происходит в несколько этапов:" -#: ../../docs/user/masternodes/hosting.rst:180 +#: ../../docs/user/masternodes/hosting.rst:182 msgid "" "Send 1000 DASH to an address you control in a single transaction and wait " "for 15 confirmations" @@ -388,7 +396,7 @@ msgstr "" "Отправьте 1000 Dash на принадлежащий вам адрес одним переводом и подождите, " "пока он не подтвердится 15 раз" -#: ../../docs/user/masternodes/hosting.rst:182 +#: ../../docs/user/masternodes/hosting.rst:184 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 " @@ -400,7 +408,7 @@ msgstr "" "вознаграждения оператора или по отдельной договорённости, и будет ли " "мастернода настроена до или после регистрационной транзакции. " -#: ../../docs/user/masternodes/hosting.rst:187 +#: ../../docs/user/masternodes/hosting.rst:189 msgid "" "Prepare, sign and broadcast the registration transaction using Dash Core or " "DMT" @@ -408,7 +416,7 @@ msgstr "" "Подготовьте, подпишите и передайте в сеть регистрационную транзакцию через " "Dash Core или DMT" -#: ../../docs/user/masternodes/hosting.rst:190 +#: ../../docs/user/masternodes/hosting.rst:192 msgid "" "It is **highly recommended** to store the keys to your masternode collateral" " on a :ref:`hardware wallet ` for added security " @@ -429,11 +437,11 @@ msgstr "" "ссылке :ref:`руководство по настройке `. Начните с шага по" " ссылке :ref:`регистрация`." -#: ../../docs/user/masternodes/hosting.rst:204 +#: ../../docs/user/masternodes/hosting.rst:206 msgid "Operator transactions" msgstr "Транзакции оператора" -#: ../../docs/user/masternodes/hosting.rst:206 +#: ../../docs/user/masternodes/hosting.rst:208 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 " @@ -458,7 +466,7 @@ msgstr "" "транзакцию` , чтобы обновить настройки сервера и " "зарегистрировать мастерноду." -#: ../../docs/user/masternodes/hosting.rst:218 +#: ../../docs/user/masternodes/hosting.rst:220 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 " diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/index.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/index.po index 0dfd51caa..8ecaa7f97 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/index.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/maintenance.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/maintenance.po index cb5e296e6..a294e76d3 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/maintenance.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/maintenance.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: VONCAN, 2024\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" @@ -111,6 +111,11 @@ msgid "" "enter the following command, pasting in the address to the latest version of" " Dash Core by right clicking or pressing **Ctrl + V**::" msgstr "" +"Посетите `страницу релизов GitHub " +"`_ и скопируйте ссылку в " +"последнюю версию `x86_64-linux-gnu`. Вернитесь в окно терминала и введите " +"следующую команду, вставив адрес в последней версии Dash Core, кликнув " +"правой кнопкой мыши или нажав **Ctrl + V**::" #: ../../docs/user/masternodes/maintenance.rst:52 msgid "" @@ -118,6 +123,9 @@ msgid "" "against the public key published by the Dash Core development team. All " "releases of Dash since 0.16.0 are signed using GPG with the following key:" msgstr "" +"Убедитесь в подлинности загруженного файла, сверив его подпись с открытым " +"ключом, опубликованным командой разработчиков Dash Core. Все выпуски Dash " +"начиная с v0.16.0 подписываются с помощью GPG следующим ключом:" #: ../../docs/user/masternodes/maintenance.rst:57 msgid "" @@ -194,16 +202,26 @@ msgid "" "``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, the" " owner gets the full masternode reward." msgstr "" +"Транзакция Provider Update Service Transaction (ProUpServTx) используется " +"для обновления информации, относящейся к оператору. Оператор может обновить " +"поля IP-адреса и порта в записи мастерноды. Для эвонод он также может " +"обновить связанные с платформой порты P2P и HTTP. Если ненулевое значение " +"``operatorReward`` было установлено в начальном ProRegTx, оператор может " +"также установить поле ``operatorPayoutAddress`` в ProUpServTx. Если " +"``operatorPayoutAddress`` не задано и ``operatorReward`` ненулевое, владелец" +" получает полное вознаграждение мастерноды." #: ../../docs/user/masternodes/maintenance.rst:113 msgid "Regular masternodes" -msgstr "" +msgstr "Обычные мастерноды" #: ../../docs/user/masternodes/maintenance.rst:115 msgid "" "A masternode ProUpServTx can be created from DMT by clicking the **Update " "service** button, or from Dash Core using the following syntax::" msgstr "" +"ProUpServTx мастерноды можно создать из DMT, нажав кнопку **Обновить " +"сервис**, или из Dash Core, используя следующий синтаксис::" #: ../../docs/user/masternodes/maintenance.rst:120 #: ../../docs/user/masternodes/maintenance.rst:153 @@ -275,37 +293,47 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:146 msgid "Evonodes" -msgstr "" +msgstr "Эвоноды" #: ../../docs/user/masternodes/maintenance.rst:148 msgid "" "An evonode ProUpServTx can be created from DMT by clicking the **Update " "service** button, or from Dash Core using the following syntax::" msgstr "" +"ProUpServTx эвоноды можно создать из DMT, нажав кнопку **Обновить сервис**, " +"или из Dash Core, используя следующий синтаксис::" #: ../../docs/user/masternodes/maintenance.rst:159 msgid "" "``platformNodeId``: The Platform node ID derived from Platform P2P public " "key." msgstr "" +"``platformNodeId``: ID ноды платформы, полученный из публичного ключа P2P " +"платформы." #: ../../docs/user/masternodes/maintenance.rst:160 msgid "" "``platformP2PPort``: TCP port for Platform peer-to-peer communication " "between nodes (26656 for mainnet)." msgstr "" +"``platformP2PPort``: TCP-порт для пиринговой связи Platform между узлами " +"(26656 для mainnet)." #: ../../docs/user/masternodes/maintenance.rst:161 msgid "" "``platformHTTPPort``: TCP port of Platform HTTP API interface (443 for " "mainnet)." msgstr "" +"``platformHTTPPort``: TCP-порт интерфейса Platform HTTP API (443 для " +"основной сети)." #: ../../docs/user/masternodes/maintenance.rst:176 msgid "" "The evonode is now removed from the PoSe-banned list. The IP:port, Platform " "HTTP and P2P port and operator reward addresses are updated." msgstr "" +"Теперь эвонода удалена из списка нод забаненных PoSe. Обновлены IP:порт, " +"HTTP-порт платформы и P2P-порт, а также адреса вознаграждения оператора." #: ../../docs/user/masternodes/maintenance.rst:182 msgid "ProUpRegTx" @@ -412,7 +440,7 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:244 msgid "Dashmate troubleshooting" -msgstr "" +msgstr "Устранение неисправностей Dashmate" #: ../../docs/user/masternodes/maintenance.rst:246 msgid "" @@ -420,6 +448,9 @@ msgid "" "doctor`` command to collect debug information for troubleshooting. See the " ":ref:`dashmate page ` for details." msgstr "" +"Если у вас возникли проблемы с мастернодой на базе dashmate, используйте " +"команду ``dashmate doctor`` для сбора отладочной информации для устранения " +"неполадок. Подробности см. на :ref:`странице о Dashmate `." #: ../../docs/user/masternodes/maintenance.rst:250 msgid "Proof of Service Bans" 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 02a0b0e56..7ed7c8c0d 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -5,17 +5,17 @@ # # Translators: # Андрей Дегтяр , 2023 -# VONCAN, 2023 # Julia Ogonkova , 2024 +# VONCAN, 2024 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" -"Last-Translator: Julia Ogonkova , 2024\n" +"Last-Translator: VONCAN, 2024\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" @@ -104,7 +104,19 @@ msgstr "" "работать надежно, поскольку большинство интернет-провайдеров выделяют " "домашним пользователям динамические IP-адреса." -#: ../../docs/user/masternodes/server-config.rst:41 +#: ../../docs/user/masternodes/server-config.rst:43 +msgid "" +"Disabling IPv6 is highly recommended to prevent communication issues that " +"have been observed when running nodes on some VPS providers. We recommend " +"turning it off through the VPS provider's setup wizard during initial server" +" creation." +msgstr "" +"Отключение IPv6 настоятельно рекомендуется для предотвращения проблем со " +"связью, которые наблюдались при работе нод на некоторых VPS-провайдерах. Мы " +"рекомендуем отключить его через мастер настройки VPS-провайдера при " +"первоначальном создании сервера." + +#: ../../docs/user/masternodes/server-config.rst:47 msgid "" "Before beginning, take a few minutes to review the masternode and evonode " ":hoverxref:`hardware requirements ` which may help you " @@ -118,34 +130,52 @@ msgid "" "and click **+** to add a new server. Select a location for your new server " "on the following screen:" msgstr "" +"Прежде чем приступить к работе, потратьте несколько минут на ознакомление с " +":hoverxref:`требованиями к оборудованию ` для мастернод и " +"эвонод, которые могут помочь вам решить, какой VPS-провайдер лучше всего " +"подходит для ваших нужд. Мы будем использовать хостинг `Vultr " +"`_ в качестве примера VPS, хотя `DigitalOcean " +"`_, `Amazon EC2 " +"`_, `Google Cloud " +"`_, `Choopa `_ и" +" `OVH `_ также являются популярными вариантами. " +"Сначала создайте учетную запись и добавьте средства. Затем перейдите в пункт" +" меню **Servers** слева и нажмите **+**, чтобы добавить новый сервер. " +"Выберите местоположение для нового сервера на следующем экране:" -#: ../../docs/user/masternodes/server-config.rst:56 +#: ../../docs/user/masternodes/server-config.rst:62 msgid "Vultr server location selection screen" msgstr "Экран выбора расположения Vultr-сервера" -#: ../../docs/user/masternodes/server-config.rst:58 +#: ../../docs/user/masternodes/server-config.rst:64 msgid "" "Select Ubuntu 24.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 "" +"В качестве типа сервера выберите Ubuntu 24.04 x64. Мы используем этот LTS-" +"выпуск Ubuntu вместо последней версии, поскольку LTS-выпуски поддерживаются " +"обновлениями безопасности в течение 5 лет, а не 9 месяцев, как обычно." -#: ../../docs/user/masternodes/server-config.rst:65 +#: ../../docs/user/masternodes/server-config.rst:71 msgid "Vultr server type selection screen" msgstr "Экран выбора типа Vultr-сервера" -#: ../../docs/user/masternodes/server-config.rst:67 +#: ../../docs/user/masternodes/server-config.rst:73 msgid "" "Select a server size according to the hardware requirements for you " ":hoverxref:`masternode ` or :hoverxref:`evonode " "`:" msgstr "" +"Выберите размер сервера в соответствии с аппаратными требованиями для " +":hoverxref:`мастернод ` или :hoverxref:`эвонод " +"`:" -#: ../../docs/user/masternodes/server-config.rst:73 +#: ../../docs/user/masternodes/server-config.rst:79 msgid "Vultr server size selection screen" msgstr "Экран выбора размера Vultr-сервера" -#: ../../docs/user/masternodes/server-config.rst:75 +#: ../../docs/user/masternodes/server-config.rst:81 msgid "" "Enter a hostname and label for your server. In this example we will use " "``dashmn1`` as the hostname." @@ -153,22 +183,22 @@ msgstr "" "Введите имя хоста и метку для вашего сервера. В данном примере в качестве " "имени хоста мы будем использовать ``dashmn1``." -#: ../../docs/user/masternodes/server-config.rst:81 +#: ../../docs/user/masternodes/server-config.rst:87 msgid "Vultr server hostname & label selection screen" msgstr "Экран выбора имени хоста и метки для Vultr-сервера" -#: ../../docs/user/masternodes/server-config.rst:83 +#: ../../docs/user/masternodes/server-config.rst:89 msgid "" "Vultr will now install your server. This process may take a few minutes." msgstr "" "Vultr теперь выполнит установку вашего сервера. Этот процесс может занять " "несколько минут." -#: ../../docs/user/masternodes/server-config.rst:88 +#: ../../docs/user/masternodes/server-config.rst:94 msgid "Vultr server installation screen" msgstr "Экран инсталляции Vultr-сервера" -#: ../../docs/user/masternodes/server-config.rst:90 +#: ../../docs/user/masternodes/server-config.rst:96 msgid "" "Click **Manage** when installation is complete and take note of the IP " "address, username and password." @@ -176,15 +206,15 @@ msgstr "" "Когда инсталляция будет завершена, кликните **Manage** и обратите внимание " "на IP-адрес, имя пользователя и пароль." -#: ../../docs/user/masternodes/server-config.rst:96 +#: ../../docs/user/masternodes/server-config.rst:102 msgid "Vultr server management screen" msgstr "Экран управления Vultr-сервера" -#: ../../docs/user/masternodes/server-config.rst:101 +#: ../../docs/user/masternodes/server-config.rst:107 msgid "Set up your operating system" msgstr "Настройте вашу операционную систему" -#: ../../docs/user/masternodes/server-config.rst:103 +#: ../../docs/user/masternodes/server-config.rst:109 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" @@ -202,11 +232,11 @@ msgstr "" " вы можете использовать команду ssh прямо из терминала - просто набрав ``ssh" " root@`` после чего по запросу ввести пароль." -#: ../../docs/user/masternodes/server-config.rst:114 +#: ../../docs/user/masternodes/server-config.rst:120 msgid "PuTTY download page" msgstr "Страница загрузки PuTTY" -#: ../../docs/user/masternodes/server-config.rst:116 +#: ../../docs/user/masternodes/server-config.rst:122 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** " @@ -221,11 +251,11 @@ msgstr "" "если вы кликните **Yes**, этим вы доверите соединение с этим сервером в " "будущем." -#: ../../docs/user/masternodes/server-config.rst:125 +#: ../../docs/user/masternodes/server-config.rst:131 msgid "PuTTY security alert when connecting to a new server" msgstr "Оповещение безопасности PuTTY при подсоединении к новому серверу" -#: ../../docs/user/masternodes/server-config.rst:127 +#: ../../docs/user/masternodes/server-config.rst:133 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 " @@ -235,15 +265,15 @@ msgstr "" "авторизации на сервере с правами администратора, введите логин и пароль, " "предложенные вашим хостинг-провайдером." -#: ../../docs/user/masternodes/server-config.rst:134 +#: ../../docs/user/masternodes/server-config.rst:140 msgid "Password challenge when connecting to your VPS for the first time" msgstr "Проверка пароля при первом соединении с VPS" -#: ../../docs/user/masternodes/server-config.rst:138 +#: ../../docs/user/masternodes/server-config.rst:144 msgid "Set up users" msgstr "Настройка пользователей" -#: ../../docs/user/masternodes/server-config.rst:140 +#: ../../docs/user/masternodes/server-config.rst:146 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 " @@ -257,7 +287,7 @@ msgstr "" " окно PuTTY и кликнуть правой кнопкой мыши в этом окне. Текст будет вставлен" " на текущем месте расположения курсора::" -#: ../../docs/user/masternodes/server-config.rst:148 +#: ../../docs/user/masternodes/server-config.rst:154 msgid "" "Enter and confirm a new password (preferably long and randomly generated). " "Next we will create a new user with the following command, replacing " @@ -268,7 +298,7 @@ msgstr "" "пользователя с использованием следующей команды, заменяющей ```` " "выбранное вами имя пользователя::" -#: ../../docs/user/masternodes/server-config.rst:154 +#: ../../docs/user/masternodes/server-config.rst:160 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 " @@ -282,11 +312,11 @@ msgstr "" "заполнять. После создания пользователя, мы добавим их в sudo-группу, чтобы " "они могли выполнять команды в качестве root-пользователей:" -#: ../../docs/user/masternodes/server-config.rst:164 +#: ../../docs/user/masternodes/server-config.rst:170 msgid "Update the system" msgstr "Обновление системы" -#: ../../docs/user/masternodes/server-config.rst:166 +#: ../../docs/user/masternodes/server-config.rst:172 msgid "" "Now, while still as root, we will update the system from the Ubuntu package " "repository::" @@ -294,7 +324,7 @@ msgstr "" "Теперь, пока мы все ещё с правами администратора, обновим систему с помощью " "пакета репозитория Ubuntu::" -#: ../../docs/user/masternodes/server-config.rst:172 +#: ../../docs/user/masternodes/server-config.rst:178 msgid "" "The system will show a list of upgradable packages. Press **Y** and " "**Enter** to install the packages." @@ -302,45 +332,91 @@ msgstr "" "Система выдаст список пакетов, которые можно обновить. Нажмите **Y** и " "**Enter** для установки пакетов." -#: ../../docs/user/masternodes/server-config.rst:177 +#: ../../docs/user/masternodes/server-config.rst:182 +msgid "Disable IPv6" +msgstr "Отключение IPv6" + +#: ../../docs/user/masternodes/server-config.rst:184 +msgid "" +"We recommend turning off IPv6 to avoid potential communication issues. If " +"you cannot do this through your VPS provider's server configuration " +"settings, use the following steps to disable it through the operating " +"system." +msgstr "" +"Мы рекомендуем отключить IPv6, чтобы избежать возможных проблем со связью. " +"Если вы не можете сделать это через настройки конфигурации сервера вашего " +"VPS-провайдера, воспользуйтесь следующими шагами, чтобы отключить его через " +"операционную систему." + +#: ../../docs/user/masternodes/server-config.rst:188 +msgid "Check if IPv6 is enabled::" +msgstr "Проверьте, включен ли IPv6::" + +#: ../../docs/user/masternodes/server-config.rst:192 +msgid "If multiple inet6 entries are returned, open sysctrl.conf::" +msgstr "Если получено несколько записей inet6, откройте sysctrl.conf::" + +#: ../../docs/user/masternodes/server-config.rst:197 +msgid "" +"Add the following lines at the end of the file, then press **Ctrl + X** to " +"close the editor, then **Y** and **Enter** save the file.::" +msgstr "" +"Добавьте следующие строки в конец файла, затем нажмите **Ctrl + X**, чтобы " +"закрыть редактор, затем **Y** и **Enter**, чтобы сохранить файл.::" + +#: ../../docs/user/masternodes/server-config.rst:204 +msgid "Load the changes::" +msgstr "Загрузите изменения::" + +#: ../../docs/user/masternodes/server-config.rst:208 +msgid "" +"Finally, check if IPv6 was successfully disabled. No entries should be " +"returned when you run the command this time::" +msgstr "" +"Наконец, проверьте, был ли успешно отключен IPv6. При выполнении команды на " +"этот раз не должно появиться никаких записей::" + +#: ../../docs/user/masternodes/server-config.rst:214 msgid "Configure the firewall" msgstr "Конфигурация firewall" -#: ../../docs/user/masternodes/server-config.rst:179 +#: ../../docs/user/masternodes/server-config.rst:216 msgid "" "We will now install a firewall (and some other packages we will use later)::" msgstr "" "Теперь мы установим брандмауэр (и некоторые другие пакеты, которые мы будем " "использовать в дальнейшем)::" -#: ../../docs/user/masternodes/server-config.rst:183 -#: ../../docs/user/masternodes/server-config.rst:225 +#: ../../docs/user/masternodes/server-config.rst:220 +#: ../../docs/user/masternodes/server-config.rst:259 msgid "(press **Y** and **Enter** to confirm)" msgstr "(нажмите **Y** и **Enter** для подтверждения)" -#: ../../docs/user/masternodes/server-config.rst:185 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Choose the appropriate firewall configuration below based on which network " "and masternode type your masternode will support:" msgstr "" +"Выберите соответствующую конфигурацию брандмауэра, указанную ниже, в " +"зависимости от того, какая сеть, тип ноды вам необходим:" #: ../../docs/user/masternodes/server-config.rst:0 msgid "Mainnet masternode" -msgstr "" +msgstr "Mainnet masternode" #: ../../docs/user/masternodes/server-config.rst:0 msgid "Mainnet evonode" -msgstr "" +msgstr "Mainnet evonode" #: ../../docs/user/masternodes/server-config.rst:0 msgid "Testnet" msgstr "Тестнет" -#: ../../docs/user/masternodes/server-config.rst:229 +#: ../../docs/user/masternodes/server-config.rst:263 msgid "Enable swap" msgstr "Включить подкачку" -#: ../../docs/user/masternodes/server-config.rst:231 +#: ../../docs/user/masternodes/server-config.rst:265 msgid "" "Next, we add will add swap memory, enable it, and set it to be enabled on " "subsequent reboots::" @@ -348,7 +424,7 @@ msgstr "" "Далее мы добавим память подкачки, включим ее и установим, что она будет " "включаться при последующих перезагрузках::" -#: ../../docs/user/masternodes/server-config.rst:240 +#: ../../docs/user/masternodes/server-config.rst:274 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 " @@ -358,11 +434,11 @@ msgstr "" " нажмите tab), затем нажмите **Ctrl + X**, чтобы закрыть редактор и потом " "**Y** и **Enter** для сохранения файла." -#: ../../docs/user/masternodes/server-config.rst:250 +#: ../../docs/user/masternodes/server-config.rst:284 msgid "Restrict remote access" msgstr "Ограничить удаленный доступ" -#: ../../docs/user/masternodes/server-config.rst:252 +#: ../../docs/user/masternodes/server-config.rst:286 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, " @@ -373,15 +449,15 @@ msgstr "" "являются обязательными, но выполнить их настоятельно рекомендуется. Начнём с" " установки fail2ban::" -#: ../../docs/user/masternodes/server-config.rst:258 +#: ../../docs/user/masternodes/server-config.rst:292 msgid "Create a new configuration file::" msgstr "Создайте новый файл конфигурации::" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:296 msgid "And paste in the following configuration:" msgstr "И вставьте в него следующую конфигурацию:" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:307 msgid "" "Then press **Ctrl + X** to close the editor, then **Y** and **Enter** save " "the file. Restart and enable the fail2ban service::" @@ -390,13 +466,13 @@ msgstr "" "**Enter**, чтобы сохранить файл. Перезапуститесь и активируйте сервис " "fail2ban::" -#: ../../docs/user/masternodes/server-config.rst:279 +#: ../../docs/user/masternodes/server-config.rst:313 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" "Далее откройте файл конфигурации SSH, чтобы отключить root-авторизацию через" " SSH::" -#: ../../docs/user/masternodes/server-config.rst:283 +#: ../../docs/user/masternodes/server-config.rst:317 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -410,7 +486,7 @@ msgstr "" "которое вы задали выше. Затем нажмите **Ctrl + X**, чтобы закрыть редактор, " "далее **Y** и **Enter**, чтобы сохранить файл." -#: ../../docs/user/masternodes/server-config.rst:289 +#: ../../docs/user/masternodes/server-config.rst:323 msgid "" "Optionally install or update `AppArmor `_ (try this " "step if you are having problems related to AppArmor)::" @@ -419,21 +495,21 @@ msgstr "" "(попробуйте выполнить этот шаг, если у вас возникли проблемы, связанные с " "AppArmor)::" -#: ../../docs/user/masternodes/server-config.rst:295 +#: ../../docs/user/masternodes/server-config.rst:329 msgid "Reboot" msgstr "Перезагрузка" -#: ../../docs/user/masternodes/server-config.rst:297 +#: ../../docs/user/masternodes/server-config.rst:331 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" "Теперь перезагрузите сервер, чтобы применить все необходимые Core " "обновления::" -#: ../../docs/user/masternodes/server-config.rst:301 +#: ../../docs/user/masternodes/server-config.rst:335 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "Ваш SSH-клиент (например, PuTTY) отключится при перезагрузке сервера." -#: ../../docs/user/masternodes/server-config.rst:305 +#: ../../docs/user/masternodes/server-config.rst:339 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a `public" 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 debc5965b..9b681fdd2 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -6,16 +6,16 @@ # Translators: # Dima, 2023 # Андрей Дегтяр , 2023 -# VONCAN, 2023 +# VONCAN, 2024 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2023-05-23 19:50+0000\n" -"Last-Translator: VONCAN, 2023\n" +"Last-Translator: VONCAN, 2024\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" @@ -130,6 +130,10 @@ 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" @@ -349,10 +353,15 @@ msgid "" "**highly recommended** to enhance security and protect yourself against " "hacking. Only proceed with using Dash Core if you understand the risks." msgstr "" +"Хранить обеспечение в кошельке Dash Core **не** рекомендуется. " +":ref:`Использование аппаратного кошелька `" +" - **настоятельно рекомендуется** для повышения безопасности и защиты от " +"взлома. Приступайте к использованию Dash Core, только если вы понимаете все " +"риски." #: ../../docs/user/masternodes/setup-evonode.rst:0 msgid "Dash Core collateral instructions" -msgstr "" +msgstr "Инструкции по обеспечению Dash Core" #: ../../docs/user/masternodes/setup-evonode.rst:174 msgid "" @@ -473,19 +482,29 @@ msgid "" "`__ and install it " "using apt::" msgstr "" +"Загрузите установочный пакет dashmate для вашей архитектуры процессора со " +"страницы релизов на `GitHub " +"`__ и установите его с " +"помощью apt::" #: ../../docs/user/masternodes/setup-evonode.rst:250 msgid "" "At the end of the installation process, ``apt`` may display an error due to " "installing a downloaded package. You can ignore this error message:" msgstr "" +"В конце процесса установки ``apt`` может выдать ошибку, связанную с " +"установкой загруженного пакета. Вы можете проигнорировать это сообщение об " +"ошибке:" #: ../../docs/user/masternodes/setup-evonode.rst:252 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" +"``N: Download is performed unsandboxed as root as file " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " +"user '_apt'. - pkgAcquire::Run (13: Permission denied)``" #: ../../docs/user/masternodes/setup-evonode.rst:254 msgid "" @@ -569,6 +588,9 @@ msgid "" "specify a different **Payout address** and/or **Operator reward**, then " "click **Continue**." msgstr "" +"Затем нажмите **Действия с МН** и выберите **Регистрация мастерноды**. По " +"желанию укажите другой **Адрес выплаты** и/или **Вознаграждение оператора**," +" затем нажмите **Продолжить**." #: ../../docs/user/masternodes/setup-evonode.rst:299 msgid "" @@ -577,6 +599,11 @@ msgid "" "Platform. Currently, the Dash Masternode Tool does not support the credit " "withdraw process that will be used to transfer Dash Platform rewards." msgstr "" +"Для начального релиза Dash Platform рекомендуется назначить адрес выплаты из" +" неаппаратного кошелька, например :ref:`Dash Core `. " +"В настоящее время Dash Masternode Tool не поддерживает процесс вывода " +"кредитов, который будет использоваться для перевода вознаграждений Dash " +"Platform." #: ../../docs/user/masternodes/setup-evonode.rst:304 msgid "" @@ -585,6 +612,11 @@ msgid "" "`__.) Confirm the following two messages:" msgstr "" +"Выберите **Удаленный RPC-узел Dash (автоматический метод)**. (Подробные " +"сведения об использовании собственного локального узла RPC см. в " +"документации по инструменту `Dash Masternode Tool` " +"`__). Подтвердите следующие два сообщения:" #: ../../docs/user/masternodes/setup-evonode.rst:315 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" @@ -615,6 +647,8 @@ msgid "" "Take note of your BLS private key and then proceed with the relevant " "instructions below." msgstr "" +"Запишите свой приватный ключ BLS, а затем выполните соответствующие " +"инструкции ниже." #: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "Dashmate" @@ -796,6 +830,9 @@ msgid "" "following sections show how to generate and retrieve information that may be" " required by dashmate or the Dash Masternode Tool." msgstr "" +"Если вы предпочитаете управлять обеспечением и ключами с помощью Dash Core, " +"в следующих разделах показано, как генерировать и получать информацию, " +"которая может потребоваться dashmate или Dash Masternode Tool." #: ../../docs/user/masternodes/setup-evonode.rst:441 msgid "Identify the funding transaction" @@ -942,13 +979,15 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "Upgrade Core-only evonode" -msgstr "" +msgstr "Обновление Core-only Эвоноды" #: ../../docs/user/masternodes/setup-evonode.rst:564 msgid "" "There are three options to proceed with upgrading an existing Core-only " "evonode to support Platform. Please choose one which is suitable for you:" msgstr "" +"Существует три варианта обновления существующей эвоноды с поддержкой только " +"Core до поддержки Platform. Пожалуйста, выберите подходящий для вас вариант:" #: ../../docs/user/masternodes/setup-evonode.rst:567 msgid "" @@ -958,6 +997,12 @@ msgid "" "You can upgrade from :ref:`dashmate v0.25 ` or :ref:`dashmate v1.0 `." msgstr "" +"Обновление существующей ноды dashmate. Если у вас уже есть evonode на базе " +"dashmate, который соответствует :ref:`минимальным системным требованиям " +"`, вам просто нужно обновить dashmate и " +"получить SSL-сертификаты. Вы можете обновиться с :ref:`dashmate v0.25 " +"` или :ref:`dashmate v1.0 `." #: ../../docs/user/masternodes/setup-evonode.rst:571 msgid "" @@ -967,12 +1012,19 @@ msgid "" "recommend setting up a new server and migrating your evonode to it. Consider" " the following details when evaluating this option:" msgstr "" +":ref:`Установка ноды dashmate на новом хосте `. " +"Если вы используете evonode с dashd на хосте, который не соответствует " +":ref:`минимальным системным требованиям `, мы " +"рекомендуем создать новый сервер и перенести на него вашу эвоноду. При " +"оценке этого варианта учитывайте следующие детали:" #: ../../docs/user/masternodes/setup-evonode.rst:576 msgid "" "You will need to set up a new server and keep the existing and new servers " "running while Core is syncing on the new server." msgstr "" +"Вам нужно будет настроить новый сервер и поддерживать существующий и новый " +"серверы в рабочем состоянии, пока Core синхронизируется на новом сервере." #: ../../docs/user/masternodes/setup-evonode.rst:578 msgid "" @@ -980,18 +1032,25 @@ msgid "" "update the IP address using a :ref:`ProUpServTx ` " "update." msgstr "" +"Вы должны иметь возможность перенести свой текущий публичный IP на новый " +"сервер или обновить IP-адрес с помощью обновления :ref:`ProUpServTx " +"`." #: ../../docs/user/masternodes/setup-evonode.rst:580 msgid "" "Your existing node will continue to operate while you set up the new server," " so any problems with the new node will not affect the existing one." msgstr "" +"Ваша действующая нода будет продолжать работать, пока вы настраиваете новый " +"сервер, поэтому любые проблемы с новой нодой не повлияют на существующую." #: ../../docs/user/masternodes/setup-evonode.rst:582 msgid "" "This is a good opportunity to upgrade the OS and software to current " "versions." msgstr "" +"Это хорошая возможность обновить ОС и программное обеспечение до актуальных " +"версий." #: ../../docs/user/masternodes/setup-evonode.rst:583 msgid "" @@ -1001,62 +1060,75 @@ msgid "" " of the Core blockchain at the same time during the migration (for about 10 " "mins)." msgstr "" +":ref:`Установите ноду dashmate на существующем хостинге `. Если вы предпочитаете установить dashmate на том же " +"сервере, что и существующая нода, убедитесь, что у вас достаточно места на " +"диске для одновременного хранения двух копий блокчейна Core во время " +"миграции (примерно 10 минут)." #: ../../docs/user/masternodes/setup-evonode.rst:589 msgid "Prerequisites" -msgstr "" +msgstr "Предварительные условия" #: ../../docs/user/masternodes/setup-evonode.rst:591 msgid "" "ARM64 or x86-64 Linux host (Ubuntu is recommended) that meets the " ":ref:`minimum requirements `" msgstr "" +"ARM64 или x86-64 Linux-хост (рекомендуется Ubuntu), отвечающий " +":ref:`минимальным требованиям `." #: ../../docs/user/masternodes/setup-evonode.rst:593 msgid "Public IPv4 address" -msgstr "" +msgstr "Публичные IPv4 адреса" #: ../../docs/user/masternodes/setup-evonode.rst:594 msgid "" "Network configuration (firewall, security groups) allowing public access to " "the following TCP ports:" msgstr "" +"Конфигурация сети (брандмауэр, группы безопасности), дающая публичный доступ" +" к следующим TCP-портам:" #: ../../docs/user/masternodes/setup-evonode.rst:597 msgid "9999/tcp" -msgstr "" +msgstr "9999/tcp" #: ../../docs/user/masternodes/setup-evonode.rst:598 msgid "443/tcp" -msgstr "" +msgstr "443/tcp" #: ../../docs/user/masternodes/setup-evonode.rst:599 msgid "26656/tcp" -msgstr "" +msgstr "26656/tcp" #: ../../docs/user/masternodes/setup-evonode.rst:600 msgid "80/tcp (if you are going to use ZeroSSL)" -msgstr "" +msgstr "80/tcp (если вы собираетесь использовать ZeroSSL)" #: ../../docs/user/masternodes/setup-evonode.rst:601 msgid "" "Backup of any existing Dash Core and dashmate configuration data, including " "private keys" msgstr "" +"Резервное копирование всех существующих данных конфигурации Dash Core и " +"dashmate, включая приватные ключи" #: ../../docs/user/masternodes/setup-evonode.rst:602 msgid "" "`ZeroSSL API access key `_ or SSL " "certificate for the public IPv4 address (not DNS name)" msgstr "" +"Ключ доступа к API ZeroSSL `_ или SSL-" +"сертификат для публичного IPv4-адреса (не DNS-имени)" #: ../../docs/user/masternodes/setup-evonode.rst:608 msgid "SSL certificates" -msgstr "" +msgstr "SSL certificates" #: ../../docs/user/masternodes/setup-evonode.rst:610 msgid "There are two ways to get SSL certificates:" -msgstr "" +msgstr "Существует два способа получения SSL-сертификатов:" #: ../../docs/user/masternodes/setup-evonode.rst:612 msgid "" @@ -1066,26 +1138,36 @@ msgid "" "certificate). Other plans require paying with a credit card. You can get an " "API key for dashmate by completing the following steps:" msgstr "" +"Зарегистрируйтесь на сервисе ZeroSSL и получите свой API ключ. Поскольку " +"ZeroSSL предоставляет API, dashmate может обновлять ваши сертификаты " +"автоматически. Бесплатный тарифный план предоставляет только 3 бесплатных " +"сертификата (или 3 продления 1 сертификата). Другие тарифные планы требуют " +"оплаты кредитной картой. Вы можете получить API-ключ для dashmate, выполнив " +"следующие действия:" #: ../../docs/user/masternodes/setup-evonode.rst:617 msgid "" "Register on `https://zerossl.com/ `_. *We recommend " "not using your personal email address.*" msgstr "" +"Зарегистрируйтесь на сайте `https://zerossl.com/ `_. " +"Мы рекомендуем **не** использовать ваш личный адрес электронной почты." #: ../../docs/user/masternodes/setup-evonode.rst:619 msgid "Log in and click ``Developer`` on the left sidebar." -msgstr "" +msgstr "Войдите в систему и нажмите ``Разработчик`` на левой боковой панели." #: ../../docs/user/masternodes/setup-evonode.rst:620 msgid "" "Copy your ZeroSSL API key to provide to dashmate later. *Do not create a " "\"New certificate\".*" msgstr "" +"Скопируйте свой API-ключ ZeroSSL чтобы позже вставить его в dashmate. **Не " +"создавайте «Новый сертификат»**." #: ../../docs/user/masternodes/setup-evonode.rst:625 msgid "ZeroSSL Developer tab showing the API key" -msgstr "" +msgstr "Вкладка ZeroSSL Developer, показывающая ключ API" #: ../../docs/user/masternodes/setup-evonode.rst:627 msgid "" @@ -1095,3 +1177,32 @@ msgid "" "`_ are two options that " "accept cryptocurrency." msgstr "" +"Получите SSL-сертификаты для своего IP-адреса у любого доступного провайдера" +" и загрузите файлы сертификатов на свой сервер. `SSL Dragon " +"`_ и `SuperbitHost " +"`_ - два варианта, которые " +"принимают криптовалюту." + +#: ../../docs/user/masternodes/setup-evonode.rst:631 +msgid "" +"Please make sure that the certificate chain file contains your server " +"certificate at the top and intermediate/root certificates if present. If a " +"bundle file is present, you need to concatenate it with the certificate " +"file::" +msgstr "" +"Убедитесь, что файл цепочки сертификатов содержит сертификат вашего сервера " +"в верхней части и промежуточные/корневые сертификаты, если они присутствуют." +" Если файл пакета присутствует, необходимо объединить его с файлом " +"сертификата::" + +#: ../../docs/user/masternodes/setup-evonode.rst:637 +msgid "" +"Verify the validity of the private key and certificate chain by running " +"these commands::" +msgstr "" +"Проверьте действительность приватного ключа и цепочки сертификатов, выполнив" +" следующие команды::" + +#: ../../docs/user/masternodes/setup-evonode.rst:642 +msgid "The output of these two commands should be the same." +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 ff14457b6..4b5617bab 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: VONCAN, 2024\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" @@ -420,6 +420,8 @@ msgid "" "`Dash Masternode Zeus `__ (does not" " yet support evonodes)" msgstr "" +"`Dash Masternode Zeus `__ (пока не " +"поддерживает эвоноды)" #: ../../docs/user/masternodes/setup-testnet.rst:216 msgid "dashmate installation" diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/setup.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/setup.po index bbd2225fa..f78639269 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/setup.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/setup.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: VONCAN, 2024\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" @@ -38,7 +38,7 @@ msgstr "dash, руководство, мастерноды, trezor, dip3, нас #: ../../docs/user/masternodes/setup.rst:9 msgid "Masternode Setup" -msgstr "" +msgstr "Настройки мастерноды" #: ../../docs/user/masternodes/setup.rst:11 msgid "" @@ -467,6 +467,12 @@ msgid "" "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**::" #: ../../docs/user/masternodes/setup.rst:236 msgid "" @@ -474,6 +480,9 @@ msgid "" "against the public key published by the Dash Core development team. All " "releases of Dash since 0.16.0 are signed using GPG with the following key:" msgstr "" +"Убедитесь в подлинности загруженного файла, сверив его подпись с открытым " +"ключом, опубликованным командой разработчиков Dash Core. Все выпуски Dash " +"начиная с v0.16.0 подписываются с помощью GPG следующим ключом:" #: ../../docs/user/masternodes/setup.rst:241 msgid "" diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/understanding.po index d75beac55..4cea9da04 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -6,9 +6,9 @@ # Translators: # Андрей Дегтяр , 2022 # Dima, 2022 -# VONCAN, 2024 # Max Aronych , 2024 # Julia Ogonkova , 2024 +# VONCAN, 2024 # #, fuzzy msgid "" @@ -17,7 +17,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: Julia Ogonkova , 2024\n" +"Last-Translator: VONCAN, 2024\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" @@ -179,6 +179,21 @@ msgid "" "`this site `_ for various " "real-time statistics on the masternode network." msgstr "" +"По состоянию на июль 2024 года сеть Dash насчитывает более 3000 мастернод, " +"расположенных `_ в более " +"чем 20 странах `_ и размещенных" +" на более чем 140 интернет-провайдерах " +"`_. Вознаграждение за " +"блок составляет примерно 1,9 Dash, поэтому выбранная мастернода получает 1,4" +" Dash за платеж или примерно 6,5 Dash в месяц. Вознаграждение за блок " +"уменьшается на 7,14 % примерно раз в год, поэтому годовой заработок " +"владельца мастерноды составляет примерно 7 % от суммы залога и будет " +"уменьшаться со временем `как подсчитано здесь " +"`_. Смотрите `этот инструмент `_ для расчета % выплат в реальном времени, а " +"также `этот сайт `_ для " +"получения различной статистики по сети мастернод в реальном времени." #: ../../docs/user/masternodes/understanding.rst:88 msgid "Evolution Masternodes (evonodes)" @@ -190,6 +205,9 @@ msgid "" "created to host Dash Platform. Evonodes are similar to regular masternodes, " "but have these differences:" msgstr "" +"Эволюционные мастерноды (Evonodes) - это подмножество мастернод, созданных " +"для хостинга Dash Platform. Эвоноды похожи на обычные мастерноды, но имеют " +"следующие отличия:" #: ../../docs/user/masternodes/understanding.rst:94 #: ../../docs/user/masternodes/understanding.rst:293 @@ -210,11 +228,11 @@ msgstr "1000 DASH" #: ../../docs/user/masternodes/understanding.rst:96 msgid "4000 DASH" -msgstr "" +msgstr "4000 DASH" #: ../../docs/user/masternodes/understanding.rst:98 msgid "Service(s)" -msgstr "" +msgstr "Сервис(ы)" #: ../../docs/user/masternodes/understanding.rst:98 msgid "Only Dash Core" @@ -230,11 +248,11 @@ msgstr "Вес голоса" #: ../../docs/user/masternodes/understanding.rst:100 msgid "1 (collateral amount / 1000)" -msgstr "" +msgstr "1 (размер обеспечения / 1000)" #: ../../docs/user/masternodes/understanding.rst:100 msgid "4 (collateral amount / 1000)" -msgstr "" +msgstr "4 (размер обеспечения / 1000)" #: ../../docs/user/masternodes/understanding.rst:103 msgid "" @@ -244,6 +262,11 @@ msgid "" "`_ for more " "information about evonodes." msgstr "" +"Эвоноды также имеют :hoverxref:`более высокие требования к аппаратному " +"обеспечению `, чем обычные мастерноды, из-за " +"дополнительных сервисов Dash Platform, которые они хостят. Дополнительную " +"информацию об эвонодах смотрите в `DIP28 " +"`_." #: ../../docs/user/masternodes/understanding.rst:110 msgid "Masternode Concepts" @@ -526,6 +549,12 @@ msgid "" "Platform. Masternodes and evonodes also receive a portion of transaction " "fees on the Core chain, while evonodes receive all fees from Platform." msgstr "" +"Все выплаты мастернод исходят из основного блокчейна. Core-чейн выплачивает " +"62,5% от доли вознаграждения мастернод, которая полагается за добычу блока. " +"Оставшиеся 37,5% помещаются в :term:`credit пул` и используются для " +"вознаграждения эвонод в рамках Платформы. Мастерноды и эвоноды также " +"получают часть комиссии за транзакции в основном блокчейне, в то время как " +"эвоноды получают все комиссии собираемые платформой." #: ../../docs/user/masternodes/understanding.rst:226 msgid "" @@ -545,7 +574,7 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:236 msgid "Reward reallocation" -msgstr "" +msgstr "Распределение вознаграждения" #: ../../docs/user/masternodes/understanding.rst:238 msgid "" @@ -557,6 +586,13 @@ msgid "" "payment cycle on the Core chain instead of rewards from four sequential " "blocks, as in Dash Core v19/v20." msgstr "" +"С момента активации хардфорка, связанного с перераспределением " +"вознаграждения мастернод в августе 2024 года на `блоке 2128896 " +"`_," +" часть вознаграждения мастернод от coinbase перемещается в :term:`credit " +"пул` каждый раз, когда добывается блок. Поэтому сейчас эвоноды получают одно" +" вознаграждение в течение цикла выплат в основном блокчейне, вместо 4 наград" +" из 4 последовательных блоков, как это было в Dash Core v19/v20." #: ../../docs/user/masternodes/understanding.rst:244 msgid "" @@ -566,6 +602,11 @@ msgid "" "equilibrium between regular masternodes and evonodes is expected where " "rewards are similar to what they were before the fork." msgstr "" +"Как описано в следующих разделах, этот форк повлиял на частоту и размер " +"выплат мастернод. Хотя вначале вознаграждения мастернод значительно " +"снизились, ожидается наступление рыночного равновесия между обычными " +"мастернодами и эвонодами, тогда их вознаграждения станут такими же, как до " +"хардфорка." #: ../../docs/user/masternodes/understanding.rst:250 msgid "" @@ -577,10 +618,17 @@ msgid "" " and the `proposal approving evonodes `_ for more information." msgstr "" +"Пока сеть не достигнет точки равновесия, количество мастернод и эвонод будет" +" колебаться. По мере преобразования большего количества мастернод в эвоноды " +"частота платежей (и, соответственно, вознаграждений) в цепочке Core будет " +"увеличиваться. Дополнительную информацию см. в `Evonode FAQ " +"`_, `DIP28 " +"`_, и `proposal " +"approving evonodes `_." #: ../../docs/user/masternodes/understanding.rst:257 msgid "Payment frequency" -msgstr "" +msgstr "Частота выплат" #: ../../docs/user/masternodes/understanding.rst:259 msgid "" @@ -591,72 +639,78 @@ msgid "" "+ (175 * 4)``) before the fork to only 2775 (``2600 + 175``) after the fork." " See the following table for the outcomes of this change." msgstr "" +"Частота выплат мастернод Core блокчейна увеличилась, так как за цикл " +"производится меньше выплат. Во время хард форка в сети было около 2600 " +"включенных мастернод и около 175 включенных эвонод. Это привело к сокращению" +" выплат с 3330 за цикл (``2600 + (175 * 4)``) до форка до всего 2775 (``2600" +" + 175``) после форка. Результаты этого изменения приведены в следующей " +"таблице." #: ../../docs/user/masternodes/understanding.rst:266 msgid "Pre-fork" -msgstr "" +msgstr "До форка" #: ../../docs/user/masternodes/understanding.rst:266 msgid "Post-fork" -msgstr "" +msgstr "После форка" #: ../../docs/user/masternodes/understanding.rst:266 #: ../../docs/user/masternodes/understanding.rst:287 msgid "Difference" -msgstr "" +msgstr "Разница" #: ../../docs/user/masternodes/understanding.rst:266 msgid "Outcome" -msgstr "" +msgstr "Результат" #: ../../docs/user/masternodes/understanding.rst:268 msgid "Payment (blocks)" -msgstr "" +msgstr "Выплата (Блоки)" #: ../../docs/user/masternodes/understanding.rst:268 msgid "3300" -msgstr "" +msgstr "3300" #: ../../docs/user/masternodes/understanding.rst:268 msgid "2775" -msgstr "" +msgstr "2775" #: ../../docs/user/masternodes/understanding.rst:268 msgid "-525" -msgstr "" +msgstr "-525" #: ../../docs/user/masternodes/understanding.rst:268 #: ../../docs/user/masternodes/understanding.rst:270 msgid "More frequent payment" -msgstr "" +msgstr "Более частые выплаты" #: ../../docs/user/masternodes/understanding.rst:270 msgid "Payment (days)" -msgstr "" +msgstr "Выплаты (Дни)" #: ../../docs/user/masternodes/understanding.rst:270 msgid "5.73" -msgstr "" +msgstr "5.73" #: ../../docs/user/masternodes/understanding.rst:270 msgid "4.82" -msgstr "" +msgstr "4.82" #: ../../docs/user/masternodes/understanding.rst:270 msgid "-0.91" -msgstr "" +msgstr "-0.91" #: ../../docs/user/masternodes/understanding.rst:272 msgid "Payments / year" -msgstr "" +msgstr "Выплаты / год" #: ../../docs/user/masternodes/understanding.rst:272 msgid "64" -msgstr "" +msgstr "64" #: ../../docs/user/masternodes/understanding.rst:272 msgid "76" -msgstr "" +msgstr "76" #: ../../docs/user/masternodes/understanding.rst:272 msgid "12" @@ -664,11 +718,11 @@ msgstr "12" #: ../../docs/user/masternodes/understanding.rst:272 msgid "More payments" -msgstr "" +msgstr "Больше выплат" #: ../../docs/user/masternodes/understanding.rst:276 msgid "Payment amount" -msgstr "" +msgstr "Размер выплаты" #: ../../docs/user/masternodes/understanding.rst:278 msgid "" @@ -681,35 +735,43 @@ msgid "" " the hard fork with the `block immediately after it " "`_." msgstr "" +"Увеличение частоты выплат уравновешивается снижением размера выплаты за один" +" блок в основном блокчейне. Это уменьшение произошло в результате " +"перемещения части средств в credit пул для Платформы Dash. В приведенной " +"ниже таблице сравниваются выплаты майнерам, Credit пулу и Мастернодам из " +"`блока непосредственно перед " +"`_" +" хард форком и `блока сразу после него " +"`_." #: ../../docs/user/masternodes/understanding.rst:287 msgid "Category" -msgstr "" +msgstr "Категория" #: ../../docs/user/masternodes/understanding.rst:287 msgid "Pre-Fork" -msgstr "" +msgstr "До форка" #: ../../docs/user/masternodes/understanding.rst:287 msgid "Post-Fork" -msgstr "" +msgstr "После форка" #: ../../docs/user/masternodes/understanding.rst:289 msgid "Miner" -msgstr "" +msgstr "Майнер" #: ../../docs/user/masternodes/understanding.rst:289 msgid "0.48" -msgstr "" +msgstr "0.48" #: ../../docs/user/masternodes/understanding.rst:289 #: ../../docs/user/masternodes/understanding.rst:295 msgid "No change" -msgstr "" +msgstr "Без изменений" #: ../../docs/user/masternodes/understanding.rst:291 msgid "Credit pool" -msgstr "" +msgstr "Credit пул" #: ../../docs/user/masternodes/understanding.rst:291 msgid "0" @@ -717,31 +779,31 @@ msgstr "0" #: ../../docs/user/masternodes/understanding.rst:291 msgid "0.54" -msgstr "" +msgstr "0.54" #: ../../docs/user/masternodes/understanding.rst:291 msgid "**+0.54**" -msgstr "" +msgstr "**+0.54**" #: ../../docs/user/masternodes/understanding.rst:293 msgid "1.43" -msgstr "" +msgstr "1.43" #: ../../docs/user/masternodes/understanding.rst:293 msgid "0.89" -msgstr "" +msgstr "0.89" #: ../../docs/user/masternodes/understanding.rst:293 msgid "**-0.54**" -msgstr "" +msgstr "**-0.54**" #: ../../docs/user/masternodes/understanding.rst:295 msgid "**Total**" -msgstr "" +msgstr "**Итого**" #: ../../docs/user/masternodes/understanding.rst:295 msgid "1.91" -msgstr "" +msgstr "1.91" #: ../../docs/user/masternodes/understanding.rst:299 msgid "" @@ -749,10 +811,13 @@ msgid "" "increase, and the difference between overall pre-fork and post-fork rewards " "per year on the Core chain will decrease." msgstr "" +"По мере того как все больше мастернод будут преобразовываться в эвоноды, " +"частота выплат будет расти, а разница между общим вознаграждением до и после" +" форка в год в Coreчейне будет уменьшаться." #: ../../docs/user/masternodes/understanding.rst:306 msgid "Core block rewards" -msgstr "" +msgstr "Core Вознаграждения " #: ../../docs/user/masternodes/understanding.rst:308 msgid "" @@ -810,10 +875,13 @@ msgid "" "evonodes. Each are paid once per payment cycle and receive the same block " "subsidy amount." msgstr "" +"Правила вознаграждения за блок в основном блокчейне одинаково применяются к " +"обычным мастернодам и эвонодам. Они выплачиваются один раз за платежный цикл" +" и получают одинаковую награду за каждый блокблок." #: ../../docs/user/masternodes/understanding.rst:333 msgid "Platform rewards" -msgstr "" +msgstr "Вознаграждения платформы" #: ../../docs/user/masternodes/understanding.rst:335 msgid "" @@ -823,6 +891,11 @@ msgid "" "rewards are paid to the masternode identities associated with the " "participating evonodes." msgstr "" +"Вознаграждение эвонод основано на участии в консенсусе платформы. В " +"частности, эвоноды получают вознаграждение за блоки, которые они предлагают," +" находясь в числе активных валидаторов. В конце каждой эпохи платформы " +"(~9,125 дня) вознаграждения за блоки выплачиваются личностям мастернод, " +"связанным с участвовавшими эвонодами." #: ../../docs/user/masternodes/understanding.rst:343 msgid "Proof of Service" @@ -914,6 +987,10 @@ msgid "" "such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's service is also" " an excellent way." msgstr "" +"Обеспечение DASH: Размещение мастерноды требует большого количества DASH-" +"залога. Пожалуй, это самое сложное. Dash можно получить на таких биржах, как" +" Poloniex, Bittrex, Kraken и LiveCoin. Отличным способом является также " +"сервис Shapeshift." #: ../../docs/user/masternodes/understanding.rst:387 msgid "" @@ -921,6 +998,9 @@ msgid "" "recommend VPS services such as Vultr and DigitalOcean, although any decent " "provider will do." msgstr "" +"Сервер или VPS под управлением Linux: В большинстве последних руководств " +"используется Ubuntu 22.04 LTS. Мы рекомендуем такие VPS-сервисы, как Vultr и" +" DigitalOcean, хотя подойдет любой достойный провайдер." #: ../../docs/user/masternodes/understanding.rst:390 msgid "A dedicated IP address: These usually come with the VPS/server." @@ -938,7 +1018,7 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:399 msgid "Regular masternodes" -msgstr "" +msgstr "Обычные мастерноды" #: ../../docs/user/masternodes/understanding.rst:402 msgid "Minimum" @@ -1004,7 +1084,7 @@ msgstr "1 Тб/мес" #: ../../docs/user/masternodes/understanding.rst:417 msgid "Evonodes" -msgstr "" +msgstr "Эвоноды" #: ../../docs/user/masternodes/understanding.rst:419 msgid "" @@ -1012,19 +1092,24 @@ msgid "" "services along with Dash Core. To support the network effectively, the " "following requirements are recommended:" msgstr "" +"К Evonodes предъявляются более высокие требования к железу, поскольку на них" +" размещаются сервисы Dash Platform и Dash Core. Для эффективной поддержки " +"сети рекомендуются следующие требования:" #: ../../docs/user/masternodes/understanding.rst:425 msgid "4x 2.4 GHz" -msgstr "" +msgstr "4x 2.4 ГГц" #: ../../docs/user/masternodes/understanding.rst:427 msgid "8 GB + 2 GB swap" -msgstr "" +msgstr "8 Гб + 2 Гб swap" #: ../../docs/user/masternodes/understanding.rst:429 msgid "200 GB" -msgstr "" +msgstr "200 Гб" #: ../../docs/user/masternodes/understanding.rst:434 msgid "Masternode bandwidth use varies and will grow as the network does." msgstr "" +"Использование пропускной способности мастернод варьируется и будет расти по " +"мере развития сети." diff --git a/locale/ru/LC_MESSAGES/docs/user/mining/index.po b/locale/ru/LC_MESSAGES/docs/user/mining/index.po index 2d08adb49..1ea9ce91b 100644 --- a/locale/ru/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/ru/LC_MESSAGES/docs/user/mining/index.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: VONCAN, 2024\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" @@ -47,51 +47,20 @@ msgid "" "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." +"algorithm>`, which the miner must solve in order to earn rewards. A number " +"of X11 ASICs are available on the market, which help make Dash secure " +"against brute force attacks on the blockchain." msgstr "" -"Майнинг в контексте такой криптовалюты как Dash подразумевает процесс поиска" -" решений криптографически сложных задач, как метода защиты блоков на " -"блокчейне. Процесс майнинга создаёт новые денежные токены в качестве награды" -" для майнера. Майнинг возможен на ряде аппаратных средств. Dash реализует " -"алгоритм, известный как :ref:`X11 `, который майнер " -"должен решить, чтобы заработать вознаграждение." +"Майнинг в контексте криптовалюты, такой как Dash, означает процесс поиска " +"решений криптографически сложных задач в качестве метода обеспечения " +"безопасности блоков в блокчейне. В процессе майнинга создаются новые токены " +"валюты в качестве вознаграждения майнеру. Майнинг возможен на различных " +"аппаратных средствах. В Dash реализован алгоритм, известный как :ref:`X11 " +"`, который майнер должен решить, чтобы получить " +"вознаграждение. На рынке доступно несколько X11 ASIC, которые помогают " +"обезопасить Dash от атак методом перебора на сеть блокчейна. " -#: ../../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 "" -"Простейшим и самым основным оборудованием, доступным для майнинга, является " -"ЦПУ общего назначения, присутствующее на каждом компьютере. ЦПУ " -"спроектировано как универсальное средство, но обеспечивает меньшую " -"эффективность, чем графический процессор, который предназначен для быстрого " -"вычисления миллионов параллельных направлений задачи. Хотя некоторые " -"усовершенствования инструкций ЦП, связанные с криптографией, такие как AES " -"или AVX, могут обеспечить приличный прирост, графические процессоры " -"обеспечивают значительное увеличение производительности из-за их нескольких " -"конвейеров, способных обрабатывать прогнозируемые повторяющиеся вычисления, " -"связанные с майнингом криптовалют. Наконец, ASIC-устройства являются " -"относительно негибкими и могут обрабатывать только определённую функцию " -"(функции), для которых они были разработаны, но ещё более быстрыми темпами, " -"чем GPU общего назначения и процессоры общего назначения. В настоящее время " -"на рынке появилось несколько ASIC-устройств X11, которые быстро сделали ЦПУ " -"и GPU нерентабельными из-за повышающейся сложности хэширования, возникающей " -"из-за быстро растущей скорости хеша. Результатом является валюта, которая " -"более защищена от атак методом \"грубой силы\" на блокчейн Dash." - -#: ../../docs/user/mining/index.rst:35 +#: ../../docs/user/mining/index.rst:20 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 " @@ -102,11 +71,11 @@ msgstr "" "электроэнергию. По следующим ссылкам находится актуальная информация об " "этом:" -#: ../../docs/user/mining/index.rst:39 +#: ../../docs/user/mining/index.rst:24 msgid "`Hashrate `_" msgstr "`Хешрейт `_" -#: ../../docs/user/mining/index.rst:40 +#: ../../docs/user/mining/index.rst:25 msgid "" "`Mining difficulty `_" @@ -114,7 +83,7 @@ msgstr "" "`Сложность майнинга `_" -#: ../../docs/user/mining/index.rst:41 +#: ../../docs/user/mining/index.rst:26 msgid "" "`Profitability calculation tool " "`_" @@ -122,11 +91,11 @@ msgstr "" "`Инструмент расчёта доходности " "`_" -#: ../../docs/user/mining/index.rst:44 +#: ../../docs/user/mining/index.rst:29 msgid "Masternodes vs. Mining" msgstr "Мастерноды и майнинг" -#: ../../docs/user/mining/index.rst:46 +#: ../../docs/user/mining/index.rst:31 msgid "" "Dash, like Bitcoin and most other cryptocurrencies, is based on a " "decentralized ledger of all transactions, known as a blockchain. This " @@ -148,30 +117,31 @@ msgstr "" "соответствующее программное обеспечение, согласны с тем, что задача решена " "верно, то блок добавляется в блокчейн и майнер получает вознаграждение." -#: ../../docs/user/mining/index.rst:56 +#: ../../docs/user/mining/index.rst:41 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% " +"rewarded when miners discover new blocks. The breakdown is as follows: 80% " "of the block subsidy is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " +"distribution found :ref:`here `, while 20% is " "reserved for the budget system (created by superblocks every month)." msgstr "" -"Однако Dash работает несколько иначе, чем Bitcoin, поскольку имеет " -"двухуровневую сеть. На втором уровне работают :ref:`masternodes " -"` (Полные ноды), которые обеспечивают конфиденциальность " -"финансовых операций (CoinJoin), мгновенные транзакции (InstantSend), а также" -" децентрализованную систему управления и бюджета. Поскольку этот второй " -"уровень так важен, мастерноды также получают вознаграждение, когда майнеры " -"открывают новые блоки. Вознаграждение распределяется следующим образом: 90% " -"вознаграждения за блок делится между майнером и мастернодой в соответствии с" -" распределением, приведенным :ref:`here `, а 10% " -"предназначается для бюджетной системы (создается суперблоками каждый месяц)." +"Однако Dash работает немного иначе, чем Биткойн, поскольку имеет " +"двухуровневую сеть. На втором уровне работают :ref:`мастерноды " +"` (Полные узлы), которые обеспечивают конфиденциальность " +"финансовых данных (CoinJoin), мгновенные транзакции (InstantSend), а также " +"децентрализованную систему управления и бюджета. Поскольку этот второй " +"уровень важен, мастерноды также получают вознаграждение, когда майнеры " +"добывают новые блоки. Вознаграждение распределяется следующим образом: 80% " +"награды за блок делится между майнером и мастернодой в соответствии с " +"распределением, найденным :ref:`тут `, а 20% " +"предназначено для казны Dash DAO (создаваемой и распределяемой в рамках " +"суперблоков каждый месяц). " -#: ../../docs/user/mining/index.rst:67 +#: ../../docs/user/mining/index.rst:52 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 " @@ -189,7 +159,7 @@ msgstr "" "запустить старую версию программного обеспечения Dash, то сеть мастернод " "определила бы его блок как \"сиротский\" и он не был бы добавлен в блокчейн." -#: ../../docs/user/mining/index.rst:75 +#: ../../docs/user/mining/index.rst:60 msgid "" "In short, miners power the first tier, which is the basic sending and " "receiving of funds and prevention of doublespending. Masternodes power the " @@ -212,33 +182,23 @@ msgstr "" " в полном смысле, тем не менее, если они будут перемещены или потрачены, то " "соответствующая мастернода перестанет работать и получать награды." -#: ../../docs/user/mining/index.rst:87 +#: ../../docs/user/mining/index.rst:72 msgid "Mining Pools" msgstr "Пулы для майнинга" -#: ../../docs/user/mining/index.rst:89 +#: ../../docs/user/mining/index.rst:74 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." +"power." msgstr "" -"С помощью майнинга Dash в пулах легче добиться генерации вознаграждений, чем" -" добывая Dash в одиночку непосредственно на блокчейне. Настоятельно " -"рекомендуется использовать майнинг Dash с использованием P2Pool, так как это" -" хороший способ распределить, а не централизовать мощность хеширования. На " -"следующем сайте перечислены P2Pool пулы для майнинга Dash в вашей стране, " -"просто выберите пул с выгодной оплатой и продолжительностью пинга и введите " -"адрес своего кошелька для выплаты Dash в качестве имени пользователя и " -"придумайте какой-то как пароль." +"Майнинг Dash в пулах с большей вероятностью принесет вознаграждение, чем " +"одиночный майнинг непосредственно на блокчейне. Настоятельно рекомендуется " +"добывать Dash с помощью P2Pool, поскольку это хороший способ распределения, " +"а не централизации мощностей хеширования." -#: ../../docs/user/mining/index.rst:97 -msgid "http://www.p2poolmining.us/p2poolnodes/" -msgstr "http://www.p2poolmining.us/p2poolnodes/" - -#: ../../docs/user/mining/index.rst:99 +#: ../../docs/user/mining/index.rst:79 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" @@ -255,78 +215,59 @@ msgstr "" "Руководство по использованию типичного майнингового пула можно найти " ":ref:`here `." -#: ../../docs/user/mining/index.rst:107 +#: ../../docs/user/mining/index.rst:87 msgid "https://coinfoundry.org" msgstr "https://coinfoundry.org" -#: ../../docs/user/mining/index.rst:108 +#: ../../docs/user/mining/index.rst:88 msgid "https://mining.luxor.tech" msgstr "https://mining.luxor.tech" -#: ../../docs/user/mining/index.rst:109 -msgid "https://dash.suprnova.cc" -msgstr "https://dash.suprnova.cc" - -#: ../../docs/user/mining/index.rst:110 +#: ../../docs/user/mining/index.rst:89 msgid "https://www.nicehash.com" msgstr "https://www.nicehash.com" -#: ../../docs/user/mining/index.rst:111 -msgid "https://www.coinotron.com" -msgstr "https://www.coinotron.com" - -#: ../../docs/user/mining/index.rst:112 +#: ../../docs/user/mining/index.rst:90 msgid "https://dash.miningpoolhub.com" msgstr "https://dash.miningpoolhub.com" -#: ../../docs/user/mining/index.rst:113 +#: ../../docs/user/mining/index.rst:91 msgid "https://www.multipool.us" msgstr "https://www.multipool.us" -#: ../../docs/user/mining/index.rst:114 +#: ../../docs/user/mining/index.rst:92 msgid "https://www.f2pool.com" msgstr "https://www.f2pool.com" -#: ../../docs/user/mining/index.rst:115 -msgid "https://www2.coinmine.pl/dash/" -msgstr "https://www2.coinmine.pl/dash/" - -#: ../../docs/user/mining/index.rst:116 +#: ../../docs/user/mining/index.rst:93 msgid "https://www.antpool.com" msgstr "https://www.antpool.com" -#: ../../docs/user/mining/index.rst:117 -msgid "https://avalon-life.io" -msgstr "https://avalon-life.io" - -#: ../../docs/user/mining/index.rst:118 -msgid "https://www.genesis-mining.com" -msgstr "https://www.genesis-mining.com" - -#: ../../docs/user/mining/index.rst:119 +#: ../../docs/user/mining/index.rst:94 msgid "https://www.viabtc.com" msgstr "https://www.viabtc.com" -#: ../../docs/user/mining/index.rst:120 +#: ../../docs/user/mining/index.rst:95 msgid "https://zpool.ca" msgstr "https://zpool.ca" -#: ../../docs/user/mining/index.rst:122 +#: ../../docs/user/mining/index.rst:97 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" +"exercise discretion when using third-party services. If you'd like to be " +"added to this list, please open an issue on the `GitHub repository " +"`_." msgstr "" "ОТКАЗ ОТ ОТВЕТСТВЕННОСТИ: этот список предоставлен исключительно в " "информационных целях. Сервисы, указанные в нём не поддерживались и не " "проходили оценку Dash Core, никаких гарантий точности информации не даётся. " "Пожалуйста, соблюдайте конфиденциальность, используя сторонние сервисы. Если" -" хотите добавить свой пул в этот список, то отправьте, пожалуйста, письмо об" -" этом на leon.white@dash.org" +" вы хотите быть добавлены в этот список, пожалуйста, откройте проблему в " +"репозитории _ на GitHub." -#: ../../docs/user/mining/index.rst:129 +#: ../../docs/user/mining/index.rst:104 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 " @@ -336,491 +277,11 @@ msgstr "" "для получения выплат. Как это сделать в кошельке Dash Core, смотрите " ":ref:`здесь `." -#: ../../docs/user/mining/index.rst:143 -msgid "CPU Mining" -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-майнеров означает, что, если у " -"вас нет бесплатного электричества, то такой способ майнинга вряд ли будет " -"выгоден! Из-за этого программное обеспечение в этом руководстве не " -"обновлялось в течение нескольких лет и предназначено только для " -"экспериментальных целей и только для тестовой сети." - -#: ../../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 "" -"Это довольно простая процедура и далее будут приведены примеры достижения " -"максимально возможной хеш-скорости для вашего процессора, но помните, что " -"появляются более оптимизированные майнеры, поэтому мы советуем вам следить " -"за такими сайтами, как эти, чтобы быть в курсе последних новостей и релизов." - -#: ../../docs/user/mining/index.rst:158 ../../docs/user/mining/index.rst:292 -msgid "`Crypto Mining Blog `_" -msgstr "`Блог по криптомайнингу `_" - -#: ../../docs/user/mining/index.rst:159 ../../docs/user/mining/index.rst:293 -msgid "" -"`Dash Forum Mining Discussions " -"`_" -msgstr "" -"`Обсуждение майнинга на форуме Dash " -"`_" - -#: ../../docs/user/mining/index.rst:160 ../../docs/user/mining/index.rst:294 -msgid "" -"`Bitcoin Talk Altcoin Mining Discussions " -"`_" -msgstr "" -"`Дискуссии по майнингу альткоинов на Bitcointalk " -"`_" - -#: ../../docs/user/mining/index.rst:163 ../../docs/user/mining/index.rst:297 -msgid "Mining software" -msgstr "Программное обеспечение для майнинга" - -#: ../../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 "" -"Для начала необходимо загрузить соответствующее программное обеспечение для " -"майнинга. Хороший майнер для современных ЦПУ можно найти здесь:" - -#: ../../docs/user/mining/index.rst:168 -msgid "https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes" -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:" -msgstr "" -"Необходимое программное обеспечение зависит от того, поддерживает ли ваше " -"ЦПУ набор инструкций AES-NI и AVX. Чтобы проверить, подходит ли конкретное " -"ПО под ваше ЦПУ, можно использовать `CPU-Z " -"`_:" - -#: ../../docs/user/mining/index.rst:178 -msgid "CPU-Z showing details for an Intel i7 Haswell CPU" -msgstr "На CPU-Z показаны подробности для ЦПУ 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:" -msgstr "" -"Если ваше ЦПУ не поддерживает расширения AES-NI и AVX, можете попытаться " -"использовать более обобщённое программное обеспечение, которое не требует " -"конкретных наборов инструкций, такое как это:" - -#: ../../docs/user/mining/index.rst:185 -msgid "https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c" -msgstr "https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c" - -#: ../../docs/user/mining/index.rst:186 -msgid "https://github.com/tpruvot/cpuminer-multi" -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 " -"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 "" -"Наша цель - выбрать программное обеспечение для майнинга, которое " -"поддерживает максимально возможные наборы инструкций, доступные на вашем " -"ЦПУ, а затем попытаться увеличить скорость хеша. После того, как вы сделали " -"свой выбор, нажмите **Релизы**, загрузите и извлеките файлы из zip-архива. " -"Различные файлы \\*.exe указывают, какие конкретные оптимизации процессоров " -"они поддерживают. Папка должна выглядеть примерно так:" - -#: ../../docs/user/mining/index.rst:198 -msgid "Executable CPU miners for Dash" -msgstr "ЦПУ-майнеры для Dash в виде исполняемых приложений" - -#: ../../docs/user/mining/index.rst:201 ../../docs/user/mining/index.rst:345 -msgid "Configuration" -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 и " -"расположена в Китае::" - -#: ../../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::" -msgstr "" -"Далее откройте **Блокнот** и введите в одну строку команду, которую мы будем" -" использовать для запуска майнера, а затем команду \"pause\" во второй " -"строке. Основной формат этой записи показан ниже::" - -#: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 -msgid "Where:" -msgstr "Где:" - -#: ../../docs/user/mining/index.rst:220 -msgid "minerd = the executable miner daemon file you choose to use" -msgstr "" -"minerd = демон-файл майнера в виде исполняемого приложения, выбранный вами " -"для использования" - -#: ../../docs/user/mining/index.rst:221 -msgid "a = algorithm, which is X11 for Dash" -msgstr "a = алгоритм, для Dash это Х11" - -#: ../../docs/user/mining/index.rst:222 -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" -msgstr "" -"u = имя пользователя, обычно это адрес вашего или рабочего кошелька для " -"получения DASH " - -#: ../../docs/user/mining/index.rst:224 -msgid "p = password, can often be set to x" -msgstr "p = пароль, может быть задан как \"x\"" - -#: ../../docs/user/mining/index.rst:225 -msgid "t = number of threads used" -msgstr "t = количество используемых сетевых входов" - -#: ../../docs/user/mining/index.rst:226 -msgid "pause = keeps the window open in the case of errors" -msgstr "pause = сохраняет окно открытым в случае ошибок" - -#: ../../docs/user/mining/index.rst:228 -msgid "For the CPU in the example above, the command may be::" -msgstr "Для ЦПУ из примера выше команда может быть следующая::" - -#: ../../docs/user/mining/index.rst:236 -msgid "Notepad file showing an example command to start a CPU miner" -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." -msgstr "" -"Кликните **Файл**, затем **Сохранить как**. Измените **Тип файла** на **Все " -"файлы**, затем введите имя файла *startminer.bat* и сохраните его в той же " -"папке, что и zip-архив с файлами *minerd*." - -#: ../../docs/user/mining/index.rst:243 ../../docs/user/mining/index.rst:392 -msgid "Testing" -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`` не указан, " -"компьютер по умолчанию соединяется с максимальным количеством сетевых " -"входов. После работы майнера некоторое время посмотрите на хеш-скорость и " -"выплаты в вашем пуле для майнинга. Вы можете идентифицировать свой майнер по" -" адресу кошелька на странице." - -#: ../../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" - -#: ../../docs/user/mining/index.rst:260 -msgid "Tips" -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." -msgstr "" -"Уменьшите количество соединений для удобства использования компьютера и " -"сокращения тепловыделений. Если температура процессора слишком высока, " -"подумайте об установке дополнительного вентилятора и убедитесь, что на " -"теплоотводе ЦПУ достаточно термопасты. Измените тактовую частоту процессора " -"для повышения производительности с помощью контроллера материнской платы, " -"как это показано в примере `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." -msgstr "" -"Выберите пул, расположенный поблизости в вашей стране для уменьшения " -"задержек в работе сети. Если нода будет работать медленно, переключитесь на " -"другой пул. Постарайтесь, пожалуйста, распределить мощность хеширования по " -"всему миру в разных пулах, чтобы избежать ответвлений сети." - -#: ../../docs/user/mining/index.rst:277 -msgid "GPU Mining" -msgstr "Майнинг с помощью графического процессора" - -#: ../../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 "" -"Это руководство объединяет несколько других руководств о том, как " -"использовать ваш 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." -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 "" -"Как и для майнинга с помощью ЦПУ, ряд программного обеспечения доступен " -"также и для майнинга на графических процессорах. Большая его часть основана " -"на sgminer и скомпилирована с различными оптимизациями, характерными для " -"разных аппаратных средств. Хорошим подходом в данном случае является " -"определение вашего графического оборудования, а затем выбор подходящей " -"сборки sgminer. Для идентификации аппаратных средств вашего графического " -"процессора можно использовать `GPU-Z `_:" - -#: ../../docs/user/mining/index.rst:309 -msgid "" -"GPU-Z showing details for AMD Radeon Turks and NVIDIA Quadro GK104 class " -"GPUs" -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." -msgstr "" -"Далее необходимо загрузить программное обеспечение для майнинга. Большее его" -" количество основано на оригинальном `sgminer `_,но это не подходящий вариант для алгоритма Х11, в нём нет " -"скомпилированных двоичных файлов и он не обновлялся годами. Далее будет " -"описано использование предварительно скомпилированного двоичного " -"программного обеспечения, поддерживаемого только новыми разработчиками." - -#: ../../docs/user/mining/index.rst:318 -msgid "**AMD**" -msgstr "**AMD**" - -#: ../../docs/user/mining/index.rst:320 -msgid "https://github.com/nicehash/sgminer/releases" -msgstr "https://github.com/nicehash/sgminer/releases" - -#: ../../docs/user/mining/index.rst:322 -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 (внимание сосредоточено на " -"ключевых приложениях)" - -#: ../../docs/user/mining/index.rst:326 -msgid "" -"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)" - -#: ../../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:" -msgstr "" -"Скачайте выбранный вами релиз и извлеките файлы из zip-архива в выбранное " -"место. Папка должна выглядеть вот так:" - -#: ../../docs/user/mining/index.rst:335 -msgid "Executable GPU miners for Dash" -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. Обратите внимание, что имя извлекаемого файла может " -"отличаться для майнеров с различными оптимизациями, как отличается, " -"например, имя 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" -msgstr "" -"pools = определяет список пулов (в данном случае пул только один), на " -"которые будет направлена мощность хеширования" - -#: ../../docs/user/mining/index.rst:373 -msgid "url = URL of your mining pool, including the protocol and port" -msgstr "url = URL вашего пула для майнинга, которая включает протокол и порт" - -#: ../../docs/user/mining/index.rst:374 -msgid "" -"user = username, usually the Dash receiving address of your wallet or worker" -msgstr "" -"user = имя пользвателя, обычно это адрес вашего или рабочего кошелька для " -"получения DASH " - -#: ../../docs/user/mining/index.rst:376 -msgid "pass = password, can often be set to x" -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" -msgstr "" -"algorithm = используемый алгоритм хеширования, в данном случае darkcoin (по " -"историческим соображениям) или darkcoin-mod" - -#: ../../docs/user/mining/index.rst:380 -msgid "For the pool above, the configuration may be:" -msgstr "Для пула выше конфигурация может быть следующей:" - -#: ../../docs/user/mining/index.rst:385 -msgid "Configuration file for a Dash GPU miner" -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." -msgstr "" -"Кликните **Файл**, затем **Сохранить как**. Измените **Тип файла** на **Все " -"файлы**, затем введите имя файла *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." -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" -msgstr "" -"Пример GPU-майнинга с использованием sgminer 5.6.1-nicehash-51 на карте " -"Intel HD Graphics 4600" - -#: ../../docs/user/mining/index.rst:410 +#: ../../docs/user/mining/index.rst:120 msgid "ASIC Mining" msgstr "Майнинг с помощью ASIC-устройств" -#: ../../docs/user/mining/index.rst:412 +#: ../../docs/user/mining/index.rst:122 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" @@ -833,25 +294,26 @@ msgstr "" "майнинга криптовалюты, поскольку могут обеспечить большую эффективность, чем" " майнинг на ЦПУ или GPU, что позволяет увеличить прибыль." -#: ../../docs/user/mining/index.rst:417 +#: ../../docs/user/mining/index.rst:127 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 `_." +"Forums `_." msgstr "" "Обратите внимание, что информация на этой странице может очень быстро " "устареть из-за быстро меняющегося рынка и сложности добычи Dash. Только вы " "несёте ответственность за проведение собственных испытаний и любые новые " "добавления на этой странице не должны восприниматься как одобрение какого-" -"либо конкретного продукта. Хорошим местом для начала испытаний является " -"`раздел майнинга на форумах Dash `_." +"либо конкретного продукта. Хорошее место для начала исследований - раздел " +"`майнинг` на форумах Dash " +"`_." -#: ../../docs/user/mining/index.rst:424 +#: ../../docs/user/mining/index.rst:134 msgid "" "The following X11 ASIC miners are available on the market today, click the " "product name to visit the manufacturer's website:" @@ -859,31 +321,31 @@ msgstr "" "Следующие ASIC-майнеры на алгоритме Х11 в настоящее время доступны на рынке," " нажмите на название товара, чтобы перейти на веб-сайт производителя:" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Name" msgstr "Наименование" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Hash rate" msgstr "Хешрейт" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Power" msgstr "Мощность" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Weight" msgstr "Вес" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Dimensions (mm)" msgstr "Габаритные размеры (мм)" -#: ../../docs/user/mining/index.rst:428 +#: ../../docs/user/mining/index.rst:138 msgid "Price" msgstr "Стоимость" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "" "`Bitmain Antminer D5 " "`_" @@ -891,395 +353,81 @@ msgstr "" "`Bitmain Antminer D5 " "`_" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "119 GH/s ±5%" msgstr "119 GH/сек ±5%" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "1566 W" msgstr "1566 Вт" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "7.5 kg" msgstr "7.5 кг" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "486 x 265 x 388" msgstr "486 x 265 x 388" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "$1,180" msgstr "$1,180" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "`Spondoolies SPx36 `_" msgstr "" "`Spondoolies SPx36 `_" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "540 GH/s ±10%" msgstr "540 GH/сек ±10%" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "4400 W" msgstr "4400 Вт" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "19.5 kg" msgstr "19.5 кг" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "640 x 525 x 185" msgstr "640 x 525 x 185" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "$7,000" msgstr "$7,000" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "" "`StrongU STU-U6 `_" msgstr "" "`StrongU STU-U6 `_" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "420 GH/s ±8%" msgstr "420 GH/s ±8%" -#: ../../docs/user/mining/index.rst:434 ../../docs/user/mining/index.rst:478 +#: ../../docs/user/mining/index.rst:144 msgid "2100 W" msgstr "2100 Вт" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "8.5 kg" msgstr "8.5 кг" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "370 x 135 x 208" msgstr "370 x 135 x 208" -#: ../../docs/user/mining/index.rst:437 +#: ../../docs/user/mining/index.rst:147 msgid "ASIC resellers may also have miners available:" msgstr "У реселлеров ASIC также могут быть в наличии майнеры:" -#: ../../docs/user/mining/index.rst:439 +#: ../../docs/user/mining/index.rst:149 msgid "http://kaboomracks.com" msgstr "http://kaboomracks.com" -#: ../../docs/user/mining/index.rst:440 +#: ../../docs/user/mining/index.rst:150 msgid "https://brokerage.luxor.tech/dashboard" 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." -msgstr "" -"Следующие ASIC-майнеры либо более не доступны, либо устарели из-за " -"увеличения сложности сети" - -#: ../../docs/user/mining/index.rst:448 -msgid "`Baikal BK-X `_" -msgstr "`Baikal BK-X `_" - -#: ../../docs/user/mining/index.rst:448 -msgid "10 GH/s ±5%" -msgstr "10 GH/сек ±5%" - -#: ../../docs/user/mining/index.rst:448 -msgid "800 W" -msgstr "800 Вт" - -#: ../../docs/user/mining/index.rst:448 -msgid "3.8 kg" -msgstr "3,8 кг" - -#: ../../docs/user/mining/index.rst:448 -msgid "312 x 125 x 130" -msgstr "312 x 125 x 130" - -#: ../../docs/user/mining/index.rst:450 -msgid "`Baikal Mini `_" -msgstr "`Baikal Mini `_" - -#: ../../docs/user/mining/index.rst:450 -msgid "150 MH/s ±10%" -msgstr "150 MH/сек ±10%" - -#: ../../docs/user/mining/index.rst:450 -msgid "40 W" -msgstr "40 Вт" - -#: ../../docs/user/mining/index.rst:450 -msgid ".475 kg" -msgstr ".475 кг" - -#: ../../docs/user/mining/index.rst:450 -msgid "140 x 100 x 95" -msgstr "140 x 100 x 95" - -#: ../../docs/user/mining/index.rst:452 -msgid "`Baikal Giant+ A2000 `_" -msgstr "`Baikal Giant+ A2000 `_" - -#: ../../docs/user/mining/index.rst:452 -msgid "2000 MH/s ±10%" -msgstr "2000 MH/сек ±10%" - -#: ../../docs/user/mining/index.rst:452 -msgid "430 W" -msgstr "430 Вт" - -#: ../../docs/user/mining/index.rst:452 ../../docs/user/mining/index.rst:456 -msgid "3 kg" -msgstr "3 кг" - -#: ../../docs/user/mining/index.rst:452 -msgid "300 x 140 x 125" -msgstr "300 x 140 x 125" - -#: ../../docs/user/mining/index.rst:454 -msgid "`Baikal Giant A900 `_" -msgstr "`Baikal Giant A900 `_" - -#: ../../docs/user/mining/index.rst:454 -msgid "900 MH/s ±5%" -msgstr "900 MH/сек ±5%" - -#: ../../docs/user/mining/index.rst:454 -msgid "217 W" -msgstr "217 Вт" - -#: ../../docs/user/mining/index.rst:454 -msgid "2.5 kg" -msgstr "2.5 кг" - -#: ../../docs/user/mining/index.rst:454 -msgid "300 x 123 x 123" -msgstr "300 x 123 x 123" - -#: ../../docs/user/mining/index.rst:456 -msgid "`Baikal Quad Cube `_" -msgstr "`Baikal Quad Cube `_" - -#: ../../docs/user/mining/index.rst:456 -msgid "1200 MH/s ±10%" -msgstr "1200 MH/сек ±10%" - -#: ../../docs/user/mining/index.rst:456 -msgid "300 W" -msgstr "300 Вт" - -#: ../../docs/user/mining/index.rst:456 -msgid "135 x 135 x 425" -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 "17 GH/сек ±5%" - -#: ../../docs/user/mining/index.rst:458 -msgid "970 W" -msgstr "970 Вт" - -#: ../../docs/user/mining/index.rst:458 -msgid "6.5 kg" -msgstr "6.5 кг" - -#: ../../docs/user/mining/index.rst:458 -msgid "320 x 130 x 190" -msgstr "320 x 130 x 190" - -#: ../../docs/user/mining/index.rst:460 -msgid "`iBelink DM384M `_" -msgstr "`iBelink DM384M `_" - -#: ../../docs/user/mining/index.rst:460 -msgid "384 MH/s ±10%" -msgstr "384 MH/сек ±10%" - -#: ../../docs/user/mining/index.rst:460 -msgid "715 W" -msgstr "715 Вт" - -#: ../../docs/user/mining/index.rst:460 -msgid "21 kg" -msgstr "21 кг" - -#: ../../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 "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 "11 GH/сек ±5%" - -#: ../../docs/user/mining/index.rst:462 ../../docs/user/mining/index.rst:464 -msgid "810 W" -msgstr "810 Вт" - -#: ../../docs/user/mining/index.rst:462 -msgid "22 kg" -msgstr "22 кг" - -#: ../../docs/user/mining/index.rst:464 -msgid "`iBelink DM22G `_" -msgstr "" -"`iBelink DM22G `_" - -#: ../../docs/user/mining/index.rst:464 -msgid "22 GH/s ±5%" -msgstr "22 GH/сек ±5%" - -#: ../../docs/user/mining/index.rst:464 -msgid "19 kg" -msgstr "19 кг" - -#: ../../docs/user/mining/index.rst:466 -msgid "Pinidea DR-1" -msgstr "Pinidea DR-1" - -#: ../../docs/user/mining/index.rst:466 -msgid "500 MH/s ±10%" -msgstr "500 MH/сек ±10%" - -#: ../../docs/user/mining/index.rst:466 -msgid "320 W" -msgstr "320 Вт" - -#: ../../docs/user/mining/index.rst:466 ../../docs/user/mining/index.rst:468 -#: ../../docs/user/mining/index.rst:470 -msgid "4.5 kg" -msgstr "4.5 кг" - -#: ../../docs/user/mining/index.rst:466 -msgid "290 x 130 x 150" -msgstr "290 x 130 x 150" - -#: ../../docs/user/mining/index.rst:468 -msgid "Pinidea DR-2" -msgstr "Pinidea DR-2" - -#: ../../docs/user/mining/index.rst:468 -msgid "450 MH/s ±5%" -msgstr "450 MH/сек ±5%" - -#: ../../docs/user/mining/index.rst:468 -msgid "335 W" -msgstr "335 Вт" - -#: ../../docs/user/mining/index.rst:468 ../../docs/user/mining/index.rst:470 -msgid "200 x 165 x 135" -msgstr "200 x 165 x 135" - -#: ../../docs/user/mining/index.rst:470 -msgid "Pinidea DR-3" -msgstr "Pinidea DR-3" - -#: ../../docs/user/mining/index.rst:470 -msgid "600 MH/s ±5%" -msgstr "600 MH/сек ±5%" - -#: ../../docs/user/mining/index.rst:470 -msgid "345 W" -msgstr "345 Вт" - -#: ../../docs/user/mining/index.rst:472 -msgid "Pinidea DU-1" -msgstr "Pinidea DU-1" - -#: ../../docs/user/mining/index.rst:472 -msgid "9 MH/s ±5%" -msgstr "9 MH/сек ±5%" - -#: ../../docs/user/mining/index.rst:472 -msgid "7 W" -msgstr "7 Вт" - -#: ../../docs/user/mining/index.rst:472 -msgid "50 x 50 x 30" -msgstr "50 x 50 x 30" - -#: ../../docs/user/mining/index.rst:474 -msgid "Pinidea DRX-Kuznetsov" -msgstr "Pinidea DRX-Kuznetsov" - -#: ../../docs/user/mining/index.rst:474 -msgid "900 MH/s ±5%" -msgstr "900 MH/сек ±5%" - -#: ../../docs/user/mining/index.rst:474 -msgid "650 W" -msgstr "650 Вт" - -#: ../../docs/user/mining/index.rst:474 ../../docs/user/mining/index.rst:476 -msgid "280 x 180 x 150" -msgstr "280 x 180 x 150" - -#: ../../docs/user/mining/index.rst:476 -msgid "Pinidea DRX-Varyag" -msgstr "Pinidea DRX-Varyag" - -#: ../../docs/user/mining/index.rst:476 -msgid "1200 MH/s ±5%" -msgstr "1200 MH/сек ±5%" - -#: ../../docs/user/mining/index.rst:476 -msgid "850 W" -msgstr "850 Вт" - -#: ../../docs/user/mining/index.rst:478 -msgid "" -"`iBelink DM56G `_" -msgstr "" -"`iBelink DM56G `_" - -#: ../../docs/user/mining/index.rst:478 -msgid "56 GH/s ±5%" -msgstr "56 GH/сек ±5%" - -#: ../../docs/user/mining/index.rst:478 -msgid "17 kg" -msgstr "17 кг" - -#: ../../docs/user/mining/index.rst:478 -msgid "490 x 390 x 180" -msgstr "490 x 390 x 180" - -#: ../../docs/user/mining/index.rst:480 -msgid "" -"`Innosilicon A5 `_" -msgstr "" -"`Innosilicon A5 `_" - -#: ../../docs/user/mining/index.rst:480 -msgid "32 GH/s ±8%" -msgstr "32 GH/сек ±8%" - -#: ../../docs/user/mining/index.rst:480 -msgid "750 W" -msgstr "750 Вт" - -#: ../../docs/user/mining/index.rst:480 -msgid "3.1 kg" -msgstr "3.1 кг" - -#: ../../docs/user/mining/index.rst:480 -msgid "400 x 135 x 158" -msgstr "400 x 135 x 158" diff --git a/locale/ru/LC_MESSAGES/docs/user/mining/p2pool.po b/locale/ru/LC_MESSAGES/docs/user/mining/p2pool.po index d1458950c..431d40ebe 100644 --- a/locale/ru/LC_MESSAGES/docs/user/mining/p2pool.po +++ b/locale/ru/LC_MESSAGES/docs/user/mining/p2pool.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: VONCAN, 2024\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" @@ -239,6 +239,9 @@ msgid "" "against the public key published by the Dash Core development team. All " "releases of Dash since 0.16.0 are signed using GPG with the following key:" msgstr "" +"Убедитесь в подлинности загруженного файла, сверив его подпись с открытым " +"ключом, опубликованным командой разработчиков Dash Core. Все выпуски Dash " +"начиная с v0.16.0 подписываются с помощью GPG следующим ключом:" #: ../../docs/user/mining/p2pool.rst:122 msgid "" diff --git a/locale/ru/LC_MESSAGES/docs/user/mining/pools.po b/locale/ru/LC_MESSAGES/docs/user/mining/pools.po index 4bf8fd788..d5d19aa9c 100644 --- a/locale/ru/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/ru/LC_MESSAGES/docs/user/mining/pools.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po b/locale/ru/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po new file mode 100644 index 000000000..8b98ac810 --- /dev/null +++ b/locale/ru/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po @@ -0,0 +1,737 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2024, Dash Core Group, Inc +# This file is distributed under the same license as the Dash package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Julia Ogonkova , 2024 +# Max Aronych , 2024 +# Tikhon Skudarnov , 2024 +# Андрей Дегтяр , 2024 +# VONCAN, 2024 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Dash latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" +"PO-Revision-Date: 2024-11-18 17:41+0000\n" +"Last-Translator: VONCAN, 2024\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/dash-evo-tool/index.rst-1 +msgid "Description of dash evo tool features and usage" +msgstr "Описание возможностей Dash Evo Tool и их использование" + +#: ../../docs/user/network/dash-evo-tool/index.rst-1 +msgid "dash, platform, evonode, masternodes, dash evo tool" +msgstr "dash, платформа, эвоноды, мастерноды, dash evo tool" + +#: ../../docs/user/network/dash-evo-tool/index.rst:9 +msgid "Dash Evo Tool" +msgstr "Dash Evo Tool" + +#: ../../docs/user/network/dash-evo-tool/index.rst:11 +msgid "" +"Dash Evo Tool is an application designed to help you vote on usernames, " +"withdraw evonode credits, and complete an expanding list of Platform " +"actions. This guide describes how to download, install, and use the Dash Evo" +" Tool." +msgstr "" +"Dash Evo Tool - это приложение, которое поможет вам голосовать за имена " +"пользователей, снимать кредиты и выполнять всевозможные действия на " +"платформе. В этом руководстве описано, как загрузить, установить и " +"использовать Dash Evo Tool." + +#: ../../docs/user/network/dash-evo-tool/index.rst:18 +msgid "Installation" +msgstr "Установка" + +#: ../../docs/user/network/dash-evo-tool/index.rst:22 +msgid "" +"The Dash Evo Tool requires a Dash Core full node configured to allow RPC and" +" ZMQ access." +msgstr "" +"Для работы инструмента Dash Evo Tool требуется полноценный узел Dash Core, " +"настроенный на доступ к RPC и ZMQ." + +#: ../../docs/user/network/dash-evo-tool/index.rst:24 +msgid "" +"Linux, MacOS, or Windows packages are available on the `GitHub releases page" +" `__. Download the" +" zip file for your Operating System, then unzip the downloaded file:" +msgstr "" +"Пакеты для Linux, MacOS или Windows доступны на странице релизов на `GitHub " +"`__. Загрузите " +"zip-файл для вашей операционной системы, а затем распакуйте его:" + +#: ../../docs/user/network/dash-evo-tool/index.rst:28 +msgid "" +"`Windows `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:29 +msgid "" +"`Mac (ARM m1-m4) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:30 +msgid "" +"`Mac (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:31 +msgid "" +"`Linux (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:32 +msgid "" +"`Linux (ARM) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:37 +msgid "Configuration" +msgstr "Конфигурация" + +#: ../../docs/user/network/dash-evo-tool/index.rst:39 +msgid "Open the directory where the download was unzipped." +msgstr "" +"Откройте директорий, в который была распакована загруженная программа." + +#: ../../docs/user/network/dash-evo-tool/index.rst:40 +msgid "" +"Open the ``.env`` file (you may need to show hidden files to see it). For " +"the network you plan to connect to, make the following changes. Replace the " +"``*`` with the network name (MAINNET or TESTNET):" +msgstr "" +"Откройте файл ``.env`` (чтобы увидеть его, может потребоваться показать " +"скрытые файлы). Для сети, к которой вы планируете подключиться, сделайте " +"следующие изменения. Замените ``*`` на имя сети (MAINNET или TESTNET):" + +#: ../../docs/user/network/dash-evo-tool/index.rst:44 +msgid "" +"Update ``*_CORE_RPC_USER`` to match the ``rpcuser`` value from your Dash " +"Core dash.conf file." +msgstr "" +"Обновите ``*_CORE_RPC_USER``, чтобы оно соответствовало значению ``rpcuser``" +" из вашего файла Dash Core dash.conf." + +#: ../../docs/user/network/dash-evo-tool/index.rst:45 +msgid "" +"Update ``*_CORE_RPC_PASSWORD`` to match the ``rpcpassword`` value from your " +"Dash Core dash.conf file." +msgstr "" +"Обновите значение ``*_CORE_RPC_PASSWORD``, чтобы оно соответствовало " +"значению ``rpcpassword`` из файла Dash Core dash.conf" + +#: ../../docs/user/network/dash-evo-tool/index.rst:47 +msgid "" +"If your dash.conf includes ``rpcallowip``, update ``*_CORE_HOST`` with that " +"IP address." +msgstr "" +"Если ваш dash.conf содержит ``rpcallowip``, измените ``*_CORE_HOST`` на этот" +" IP-адрес." + +#: ../../docs/user/network/dash-evo-tool/index.rst:48 +msgid "" +"If your dash.conf includes ``rpcport``, update ``*_CORE_RPC_PORT`` with that" +" port." +msgstr "" +"Если ваш dash.conf содержит ``rpcport``, обновите ``*_CORE_RPC_PORT``, " +"указав этот порт." + +#: ../../docs/user/network/dash-evo-tool/index.rst:49 +msgid "" +"(*Optional*) If you are going to run Dash Core manually instead of launching" +" it via the Dash Evo Tool, you must enable ZMQ by adding the following lines" +" to your dash.conf file:" +msgstr "" +"(*Опционально*) Если вы собираетесь запускать Dash Core вручную, а не через " +"Dash Evo Tool, вы должны включить ZMQ, добавив следующие строки в файл " +"dash.conf:" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Mainnet ZMQ setup" +msgstr "Настройка ZMQ в Mainnet" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Testnet ZMQ setup" +msgstr "Настройка ZMQ в Testnet" + +#: ../../docs/user/network/dash-evo-tool/index.rst:72 +msgid "" +"The default location of the ``dash.conf`` file can be found in the " +":ref:`Dash Core documentation `. At a minimum, the following " +"values must be defined for RPC access to be enabled:" +msgstr "" +"Расположение файла ``dash.conf`` по умолчанию можно найти в :ref:`Dash Core " +"documentation ``. Как минимум, для включения доступа к RPC " +"должны быть определены следующие значения:" + +#: ../../docs/user/network/dash-evo-tool/index.rst:82 +msgid "Updating the env file" +msgstr "Обновление env-файла" + +#: ../../docs/user/network/dash-evo-tool/index.rst:84 +msgid "" +"When the application runs for the first time, it creates a application " +"directory and copies the ``.env`` file into it. It also stores application " +"data in the directory. Any further updates to the ``.env`` file must be made" +" to the copy in the application directory." +msgstr "" +"Когда приложение запускается в первый раз, оно создает каталог приложения и " +"копирует в него файл ``.env``. В этом каталоге также хранятся данные " +"приложения. Все дальнейшие обновления файла ``.env`` должны производиться в " +"копии в каталоге приложения." + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Operating System" +msgstr "Операционная система" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Configuration File Path" +msgstr "Путь к конфигурационному файлу" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "macOS" +msgstr "macOS" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "~/Library/Application Support/Dash-Evo-Tool/" +msgstr "~/Library/Application Support/Dash-Evo-Tool/" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "Windows" +msgstr "Windows" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "C:\\\\Users\\\\\\\\AppData\\\\Roaming\\\\Dash-Evo-Tool\\\\config" +msgstr "C:\\\\Users\\\\\\\\AppData\\\\Roaming\\\\Dash-Evo-Tool\\\\config" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "Linux" +msgstr "Linux" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "/home//.config/dash-evo-tool/" +msgstr "/home//.config/dash-evo-tool/" + +#: ../../docs/user/network/dash-evo-tool/index.rst:99 +msgid "Running the application" +msgstr "Запуск приложения" + +#: ../../docs/user/network/dash-evo-tool/index.rst:101 +msgid "" +"Once the ``.env`` file is configured, launch the Dash Evo Tool by double-" +"clicking the file named ``dash-evo-tool``." +msgstr "" +"После того как файл ``.env`` настроен, запустите Dash Evo Tool, дважды " +"щелкнув на файле с именем ``dash-evo-tool``." + +#: ../../docs/user/network/dash-evo-tool/index.rst:104 +msgid "" +"Alternatively, you can launch the application directly from your terminal. " +"For example, on Linux, run::" +msgstr "" +"Кроме того, вы можете запустить приложение прямо из терминала. Например, в " +"Linux выполните::" + +#: ../../docs/user/network/dash-evo-tool/index.rst:112 +msgid "Network selection" +msgstr "Выбор сети" + +#: ../../docs/user/network/dash-evo-tool/index.rst:114 +msgid "" +"The Dash Evo Tool supports both testnet and mainnet. To choose a network, " +"navigate to the Network Selection screen and click the checkbox in the " +"Select column for the desired network. Then click the **Start** button on " +"that row to launch Dash Core." +msgstr "" +"Инструмент Dash Evo Tool поддерживает сети mainnet и testnet. Чтобы выбрать " +"сеть, перейдите на экран выбора сети и установите флажок в столбце Select " +"для нужной сети. Затем нажмите кнопку **Start** в этой строке, чтобы " +"запустить Dash Core." + +#: ../../docs/user/network/dash-evo-tool/index.rst:122 +msgid "" +"You can also launch Dash Core manually without using the Dash Evo Tool. This" +" may be necessary if Dash Core is installed in a non-standard location. When" +" launching Dash Core manually, you must enable ZMQ as described in " +":hoverxref:`Configuration Step 3 `." +msgstr "" +"Вы также можете запустить Dash Core вручную, не используя Dash Evo Tool.Это " +"может понадобиться, если Dash Core установлен в нестандартном месте.При " +"запуске Dash Core вручную необходимо включить ZMQ, как описано в " +":hoverxref:`Шаг конфигурации 3 `." + +#: ../../docs/user/network/dash-evo-tool/index.rst:130 +msgid "Network selection screen with testnet selected" +msgstr "Экран выбора сети с выбором testnet" + +#: ../../docs/user/network/dash-evo-tool/index.rst:135 +msgid "Identity operations" +msgstr "Операции с личностью" + +#: ../../docs/user/network/dash-evo-tool/index.rst:140 +msgid "Load existing identity" +msgstr "Загрузите существующую личность" + +#: ../../docs/user/network/dash-evo-tool/index.rst:142 +msgid "" +"On the main identity screen, click the **Load Identity** button on the upper" +" right side of the screen." +msgstr "" +"На главном экране личности нажмите кнопку **Load Identity** в правой верхней" +" части экрана." + +#: ../../docs/user/network/dash-evo-tool/index.rst:149 +#: ../../docs/user/network/dash-evo-tool/index.rst:213 +msgid "Identity screen with no loaded identities" +msgstr "Экран личности без загруженных личностей" + +#: ../../docs/user/network/dash-evo-tool/index.rst:151 +msgid "" +"Some identity types require different information. Use the **Identity Type**" +" dropdown menu to select the type you want to add. In this example, an " +"evonode identity is being added." +msgstr "" +"Для некоторых типов личности требуется другая информация. Используйте " +"выпадающее меню **Identity Type**, чтобы выбрать тип, который вы хотите " +"добавить. В этом примере добавляется личность эвоноды." + +#: ../../docs/user/network/dash-evo-tool/index.rst:158 +msgid "Identity load screen for evonode" +msgstr "Экран загрузки личности для эвоноды" + +#: ../../docs/user/network/dash-evo-tool/index.rst:164 +msgid "" +"Your collateral key is **not** required. Do not enter it into the Dash Evo " +"Tool." +msgstr "" +"Ваш ключ обеспечения **не** обязателен. Не вводите его в программу Dash Evo " +"Tool." + +#: ../../docs/user/network/dash-evo-tool/index.rst:166 +msgid "" +"Add the Identity ID and Owner Private Key. You may also want to add the " +"Voting Private Key, but adding the Payout Address Private Key is **not** " +"recommended. For a masternode or evonode, use the protx hash as the Identity" +" ID." +msgstr "" +"Добавьте ID личности и приватный ключ владельца. Вы также можете добавить " +"приватный ключ голосования, но добавлять приватный ключ адреса выплат **не " +"рекомендуется. Для мастерноды или эвоноды используйте хэш protx в качестве " +"ID личности." + +#: ../../docs/user/network/dash-evo-tool/index.rst:170 +msgid "" +"If you use the `Dash Masternode Tool `_, you can get the protx hash and private keys from the " +"masternode details screen." +msgstr "" +"Если вы используете `Dash Masternode Tool " +"`_, вы можете получить " +"хэш protx и приватные ключи с экрана сведений о мастерноде." + +#: ../../docs/user/network/dash-evo-tool/index.rst:177 +msgid "Dash Masternode Tool" +msgstr "Dash Masternode Tool" + +#: ../../docs/user/network/dash-evo-tool/index.rst:179 +msgid "" +"Click **Load Identity** once you have entered the required information." +msgstr "После ввода необходимой информации нажмите **Load Identity**." + +#: ../../docs/user/network/dash-evo-tool/index.rst:185 +msgid "Identity load screen with evonode info filled out" +msgstr "Экран загрузки личности с заполненной информацией об эвоноде" + +#: ../../docs/user/network/dash-evo-tool/index.rst:187 +msgid "" +"Once the identity is loaded, you can view its balance and details about its " +"keys. For evonodes, you can also initiate :ref:`withdrawals `." +msgstr "" +"После загрузки идентификатора вы можете просмотреть его баланс и подробную " +"информацию о ключах. Для эвонод вы также можете инициировать :ref:`вывод " +"средств `." + +#: ../../docs/user/network/dash-evo-tool/index.rst:194 +#: ../../docs/user/network/dash-evo-tool/index.rst:270 +msgid "Identity screen with an evonode identity loaded" +msgstr "Экран личности с загруженной личностью эвоноды" + +#: ../../docs/user/network/dash-evo-tool/index.rst:199 +msgid "Create new identity" +msgstr "Создать новую личность" + +#: ../../docs/user/network/dash-evo-tool/index.rst:203 +msgid "" +"Before creating an identity, make sure you have :ref:`added a Dash Evo Tool " +"wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:206 +msgid "" +"On the main identity screen, click the **Create Identity** button on the " +"upper right side of the screen." +msgstr "" +"На главном экране личности нажмите кнопку **Create Identity** в правой " +"верхней части экрана." + +#: ../../docs/user/network/dash-evo-tool/index.rst:215 +msgid "" +"On the create identity screen, leave the first two options set to the " +"default and select the funding method. Then, send the requested amount of " +"DASH to the provided address." +msgstr "" +"На экране создания личности оставьте первые два параметра по умолчанию и " +"выберите способ пополнения счета. Затем отправьте требуемую сумму DASH на " +"указанный адрес." + +#: ../../docs/user/network/dash-evo-tool/index.rst:222 +msgid "Waiting for funds" +msgstr "Ожидание средств" + +#: ../../docs/user/network/dash-evo-tool/index.rst:224 +msgid "" +"The status will change from \"Waiting for funds\" to \"Waiting for Platform " +"acknowledgement\" once the funds have been received and the identity " +"registration process has started." +msgstr "" +"Статус изменится с «Waiting for funds» на «Waiting for Platform " +"acknowledgement», как только средства будут получены и начнется процесс " +"регистрации личности." + +#: ../../docs/user/network/dash-evo-tool/index.rst:231 +msgid "Waiting for Platform acknowledgement" +msgstr "Ожидание подтверждения от платформы" + +#: ../../docs/user/network/dash-evo-tool/index.rst:233 +msgid "" +"Once the identity has been registered, you can choose to return to the " +"identity screen or proceed to :ref:`registering a name `." +msgstr "" +"После регистрации личности вы можете вернуться к экрану личности или перейти" +" к :ref:`регистрации юзернейма `." + +#: ../../docs/user/network/dash-evo-tool/index.rst:240 +msgid "Identity creation success" +msgstr "Успешное создания личности" + +#: ../../docs/user/network/dash-evo-tool/index.rst:247 +msgid "Identity screen with an identity loaded" +msgstr "Экран личности с загруженной личностью" + +#: ../../docs/user/network/dash-evo-tool/index.rst:252 +msgid "Evonode withdrawals" +msgstr "Вывод награды Эвоноды" + +#: ../../docs/user/network/dash-evo-tool/index.rst:256 +msgid "" +"Withdrawal requests enter a queue that is currently processed more slowly " +"than intended. Depending on the timing of the withdrawal request, it may " +"take up to 18 hours to complete." +msgstr "" +"Запросы на вывод средств попадают в очередь, которая в настоящее время " +"обрабатывается медленнее, чем предполагалось. В зависимости от времени " +"запроса на вывод средств, его обработка может занять до 18 часов." + +#: ../../docs/user/network/dash-evo-tool/index.rst:259 +msgid "" +"For security, there is also a limit on how much can be withdrawn from " +"Platform daily. If withdrawal requests hit the daily limit, they will remain" +" in the queue longer. For details, see this `DCG development update " +"`_." +msgstr "" +" Для безопасности также существует ограничение на ежедневное снятие средств " +"с платформы. Если запросы на вывод средств превышают дневной лимит, они " +"будут дольше оставаться в очереди. Подробности смотрите тут " +"`_." + +#: ../../docs/user/network/dash-evo-tool/index.rst:264 +msgid "" +"From the identity main screen, click the **Withdraw** button for an " +"identity." +msgstr "" +"На главном экране личности нажмите кнопку **Withdraw** для нужной личности." + +#: ../../docs/user/network/dash-evo-tool/index.rst:272 +msgid "" +"On the withdrawal screen, select the key to sign the withdrawal. Selecting " +"the owner key is recommended since this will direct the withdrawal to the " +"payout address. Next, set the amount to withdraw." +msgstr "" +"На экране вывода средств выберите ключ для подписи вывода. Рекомендуется " +"выбрать ключ владельца, так как это позволит направить вывод средств на " +"адрес выплаты. Затем установите желаемый размер вывода." + +#: ../../docs/user/network/dash-evo-tool/index.rst:278 +msgid "" +"The **Max** button currently has a bug and sets the withdrawal amount in " +"credits instead of DASH, so you will need to manually adjust the amount if " +"you use that button." +msgstr "" +"Кнопка **Max** в настоящее время работает не корректно и устанавливает сумму" +" вывода в кредитах, а не в DASH, поэтому при использовании этой кнопки вам " +"нужно будет вручную выбрать сумму." + +#: ../../docs/user/network/dash-evo-tool/index.rst:281 +msgid "Click **Withdraw** after entering the information." +msgstr "После ввода информации нажмите **Withdraw**." + +#: ../../docs/user/network/dash-evo-tool/index.rst:287 +msgid "Withdraw screen with key and amount selected" +msgstr "Экран снятия средств с выбранным ключом и суммой" + +#: ../../docs/user/network/dash-evo-tool/index.rst:289 +msgid "" +"When the withdrawal confirmation screen opens, confirm that the amount and " +"destination address are correct. Click **Confirm** to request the " +"withdrawal." +msgstr "" +"Когда откроется окно подтверждения вывода средств, убедитесь, что сумма и " +"адрес назначения указаны верно. Нажмите **Confirm**, чтобы запросить вывод " +"средств." + +#: ../../docs/user/network/dash-evo-tool/index.rst:296 +msgid "Withdrawal confirmation screen" +msgstr "Экран подтверждения вывода средств" + +#: ../../docs/user/network/dash-evo-tool/index.rst:301 +msgid "Name operations" +msgstr "Операции с юзернеймами" + +#: ../../docs/user/network/dash-evo-tool/index.rst:306 +msgid "Register name" +msgstr "Регистрация юзернейма" + +#: ../../docs/user/network/dash-evo-tool/index.rst:308 +msgid "" +"After :ref:`creating an identity `, you can " +"register a name for it. From the main name screen, click the **Register " +"Name** button on the upper right side of the screen." +msgstr "" +"После :ref:`создания личности `, вы можете " +"зарегистрировать для нее имя. На главном экране имен нажмите кнопку " +"**Register Name** в правой верхней части экрана." + +#: ../../docs/user/network/dash-evo-tool/index.rst:315 +msgid "Name screen" +msgstr "Экран юзернеймов" + +#: ../../docs/user/network/dash-evo-tool/index.rst:317 +msgid "" +"First, select the identity to register a name for. This step will be " +"automatically done if you are registering a name as part of the identity " +"creation process." +msgstr "" +"Сначала выберите личность, для которой нужно зарегистрировать имя. Этот шаг " +"будет выполнен автоматически, если вы регистрируете юзернейм в рамках " +"процесса создания личности." + +#: ../../docs/user/network/dash-evo-tool/index.rst:320 +msgid "" +"Next, enter the desired name. Notification will be provided if you selected " +"a contested name and the estimated cost will be displayed. Click **Register " +"Name** to complete the registration." +msgstr "" +"Затем введите желаемый. Если вы выбрали contested юзернейм, будет выдано " +"уведомление, и отобразится примерная стоимость. Нажмите **Register Name**, " +"чтобы завершить регистрацию." + +#: ../../docs/user/network/dash-evo-tool/index.rst:327 +msgid "Name registration" +msgstr "Регистрация юзернейма" + +#: ../../docs/user/network/dash-evo-tool/index.rst:329 +msgid "" +"Upon successful registration, you can see the name on the **My usernames** " +"screen along with any other names you have registered." +msgstr "" +"После успешной регистрации вы увидите этот юзернейм на экране **My " +"usernames** вместе с другими зарегистрированными вами юзернеймами." + +#: ../../docs/user/network/dash-evo-tool/index.rst:336 +msgid "Name registered successfully" +msgstr "Юзернейм зарегистрирован успешно" + +#: ../../docs/user/network/dash-evo-tool/index.rst:341 +msgid "Vote for names" +msgstr "Голосование за юзернеймы" + +#: ../../docs/user/network/dash-evo-tool/index.rst:343 +msgid "" +"The Voting screen displays a list of names that are currently require a " +"vote. Click the **Refresh** button to update the screen at any time." +msgstr "" +"На экране «Голосование» отображается список юзернеймов, за которые в данный " +"момент требуется проголосовать. Нажмите кнопку **Refresh**, чтобы обновить " +"экран в любое время." + +#: ../../docs/user/network/dash-evo-tool/index.rst:348 +msgid "" +"Voting can only be done by masternodes and evonodes, and each node can only " +"modify its vote four times. See the :ref:`load identity section ` for instructions on importing your keys." +msgstr "" +"Голосовать могут только мастерноды и эвоноды, и каждая нода может изменить " +"свой голос только четыре раза." + +#: ../../docs/user/network/dash-evo-tool/index.rst:355 +msgid "Voting screen" +msgstr "Экран голосования" + +#: ../../docs/user/network/dash-evo-tool/index.rst:357 +msgid "" +"To vote for a contestant, click on an entry in the Contestants column. You " +"can also vote to Lock the name or Abstain by clicking the value in those " +"columns. You will be prompted to load an evonode or masternode identity if " +"you have not already done so." +msgstr "" +"Чтобы проголосовать за участника, нажмите на его запись в колонке " +"«Contestants». Вы также можете проголосовать за блокировку юзернейма или " +"воздержаться, щелкнув по значению в этих колонках. Вам будет предложено " +"загрузить личность эвоноды и мастерноды, если вы этого еще не сделали." + +#: ../../docs/user/network/dash-evo-tool/index.rst:361 +msgid "" +"After clicking one of the contestants, vote for that identity to receive the" +" name by clicking one of your specific identities on the Vote Confirmation " +"screen. Click **All** to vote with all your loaded identities " +"simultaneously." +msgstr "" +"Выбрав одного из участников, проголосуйте за него, чтобы он получил " +"юзернейм, нажав на одну из ваших конкретных личностей на экране " +"подтверждения голосования. Нажмите **Все**, чтобы проголосовать всеми " +"загруженными личностями одновременно." + +#: ../../docs/user/network/dash-evo-tool/index.rst:369 +msgid "Vote confirmation screen" +msgstr "Экран подтверждения голоса" + +#: ../../docs/user/network/dash-evo-tool/index.rst:371 +msgid "" +"See the `DPNS page " +"`_ for more voting details." +msgstr "" +"Подробности голосования смотрите на странице `DPNS " +"`_." + +#: ../../docs/user/network/dash-evo-tool/index.rst:378 +msgid "Wallet operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:382 +msgid "" +"The Dash Evo Tool wallet features only work if your Dash Core node has a " +"single wallet open. **If you have multiple wallets open in Dash Core, close " +"all of them except the one used by the Dash Evo Tool.**" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:389 +msgid "Create wallet" +msgstr "Создание кошелька" + +#: ../../docs/user/network/dash-evo-tool/index.rst:391 +msgid "" +"This tool includes a basic wallet feature to support identity registration. " +"Wallets can be added from the wallet screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:396 +msgid "" +"Since this tool adds watching-only addresses to Dash Core when creating " +"identities, it is recommended to close all existing Dash Core wallets and " +":ref:`create a new, empty wallet ` for the Dash Evo Tool. Also, make sure to :ref:`backup your Dash " +"Core wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:401 +msgid "Click **Add Wallet** to create a new wallet." +msgstr "Нажмите **Add Wallet**, чтобы создать новый кошелек." + +#: ../../docs/user/network/dash-evo-tool/index.rst:407 +msgid "Wallet screen" +msgstr "Экран кошелька" + +#: ../../docs/user/network/dash-evo-tool/index.rst:409 +msgid "" +"After creating extra randomness with the mouse, select your preferred " +"language and click **Generate** to display you passphrase. Write it down and" +" store it securely, then click the checkbox in step 3 to confirm." +msgstr "" +"После создания дополнительной случайности с помощью мыши выберите " +"предпочтительный язык и нажмите **Generate**, чтобы отобразить парольную " +"фразу. Запишите ее и надежно сохраните, а затем нажмите на флажок в шаге 3, " +"чтобы подтвердить." + +#: ../../docs/user/network/dash-evo-tool/index.rst:413 +msgid "" +"Next, enter a wallet name and optionally add a password before clicking " +"**Save Wallet** to store the wallet." +msgstr "" +"Затем введите имя кошелька и, по желанию, добавьте пароль, после чего " +"нажмите **Save Wallet**, чтобы сохранить кошелек." + +#: ../../docs/user/network/dash-evo-tool/index.rst:420 +msgid "Wallet create screen" +msgstr "Экран создания кошелька" + +#: ../../docs/user/network/dash-evo-tool/index.rst:425 +msgid "Use wallet" +msgstr "Используйте кошелек" + +#: ../../docs/user/network/dash-evo-tool/index.rst:427 +msgid "Select your wallet using the dropdown box." +msgstr "Выберите свой кошелек с помощью выпадающего окна." + +#: ../../docs/user/network/dash-evo-tool/index.rst:433 +msgid "Select wallet" +msgstr "Выберите кошелек" + +#: ../../docs/user/network/dash-evo-tool/index.rst:438 +msgid "Funds" +msgstr "Средства" + +#: ../../docs/user/network/dash-evo-tool/index.rst:440 +msgid "" +"Several tabs display wallet details. The Funds tab shows your receiving " +"addresses. Click **Add Receiving Address** if you want to add additional " +"addresses to fund the wallet." +msgstr "" +"На нескольких вкладках отображаются сведения о кошельке. На вкладке " +"«Средства» отображаются адреса получения. Нажмите **Add Receiving Address**," +" если вы хотите добавить дополнительные адреса для пополнения кошелька." + +#: ../../docs/user/network/dash-evo-tool/index.rst:447 +msgid "Wallet Funds tab" +msgstr "Вкладка Средства в кошельке" + +#: ../../docs/user/network/dash-evo-tool/index.rst:449 +msgid "" +"After adding addresses, they will appear in a table with balance and other " +"details." +msgstr "" +"После добавления адресов они появятся в таблице с балансом и другими " +"деталями." + +#: ../../docs/user/network/dash-evo-tool/index.rst:455 +msgid "Wallet with address added" +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 2a664f5ba..edb83b498 100644 --- a/locale/ru/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/ru/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -5,16 +5,16 @@ # # Translators: # Julia Ogonkova , 2023 -# VONCAN, 2023 +# VONCAN, 2024 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" -"Last-Translator: VONCAN, 2023\n" +"Last-Translator: VONCAN, 2024\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" @@ -60,6 +60,9 @@ msgid "" " The guide is written for Ubuntu 22.04 x64 LTS, but the steps should be " "similar for other Linux distributions." msgstr "" +"Это руководство описывает, как загрузить, установить и использовать dashmate" +" для Linux. Руководство написано для Ubuntu 22.04 x64 LTS, но шаги должны " +"быть аналогичными для других дистрибутивов Linux." #: ../../docs/user/network/dashmate/index.rst:31 msgid "Install dependencies" @@ -80,6 +83,10 @@ msgid "" "`__ is recommended for " "mainnet masternodes." msgstr "" +"Существует несколько способов установки dashmate. Установка пакетов для " +"Linux, MacOS или Windows со страницы релизов на `GitHub " +"`__ рекомендуется для " +"мастернод основной сети." #: ../../docs/user/network/dashmate/index.rst:51 msgid "Debian package" @@ -91,6 +98,9 @@ msgid "" " the `GitHub releases page " "`__::" msgstr "" +"Загрузите самый новый установочный пакет dashmate для вашей архитектуры со " +"страницы релизов на GitHub " +"`__::" #: ../../docs/user/network/dashmate/index.rst:58 msgid "Install dashmate using apt::" @@ -101,13 +111,19 @@ msgid "" "At the end of the installation process, ``apt`` may display an error due to " "installing a downloaded package. You can ignore this error message:" msgstr "" +"В конце процесса установки ``apt`` может выдать ошибку, связанную с " +"установкой загруженного пакета. Вы можете проигнорировать это сообщение об " +"ошибке:" #: ../../docs/user/network/dashmate/index.rst:65 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" +"``N: Download is performed unsandboxed as root as file " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " +"user '_apt'. - pkgAcquire::Run (13: Permission denied)``" #: ../../docs/user/network/dashmate/index.rst:68 msgid "Node package" @@ -119,10 +135,13 @@ msgid "" "install packages from the `GitHub releases page " "`__." msgstr "" +"Этот вариант установки не рекомендуется для мастернод основной сети. " +"Пожалуйста, устанавливайте пакеты со страницы релизов на GitHub " +"`__." #: ../../docs/user/network/dashmate/index.rst:0 msgid "Node.js dashmate install" -msgstr "" +msgstr "Установка Node.js dashmate" #: ../../docs/user/network/dashmate/index.rst:75 msgid "" @@ -150,6 +169,10 @@ msgid "" "steps in the sections below to set up your node or follow along with this " "step-by-step tutorial." msgstr "" +"Dashmate в первую очередь рекомендуется для настройки эвонод (evonodes). За " +"исключением нескольких незначительных дополнительных шагов для эвонод, " +"процесс идентичен для эвонод и обычных мастернод. Выполните шаги в разделах " +"ниже, чтобы настроить свою ноду, или следуйте этому пошаговому руководству." #: ../../docs/user/network/dashmate/index.rst:102 msgid "" @@ -188,40 +211,48 @@ msgid "" "If registering a new masternode, jump to the :ref:`defining keys and " "addresses ` section next." msgstr "" +"Если вы регистрируете новый мастерноду, перейдите к следующему разделу " +":ref:`определение ключей и адресов `." #: ../../docs/user/network/dashmate/index.rst:134 msgid "Import existing Core data" -msgstr "" +msgstr "Импортируйте имеющиеся данные Core" #: ../../docs/user/network/dashmate/index.rst:136 msgid "" "The following step only applies when migrating an existing masternode into " "dashmate." msgstr "" +"Следующий шаг применим только при переносе существующей мастерноды в " +"dashmate." #: ../../docs/user/network/dashmate/index.rst:138 msgid "" "If you chose to import an existing masternode in the previous step, you will" " be prompted for the location of your existing installation." msgstr "" +"Если на предыдущем шаге вы решили импортировать существующую мастерноду, вам" +" будет предложено указать местоположение существующей установки." #: ../../docs/user/network/dashmate/index.rst:145 msgid "Import existing data" -msgstr "" +msgstr "Импортируйте имеющиеся данные" #: ../../docs/user/network/dashmate/index.rst:151 msgid "Enter existing Core data directory" -msgstr "" +msgstr "Введите существующий каталог данных Core" #: ../../docs/user/network/dashmate/index.rst:157 msgid "Core data import complete" -msgstr "" +msgstr "Импорт основных данных завершен" #: ../../docs/user/network/dashmate/index.rst:159 msgid "" "Once the Core data has been imported, jump to the :ref:`configure " "communication ` section." msgstr "" +"После импорта данных Core перейдите к разделу :ref:`конфигурация " +"коммуникаций `." #: ../../docs/user/network/dashmate/index.rst:165 msgid "Define Keys and Addresses" @@ -501,86 +532,620 @@ msgid "" "To update dashmate, it is necessary to download and install the new version " "of dashmate. First, stop dashmate if it is running::" msgstr "" +"Чтобы обновить dashmate, необходимо скачать и установить новую версию " +"dashmate. Сначала остановите dashmate, если он запущен::" #: ../../docs/user/network/dashmate/index.rst:359 msgid "" "Next, install the new version of dashmate following the instructions in the " ":ref:`dashmate install section `." msgstr "" +"Далее установите новую версию dashmate, следуя инструкциям в :ref:`секции " +"установки dashmate `." #: ../../docs/user/network/dashmate/index.rst:362 msgid "" -"Once the new version is installed, reset the configuration and services " -"using ``--keep-data`` so the existing data is retained. Then, update the " -"dashmate services::" +"Once the new version of dashmate is installed, update dash service docker " +"images::" msgstr "" +"Как только новая версия dashmate будет установлена, обновите docker-образы " +"dash-сервиса::" -#: ../../docs/user/network/dashmate/index.rst:368 +#: ../../docs/user/network/dashmate/index.rst:366 msgid "Finally, restart dashmate::" -msgstr "" +msgstr "И наконец, перезапустите dashmate::" + +#: ../../docs/user/network/dashmate/index.rst:371 +msgid "Troubleshooting" +msgstr "Устранение неполадок." #: ../../docs/user/network/dashmate/index.rst:375 -msgid "Collecting logs" +msgid "" +"Only enable logs if you have :ref:`configured log rotation ` to avoid running out of disk space." +msgstr "" +"Включайте логи только в том случае, если у вас :ref:`настроена ротация логов" +" `, чтобы избежать нехватки дискового пространства." + +#: ../../docs/user/network/dashmate/index.rst:378 +msgid "" +"The following sections describe how to enable log rotation, set up file " +"logging for Core and Platform, adjust log levels, and collect the logs for " +"analysis." +msgstr "" +"В следующих разделах описано, как включить ротацию логов, настроить " +"регистрацию файлов для Core и Platform, настроить уровни журналов и собрать " +"журналы для анализа." + +#: ../../docs/user/network/dashmate/index.rst:382 +msgid "Dashmate log overview" +msgstr "Обзор логов Dashmate" + +#: ../../docs/user/network/dashmate/index.rst:384 +msgid "" +"Dashmate logs for each service are stored within its Docker container. " +"Although this is typically sufficient, more advanced options are sometimes " +"needed to adjust the log level, output format, or destination. Several cases" +" include when you need to:" +msgstr "" +"Логи Dashmate для каждого сервиса хранятся в его Docker-контейнере. Хотя " +"обычно этого достаточно, иногда требуются более продвинутые опции для " +"настройки уровня журнала, формата вывода или места назначения. В некоторых " +"случаях необходимо:" + +#: ../../docs/user/network/dashmate/index.rst:388 +msgid "Modify the level of detail provided in the logs (e.g., debug vs info)" +msgstr "" +"Изменяйте уровень детализации логов (например, отладка против информации)." + +#: ../../docs/user/network/dashmate/index.rst:389 +msgid "" +"Provide data to a log server (e.g., `Elasticsearch " +"`_)" +msgstr "" +"Предоставление данных серверу логов (например, `Elasticsearch " +"`_)" + +#: ../../docs/user/network/dashmate/index.rst:390 +msgid "Store persistent file logs external to the Docker containers" +msgstr "" +"Хранение постоянных логов в файлах, внешних по отношению к контейнерам " +"Docker" + +#: ../../docs/user/network/dashmate/index.rst:391 +msgid "Use log monitoring tools to track service health" +msgstr "" +"Используйте средства мониторинга логов для отслеживания состояния службы" + +#: ../../docs/user/network/dashmate/index.rst:393 +msgid "" +"For example, since the default dashmate logs are only stored in the Docker " +"containers, they are lost if the container is removed for some reason (new " +"Docker image, dashmate reset, failure, etc.). Therefore, you may want to " +"store persistent log files external to Docker while troubleshooting an issue" +" to ensure valuable log data cannot be lost." +msgstr "" +"Например, поскольку логи dashmate по умолчанию хранятся только в контейнерах" +" Docker, они будут потеряны, если контейнер по какой-то причине будет удален" +" (новый образ Docker, перезагрузка dashmate, сбой и т. д.). Поэтому во время" +" устранения неполадок вам может понадобиться хранить постоянные файлы логов " +"вне Docker, чтобы не потерять ценные данные." + +#: ../../docs/user/network/dashmate/index.rst:401 +msgid "Set up log rotation" +msgstr "Настройка ротации логов" + +#: ../../docs/user/network/dashmate/index.rst:403 +msgid "" +"By default, dashmate logs are not written to the docker host file system. At" +" times you may want to write them to the host file system. Before enabling " +"logging, it is important to configure log rotation to avoid running out of " +"disk space." +msgstr "" +"По умолчанию логи dashmate не записываются в файловую систему хоста docker. " +"В некоторых случаях вы можете захотеть записывать их в файловую систему " +"хоста. Перед включением записи логов важно настроить ротацию логов, чтобы " +"избежать нехватки дискового пространства." + +#: ../../docs/user/network/dashmate/index.rst:407 +msgid "Create a new logrotate configuration file for dashmate logs:" +msgstr "Создайте новый файл конфигурации logrotate для логов dashmate:" + +#: ../../docs/user/network/dashmate/index.rst:413 +msgid "" +"Paste in the following configuration and replace the example path one that " +"matches your system. This example configuration rotates logs daily and " +"retains seven historical files for each log file type. Historical files are " +"each limited to 1GB." msgstr "" +"Вставьте следующую конфигурацию и замените пример пути на тот, который " +"соответствует вашей системе. В этом примере конфигурации логи ротируются " +"ежедневно и сохраняются семь исторических файлов для каждого типа файлов " +"журнала. Каждый исторический файл ограничен 1 ГБ." + +#: ../../docs/user/network/dashmate/index.rst:430 +msgid "" +"Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file." +msgstr "" +"Нажмите **Ctrl + X**, чтобы закрыть редактор, и **Y** и **Enter**, чтобы " +"сохранить файл." + +#: ../../docs/user/network/dashmate/index.rst:434 +msgid "" +"For additional log rotation details, see `this configuration tutorial " +"`_ or check out the `logrotate man pages " +"`_." +msgstr "" +"Для получения дополнительной информации о ротации логов смотрите `это " +"руководство по конфигурации " +"`_ или ознакомьтесь с `руководством по " +"logrotate " +"`_." + +#: ../../docs/user/network/dashmate/index.rst:442 +msgid "Configure Core logs" +msgstr "Настройте логи Core" + +#: ../../docs/user/network/dashmate/index.rst:445 +msgid "Enable logging to file" +msgstr "Включить ведение логов в файл" + +#: ../../docs/user/network/dashmate/index.rst:447 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Core logs on" +" the host file system. Replace the example path with one that matches your " +"system:" +msgstr "" +"Используйте ``dashmate config set`` для настройки места хранения логов Core " +"в файловой системе хоста. Замените приведенный в примере путь на тот, " +"который соответствует вашей системе:" + +#: ../../docs/user/network/dashmate/index.rst:457 +msgid "Toggle debug logs" +msgstr "Переключение логов отладки" + +#: ../../docs/user/network/dashmate/index.rst:459 +msgid "" +"To enable debug logging for additional details, run the following command. " +"Debug logs can be turned off by setting the value back to ``false``:" +msgstr "" +"Чтобы включить ведение отладочных логов для получения дополнительных " +"сведений, выполните следующую команду. Логи отладки можно отключить, вернув " +"значение в ``false``:" + +#: ../../docs/user/network/dashmate/index.rst:0 +msgid "Advanced debug logging" +msgstr "Расширенная система логирования отладки" + +#: ../../docs/user/network/dashmate/index.rst:468 +msgid "" +"Dashmate supports some advanced debug log options provided by Dash Core. The" +" following boolean ``core.log.debug`` settings correspond directly to the " +"parameters described in the `Core documentation " +"`_: ``ips``, " +"``sourceLocations``, ``threadNames``, and ``timeMicros``." +msgstr "" +"Dashmate поддерживает некоторые расширенные параметры лога отладки, " +"предоставляемые Dash Core. Следующие булевские настройки ``core.log.debug`` " +"напрямую соответствуют параметрам, описанным в документации по ``Core`` " +"`_: ``ips``, " +"``sourceLocations``, ``threadNames`` и ``timeMicros``." + +#: ../../docs/user/network/dashmate/index.rst:474 +msgid "**Dashmate Debug Log Options**" +msgstr "**Параметры логов отладки Dashmate**" + +#: ../../docs/user/network/dashmate/index.rst:477 +msgid "**Setting**" +msgstr "**Настройка**" + +#: ../../docs/user/network/dashmate/index.rst:477 +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Description**" +msgstr "**Описание**" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "``ips``" +msgstr "``ips``" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "Logs the IP addresses of incoming and outgoing connections" +msgstr "Ведет логирование IP-адресов входящих и исходящих соединений" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "``sourceLocations``" +msgstr "``sourceLocations``" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "" +"Logs the source locations (file and line number) for debugging information" +msgstr "" +"Записывает в лог местоположение исходного текста (номер файла и строки) для " +"получения отладочной информации" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "``threadNames``" +msgstr "``threadNames``" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "Logs the names of the threads used for various operations" +msgstr "Логирует имена потоков, используемых для различных операций" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "``timeMicros``" +msgstr "``timeMicros``" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "" +"Logs timestamps with microsecond precision for detailed performance analysis" +msgstr "" +"Ведет логирование временных меток с микросекундной точностью для детального " +"анализа производительности" + +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Filter Option**" +msgstr "**Filter Option**" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "``includeOnly``" +msgstr "``includeOnly``" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "" +"Log only the specified categories (e.g., ``[\"net\", \"rpc\"]``). If empty, " +"all categories will be logged" +msgstr "" +"Записывать в логи только указанные категории (например, ``[«net», «rpc»]``)." +" Если пусто, то будут логироваться все категории" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "``exclude``" +msgstr "``exclude``" -#: ../../docs/user/network/dashmate/index.rst:377 +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "" +"Excludes specified categories from logging (e.g., ``[\"rpc\", " +"\"instantsend\"]``)" +msgstr "" +"Исключает указанные категории из логирования (например, ``[«rpc», " +"«instantsend»]``)" + +#: ../../docs/user/network/dashmate/index.rst:505 +msgid "View current log settings" +msgstr "Просмотр текущих настроек логов" + +#: ../../docs/user/network/dashmate/index.rst:507 +msgid "To view the current Core log settings, run:" +msgstr "" +"Чтобы просмотреть текущие настройки логирования Core, выполните команду:" + +#: ../../docs/user/network/dashmate/index.rst:514 +msgid "Disable logging to file" +msgstr "Отключить логирование в файл" + +#: ../../docs/user/network/dashmate/index.rst:516 +msgid "" +"To disable logging to a file outside the container, reset the log path to " +"``null``:" +msgstr "" +"Чтобы отключить ведение логов в файл за пределами контейнера, установите " +"путь к журналу в значение ``null``:" + +#: ../../docs/user/network/dashmate/index.rst:525 +msgid "Configure Platform logs" +msgstr "Настройка логов платформы" + +#: ../../docs/user/network/dashmate/index.rst:527 +msgid "" +"For troubleshooting flexibility, dashmate provides independent log " +"configuration for the Platform Gateway, Drive ABCI, and Tenderdash. Each " +"service can be configured with the most helpful log level and output format." +msgstr "" +"Для гибкости поиска и устранения неисправностей dashmate обеспечивает " +"независимую настройку логов для шлюза платформы, Drive ABCI и Tenderdash. " +"Для каждой службы можно настроить наиболее полезный уровень ведения " +"логирования и формат вывода." + +#: ../../docs/user/network/dashmate/index.rst:534 +msgid "Gateway logs" +msgstr "Логи шлюза" + +#: ../../docs/user/network/dashmate/index.rst:536 +msgid "" +"The Platform gateway has two types of logs: service logs and access logs. " +"Service logs are directed to stdout, while access logs can be configured to " +"go to stdout, stderr, or to a file. If all logs are directed to stdout, the " +"output will be a mixture of service and access data." +msgstr "" +"Шлюз Platform имеет два типа логов: логи служб и логи доступа. Логи " +"обслуживания направляются в stdout, в то время как логи доступа могут быть " +"настроены на вывод в stdout, stderr или в файл. Если все логи направляются в" +" stdout, то на выходе будет смесь служебных данных и данных доступа." + +#: ../../docs/user/network/dashmate/index.rst:540 +#: ../../docs/user/network/dashmate/index.rst:604 +#: ../../docs/user/network/dashmate/index.rst:671 +msgid "**Enable file logging**" +msgstr "**Включить логирование файлов**" + +#: ../../docs/user/network/dashmate/index.rst:542 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"gateway access logs on the host file system. The example below adds file " +"logging while also keeping the default stdout logging. Replace the example " +"path with one that matches your system:" +msgstr "" +"Используйте ``dashmate config set`` для настройки места хранения логов " +"доступа шлюза Platform в файловой системе хоста. Приведенный ниже пример " +"добавляет ведение логов в файл, сохраняя при этом ведение логов по умолчанию" +" в stdout. Замените путь в примере на тот, который соответствует вашей " +"системе:" + +#: ../../docs/user/network/dashmate/index.rst:562 +#: ../../docs/user/network/dashmate/index.rst:626 +#: ../../docs/user/network/dashmate/index.rst:680 +msgid "**Disable file logging**" +msgstr "**Отключить логирование файлов**." + +#: ../../docs/user/network/dashmate/index.rst:564 +msgid "" +"To disable logging to a file, remove the file config from the accessLogs " +"setting:" +msgstr "" +"Чтобы отключить логирование в файл, удалите конфигурацию файла из параметра " +"accessLogs:" + +#: ../../docs/user/network/dashmate/index.rst:576 +#: ../../docs/user/network/dashmate/index.rst:641 +#: ../../docs/user/network/dashmate/index.rst:688 +msgid "**Change log level**" +msgstr "**Изменить уровень логирования**" + +#: ../../docs/user/network/dashmate/index.rst:578 +msgid "" +"Platform gateway service logs support several levels of detail. In " +"increasing order of detail they are: ``critical``, ``error``, ``warn``, " +"``info`` (default), ``debug``, and ``trace``. To disable service logs, set " +"the log level to ``off``." +msgstr "" +"Логи службы шлюза платформы поддерживают несколько уровней детализации. В " +"порядке возрастания степени детализации это: ``critical``, ``error``, " +"``warn``, ``info`` (по умолчанию), ``debug`` и ``trace``. Чтобы отключить " +"служебные журналы, установите уровень журнала на ``off``" + +#: ../../docs/user/network/dashmate/index.rst:582 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.gateway.log.level`` value. For example, run these commands to " +"change the gateway service log level to debug on your dashmate node:" +msgstr "" +"Уровень логирования можно изменить с помощью команды ``dashmate config " +"set``, чтобы обновить значение ``platform.gateway.log.level``." + +#: ../../docs/user/network/dashmate/index.rst:591 +#: ../../docs/user/network/dashmate/index.rst:658 +#: ../../docs/user/network/dashmate/index.rst:704 +msgid "**View log settings**" +msgstr "**Просмотр настроек логирования**" + +#: ../../docs/user/network/dashmate/index.rst:593 +#: ../../docs/user/network/dashmate/index.rst:660 +msgid "To view the current Platform gateway log settings, run:" +msgstr "" +"Чтобы просмотреть текущие настройки логов шлюза Platform, выполните команду:" + +#: ../../docs/user/network/dashmate/index.rst:602 +msgid "Drive ABCI logs" +msgstr "Логи Drive ABCI" + +#: ../../docs/user/network/dashmate/index.rst:606 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"ABCI logs on the host file system. Replace the example path with one that " +"matches your system:" +msgstr "" +"Используйте ``dashmate config set`` для настройки места хранения логов " +"Platform ABCI в файловой системе хоста. Замените приведенный в примере путь " +"на тот, который соответствует вашей системе:" + +#: ../../docs/user/network/dashmate/index.rst:628 +msgid "" +"To disable logging to a file, remove the file config from the logs setting:" +msgstr "" +"Чтобы отключить ведение логов в файл, удалите параметр file config из " +"настройки logs:" + +#: ../../docs/user/network/dashmate/index.rst:643 +msgid "" +"Drive ABCI logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." +msgstr "" +"Логи Drive ABCI поддерживают несколько уровней детализации. В порядке " +"возрастания детализации они следующие: ``error'', ``warn'', ``info'' (по " +"умолчанию), ``debug'' и ``trace''. Для большей гибкости можно также указать " +"строку спецификации журнала в формате RUST_LOG. Чтобы отключить служебные " +"логи, установите уровень логирования на ``silent``." + +#: ../../docs/user/network/dashmate/index.rst:648 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log levels for file logging and stdout logging to debug on " +"your dashmate node:" +msgstr "" +"Уровень логирования можно изменить с помощью команды ``dashmate config " +"set``, чтобы обновить значение ``platform.drive.abci.logs.*.level``. " +"Например, выполните эти команды, чтобы изменить уровни логирования для " +"регистрации файлов и stdout для дебага вашей ноды dashmate:" + +#: ../../docs/user/network/dashmate/index.rst:669 +msgid "Tenderdash logs" +msgstr "Логи Tenderdash" + +#: ../../docs/user/network/dashmate/index.rst:673 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Tenderdash " +"logs on the host file system. Replace the example path with one that matches" +" your system:" +msgstr "" +"Используйте ``dashmate config set`` для настройки места хранения логов " +"Tenderdash в файловой системе хоста. Замените приведенный в примере путь на " +"тот, который подходит для вашей системы:" + +#: ../../docs/user/network/dashmate/index.rst:682 +msgid "To disable logging to a file, set the path back to ``null``:" +msgstr "" +"Чтобы отключить ведение логов в файл, установите путь обратно в ``null``:" + +#: ../../docs/user/network/dashmate/index.rst:690 +msgid "" +"Tenderdash logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." +msgstr "" +"Логи Tenderdash поддерживают несколько уровней детализации. В порядке " +"возрастания детализации они следующие: ``error``, ``warn``, ``info`` (по " +"умолчанию), ``debug`` и ``trace``. Для большей гибкости можно также указать " +"строку спецификации логирования в формате RUST_LOG. Чтобы отключить " +"служебные журналы, установите уровень журнала на ``silent``." + +#: ../../docs/user/network/dashmate/index.rst:695 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log level to debug on your dashmate node:" +msgstr "" +"Уровень логирования можно изменить с помощью команды ``dashmate config " +"set``, чтобы обновить значение ``platform.drive.abci.logs.*.level``. " +"Например, выполните эти команды, чтобы изменить уровень логирования для " +"дебага вашей ноды dashmate:" + +#: ../../docs/user/network/dashmate/index.rst:706 +msgid "To view the current Tenderdash log settings, run:" +msgstr "" +"Чтобы просмотреть текущие настройки логов Tenderdash, выполните команду:" + +#: ../../docs/user/network/dashmate/index.rst:715 +msgid "Collect logs" +msgstr "Сбор логов" + +#: ../../docs/user/network/dashmate/index.rst:717 msgid "" "Dashmate includes the doctor command to make troubleshooting and log " "reporting easier. The dashmate doctor command collects important debugging " "data about the masternode and creates a compressed report file that can be " "sent to the support team if necessary. This report includes:" msgstr "" +"В состав Dashmate входит команда doctor, облегчающая поиск и устранение " +"неисправностей и создание отчетов. Команда dashmate doctor собирает важные " +"отладочные данные о мастерноде и создает сжатый файл отчета, который при " +"необходимости может быть отправлен в службу поддержки. Этот отчет включает в" +" себя:" -#: ../../docs/user/network/dashmate/index.rst:381 +#: ../../docs/user/network/dashmate/index.rst:721 msgid "" "**Operating System**: Details about the architecture, CPU, memory, and swap" msgstr "" +"**Операционная система**: Подробные сведения об архитектуре, процессоре, " +"памяти и swap" -#: ../../docs/user/network/dashmate/index.rst:382 +#: ../../docs/user/network/dashmate/index.rst:722 msgid "" "**Docker**: Status and logs (exit codes, stdout, stderr) for each service" msgstr "" +"**Docker**: Состояние и журналы (exit codes, stdout, stderr) для каждой " +"службы" -#: ../../docs/user/network/dashmate/index.rst:383 +#: ../../docs/user/network/dashmate/index.rst:723 msgid "" "**Core RPC**: Essential details like the best ChainLock, quorums, blockchain" " information, peers, and masternode status" msgstr "" +"**Core RPC**: Такие важные данные, как лучший ChainLock, кворумы, информация" +" о блокчейне, пиры и статус мастерноды." -#: ../../docs/user/network/dashmate/index.rst:384 +#: ../../docs/user/network/dashmate/index.rst:724 msgid "" "**Tenderdash RPC**: Status, genesis, network information, ABCI details, and " "a consensus state dump" msgstr "" +"**Tenderdash RPC**: Статус, генезис, информация о сети, детали ABCI и дамп " +"состояния консенсуса" -#: ../../docs/user/network/dashmate/index.rst:385 +#: ../../docs/user/network/dashmate/index.rst:725 msgid "" "**Metrics**: Tenderdash and Drive metrics (if enabled in the configuration)" msgstr "" +"**Метрики**: Метрики Tenderdash и Drive (если они включены в конфигурации)" -#: ../../docs/user/network/dashmate/index.rst:387 +#: ../../docs/user/network/dashmate/index.rst:727 msgid "To create a report, run ``dashmate doctor`` and select **Yes**::" msgstr "" +"Чтобы создать отчет, запустите команду ``dashmate doctor`` и выберите " +"**Yes**::" -#: ../../docs/user/network/dashmate/index.rst:395 +#: ../../docs/user/network/dashmate/index.rst:735 msgid "Run the doctor command" -msgstr "" +msgstr "Выполните команду \"doctor\"" -#: ../../docs/user/network/dashmate/index.rst:397 +#: ../../docs/user/network/dashmate/index.rst:737 msgid "" "Upon successful completion, the full path to the report archive is " "displayed." -msgstr "" +msgstr "После успешного завершения отобразится полный путь к архиву отчета." -#: ../../docs/user/network/dashmate/index.rst:403 +#: ../../docs/user/network/dashmate/index.rst:743 msgid "Doctor output" +msgstr "вывод команды Docktor " + +#: ../../docs/user/network/dashmate/index.rst:748 +msgid "Metrics" +msgstr "Метрики" + +#: ../../docs/user/network/dashmate/index.rst:750 +msgid "" +"To provide better network visibility to DCG developers for troubleshooting, " +"volunteers can contribute metrics to the DCG metrics server." +msgstr "" +"Чтобы обеспечить разработчикам DCG лучшую визуализацию сети для устранения " +"неполадок, волонтеры могут предоставлять метрики на сервер метрик DCG." + +#: ../../docs/user/network/dashmate/index.rst:753 +msgid "Enable metrics on your dashmate node" +msgstr "Включите метрики на вашей ноде dashmate" + +#: ../../docs/user/network/dashmate/index.rst:776 +msgid "" +"Grant access to metrics from the DCG metrics server (34.219.3.238) by " +"updating your network configuration (i.e., your firewall, AWS security " +"groups, etc.)" +msgstr "" +"Предоставьте доступ к метрикам с сервера метрик DCG (34.219.3.238), обновив " +"конфигурацию сети (т. е. брандмауэр, группы безопасности AWS и т. д.)." + +#: ../../docs/user/network/dashmate/index.rst:779 +msgid "" +"Provide DCG with your IP address and port so it can be added to the DCG " +"Prometheus server" msgstr "" +"Сообщите DCG свой IP-адрес и порт, чтобы его можно было добавить на сервер " +"DCG Prometheus" -#: ../../docs/user/network/dashmate/index.rst:406 +#: ../../docs/user/network/dashmate/index.rst:782 msgid "Additional Information" msgstr "Дополнительная информация" -#: ../../docs/user/network/dashmate/index.rst:408 +#: ../../docs/user/network/dashmate/index.rst:784 msgid "" "For further documentation see the `dashmate repository " "`__." 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 7853d4260..44e5ee072 100644 --- a/locale/ru/LC_MESSAGES/docs/user/network/electrumx-server.po +++ b/locale/ru/LC_MESSAGES/docs/user/network/electrumx-server.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" 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 53bb716fa..726962ca4 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 @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" 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 fe02cd0a1..788a2fea5 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 @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Julia Ogonkova , 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" 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 f03209da3..19d5590cf 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/android/index.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/android/index.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/installation.po b/locale/ru/LC_MESSAGES/docs/user/wallets/android/installation.po index 59f33e4b3..3977c038b 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/android/installation.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/android/installation.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" 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 f97d14eb8..d5615b1ad 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -8,16 +8,16 @@ # Max Aronych , 2022 # Julia Ogonkova , 2022 # Андрей Дегтяр , 2022 -# VONCAN, 2023 +# VONCAN, 2024 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: VONCAN, 2023\n" +"Last-Translator: VONCAN, 2024\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" @@ -147,13 +147,15 @@ msgstr "HD кошельки" #: ../../docs/user/wallets/dashcore/advanced.rst:81 msgid "HD wallets are now created by default." -msgstr "" +msgstr "Теперь HD-кошельки создаются по умолчанию." #: ../../docs/user/wallets/dashcore/advanced.rst:83 msgid "" "Dash Core includes an implementation of BIP39/BIP44 compatible hierarchical " "deterministic (HD) key generation." msgstr "" +"В Dash Core реализована совместимая с BIP39/BIP44 иерархическая " +"детерминированная (HD) генерация ключей." #: ../../docs/user/wallets/dashcore/advanced.rst:89 msgid "Upgrade to HD" @@ -164,6 +166,8 @@ msgid "" "A new :ref:`backup ` must be created after upgrading to an " "HD wallet." msgstr "" +"После перехода на HD-кошелек необходимо создать новый :ref:`бэкап `." #: ../../docs/user/wallets/dashcore/advanced.rst:96 msgid "" @@ -268,6 +272,8 @@ msgid "" "HD wallets are now created by default without requiring the steps listed " "below." msgstr "" +"HD Кошельки теперь создаются по умолчанию, не требуя выполнения " +"перечисленных ниже действий." #: ../../docs/user/wallets/dashcore/advanced.rst:155 msgid "" @@ -277,6 +283,12 @@ msgid "" "other operating systems. Enter the following command to configure Dash Core " "to generate HD wallets by default::" msgstr "" +"До версии Dash Core v20.1.0, чтобы сделать HD-кошелек кошельком по " +"умолчанию, необходимо было выполнить эти шаги. В данном примере мы будем " +"использовать кошелек с графическим интерфейсом Windows, но команды будут " +"аналогичными при использовании ``dash-qt`` или ``dashd`` в других " +"операционных системах. Введите следующую команду, чтобы настроить Dash Core " +"на генерацию HD-кошельков по умолчанию::" #: ../../docs/user/wallets/dashcore/advanced.rst:163 msgid "" @@ -300,6 +312,13 @@ msgid "" "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-адресов " +"и создать транзакцию. В примере задействованными сторонами являются: " +"покупатель, продавец и арбитр. Данный пример основывается на:" #: ../../docs/user/wallets/dashcore/advanced.rst:179 msgid "https://gist.github.com/jashmenn/9811198" @@ -715,6 +734,9 @@ msgid "" "dropdown box. Next, click **File -> Close Wallet...** and then click **Yes**" " on the Close wallet confirmation screen." msgstr "" +"Чтобы закрыть кошелек, установите его в качестве активного с помощью " +"выпадающего окна выбора кошелька. Затем нажмите **Файл -> Закрыть " +"кошелек...** и нажмите **Да** на экране подтверждения закрытия кошелька." #: ../../docs/user/wallets/dashcore/advanced.rst:645 #: ../../docs/user/wallets/dashcore/advanced.rst:661 @@ -731,19 +753,23 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:653 msgid "Close all wallets" -msgstr "" +msgstr "Закройте все кошельки" #: ../../docs/user/wallets/dashcore/advanced.rst:655 msgid "" "To close all wallets, click **File -> Close All Wallets...** and then click " "**Yes** on the Close all wallets confirmation screen." msgstr "" +"Чтобы закрыть все кошельки, нажмите **Файл -> Закрыть все кошельки...**, а " +"затем нажмите **Да** на экране подтверждения закрытия всех кошельков." #: ../../docs/user/wallets/dashcore/advanced.rst:663 msgid "" "Once all wallets are closed, wallet-related items on the tab bar will be " "disabled." msgstr "" +"Когда все кошельки будут закрыты, элементы, связанные с кошельками, на " +"панели вкладок будут отключены." #: ../../docs/user/wallets/dashcore/advanced.rst:666 msgid "Alternative methods" 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 1c005fe72..470a8f526 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/backup.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/backup.po @@ -6,16 +6,16 @@ # Translators: # Dima, 2022 # Андрей Дегтяр , 2022 -# VONCAN, 2023 +# VONCAN, 2024 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: VONCAN, 2023\n" +"Last-Translator: VONCAN, 2024\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" @@ -54,6 +54,18 @@ msgid "" "backups are stored in a safe place. **If you lose access to your wallet " "file, you will permanently lose access to your Dash.**" msgstr "" +"В этой документации описано, как безопасно создать резервную копию файла " +"кошелька для надежного хранения в случае повреждения или потери компьютера " +"или ноутбука. Dash Core хранит все данные, необходимые для управления вашими" +" адресами Dash, в одном файле под названием *wallet.dat*. Этот кошелек имеет" +" формат Berkeley DB и хранит пары приватных/публичных криптографических " +"ключей, используемых для управления вашими балансами на блокчейне Dash. Для " +"HD-кошельков мнемоника, pass фраза и seed также хранятся в *wallet.dat*. " +"Dash Core делает большинство этих операций прозрачными и даже создает " +"автоматические резервные копии файла кошелька на случай его повреждения, но " +"пользователь несет ответственность за то, чтобы эти резервные копии " +"хранились в безопасном месте. **Если вы потеряете доступ к файлу кошелька, " +"вы навсегда потеряете доступ к своим Dash.**" #: ../../docs/user/wallets/dashcore/backup.rst:26 msgid "" @@ -226,7 +238,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/backup.rst:127 msgid "HD wallet information" -msgstr "" +msgstr "Информация о HD-кошельке" #: ../../docs/user/wallets/dashcore/backup.rst:129 msgid "" @@ -236,6 +248,12 @@ msgid "" "the wallet. Since imported keys are not associated with the HD-derived keys," " **it is still critical to back up wallet.dat for HD wallets.**" msgstr "" +"В Dash Core реализована совместимая с BIP39/BIP44 иерархическая " +"детерминированная (HD) генерация ключей. HD-кошельки создаются по умолчанию " +"начиная с Dash Core v20.1; однако по-прежнему существует возможность " +"импортировать приватные ключи в кошелек. Поскольку импортированные ключи не " +"связаны с ключами, полученными в HD-кошельке, **очень важно сохранять " +"резервную копию файла wallet.dat для HD-кошельков.**" #: ../../docs/user/wallets/dashcore/backup.rst:135 msgid "" @@ -243,6 +261,9 @@ msgid "" "compatible wallet, the new wallet will have access to any funds associated " "with the HD-derived keys." msgstr "" +"Если мнемоник HD-кошелька из Dash Core будет импортирован в другой HD-" +"совместимый кошелек, новый кошелек получит доступ ко всем средствам, " +"связанным с ключами, полученными с помощью HD." #: ../../docs/user/wallets/dashcore/backup.rst:140 msgid "Restore" 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 508f7ed41..43dbdace6 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 @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" 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 b9ccdc172..3068af430 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 @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: VONCAN, 2024\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" 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 c9a4b5061..688bc1814 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/index.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/index.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\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 ab70fa2fe..bfa3229b2 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 @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: VONCAN, 2024\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" @@ -187,10 +187,13 @@ msgstr "Извлеките Dash Core следующим образом::" #: ../../docs/user/wallets/dashcore/installation-linux.rst:92 msgid "" -"This will create a folder named ``dashcore-21.1.0`` in the current working " +"This will create a folder named ``dashcore-21.1.1`` in the current working " "directory. We will now install the executable binaries to ``/usr/local/bin``" " using the ``install`` command::" msgstr "" +"В результате в текущем рабочем каталоге будет создана папка с именем " +"``dashcore-21.1.1``. Теперь мы установим исполняемые бинарные файлы в " +"``/usr/local/bin`` с помощью команды ``install``::" #: ../../docs/user/wallets/dashcore/installation-linux.rst:98 msgid "Start Dash Core from the terminal with the following command::" @@ -270,6 +273,8 @@ msgid "" "You can now :ref:`create a wallet ` to send and " "receive funds." msgstr "" +"Теперь вы можете :ref:`создать кошелек ` для " +"отправки и получения средств." #: ../../docs/user/wallets/dashcore/installation-linux.rst:149 msgid "Setting up a desktop entry" @@ -307,7 +312,7 @@ msgstr "Создание вашего Dash кошелька" #: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "HD wallets are now created by default." -msgstr "" +msgstr "Теперь HD-кошельки создаются по умолчанию." #: ../../docs/user/wallets/dashcore/installation-linux.rst:186 msgid "" @@ -317,6 +322,11 @@ msgid "" ":hoverxref:`advanced topics section ` for information about HD " "wallets." msgstr "" +"Если файлы кошельков не загружены, вы получите это сообщение на вкладке " +"Обзор. Чтобы создать кошелек, нажмите кнопку **Создать новый кошелек** или " +"**Файл** -> **Создать кошелек**. По умолчанию создаются HD-кошельки. " +"Информацию о HD-кошельках см. в :hoverxref:`разделе дополнительных тем " +"`." #: ../../docs/user/wallets/dashcore/installation-linux.rst:195 msgid "" 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 c6644dc45..3b64179a0 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 @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: VONCAN, 2024\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" @@ -177,29 +177,22 @@ msgstr "Первый запуск кошелька Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:94 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-" +" **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." +"downloaded from the internet. Simply click **Open** to continue launching " +"the application." msgstr "" -"При первом запуске Dash Core либо откройте Launchpad, либо отправляйтесь в " -"папку **Applications** в Finder. Для запуска приложения дважды щёлкните " -"**Dash Core** или **Dash-Qt**. Может появиться предупреждение о том, что вы " -"собираетесь открыть приложение из неизвестного источника. Для решения этой " -"проблемы, удерживая Control, кликните на иконке приложения и выберите " -"**Open** из контекстного меню, затем снова кликните **Open** в диалоговом " -"окне. В ваших настройках безопасности будет сохранено исключение для этого " -"приложения и в будущем вы сможете открывать его обычным двойным щелчком так " -"же, как открываете любое зарегистрированное приложение." - -#: ../../docs/user/wallets/dashcore/installation-macos.rst:109 +"Чтобы запустить Dash Core в первый раз, откройте Launchpad или перейдите в " +"папку **Applications** в Finder. Дважды щелкните **Dash Core** или **Dash-" +"Qt**, чтобы запустить приложение. Вы можете увидеть предупреждение об " +"открытии приложения, загруженного из Интернета. Просто нажмите **Открыть**, " +"чтобы продолжить запуск приложения." + +#: ../../docs/user/wallets/dashcore/installation-macos.rst:103 msgid "Unblocking macOS from running Dash Core" msgstr "Разблокировка macOS во время запуска Dash Core" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:111 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:105 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 " @@ -212,11 +205,11 @@ msgstr "" "может достигать 45+ ГБ. По возможности рекомендуется использовать место, " "предлагаемое по умолчанию." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:119 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:113 msgid "Choosing the Dash Core data folder" msgstr "Выбор места хранения данных кошелька Dash Core" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:121 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:115 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 " @@ -226,15 +219,15 @@ msgstr "" "обычного, поскольку кошельку Dash Core необходимо создать криптографические " "данные для обеспечения безопасности вашего кошелька." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:128 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:122 msgid "Starting Dash Core" msgstr "Запуск кошелька Dash Core" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:131 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:125 msgid "Synchronizing Dash Core to the Dash network" msgstr "Синхронизация кошелька Dash Core с сетью Dash" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:133 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:127 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" @@ -244,11 +237,11 @@ msgstr "" "экран обзора кошелька. Строка состояния в нижней части окна будет показывать" " ход синхронизации." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:140 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:134 msgid "Dash Core begins synchronizing with the Dash network" msgstr "Кошелёк Dash Core начинает синхронизацию с сетью Dash" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:142 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:136 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 " @@ -261,23 +254,23 @@ msgstr "" " может занят как мало времени, так и много. Если вы увидете сообщение " "\"Отсутствует источник блоков\", проверьте ваше соединение с интернетом." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:151 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:145 msgid "Dash Core synchronization is complete" msgstr "Синхронизация кошелька Dash Core завершена" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:153 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:147 msgid "You can now create a wallet to send and receive funds." msgstr "Теперь вы можете создать кошелёк для отправки или получения средств." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:152 msgid "Creating your Dash Wallet" msgstr "Создание вашего Dash кошелька" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 msgid "HD wallets are now created by default." -msgstr "" +msgstr "Теперь HD-кошельки создаются по умолчанию." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:158 msgid "" "If no wallet files are loaded, you will get this prompt in the Overview tab." " To create a wallet, click the **Create a new wallet** button or click " @@ -285,8 +278,13 @@ msgid "" ":hoverxref:`advanced topics section ` for information about HD " "wallets." msgstr "" +"Если файлы кошельков не загружены, вы получите это сообщение на вкладке " +"Обзор. Чтобы создать кошелек, нажмите кнопку **Создать новый кошелек** или " +"**Файл** -> **Создать кошелек**. По умолчанию создаются HD-кошельки. " +"Информацию о HD-кошельках см. в :hoverxref:`разделе дополнительных тем " +"`." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:171 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:167 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 " @@ -298,7 +296,7 @@ msgstr "" "зашифровать кошелек позже. В следующем разделе мы приводим инструкции по " "шифрованию кошелька." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:179 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." @@ -306,21 +304,21 @@ msgstr "" "Если вы выберете шифрование сейчас, то вам будет предложено ввести и " "подтвердить пароль." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:184 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:211 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Enter a password" msgstr "Введите пароль" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 msgid "Following that, you will get a standard warning." msgstr "После этого вы получите стандартное предупреждение." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:191 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:216 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:187 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:212 msgid "Confirm you want to encrypt your wallet" msgstr "Подтвердите, что вы хотите зашифровать кошелёк" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:189 msgid "" "The following section will detail the steps you need to follow if you choose" " to encrypt your Dash wallet later." @@ -328,25 +326,25 @@ msgstr "" "В следующем разделе подробно описаны действия, которые необходимо выполнить," " если вы решите зашифровать свой кошелек Dash позже." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:197 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 msgid "Encrypting your Dash wallet" msgstr "Шифрование паролем кошелька Dash Core" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:199 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 msgid "To encrypt your wallet, click **Settings** > **Encrypt Wallet**." msgstr "" "Для того, чтобы зашифровать кошелёк, кликните **Настройки** > **Зашифровать " "кошелёк**. " -#: ../../docs/user/wallets/dashcore/installation-macos.rst:204 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 msgid "Encrypting the Dash wallet with a password" msgstr "Шифрование паролем кошелька Dash" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:206 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 msgid "You will be asked to enter and verify a password." msgstr "Вам поступит запрос ввести и подтвердить пароль." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:218 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:214 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 " @@ -359,11 +357,11 @@ msgstr "" "кошелёк Dash Core, то увидите небольшой синий знак замка в нижней правой " "части экрана." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:226 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:222 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Кошелёк Dash Core полностью зашифрован и синхронизирован" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:228 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:224 msgid "You can now begin to use your wallet to safely send and receive funds." 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 ed3a703f6..e258a6ed7 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 @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: VONCAN, 2024\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" @@ -155,9 +155,13 @@ msgstr "Импорт публичного GPG ключа Pasta(ы)" msgid "" "Skip any requests to certify the certificate with your own key. Next, click " "**Decrypt/Verify...** and select the detached signature file named " -"``dashcore-21.1.0-win64-setup.exe.asc`` in the same folder as the downloaded" +"``dashcore-21.1.1-win64-setup.exe.asc`` in the same folder as the downloaded" " installer." msgstr "" +"Пропустите все запросы на заверение сертификата собственным ключом. Далее " +"нажмите кнопку **Decrypt/Verify...** и выберите файл отсоединенной подписи с" +" именем ``dashcore-21.1.1-win64-setup.exe.asc`` в той же папке, что и " +"загруженная программа установки." #: ../../docs/user/wallets/dashcore/installation-windows.rst:73 msgid "Selecting the signature file for verification" @@ -166,9 +170,12 @@ msgstr "Выбор файла подписи для проверки" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-21.1.0-win64-setup.exe with dashcore-21.1.0-win64-setup.exe.asc`` " +"dashcore-21.1.1-win64-setup.exe with dashcore-21.1.1-win64-setup.exe.asc`` " "then you have an authentic copy of Dash Core for Windows." msgstr "" +"Если первая строка сообщения гласит ``Verified " +"dashcore-21.1.1-win64-setup.exe с dashcore-21.1.1-win64-setup.exe.asc``, " +"значит, у вас подлинная копия Dash Core для Windows." #: ../../docs/user/wallets/dashcore/installation-windows.rst:83 msgid "Example of successful binary installer verification" @@ -335,7 +342,7 @@ msgstr "Создание вашего Dash кошелька" #: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "HD wallets are now created by default." -msgstr "" +msgstr "Теперь HD-кошельки создаются по умолчанию." #: ../../docs/user/wallets/dashcore/installation-windows.rst:206 msgid "" @@ -345,6 +352,11 @@ msgid "" ":hoverxref:`advanced topics section ` for information about HD " "wallets." msgstr "" +"Если файлы кошельков не загружены, вы получите это сообщение на вкладке " +"Обзор. Чтобы создать кошелек, нажмите кнопку **Создать новый кошелек** или " +"**Файл** -> **Создать кошелек**. По умолчанию создаются HD-кошельки. " +"Информацию о HD-кошельках см. в :hoverxref:`разделе дополнительных тем " +"`." #: ../../docs/user/wallets/dashcore/installation-windows.rst:215 msgid "" 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 7cd5a6273..e5ad84117 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" 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 c99a95595..8f737eac9 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/interface.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/interface.po @@ -6,16 +6,16 @@ # Translators: # Dima, 2022 # Julia Ogonkova , 2022 -# VONCAN, 2023 +# VONCAN, 2024 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: VONCAN, 2023\n" +"Last-Translator: VONCAN, 2024\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" @@ -227,26 +227,35 @@ msgid "" "transactions appear red, prefixed by a - sign. For more details on your " "transaction history, see the **Transactions** tab." msgstr "" +"В правой части экрана отображаются последние операции. Последние входящие " +"транзакции отображаются зеленым цветом со знаком +. Последние исходящие " +"транзакции отображаются красным цветом со знаком \"-\". Более подробную " +"информацию об истории операций см. на вкладке **Транзакции**." #: ../../docs/user/wallets/dashcore/interface.rst:93 msgid "**Discreet mode**" -msgstr "" +msgstr "**Скрытый режим**" #: ../../docs/user/wallets/dashcore/interface.rst:97 msgid "" "Discreet mode enables hiding value and transaction information on the " "Overview tab." msgstr "" +"Скрытый режим позволяет скрыть информацию о стоимости и транзакциях на " +"вкладке «Обзор»." #: ../../docs/user/wallets/dashcore/interface.rst:100 msgid "" "To toggle discreet mode off and on, click **Settings > Discreet mode**. With" " discreet mode enabled, your Overview tab will appear as shown below." msgstr "" +"Чтобы выключить или включить режим скрытности, нажмите **Настройки > Режим " +"скрытности**. При включенном скрытом режиме вкладка «Обзор» будет выглядеть " +"так, как показано ниже." #: ../../docs/user/wallets/dashcore/interface.rst:105 msgid "The Overview tab with discreet mode enabled" -msgstr "" +msgstr "Вкладка «Обзор» с включенным режимом скрытности" #: ../../docs/user/wallets/dashcore/interface.rst:108 msgid "The Send Tab" 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 edfe9a029..d121f23e2 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 @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" 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 da7c0a7f6..5f0d393e7 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/advanced.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/advanced.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" 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 ff1137dd7..a24916fd4 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/faq.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/faq.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" 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 eab900c45..cf2a4a320 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/index.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/index.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\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 4ec4c3f4c..7bac11698 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/installation.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/installation.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" 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 0bcb0ac77..844dbd384 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/security.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/security.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/send-receive.po b/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index 3f6b52ccc..403a7db72 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/hardware.po b/locale/ru/LC_MESSAGES/docs/user/wallets/hardware.po index 90073e1d7..86439bad9 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/hardware.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: VONCAN, 2024\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" 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 b20cf50b3..b6948116c 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/index-hardware.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/index-hardware.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-paper.po b/locale/ru/LC_MESSAGES/docs/user/wallets/index-paper.po index e3f05a91b..cdd9c911e 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/index-paper.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/index-paper.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-third-party.po b/locale/ru/LC_MESSAGES/docs/user/wallets/index-third-party.po index a0264e152..0acb18dab 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-web.po b/locale/ru/LC_MESSAGES/docs/user/wallets/index-web.po index fdbb6f901..6beb73f9a 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/index-web.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/index-web.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index.po b/locale/ru/LC_MESSAGES/docs/user/wallets/index.po index 93654e4dc..31f2c249c 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/index.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/ios/advanced-functions.po b/locale/ru/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 7ef6329d3..5fcdb26fd 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 @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" 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 24878fbbf..2eb9ff001 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 @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/index.po b/locale/ru/LC_MESSAGES/docs/user/wallets/ios/index.po index 20d435c24..33f939bd1 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/ios/index.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/ios/index.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/installation.po b/locale/ru/LC_MESSAGES/docs/user/wallets/ios/installation.po index 25cf73421..ba631d949 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/ios/installation.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/ios/installation.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/paper.po b/locale/ru/LC_MESSAGES/docs/user/wallets/paper.po index 0d3ccd162..1101c7ea6 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/paper.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/recovery.po b/locale/ru/LC_MESSAGES/docs/user/wallets/recovery.po index 8b88abc6c..58019aca7 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/recovery.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/signing.po b/locale/ru/LC_MESSAGES/docs/user/wallets/signing.po index 4e9973ca7..c9760060a 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/signing.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/third-party.po b/locale/ru/LC_MESSAGES/docs/user/wallets/third-party.po index e1f03b7ca..eb4934b56 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/third-party.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/web.po b/locale/ru/LC_MESSAGES/docs/user/wallets/web.po index 013296adf..dedf7a89e 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/web.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/index.po b/locale/ru/LC_MESSAGES/index.po index 0aaa73c35..b23088097 100644 --- a/locale/ru/LC_MESSAGES/index.po +++ b/locale/ru/LC_MESSAGES/index.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/developers/compiling.po b/locale/tl/LC_MESSAGES/docs/user/developers/compiling.po index 298c3f3fd..1ecfbc2a6 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -118,78 +118,86 @@ msgstr "" msgid "" "It is only necessary to run this step during the initial setup of your " "machine. Run the guix install routine to prepare your environment and answer" -" \"Y\" for all prompts::" +" \"Y\" for all prompts:" msgstr "" -#: ../../docs/user/developers/compiling.rst:88 +#: ../../docs/user/developers/compiling.rst:0 +msgid "Ubuntu/Debian install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst:0 +msgid "General install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst:99 msgid "Clone repositories" msgstr "" -#: ../../docs/user/developers/compiling.rst:90 +#: ../../docs/user/developers/compiling.rst:101 msgid "" "After installing the prerequisites and preparing guix, reboot the system, " "login as ````, and clone required repositories::" msgstr "" -#: ../../docs/user/developers/compiling.rst:97 +#: ../../docs/user/developers/compiling.rst:108 msgid "Download the macOS SDK which is required to create macOS builds::" msgstr "" -#: ../../docs/user/developers/compiling.rst:104 +#: ../../docs/user/developers/compiling.rst:115 msgid "Build Dash Core" msgstr "" -#: ../../docs/user/developers/compiling.rst:106 +#: ../../docs/user/developers/compiling.rst:117 msgid "" "Checkout the tag associated with the Dash Core version you plan to build::" msgstr "" -#: ../../docs/user/developers/compiling.rst:113 +#: ../../docs/user/developers/compiling.rst:124 msgid "Run ``guix-build`` to create binaries for Linux, Mac, and Windows::" msgstr "" -#: ../../docs/user/developers/compiling.rst:118 +#: ../../docs/user/developers/compiling.rst:129 msgid "" "When the build completes, it will put the binaries in the ``guix-" "build-/output/`` directory." msgstr "" -#: ../../docs/user/developers/compiling.rst:122 +#: ../../docs/user/developers/compiling.rst:133 msgid "Create signatures for binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:124 +#: ../../docs/user/developers/compiling.rst:135 msgid "" "Mac and Windows binaries are signed by Dash Core Group using the relevant " "Apple and Microsoft processes. In this step, that information will be " "validated and signed by your machine." msgstr "" -#: ../../docs/user/developers/compiling.rst:128 +#: ../../docs/user/developers/compiling.rst:139 msgid "" "Prepare the `detached sigs repository `__::" msgstr "" -#: ../../docs/user/developers/compiling.rst:137 +#: ../../docs/user/developers/compiling.rst:148 msgid "" "Prepare the `guix.sigs repository `__ " "by pulling the latest changes::" msgstr "" -#: ../../docs/user/developers/compiling.rst:144 +#: ../../docs/user/developers/compiling.rst:155 msgid "Create a new branch for the version that was built::" msgstr "" -#: ../../docs/user/developers/compiling.rst:152 +#: ../../docs/user/developers/compiling.rst:163 msgid "Unsigned binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:154 +#: ../../docs/user/developers/compiling.rst:165 msgid "To create signatures for the unsigned binaries, run ``guix-attest``::" msgstr "" -#: ../../docs/user/developers/compiling.rst:162 +#: ../../docs/user/developers/compiling.rst:173 msgid "" "The ``signer`` parameter should be set to the value provided for \"Real " "name\" when generating a key with GPG. See the `GnuPrivacyGuard Howto " @@ -197,38 +205,38 @@ msgid "" " for details on how to generate a key if you don't already have one." msgstr "" -#: ../../docs/user/developers/compiling.rst:168 +#: ../../docs/user/developers/compiling.rst:179 msgid "Signed binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:170 +#: ../../docs/user/developers/compiling.rst:181 msgid "" "To create signatures for the signed binaries, run ``guix-codesign`` followed" " by guix-attest::" msgstr "" -#: ../../docs/user/developers/compiling.rst:182 +#: ../../docs/user/developers/compiling.rst:193 msgid "Upload signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:184 +#: ../../docs/user/developers/compiling.rst:195 msgid "" "After successfully building the binaries, signing them, and verifying the " "signatures, you can optionally contribute them to the `guix.sigs repository " "`_ via a pull request on GitHub." msgstr "" -#: ../../docs/user/developers/compiling.rst:189 +#: ../../docs/user/developers/compiling.rst:200 msgid "Initial setup" msgstr "" -#: ../../docs/user/developers/compiling.rst:191 +#: ../../docs/user/developers/compiling.rst:202 msgid "" "Since the official guix.sigs repository has restricted write access, create " "a fork of it via GitHub and add your fork as a remote repository::" msgstr "" -#: ../../docs/user/developers/compiling.rst:197 +#: ../../docs/user/developers/compiling.rst:208 msgid "" "The first time you contribute signatures, also put a copy of your public key" " in the ``builder-keys`` folder of the repository so others can easily " @@ -236,21 +244,21 @@ msgid "" "following command::" msgstr "" -#: ../../docs/user/developers/compiling.rst:207 +#: ../../docs/user/developers/compiling.rst:218 msgid "Adding your signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:209 +#: ../../docs/user/developers/compiling.rst:220 msgid "" "Add and commit the ``*.SHA256SUMS`` and ``*.SHA256SUMS.asc`` files created " "by the build process::" msgstr "" -#: ../../docs/user/developers/compiling.rst:220 +#: ../../docs/user/developers/compiling.rst:231 msgid "Push to your fork of the guix.sigs repository on GitHub::" msgstr "" -#: ../../docs/user/developers/compiling.rst:225 +#: ../../docs/user/developers/compiling.rst:236 msgid "" "Go to `GitHub `__ and open a " "pull request to the ``master`` branch of the upstream repository. The pull " @@ -258,11 +266,11 @@ msgid "" "checks out. Thanks for contributing!" msgstr "" -#: ../../docs/user/developers/compiling.rst:231 +#: ../../docs/user/developers/compiling.rst:242 msgid "Verify signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:233 +#: ../../docs/user/developers/compiling.rst:244 msgid "" "The `guix.sigs repository `_ contains" " deterministic build results signed by multiple Core developers for each " @@ -270,13 +278,13 @@ msgid "" "verification. Import the public keys::" msgstr "" -#: ../../docs/user/developers/compiling.rst:242 +#: ../../docs/user/developers/compiling.rst:253 msgid "" "Run the following commands to verify that your build matches the official " "release::" msgstr "" -#: ../../docs/user/developers/compiling.rst:252 +#: ../../docs/user/developers/compiling.rst:263 msgid "" "You should get a result similar to the following for Linux, Windows, MacOS, " "Signed Windows, and Signed MacOS. Assuming the previous steps completed " @@ -284,11 +292,11 @@ msgid "" "also." msgstr "" -#: ../../docs/user/developers/compiling.rst:341 +#: ../../docs/user/developers/compiling.rst:352 msgid "Gitian" msgstr "" -#: ../../docs/user/developers/compiling.rst:344 +#: ../../docs/user/developers/compiling.rst:355 msgid "" "Gitian builds were deprecated in favor of Guix builds with the release of " "Dash Core v20.0. Instructions on building Dash Core 19.0 or older versions " diff --git a/locale/tl/LC_MESSAGES/docs/user/developers/index.po b/locale/tl/LC_MESSAGES/docs/user/developers/index.po index c79410866..4d747b925 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/insight.po b/locale/tl/LC_MESSAGES/docs/user/developers/insight.po index d476bcac4..b3e4018cd 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -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-21.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-21.1.1/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 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 a523c6322..2e2fe991a 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 3fb2c2518..0eb17ab98 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 38c777927..663ede420 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 7b88d3347..2d42f4a58 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 a1f41d235..16b0d7667 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 e1a992b24..a35e9d1ed 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 46e61d5b1..d7272e168 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 7f28efe83..f00c51445 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 c913e18f2..17cd0a5c4 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 68d8a65ce..48f88519e 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 25f005607..2b0c547df 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -82,12 +82,12 @@ msgid "https://dashdevs.org" msgstr "" #: ../../docs/user/introduction/information.rst:32 -#: ../../docs/user/introduction/information.rst:166 +#: ../../docs/user/introduction/information.rst:173 msgid "https://www.dashcentral.org" msgstr "" #: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:183 msgid "https://www.dashninja.pl" msgstr "" @@ -96,7 +96,7 @@ msgid "https://dashnews.org" msgstr "" #: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:167 +#: ../../docs/user/introduction/information.rst:174 msgid "https://dashvotetracker.com" msgstr "" @@ -408,228 +408,244 @@ msgid "Block explorers, statistics and visualizations" msgstr "" #: ../../docs/user/introduction/information.rst:152 +msgid "**Dash Core**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:154 msgid "https://insight.dash.org/insight/" msgstr "" -#: ../../docs/user/introduction/information.rst:153 +#: ../../docs/user/introduction/information.rst:155 msgid "https://blockchair.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:154 +#: ../../docs/user/introduction/information.rst:156 msgid "https://chainz.cryptoid.info/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:157 msgid "https://www.oklink.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:156 +#: ../../docs/user/introduction/information.rst:158 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:159 msgid "https://dashblockexplorer.com" msgstr "" -#: ../../docs/user/introduction/information.rst:158 +#: ../../docs/user/introduction/information.rst:160 msgid "https://live.blockcypher.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:159 +#: ../../docs/user/introduction/information.rst:161 msgid "https://dash.tokenview.io" msgstr "" -#: ../../docs/user/introduction/information.rst:160 +#: ../../docs/user/introduction/information.rst:162 msgid "https://udjinm6.github.io/bitlisten/" msgstr "" #: ../../docs/user/introduction/information.rst:164 +msgid "**Dash Platform**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:166 +msgid "https://platform-explorer.com/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:167 +msgid "https://mnowatch.org/evonodes/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:171 msgid "Treasury tools" msgstr "" -#: ../../docs/user/introduction/information.rst:168 +#: ../../docs/user/introduction/information.rst:175 msgid "https://proposal.dash.org" msgstr "" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl/governance.html" msgstr "" -#: ../../docs/user/introduction/information.rst:170 +#: ../../docs/user/introduction/information.rst:177 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:181 msgid "Masternode management" msgstr "" -#: ../../docs/user/introduction/information.rst:177 +#: ../../docs/user/introduction/information.rst:184 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "" -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:185 msgid "http://178.254.23.111/~pub/Dash/Dash_Info.html" msgstr "" -#: ../../docs/user/introduction/information.rst:179 +#: ../../docs/user/introduction/information.rst:186 msgid "https://dash-news.de/dashtv/" msgstr "" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:187 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:184 +#: ../../docs/user/introduction/information.rst:191 msgid "Price monitoring and research" msgstr "" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:193 msgid "https://messari.io/asset/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:187 +#: ../../docs/user/introduction/information.rst:194 msgid "https://namu.wiki/w/Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:188 +#: ../../docs/user/introduction/information.rst:195 msgid "https://xangle.io/project/DASH/profile" msgstr "" -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:196 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:190 +#: ../../docs/user/introduction/information.rst:197 msgid "https://bitinfocharts.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:198 msgid "https://www.coingecko.com/en/coins/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:195 +#: ../../docs/user/introduction/information.rst:202 msgid "Dash Community project" msgstr "" -#: ../../docs/user/introduction/information.rst:197 +#: ../../docs/user/introduction/information.rst:204 msgid "https://dashcommunity.github.io" msgstr "" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:205 msgid "https://github.com/dashcommunity" msgstr "" -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:209 msgid "DarkNet pages" msgstr "" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:211 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:212 msgid "" "**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:213 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:217 msgid "Mobile Apps" msgstr "" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:220 msgid "iOS" msgstr "" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:222 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:223 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "" -#: ../../docs/user/introduction/information.rst:217 +#: ../../docs/user/introduction/information.rst:224 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "" -#: ../../docs/user/introduction/information.rst:218 +#: ../../docs/user/introduction/information.rst:225 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "" -#: ../../docs/user/introduction/information.rst:219 +#: ../../docs/user/introduction/information.rst:226 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "" -#: ../../docs/user/introduction/information.rst:220 +#: ../../docs/user/introduction/information.rst:227 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:231 msgid "Android" msgstr "" -#: ../../docs/user/introduction/information.rst:226 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:227 +#: ../../docs/user/introduction/information.rst:234 msgid "" "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" -#: ../../docs/user/introduction/information.rst:228 +#: ../../docs/user/introduction/information.rst:235 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:229 +#: ../../docs/user/introduction/information.rst:236 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" msgstr "" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:237 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" msgstr "" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:238 msgid "" "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:232 +#: ../../docs/user/introduction/information.rst:239 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" msgstr "" -#: ../../docs/user/introduction/information.rst:233 +#: ../../docs/user/introduction/information.rst:240 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" msgstr "" -#: ../../docs/user/introduction/information.rst:240 +#: ../../docs/user/introduction/information.rst:247 msgid "Glossary" msgstr "" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:250 msgid "51% Attack" msgstr "" -#: ../../docs/user/introduction/information.rst:245 +#: ../../docs/user/introduction/information.rst:252 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 " @@ -638,11 +654,11 @@ msgid "" "block." msgstr "" -#: ../../docs/user/introduction/information.rst:250 +#: ../../docs/user/introduction/information.rst:257 msgid "Address" msgstr "" -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:259 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -651,11 +667,11 @@ msgid "" "digitally sign transactions (see Public key)." msgstr "" -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:264 msgid "Algorithm" msgstr "" -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:266 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-step" @@ -663,22 +679,22 @@ msgid "" "processing, and/or automated reasoning tasks." msgstr "" -#: ../../docs/user/introduction/information.rst:263 +#: ../../docs/user/introduction/information.rst:270 msgid "Altcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:272 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:268 +#: ../../docs/user/introduction/information.rst:275 msgid "AML" msgstr "" -#: ../../docs/user/introduction/information.rst:270 +#: ../../docs/user/introduction/information.rst:277 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. AML" @@ -686,18 +702,18 @@ msgid "" " AML techniques to Dash exchanges." msgstr "" -#: ../../docs/user/introduction/information.rst:274 +#: ../../docs/user/introduction/information.rst:281 msgid "API" msgstr "" -#: ../../docs/user/introduction/information.rst:276 +#: ../../docs/user/introduction/information.rst:283 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a set" " of routines, protocols, and tools for building software and applications." msgstr "" -#: ../../docs/user/introduction/information.rst:281 +#: ../../docs/user/introduction/information.rst:288 msgid "" "An API expresses a software component in terms of its operations, inputs, " "outputs, and underlying types, defining functionalities that are independent" @@ -707,11 +723,11 @@ msgid "" "are then put together by the programmer." msgstr "" -#: ../../docs/user/introduction/information.rst:288 +#: ../../docs/user/introduction/information.rst:295 msgid "ASIC" msgstr "" -#: ../../docs/user/introduction/information.rst:290 +#: ../../docs/user/introduction/information.rst:297 msgid "" "An application-specific integrated circuit (ASIC), is an integrated circuit " "(IC) customized for a particular use, rather than intended for general-" @@ -719,11 +735,11 @@ msgid "" " or for :ref:`high-efficiency Dash mining ` is an ASIC." msgstr "" -#: ../../docs/user/introduction/information.rst:295 +#: ../../docs/user/introduction/information.rst:302 msgid "ATM / BTM" msgstr "" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:304 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 " @@ -731,21 +747,21 @@ msgid "" "supported on several :ref:`ATMs `." msgstr "" -#: ../../docs/user/introduction/information.rst:301 +#: ../../docs/user/introduction/information.rst:308 msgid "Backlog" msgstr "" -#: ../../docs/user/introduction/information.rst:303 +#: ../../docs/user/introduction/information.rst:310 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:305 +#: ../../docs/user/introduction/information.rst:312 msgid "Backup" msgstr "" -#: ../../docs/user/introduction/information.rst:307 +#: ../../docs/user/introduction/information.rst:314 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 " @@ -756,22 +772,22 @@ msgid "" "backup." msgstr "" -#: ../../docs/user/introduction/information.rst:314 +#: ../../docs/user/introduction/information.rst:321 msgid "Bitcoin 2.0" msgstr "" -#: ../../docs/user/introduction/information.rst:316 +#: ../../docs/user/introduction/information.rst:323 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:320 +#: ../../docs/user/introduction/information.rst:327 msgid "Blockchain" msgstr "" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:329 msgid "" "A `blockchain `_ is a " "distributed database that maintains a continuously-growing list of data " @@ -783,11 +799,11 @@ msgid "" "timestamp and information linking it to a previous block." msgstr "" -#: ../../docs/user/introduction/information.rst:331 +#: ../../docs/user/introduction/information.rst:338 msgid "Blocks" msgstr "" -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:340 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -797,11 +813,11 @@ msgid "" "blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:346 msgid "ChainLock" msgstr "" -#: ../../docs/user/introduction/information.rst:341 +#: ../../docs/user/introduction/information.rst:348 msgid "" "Defined in `DIP8 " "`__, ChainLocks are" @@ -811,11 +827,11 @@ msgid "" "double spending." msgstr "" -#: ../../docs/user/introduction/information.rst:347 +#: ../../docs/user/introduction/information.rst:354 msgid "Cloud Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:349 +#: ../../docs/user/introduction/information.rst:356 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 " @@ -826,22 +842,22 @@ msgid "" " you store large quantities of funds in online wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:357 +#: ../../docs/user/introduction/information.rst:364 msgid "Coinbase transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:359 +#: ../../docs/user/introduction/information.rst:366 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:362 +#: ../../docs/user/introduction/information.rst:369 msgid "Cold Storage" msgstr "" -#: ../../docs/user/introduction/information.rst:364 +#: ../../docs/user/introduction/information.rst:371 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -849,11 +865,11 @@ msgid "" "wallet>`." msgstr "" -#: ../../docs/user/introduction/information.rst:368 +#: ../../docs/user/introduction/information.rst:375 msgid "Confirm(ed) Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:370 +#: ../../docs/user/introduction/information.rst:377 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 " @@ -862,15 +878,15 @@ msgid "" "more blocks are added to the blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:375 +#: ../../docs/user/introduction/information.rst:382 msgid "Confirmation Number" msgstr "" -#: ../../docs/user/introduction/information.rst:376 +#: ../../docs/user/introduction/information.rst:383 msgid "confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:386 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -882,11 +898,11 @@ msgid "" "considered \"safe\" and irreversible." msgstr "" -#: ../../docs/user/introduction/information.rst:387 +#: ../../docs/user/introduction/information.rst:394 msgid "Confirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:396 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be " @@ -894,11 +910,11 @@ msgid "" "the blockchain (and thus \"confirmed\")." msgstr "" -#: ../../docs/user/introduction/information.rst:393 +#: ../../docs/user/introduction/information.rst:400 msgid "Credit pool" msgstr "" -#: ../../docs/user/introduction/information.rst:395 +#: ../../docs/user/introduction/information.rst:402 msgid "" "A store of value on the Core chain that is funded by asset lock " "transactions. The credit pool mirrors the credit balance on Dash Platform. " @@ -906,11 +922,11 @@ msgid "" "Platform and unlocking it to withdraw back to Dash on the Core chain." msgstr "" -#: ../../docs/user/introduction/information.rst:398 +#: ../../docs/user/introduction/information.rst:405 msgid "CPU" msgstr "" -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:407 msgid "" "A `central processing unit (CPU) " "`_ is the electronic " @@ -924,11 +940,11 @@ msgid "" "circuitry." msgstr "" -#: ../../docs/user/introduction/information.rst:410 +#: ../../docs/user/introduction/information.rst:417 msgid "Cryptocurrency" msgstr "" -#: ../../docs/user/introduction/information.rst:412 +#: ../../docs/user/introduction/information.rst:419 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -936,11 +952,11 @@ msgid "" "units." msgstr "" -#: ../../docs/user/introduction/information.rst:416 +#: ../../docs/user/introduction/information.rst:423 msgid "Cryptography" msgstr "" -#: ../../docs/user/introduction/information.rst:418 +#: ../../docs/user/introduction/information.rst:425 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -956,11 +972,11 @@ msgid "" "electronic commerce." msgstr "" -#: ../../docs/user/introduction/information.rst:430 +#: ../../docs/user/introduction/information.rst:437 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:432 +#: ../../docs/user/introduction/information.rst:439 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, 80% " @@ -973,72 +989,72 @@ msgid "" "the two terms are interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP" msgstr "" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:450 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." msgstr "" -#: ../../docs/user/introduction/information.rst:445 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP Client" msgstr "" -#: ../../docs/user/introduction/information.rst:447 +#: ../../docs/user/introduction/information.rst:454 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:449 +#: ../../docs/user/introduction/information.rst:456 msgid "DAP Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:451 +#: ../../docs/user/introduction/information.rst:458 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:453 +#: ../../docs/user/introduction/information.rst:460 msgid "DAP Space" msgstr "" -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:462 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:457 +#: ../../docs/user/introduction/information.rst:464 msgid "DAP State" msgstr "" -#: ../../docs/user/introduction/information.rst:459 +#: ../../docs/user/introduction/information.rst:466 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." msgstr "" -#: ../../docs/user/introduction/information.rst:461 +#: ../../docs/user/introduction/information.rst:468 msgid "DAPI" msgstr "" -#: ../../docs/user/introduction/information.rst:463 +#: ../../docs/user/introduction/information.rst:470 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 "" -#: ../../docs/user/introduction/information.rst:467 +#: ../../docs/user/introduction/information.rst:474 msgid "Dark Gravity Wave" msgstr "" -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:476 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" " *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" @@ -1048,21 +1064,21 @@ msgid "" "exploit." msgstr "" -#: ../../docs/user/introduction/information.rst:475 +#: ../../docs/user/introduction/information.rst:482 msgid "Darkcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:484 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:479 +#: ../../docs/user/introduction/information.rst:486 msgid "Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:488 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency was" " later renamed \"Dash\" to avoid association with the darknet markets. Dash " @@ -1073,22 +1089,22 @@ msgid "" ":ref:`Features ` page for a full list of Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:489 +#: ../../docs/user/introduction/information.rst:496 msgid "DashDrive" msgstr "" -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:498 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:494 +#: ../../docs/user/introduction/information.rst:501 msgid "Dash Client" msgstr "" -#: ../../docs/user/introduction/information.rst:496 +#: ../../docs/user/introduction/information.rst:503 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" @@ -1098,11 +1114,11 @@ msgid "" "infrastructure." msgstr "" -#: ../../docs/user/introduction/information.rst:502 +#: ../../docs/user/introduction/information.rst:509 msgid "Dash Core Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:504 +#: ../../docs/user/introduction/information.rst:511 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 " @@ -1111,32 +1127,32 @@ msgid "" "it." msgstr "" -#: ../../docs/user/introduction/information.rst:509 +#: ../../docs/user/introduction/information.rst:516 msgid "Dash Evolution" msgstr "" -#: ../../docs/user/introduction/information.rst:511 +#: ../../docs/user/introduction/information.rst:518 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:515 +#: ../../docs/user/introduction/information.rst:522 msgid "Dash Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:517 +#: ../../docs/user/introduction/information.rst:524 msgid "" "A JSON-based language specification for defining and validating consensus " "data in Evolution." msgstr "" -#: ../../docs/user/introduction/information.rst:519 +#: ../../docs/user/introduction/information.rst:526 msgid "DDoS" msgstr "" -#: ../../docs/user/introduction/information.rst:521 +#: ../../docs/user/introduction/information.rst:528 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 " @@ -1146,11 +1162,11 @@ msgid "" "hit with DDoS attacks." msgstr "" -#: ../../docs/user/introduction/information.rst:527 +#: ../../docs/user/introduction/information.rst:534 msgid "Decentralized" msgstr "" -#: ../../docs/user/introduction/information.rst:529 +#: ../../docs/user/introduction/information.rst:536 msgid "" "`Decentralized computing " "`_ is the allocation " @@ -1169,11 +1185,11 @@ msgid "" "effectiveness." msgstr "" -#: ../../docs/user/introduction/information.rst:544 +#: ../../docs/user/introduction/information.rst:551 msgid "Desktop Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:546 +#: ../../docs/user/introduction/information.rst:553 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 " @@ -1182,11 +1198,11 @@ msgid "" " `" msgstr "" -#: ../../docs/user/introduction/information.rst:552 +#: ../../docs/user/introduction/information.rst:559 msgid "Difficulty" msgstr "" -#: ../../docs/user/introduction/information.rst:554 +#: ../../docs/user/introduction/information.rst:561 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 " @@ -1198,15 +1214,15 @@ msgid "" "difficulty to increase over time." msgstr "" -#: ../../docs/user/introduction/information.rst:563 +#: ../../docs/user/introduction/information.rst:570 msgid "Digital Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:565 +#: ../../docs/user/introduction/information.rst:572 msgid "See :ref:`this link ` for full documentation on wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:567 +#: ../../docs/user/introduction/information.rst:574 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 " @@ -1215,7 +1231,7 @@ msgid "" "wallets can exist in many different forms and on many devices:" msgstr "" -#: ../../docs/user/introduction/information.rst:574 +#: ../../docs/user/introduction/information.rst:581 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1225,7 +1241,7 @@ msgid "" "funds." msgstr "" -#: ../../docs/user/introduction/information.rst:582 +#: ../../docs/user/introduction/information.rst:589 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or Apple " @@ -1236,7 +1252,7 @@ msgid "" "of funds on these wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your Dash " @@ -1250,7 +1266,7 @@ msgid "" "wallet or cryptocurrency exchange." msgstr "" -#: ../../docs/user/introduction/information.rst:603 +#: ../../docs/user/introduction/information.rst:610 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1262,7 +1278,7 @@ msgid "" "storage for your Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:613 +#: ../../docs/user/introduction/information.rst:620 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the internet." @@ -1275,11 +1291,11 @@ msgid "" "for long-term (multi-year) storage because they degrade over time." msgstr "" -#: ../../docs/user/introduction/information.rst:623 +#: ../../docs/user/introduction/information.rst:630 msgid "DKG" msgstr "" -#: ../../docs/user/introduction/information.rst:625 +#: ../../docs/user/introduction/information.rst:632 msgid "" "Defined in `DIP6 " "`__, Distributed " @@ -1291,11 +1307,11 @@ msgid "" "of Shamir’s Secret Sharing." msgstr "" -#: ../../docs/user/introduction/information.rst:633 +#: ../../docs/user/introduction/information.rst:640 msgid "Digital Signature" msgstr "" -#: ../../docs/user/introduction/information.rst:635 +#: ../../docs/user/introduction/information.rst:642 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 " @@ -1306,11 +1322,11 @@ msgid "" " owner of a certain Dash address." msgstr "" -#: ../../docs/user/introduction/information.rst:643 +#: ../../docs/user/introduction/information.rst:650 msgid "Electrum Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:645 +#: ../../docs/user/introduction/information.rst:652 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight wallet " "that does not require you to download or sync the entire blockchain, making " @@ -1318,11 +1334,11 @@ msgid "" " CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:656 msgid "Encryption" msgstr "" -#: ../../docs/user/introduction/information.rst:651 +#: ../../docs/user/introduction/information.rst:658 msgid "" "In cryptography, `encryption `_ is" " the process of encoding messages or information in such a way that only " @@ -1337,15 +1353,15 @@ msgid "" "\"uncrackable.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:663 +#: ../../docs/user/introduction/information.rst:670 msgid "Escrow Services" msgstr "" -#: ../../docs/user/introduction/information.rst:665 +#: ../../docs/user/introduction/information.rst:672 msgid "An `escrow `_ is:" msgstr "" -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:674 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1353,20 +1369,20 @@ msgid "" "or" msgstr "" -#: ../../docs/user/introduction/information.rst:672 +#: ../../docs/user/introduction/information.rst:679 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:676 +#: ../../docs/user/introduction/information.rst:683 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:679 +#: ../../docs/user/introduction/information.rst:686 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1377,22 +1393,22 @@ msgid "" " the product (or currency) being purchased to the appropriate party." msgstr "" -#: ../../docs/user/introduction/information.rst:687 +#: ../../docs/user/introduction/information.rst:694 msgid "Evan Duffield" msgstr "" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:696 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:692 +#: ../../docs/user/introduction/information.rst:699 msgid "Exchange" msgstr "" -#: ../../docs/user/introduction/information.rst:694 +#: ../../docs/user/introduction/information.rst:701 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" @@ -1405,11 +1421,11 @@ msgid "" "time of each transaction." msgstr "" -#: ../../docs/user/introduction/information.rst:704 +#: ../../docs/user/introduction/information.rst:711 msgid "Faucet" msgstr "" -#: ../../docs/user/introduction/information.rst:706 +#: ../../docs/user/introduction/information.rst:713 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 " @@ -1417,40 +1433,40 @@ msgid "" "or task as described by the website." msgstr "" -#: ../../docs/user/introduction/information.rst:710 +#: ../../docs/user/introduction/information.rst:717 msgid "Fiat Gateway" msgstr "" -#: ../../docs/user/introduction/information.rst:712 +#: ../../docs/user/introduction/information.rst:719 msgid "" "`Fiat money `_ has been defined " "variously as:" msgstr "" -#: ../../docs/user/introduction/information.rst:715 +#: ../../docs/user/introduction/information.rst:722 msgid "Any money declared by a government to be legal tender." msgstr "" -#: ../../docs/user/introduction/information.rst:716 +#: ../../docs/user/introduction/information.rst:723 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:717 +#: ../../docs/user/introduction/information.rst:724 msgid "" "Intrinsically valueless money used as money because of government decree." msgstr "" -#: ../../docs/user/introduction/information.rst:719 +#: ../../docs/user/introduction/information.rst:726 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "" -#: ../../docs/user/introduction/information.rst:720 +#: ../../docs/user/introduction/information.rst:727 msgid "Fintech" msgstr "" -#: ../../docs/user/introduction/information.rst:722 +#: ../../docs/user/introduction/information.rst:729 msgid "" "`Financial technology " "`_, also known as " @@ -1462,11 +1478,11 @@ msgid "" "Bitcoin." msgstr "" -#: ../../docs/user/introduction/information.rst:730 +#: ../../docs/user/introduction/information.rst:737 msgid "Fork" msgstr "" -#: ../../docs/user/introduction/information.rst:732 +#: ../../docs/user/introduction/information.rst:739 msgid "" "When the blockchain diverges or splits, with some clients recognizing one " "version of the blockchain as valid, and other clients believing that a " @@ -1477,18 +1493,18 @@ msgid "" "extremely dangerous and should be avoided if possible." msgstr "" -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:748 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:744 +#: ../../docs/user/introduction/information.rst:751 msgid "Full Nodes" msgstr "" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:753 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 " @@ -1497,27 +1513,27 @@ msgid "" "blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:751 +#: ../../docs/user/introduction/information.rst:758 msgid "Fungible" msgstr "" -#: ../../docs/user/introduction/information.rst:753 +#: ../../docs/user/introduction/information.rst:760 msgid "Every unit of the currency is worth the same as any other unit." msgstr "" -#: ../../docs/user/introduction/information.rst:754 +#: ../../docs/user/introduction/information.rst:761 msgid "Genesis Block" msgstr "" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:763 msgid "The very first block in the block chain." msgstr "" -#: ../../docs/user/introduction/information.rst:757 +#: ../../docs/user/introduction/information.rst:764 msgid "GPU" msgstr "" -#: ../../docs/user/introduction/information.rst:759 +#: ../../docs/user/introduction/information.rst:766 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -1535,11 +1551,11 @@ msgid "" "GPUs." msgstr "" -#: ../../docs/user/introduction/information.rst:773 +#: ../../docs/user/introduction/information.rst:780 msgid "Hardware Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:782 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a piece " @@ -1547,11 +1563,11 @@ msgid "" "sign transactions as normal, making it both safe and convenient." msgstr "" -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:787 msgid "Hash" msgstr "" -#: ../../docs/user/introduction/information.rst:782 +#: ../../docs/user/introduction/information.rst:789 msgid "" "A mathematical process that takes a variable amount of data and produces a " "shorter, fixed-length output. A hashing function has two important " @@ -1560,39 +1576,39 @@ msgid "" "tiniest part of the input will produce an entirely different output." msgstr "" -#: ../../docs/user/introduction/information.rst:788 +#: ../../docs/user/introduction/information.rst:795 msgid "Hashrate" msgstr "" -#: ../../docs/user/introduction/information.rst:790 +#: ../../docs/user/introduction/information.rst:797 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:792 +#: ../../docs/user/introduction/information.rst:799 msgid "Insight" msgstr "" -#: ../../docs/user/introduction/information.rst:794 +#: ../../docs/user/introduction/information.rst:801 msgid "" "Blockchain information server used to power block explorers and respond to " "transaction queries." msgstr "" -#: ../../docs/user/introduction/information.rst:796 +#: ../../docs/user/introduction/information.rst:803 msgid "InstantX" msgstr "" -#: ../../docs/user/introduction/information.rst:798 +#: ../../docs/user/introduction/information.rst:805 msgid "See InstantSend" msgstr "" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:806 msgid "InstantSend" msgstr "" -#: ../../docs/user/introduction/information.rst:801 +#: ../../docs/user/introduction/information.rst:808 msgid "" ":ref:`InstantSend ` technology uses the masternode network to " "\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" @@ -1601,11 +1617,11 @@ msgid "" "after only a few seconds." msgstr "" -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:813 msgid "Liquidity" msgstr "" -#: ../../docs/user/introduction/information.rst:808 +#: ../../docs/user/introduction/information.rst:815 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" @@ -1613,11 +1629,11 @@ msgid "" "volatility, and the inability to easily determine the value of an asset." msgstr "" -#: ../../docs/user/introduction/information.rst:813 +#: ../../docs/user/introduction/information.rst:820 msgid "LLMQ" msgstr "" -#: ../../docs/user/introduction/information.rst:815 +#: ../../docs/user/introduction/information.rst:822 msgid "" "Defined in `DIP6 " "`__, A Long- Living" @@ -1629,28 +1645,28 @@ msgid "" " perform threshold signing of consensus related messages." msgstr "" -#: ../../docs/user/introduction/information.rst:824 +#: ../../docs/user/introduction/information.rst:831 msgid "Masternode" msgstr "" -#: ../../docs/user/introduction/information.rst:826 +#: ../../docs/user/introduction/information.rst:833 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:830 +#: ../../docs/user/introduction/information.rst:837 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:832 +#: ../../docs/user/introduction/information.rst:839 msgid "Mining" msgstr "" -#: ../../docs/user/introduction/information.rst:834 +#: ../../docs/user/introduction/information.rst:841 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 " @@ -1658,19 +1674,19 @@ msgid "" ":ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:838 +#: ../../docs/user/introduction/information.rst:845 msgid "Mobile Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:840 +#: ../../docs/user/introduction/information.rst:847 msgid "These are wallets available on mobile devices (iOS + Android)." msgstr "" -#: ../../docs/user/introduction/information.rst:841 +#: ../../docs/user/introduction/information.rst:848 msgid "MultiSig" msgstr "" -#: ../../docs/user/introduction/information.rst:843 +#: ../../docs/user/introduction/information.rst:850 msgid "" "Multi-signature addresses provide additional security by requiring multiple " "people to sign a transaction with their private key before the transaction " @@ -1681,22 +1697,22 @@ msgid "" "since it makes theft much more difficult." msgstr "" -#: ../../docs/user/introduction/information.rst:851 +#: ../../docs/user/introduction/information.rst:858 msgid "Node" msgstr "" -#: ../../docs/user/introduction/information.rst:853 +#: ../../docs/user/introduction/information.rst:860 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:856 +#: ../../docs/user/introduction/information.rst:863 msgid "OTC" msgstr "" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:865 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 " @@ -1705,11 +1721,11 @@ msgid "" " order will move the price (called \"slippage\")." msgstr "" -#: ../../docs/user/introduction/information.rst:863 +#: ../../docs/user/introduction/information.rst:870 msgid "P2P" msgstr "" -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:872 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two " "parties in a highly interconnected network. An alternative system to a 'hub-" @@ -1717,22 +1733,22 @@ msgid "" " each other through a single mediation point." msgstr "" -#: ../../docs/user/introduction/information.rst:869 +#: ../../docs/user/introduction/information.rst:876 msgid "Paper Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:871 +#: ../../docs/user/introduction/information.rst:878 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:874 +#: ../../docs/user/introduction/information.rst:881 msgid "Privacy" msgstr "" -#: ../../docs/user/introduction/information.rst:876 +#: ../../docs/user/introduction/information.rst:883 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about themselves, " @@ -1745,11 +1761,11 @@ msgid "" "includes CoinJoin, which allows users to maintain financial privacy." msgstr "" -#: ../../docs/user/introduction/information.rst:886 +#: ../../docs/user/introduction/information.rst:893 msgid "Private Key" msgstr "" -#: ../../docs/user/introduction/information.rst:888 +#: ../../docs/user/introduction/information.rst:895 msgid "" "A `private key `_ is" " a long alphanumeric passcode that allows Dash to be spent. Every Dash " @@ -1760,22 +1776,22 @@ msgid "" "secret." msgstr "" -#: ../../docs/user/introduction/information.rst:895 +#: ../../docs/user/introduction/information.rst:902 msgid "PrivateSend" msgstr "" -#: ../../docs/user/introduction/information.rst:897 +#: ../../docs/user/introduction/information.rst:904 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:900 +#: ../../docs/user/introduction/information.rst:907 msgid "Proof of Service - PoSe" msgstr "" -#: ../../docs/user/introduction/information.rst:902 +#: ../../docs/user/introduction/information.rst:909 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided " "uninterrupted service meeting a minimum quality level to the network. " @@ -1783,11 +1799,11 @@ msgid "" "the global list and eventually into the selection pool to receive payment." msgstr "" -#: ../../docs/user/introduction/information.rst:908 +#: ../../docs/user/introduction/information.rst:915 msgid "Proof of Stake - PoS" msgstr "" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:917 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 " @@ -1801,11 +1817,11 @@ msgid "" "and the attacker's chain." msgstr "" -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:928 msgid "Proof of Work - PoW" msgstr "" -#: ../../docs/user/introduction/information.rst:923 +#: ../../docs/user/introduction/information.rst:930 msgid "" "Consensus mechanism that keeps all nodes honest by requiring computational " "power to be expended in order to create new blocks. Miners must use " @@ -1814,11 +1830,11 @@ msgid "" " chain and the network's nodes would never agree on which chain was valid." msgstr "" -#: ../../docs/user/introduction/information.rst:929 +#: ../../docs/user/introduction/information.rst:936 msgid "Public Key" msgstr "" -#: ../../docs/user/introduction/information.rst:931 +#: ../../docs/user/introduction/information.rst:938 msgid "" "The `public key `_ " "is derived from the private key but is not secret and can be revealed to " @@ -1826,11 +1842,11 @@ msgid "" " to verify that the signature is valid." msgstr "" -#: ../../docs/user/introduction/information.rst:936 +#: ../../docs/user/introduction/information.rst:943 msgid "Pump and dump" msgstr "" -#: ../../docs/user/introduction/information.rst:938 +#: ../../docs/user/introduction/information.rst:945 msgid "" "Inflating the value of a financial asset that has been produced or acquired " "cheaply, often using aggressive publicity and misleading statements. The " @@ -1840,21 +1856,21 @@ msgid "" "common in markets with low liquidity, such as some altcoins." msgstr "" -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:952 msgid "Quorum" msgstr "" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:954 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:949 +#: ../../docs/user/introduction/information.rst:956 msgid "QR Code" msgstr "" -#: ../../docs/user/introduction/information.rst:951 +#: ../../docs/user/introduction/information.rst:958 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -1862,33 +1878,33 @@ msgid "" "encode Dash addresses." msgstr "" -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:962 msgid "Satoshi Nakamoto" msgstr "" -#: ../../docs/user/introduction/information.rst:957 +#: ../../docs/user/introduction/information.rst:964 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:960 +#: ../../docs/user/introduction/information.rst:967 msgid "SDK" msgstr "" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:969 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:965 +#: ../../docs/user/introduction/information.rst:972 msgid "Signaling" msgstr "" -#: ../../docs/user/introduction/information.rst:967 +#: ../../docs/user/introduction/information.rst:974 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 " @@ -1897,22 +1913,22 @@ msgid "" "protocol and/or by setting a specific version bit within discovered blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:972 +#: ../../docs/user/introduction/information.rst:979 msgid "State View" msgstr "" -#: ../../docs/user/introduction/information.rst:974 +#: ../../docs/user/introduction/information.rst:981 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:977 +#: ../../docs/user/introduction/information.rst:984 msgid "Spork" msgstr "" -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:986 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -1929,29 +1945,29 @@ msgid "" " or client update." msgstr "" -#: ../../docs/user/introduction/information.rst:993 +#: ../../docs/user/introduction/information.rst:1000 msgid "Tainted Coins" msgstr "" -#: ../../docs/user/introduction/information.rst:995 +#: ../../docs/user/introduction/information.rst:1002 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:997 +#: ../../docs/user/introduction/information.rst:1004 msgid "tDash" msgstr "" -#: ../../docs/user/introduction/information.rst:999 +#: ../../docs/user/introduction/information.rst:1006 msgid "Test Dash, used on :ref:`testnet `." msgstr "" -#: ../../docs/user/introduction/information.rst:1000 +#: ../../docs/user/introduction/information.rst:1007 msgid "Testnet" msgstr "" -#: ../../docs/user/introduction/information.rst:1002 +#: ../../docs/user/introduction/information.rst:1009 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and test " @@ -1959,21 +1975,21 @@ msgid "" "errors or forks are not harmful." msgstr "" -#: ../../docs/user/introduction/information.rst:1006 +#: ../../docs/user/introduction/information.rst:1013 msgid "Tor" msgstr "" -#: ../../docs/user/introduction/information.rst:1008 +#: ../../docs/user/introduction/information.rst:1015 msgid "" "An anonymous routing protocol used by people wanting to hide their identity " "online." msgstr "" -#: ../../docs/user/introduction/information.rst:1010 +#: ../../docs/user/introduction/information.rst:1017 msgid "Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:1012 +#: ../../docs/user/introduction/information.rst:1019 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions may" " be divided into classical and special transactions. Similar to Bitcoin, " @@ -1983,82 +1999,82 @@ msgid "" "used to manage blockchain users, for example." msgstr "" -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:1026 msgid "Transaction Block" msgstr "" -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:1028 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:1023 +#: ../../docs/user/introduction/information.rst:1030 msgid "Transaction Fee" msgstr "" -#: ../../docs/user/introduction/information.rst:1025 +#: ../../docs/user/introduction/information.rst:1032 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:1028 +#: ../../docs/user/introduction/information.rst:1035 msgid "Unconfirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1037 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:1033 +#: ../../docs/user/introduction/information.rst:1040 msgid "Vanity Address" msgstr "" -#: ../../docs/user/introduction/information.rst:1035 +#: ../../docs/user/introduction/information.rst:1042 msgid "A Dash address with a desirable pattern, such as a name." msgstr "" -#: ../../docs/user/introduction/information.rst:1036 +#: ../../docs/user/introduction/information.rst:1043 msgid "Virgin Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:1038 +#: ../../docs/user/introduction/information.rst:1045 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:1040 +#: ../../docs/user/introduction/information.rst:1047 msgid "Volatility" msgstr "" -#: ../../docs/user/introduction/information.rst:1042 +#: ../../docs/user/introduction/information.rst:1049 msgid "" "The measurement of price movements over time for a traded financial asset " "(including Dash)." msgstr "" -#: ../../docs/user/introduction/information.rst:1044 +#: ../../docs/user/introduction/information.rst:1051 msgid "Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:1046 +#: ../../docs/user/introduction/information.rst:1053 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:1049 +#: ../../docs/user/introduction/information.rst:1056 msgid "Whitepaper" msgstr "" -#: ../../docs/user/introduction/information.rst:1051 +#: ../../docs/user/introduction/information.rst:1058 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a complex" @@ -2066,31 +2082,31 @@ msgid "" " to help readers understand an issue, solve a problem, or make a decision." msgstr "" -#: ../../docs/user/introduction/information.rst:1056 +#: ../../docs/user/introduction/information.rst:1063 msgid "X11" msgstr "" -#: ../../docs/user/introduction/information.rst:1058 +#: ../../docs/user/introduction/information.rst:1065 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash Core " "developer Evan Duffield." msgstr "" -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1067 msgid "Zero Confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1069 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:1064 +#: ../../docs/user/introduction/information.rst:1071 msgid "vin" msgstr "" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1073 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 " @@ -2098,11 +2114,11 @@ msgid "" "to work." msgstr "" -#: ../../docs/user/introduction/information.rst:1070 +#: ../../docs/user/introduction/information.rst:1077 msgid "VMN" msgstr "" -#: ../../docs/user/introduction/information.rst:1072 +#: ../../docs/user/introduction/information.rst:1079 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " diff --git a/locale/tl/LC_MESSAGES/docs/user/introduction/safety.po b/locale/tl/LC_MESSAGES/docs/user/introduction/safety.po index 51302616a..4a47ab287 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 a9fe68aef..8a41cd4da 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 d86e1ec38..8c8215647 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/dashmate-upgrade-v1.po b/locale/tl/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po index 15db948a1..393b3660e 100644 --- a/locale/tl/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po +++ b/locale/tl/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2024-08-29 14:40+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" @@ -46,22 +46,18 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:26 -msgid "Reset previous services to ensure compatibility with the new version::" -msgstr "" - -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:30 msgid "Update services::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:35 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:32 msgid "Start dashmate node" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:37 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:34 msgid "Start the node::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:41 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:38 msgid "" "Make sure the node works properly by running the following status commands::" msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/masternodes/hosting.po b/locale/tl/LC_MESSAGES/docs/user/masternodes/hosting.po index 30d945a00..0978d70a9 100644 --- a/locale/tl/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/tl/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -66,295 +66,303 @@ msgid "Operated by: CrowdNode ApS" msgstr "" #: ../../docs/user/masternodes/hosting.rst:36 -#: ../../docs/user/masternodes/hosting.rst:90 -#: ../../docs/user/masternodes/hosting.rst:146 +#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:148 msgid "Services: Hosting, Shares" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:37 -msgid "Cost: 15% of masternode payments" +#: ../../docs/user/masternodes/hosting.rst:38 +msgid "Cost:" msgstr "" #: ../../docs/user/masternodes/hosting.rst:38 -msgid "`Site `__" +msgid "35% of trusted masternode/evonode payments" msgstr "" #: ../../docs/user/masternodes/hosting.rst:39 +msgid "20% of trustless masternode payments" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:40 +msgid "`Site `__" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:41 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:43 +#: ../../docs/user/masternodes/hosting.rst:45 msgid "Allnodes" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:50 +#: ../../docs/user/masternodes/hosting.rst:52 msgid "" "`https://www.allnodes.com " "`__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:52 +#: ../../docs/user/masternodes/hosting.rst:54 msgid "Operated by: Sephiroth" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:53 +#: ../../docs/user/masternodes/hosting.rst:55 msgid "Services: Monitoring, Hosting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:54 +#: ../../docs/user/masternodes/hosting.rst:56 msgid "Cost: from $4.50/month" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:55 +#: ../../docs/user/masternodes/hosting.rst:57 msgid "" "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:56 +#: ../../docs/user/masternodes/hosting.rst:58 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:57 +#: ../../docs/user/masternodes/hosting.rst:59 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:58 +#: ../../docs/user/masternodes/hosting.rst:60 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:59 +#: ../../docs/user/masternodes/hosting.rst:61 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:63 +#: ../../docs/user/masternodes/hosting.rst:65 msgid "SID Hosting Service" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:70 +#: ../../docs/user/masternodes/hosting.rst:72 msgid "https://dashmasternode.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:72 +#: ../../docs/user/masternodes/hosting.rst:74 msgid "Operated by: splawik21 (Dash Core team member)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:73 -#: ../../docs/user/masternodes/hosting.rst:160 +#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:162 msgid "Services: Hosting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:74 +#: ../../docs/user/masternodes/hosting.rst:76 msgid "Cost: €25/month, paid in Dash" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:77 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:76 +#: ../../docs/user/masternodes/hosting.rst:78 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:80 +#: ../../docs/user/masternodes/hosting.rst:82 msgid "Pool of Stake" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:87 +#: ../../docs/user/masternodes/hosting.rst:89 msgid "https://www.poolofstake.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:89 +#: ../../docs/user/masternodes/hosting.rst:91 msgid "Operated by: Pool of Stake OÜ" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:91 +#: ../../docs/user/masternodes/hosting.rst:93 msgid "15% of masternode payments (5% with tokens)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:94 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:93 +#: ../../docs/user/masternodes/hosting.rst:95 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:94 +#: ../../docs/user/masternodes/hosting.rst:96 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:95 +#: ../../docs/user/masternodes/hosting.rst:97 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:99 +#: ../../docs/user/masternodes/hosting.rst:101 msgid "Staked" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:106 +#: ../../docs/user/masternodes/hosting.rst:108 msgid "https://staked.us" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:108 +#: ../../docs/user/masternodes/hosting.rst:110 msgid "Operated by: Staked" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:109 +#: ../../docs/user/masternodes/hosting.rst:111 msgid "Services: Hosting, Reporting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:110 +#: ../../docs/user/masternodes/hosting.rst:112 msgid "Cost: 10% of rewards" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:111 +#: ../../docs/user/masternodes/hosting.rst:113 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:112 +#: ../../docs/user/masternodes/hosting.rst:114 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:116 +#: ../../docs/user/masternodes/hosting.rst:118 msgid "NodeHub.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:123 +#: ../../docs/user/masternodes/hosting.rst:125 msgid "https://nodehub.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:125 +#: ../../docs/user/masternodes/hosting.rst:127 msgid "Operated by: NodeHub LLC" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:126 +#: ../../docs/user/masternodes/hosting.rst:128 msgid "Services: Hosting, Governance, Stats, Monitoring" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:127 +#: ../../docs/user/masternodes/hosting.rst:129 msgid "Cost: $3.90/month (charged daily at $0.13)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:128 +#: ../../docs/user/masternodes/hosting.rst:130 msgid "" "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:129 +#: ../../docs/user/masternodes/hosting.rst:131 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:130 +#: ../../docs/user/masternodes/hosting.rst:132 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:131 +#: ../../docs/user/masternodes/hosting.rst:133 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:132 +#: ../../docs/user/masternodes/hosting.rst:134 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:136 +#: ../../docs/user/masternodes/hosting.rst:138 msgid "Gentarium" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:143 +#: ../../docs/user/masternodes/hosting.rst:145 msgid "https://mn.gtmcoin.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:145 +#: ../../docs/user/masternodes/hosting.rst:147 msgid "Operated by: Gentarium International OÜ" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:147 +#: ../../docs/user/masternodes/hosting.rst:149 msgid "Cost: $3.99/month (charged daily at $0.15)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:148 +#: ../../docs/user/masternodes/hosting.rst:150 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:149 +#: ../../docs/user/masternodes/hosting.rst:151 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:150 +#: ../../docs/user/masternodes/hosting.rst:152 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:151 +#: ../../docs/user/masternodes/hosting.rst:153 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:155 +#: ../../docs/user/masternodes/hosting.rst:157 msgid "Masternodehosting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:157 +#: ../../docs/user/masternodes/hosting.rst:159 msgid "https://masternodehosting.com" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:159 +#: ../../docs/user/masternodes/hosting.rst:161 msgid "Operated by: flare (Dash Core team member)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:161 +#: ../../docs/user/masternodes/hosting.rst:163 msgid "Cost: €18/month" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:162 +#: ../../docs/user/masternodes/hosting.rst:164 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:163 +#: ../../docs/user/masternodes/hosting.rst:165 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:164 +#: ../../docs/user/masternodes/hosting.rst:166 msgid "" "`Forum `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:170 +#: ../../docs/user/masternodes/hosting.rst:172 msgid "Registering a hosted masternode" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:172 +#: ../../docs/user/masternodes/hosting.rst:174 msgid "A list of available documentation appears below:" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:174 +#: ../../docs/user/masternodes/hosting.rst:176 msgid ":ref:`Full masternode setup guide `" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:175 +#: ../../docs/user/masternodes/hosting.rst:177 msgid "" ":ref:`Information for users of hosted masternodes ` (you are " "here)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:176 +#: ../../docs/user/masternodes/hosting.rst:178 msgid "" ":ref:`Information for operators of hosted masternodes `" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:178 +#: ../../docs/user/masternodes/hosting.rst:180 msgid "Registering a hosted masternode is done in several steps:" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:180 +#: ../../docs/user/masternodes/hosting.rst:182 msgid "" "Send 1000 DASH to an address you control in a single transaction and wait " "for 15 confirmations" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:182 +#: ../../docs/user/masternodes/hosting.rst:184 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 " @@ -362,13 +370,13 @@ msgid "" "will be set up before or after the registration transaction" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:187 +#: ../../docs/user/masternodes/hosting.rst:189 msgid "" "Prepare, sign and broadcast the registration transaction using Dash Core or " "DMT" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:190 +#: ../../docs/user/masternodes/hosting.rst:192 msgid "" "It is **highly recommended** to store the keys to your masternode collateral" " on a :ref:`hardware wallet ` for added security " @@ -380,11 +388,11 @@ msgid "" "beginning from the :ref:`registration step `." msgstr "" -#: ../../docs/user/masternodes/hosting.rst:204 +#: ../../docs/user/masternodes/hosting.rst:206 msgid "Operator transactions" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:206 +#: ../../docs/user/masternodes/hosting.rst:208 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 " @@ -398,7 +406,7 @@ msgid "" "update the service features and register the masternode." msgstr "" -#: ../../docs/user/masternodes/hosting.rst:218 +#: ../../docs/user/masternodes/hosting.rst:220 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 " diff --git a/locale/tl/LC_MESSAGES/docs/user/masternodes/index.po b/locale/tl/LC_MESSAGES/docs/user/masternodes/index.po index be1986d46..e453b6135 100644 --- a/locale/tl/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/tl/LC_MESSAGES/docs/user/masternodes/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/masternodes/server-config.po b/locale/tl/LC_MESSAGES/docs/user/masternodes/server-config.po index 86abe8471..b04a6105b 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -72,7 +72,15 @@ msgid "" "ISPs allocate dynamic IP addresses to home users." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:41 +#: ../../docs/user/masternodes/server-config.rst:43 +msgid "" +"Disabling IPv6 is highly recommended to prevent communication issues that " +"have been observed when running nodes on some VPS providers. We recommend " +"turning it off through the VPS provider's setup wizard during initial server" +" creation." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:47 msgid "" "Before beginning, take a few minutes to review the masternode and evonode " ":hoverxref:`hardware requirements ` which may help you " @@ -87,66 +95,66 @@ msgid "" "on the following screen:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:56 +#: ../../docs/user/masternodes/server-config.rst:62 msgid "Vultr server location selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:58 +#: ../../docs/user/masternodes/server-config.rst:64 msgid "" "Select Ubuntu 24.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 "" -#: ../../docs/user/masternodes/server-config.rst:65 +#: ../../docs/user/masternodes/server-config.rst:71 msgid "Vultr server type selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:67 +#: ../../docs/user/masternodes/server-config.rst:73 msgid "" "Select a server size according to the hardware requirements for you " ":hoverxref:`masternode ` or :hoverxref:`evonode " "`:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:73 +#: ../../docs/user/masternodes/server-config.rst:79 msgid "Vultr server size selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:75 +#: ../../docs/user/masternodes/server-config.rst:81 msgid "" "Enter a hostname and label for your server. In this example we will use " "``dashmn1`` as the hostname." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:81 +#: ../../docs/user/masternodes/server-config.rst:87 msgid "Vultr server hostname & label selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:83 +#: ../../docs/user/masternodes/server-config.rst:89 msgid "" "Vultr will now install your server. This process may take a few minutes." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:88 +#: ../../docs/user/masternodes/server-config.rst:94 msgid "Vultr server installation screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:90 +#: ../../docs/user/masternodes/server-config.rst:96 msgid "" "Click **Manage** when installation is complete and take note of the IP " "address, username and password." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:96 +#: ../../docs/user/masternodes/server-config.rst:102 msgid "Vultr server management screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:101 +#: ../../docs/user/masternodes/server-config.rst:107 msgid "Set up your operating system" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:103 +#: ../../docs/user/masternodes/server-config.rst:109 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" @@ -157,11 +165,11 @@ msgid "" "and enter your password when prompted." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:114 +#: ../../docs/user/masternodes/server-config.rst:120 msgid "PuTTY download page" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:116 +#: ../../docs/user/masternodes/server-config.rst:122 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** " @@ -170,26 +178,26 @@ msgid "" "**Yes** to trust this server in the future." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:125 +#: ../../docs/user/masternodes/server-config.rst:131 msgid "PuTTY security alert when connecting to a new server" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:127 +#: ../../docs/user/masternodes/server-config.rst:133 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 "" -#: ../../docs/user/masternodes/server-config.rst:134 +#: ../../docs/user/masternodes/server-config.rst:140 msgid "Password challenge when connecting to your VPS for the first time" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:138 +#: ../../docs/user/masternodes/server-config.rst:144 msgid "Set up users" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:140 +#: ../../docs/user/masternodes/server-config.rst:146 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 " @@ -198,14 +206,14 @@ msgid "" "current cursor location::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:148 +#: ../../docs/user/masternodes/server-config.rst:154 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 "" -#: ../../docs/user/masternodes/server-config.rst:154 +#: ../../docs/user/masternodes/server-config.rst:160 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 " @@ -214,37 +222,73 @@ msgid "" "perform commands as root::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:164 +#: ../../docs/user/masternodes/server-config.rst:170 msgid "Update the system" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:166 +#: ../../docs/user/masternodes/server-config.rst:172 msgid "" "Now, while still as root, we will update the system from the Ubuntu package " "repository::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:172 +#: ../../docs/user/masternodes/server-config.rst:178 msgid "" "The system will show a list of upgradable packages. Press **Y** and " "**Enter** to install the packages." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:177 +#: ../../docs/user/masternodes/server-config.rst:182 +msgid "Disable IPv6" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:184 +msgid "" +"We recommend turning off IPv6 to avoid potential communication issues. If " +"you cannot do this through your VPS provider's server configuration " +"settings, use the following steps to disable it through the operating " +"system." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:188 +msgid "Check if IPv6 is enabled::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:192 +msgid "If multiple inet6 entries are returned, open sysctrl.conf::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:197 +msgid "" +"Add the following lines at the end of the file, then press **Ctrl + X** to " +"close the editor, then **Y** and **Enter** save the file.::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:204 +msgid "Load the changes::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:208 +msgid "" +"Finally, check if IPv6 was successfully disabled. No entries should be " +"returned when you run the command this time::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:214 msgid "Configure the firewall" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:179 +#: ../../docs/user/masternodes/server-config.rst:216 msgid "" "We will now install a firewall (and some other packages we will use later)::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:183 -#: ../../docs/user/masternodes/server-config.rst:225 +#: ../../docs/user/masternodes/server-config.rst:220 +#: ../../docs/user/masternodes/server-config.rst:259 msgid "(press **Y** and **Enter** to confirm)" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:185 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Choose the appropriate firewall configuration below based on which network " "and masternode type your masternode will support:" @@ -262,53 +306,53 @@ msgstr "" msgid "Testnet" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:229 +#: ../../docs/user/masternodes/server-config.rst:263 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:231 +#: ../../docs/user/masternodes/server-config.rst:265 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:240 +#: ../../docs/user/masternodes/server-config.rst:274 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:250 +#: ../../docs/user/masternodes/server-config.rst:284 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:252 +#: ../../docs/user/masternodes/server-config.rst:286 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:258 +#: ../../docs/user/masternodes/server-config.rst:292 msgid "Create a new configuration file::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:296 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:307 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:279 +#: ../../docs/user/masternodes/server-config.rst:313 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:283 +#: ../../docs/user/masternodes/server-config.rst:317 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -317,25 +361,25 @@ msgid "" "**Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:289 +#: ../../docs/user/masternodes/server-config.rst:323 msgid "" "Optionally install or update `AppArmor `_ (try this " "step if you are having problems related to AppArmor)::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:295 +#: ../../docs/user/masternodes/server-config.rst:329 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:297 +#: ../../docs/user/masternodes/server-config.rst:331 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:301 +#: ../../docs/user/masternodes/server-config.rst:335 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:305 +#: ../../docs/user/masternodes/server-config.rst:339 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a `public" 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 a95df5791..4836cd8fb 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -354,7 +354,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:252 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -868,3 +868,21 @@ msgid "" "`_ are two options that " "accept cryptocurrency." msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:631 +msgid "" +"Please make sure that the certificate chain file contains your server " +"certificate at the top and intermediate/root certificates if present. If a " +"bundle file is present, you need to concatenate it with the certificate " +"file::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:637 +msgid "" +"Verify the validity of the private key and certificate chain by running " +"these commands::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:642 +msgid "The output of these two commands should be the same." +msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/mining/index.po b/locale/tl/LC_MESSAGES/docs/user/mining/index.po index 714e0b8ae..b2ef7f081 100644 --- a/locale/tl/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/tl/LC_MESSAGES/docs/user/mining/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" @@ -38,55 +38,39 @@ msgid "" "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." +"algorithm>`, which the miner must solve in order to earn rewards. A number " +"of X11 ASICs are available on the market, which help make Dash secure " +"against brute force attacks on the blockchain." 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." -msgstr "" - -#: ../../docs/user/mining/index.rst:35 +#: ../../docs/user/mining/index.rst:20 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:" msgstr "" -#: ../../docs/user/mining/index.rst:39 +#: ../../docs/user/mining/index.rst:24 msgid "`Hashrate `_" msgstr "" -#: ../../docs/user/mining/index.rst:40 +#: ../../docs/user/mining/index.rst:25 msgid "" "`Mining difficulty `_" msgstr "" -#: ../../docs/user/mining/index.rst:41 +#: ../../docs/user/mining/index.rst:26 msgid "" "`Profitability calculation tool " "`_" msgstr "" -#: ../../docs/user/mining/index.rst:44 +#: ../../docs/user/mining/index.rst:29 msgid "Masternodes vs. Mining" msgstr "" -#: ../../docs/user/mining/index.rst:46 +#: ../../docs/user/mining/index.rst:31 msgid "" "Dash, like Bitcoin and most other cryptocurrencies, is based on a " "decentralized ledger of all transactions, known as a blockchain. This " @@ -99,20 +83,20 @@ msgid "" "miner is rewarded." msgstr "" -#: ../../docs/user/mining/index.rst:56 +#: ../../docs/user/mining/index.rst:41 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% " +"rewarded when miners discover new blocks. The breakdown is as follows: 80% " "of the block subsidy is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " +"distribution found :ref:`here `, while 20% is " "reserved for the budget system (created by superblocks every month)." msgstr "" -#: ../../docs/user/mining/index.rst:67 +#: ../../docs/user/mining/index.rst:52 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 " @@ -123,7 +107,7 @@ msgid "" "be added to the blockchain." msgstr "" -#: ../../docs/user/mining/index.rst:75 +#: ../../docs/user/mining/index.rst:60 msgid "" "In short, miners power the first tier, which is the basic sending and " "receiving of funds and prevention of doublespending. Masternodes power the " @@ -136,25 +120,19 @@ msgid "" "and stop receiving rewards." msgstr "" -#: ../../docs/user/mining/index.rst:87 +#: ../../docs/user/mining/index.rst:72 msgid "Mining Pools" msgstr "" -#: ../../docs/user/mining/index.rst:89 +#: ../../docs/user/mining/index.rst:74 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." +"power." msgstr "" -#: ../../docs/user/mining/index.rst:97 -msgid "http://www.p2poolmining.us/p2poolnodes/" -msgstr "" - -#: ../../docs/user/mining/index.rst:99 +#: ../../docs/user/mining/index.rst:79 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" @@ -164,435 +142,64 @@ msgid "" " be found :ref:`here `." msgstr "" -#: ../../docs/user/mining/index.rst:107 +#: ../../docs/user/mining/index.rst:87 msgid "https://coinfoundry.org" msgstr "" -#: ../../docs/user/mining/index.rst:108 +#: ../../docs/user/mining/index.rst:88 msgid "https://mining.luxor.tech" msgstr "" -#: ../../docs/user/mining/index.rst:109 -msgid "https://dash.suprnova.cc" -msgstr "" - -#: ../../docs/user/mining/index.rst:110 +#: ../../docs/user/mining/index.rst:89 msgid "https://www.nicehash.com" msgstr "" -#: ../../docs/user/mining/index.rst:111 -msgid "https://www.coinotron.com" -msgstr "" - -#: ../../docs/user/mining/index.rst:112 +#: ../../docs/user/mining/index.rst:90 msgid "https://dash.miningpoolhub.com" msgstr "" -#: ../../docs/user/mining/index.rst:113 +#: ../../docs/user/mining/index.rst:91 msgid "https://www.multipool.us" msgstr "" -#: ../../docs/user/mining/index.rst:114 +#: ../../docs/user/mining/index.rst:92 msgid "https://www.f2pool.com" msgstr "" -#: ../../docs/user/mining/index.rst:115 -msgid "https://www2.coinmine.pl/dash/" -msgstr "" - -#: ../../docs/user/mining/index.rst:116 +#: ../../docs/user/mining/index.rst:93 msgid "https://www.antpool.com" msgstr "" -#: ../../docs/user/mining/index.rst:117 -msgid "https://avalon-life.io" -msgstr "" - -#: ../../docs/user/mining/index.rst:118 -msgid "https://www.genesis-mining.com" -msgstr "" - -#: ../../docs/user/mining/index.rst:119 +#: ../../docs/user/mining/index.rst:94 msgid "https://www.viabtc.com" msgstr "" -#: ../../docs/user/mining/index.rst:120 +#: ../../docs/user/mining/index.rst:95 msgid "https://zpool.ca" msgstr "" -#: ../../docs/user/mining/index.rst:122 +#: ../../docs/user/mining/index.rst:97 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" +"exercise discretion when using third-party services. If you'd like to be " +"added to this list, please open an issue on the `GitHub repository " +"`_." msgstr "" -#: ../../docs/user/mining/index.rst:129 +#: ../../docs/user/mining/index.rst:104 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 " "`." msgstr "" -#: ../../docs/user/mining/index.rst:143 -msgid "CPU Mining" -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 "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:158 ../../docs/user/mining/index.rst:292 -msgid "`Crypto Mining Blog `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:159 ../../docs/user/mining/index.rst:293 -msgid "" -"`Dash Forum Mining Discussions " -"`_" -msgstr "" - -#: ../../docs/user/mining/index.rst:160 ../../docs/user/mining/index.rst:294 -msgid "" -"`Bitcoin Talk Altcoin Mining Discussions " -"`_" -msgstr "" - -#: ../../docs/user/mining/index.rst:163 ../../docs/user/mining/index.rst:297 -msgid "Mining software" -msgstr "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:168 -msgid "https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:178 -msgid "CPU-Z showing details for an Intel i7 Haswell CPU" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:185 -msgid "https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c" -msgstr "" - -#: ../../docs/user/mining/index.rst:186 -msgid "https://github.com/tpruvot/cpuminer-multi" -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 " -"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 "" - -#: ../../docs/user/mining/index.rst:198 -msgid "Executable CPU miners for Dash" -msgstr "" - -#: ../../docs/user/mining/index.rst:201 ../../docs/user/mining/index.rst:345 -msgid "Configuration" -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 "" - -#: ../../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::" -msgstr "" - -#: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 -msgid "Where:" -msgstr "" - -#: ../../docs/user/mining/index.rst:220 -msgid "minerd = the executable miner daemon file you choose to use" -msgstr "" - -#: ../../docs/user/mining/index.rst:221 -msgid "a = algorithm, which is X11 for Dash" -msgstr "" - -#: ../../docs/user/mining/index.rst:222 -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" -msgstr "" - -#: ../../docs/user/mining/index.rst:224 -msgid "p = password, can often be set to x" -msgstr "" - -#: ../../docs/user/mining/index.rst:225 -msgid "t = number of threads used" -msgstr "" - -#: ../../docs/user/mining/index.rst:226 -msgid "pause = keeps the window open in the case of errors" -msgstr "" - -#: ../../docs/user/mining/index.rst:228 -msgid "For the CPU in the example above, the command may be::" -msgstr "" - -#: ../../docs/user/mining/index.rst:236 -msgid "Notepad file showing an example command to start a CPU miner" -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." -msgstr "" - -#: ../../docs/user/mining/index.rst:243 ../../docs/user/mining/index.rst:392 -msgid "Testing" -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 "" - -#: ../../docs/user/mining/index.rst:257 -msgid "Example of CPU mining using DarkCoin CPUMiner 1.3 on Intel Core i7" -msgstr "" - -#: ../../docs/user/mining/index.rst:260 -msgid "Tips" -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." -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." -msgstr "" - -#: ../../docs/user/mining/index.rst:277 -msgid "GPU Mining" -msgstr "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:309 -msgid "" -"GPU-Z showing details for AMD Radeon Turks and NVIDIA Quadro GK104 class " -"GPUs" -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 "" - -#: ../../docs/user/mining/index.rst:318 -msgid "**AMD**" -msgstr "" - -#: ../../docs/user/mining/index.rst:320 -msgid "https://github.com/nicehash/sgminer/releases" -msgstr "" - -#: ../../docs/user/mining/index.rst:322 -msgid "**NVIDIA**" -msgstr "" - -#: ../../docs/user/mining/index.rst:324 -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)" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:335 -msgid "Executable GPU miners for Dash" -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." -msgstr "" - -#: ../../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" -msgstr "" - -#: ../../docs/user/mining/index.rst:373 -msgid "url = URL of your mining pool, including the protocol and port" -msgstr "" - -#: ../../docs/user/mining/index.rst:374 -msgid "" -"user = username, usually the Dash receiving address of your wallet or worker" -msgstr "" - -#: ../../docs/user/mining/index.rst:376 -msgid "pass = password, can often be set to x" -msgstr "" - -#: ../../docs/user/mining/index.rst:377 -msgid "" -"algorithm = hashing algorithm to use, in this case darkcoin (for historic " -"reasons) or darkcoin-mod" -msgstr "" - -#: ../../docs/user/mining/index.rst:380 -msgid "For the pool above, the configuration may be:" -msgstr "" - -#: ../../docs/user/mining/index.rst:385 -msgid "Configuration file for a Dash GPU miner" -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." -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." -msgstr "" - -#: ../../docs/user/mining/index.rst:403 -msgid "" -"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD Graphics " -"4600" -msgstr "" - -#: ../../docs/user/mining/index.rst:410 +#: ../../docs/user/mining/index.rst:120 msgid "ASIC Mining" msgstr "" -#: ../../docs/user/mining/index.rst:412 +#: ../../docs/user/mining/index.rst:122 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" @@ -600,431 +207,126 @@ msgid "" " than CPU or GPU miners, resulting in higher profit." msgstr "" -#: ../../docs/user/mining/index.rst:417 +#: ../../docs/user/mining/index.rst:127 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 `_." +"Forums `_." msgstr "" -#: ../../docs/user/mining/index.rst:424 +#: ../../docs/user/mining/index.rst:134 msgid "" "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 +#: ../../docs/user/mining/index.rst:138 msgid "Name" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Hash rate" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Power" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Weight" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Dimensions (mm)" msgstr "" -#: ../../docs/user/mining/index.rst:428 +#: ../../docs/user/mining/index.rst:138 msgid "Price" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "" "`Bitmain Antminer D5 " "`_" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "119 GH/s ±5%" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "1566 W" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "7.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "486 x 265 x 388" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "$1,180" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "`Spondoolies SPx36 `_" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "540 GH/s ±10%" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "4400 W" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "19.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "640 x 525 x 185" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "$7,000" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "" "`StrongU STU-U6 `_" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "420 GH/s ±8%" msgstr "" -#: ../../docs/user/mining/index.rst:434 ../../docs/user/mining/index.rst:478 +#: ../../docs/user/mining/index.rst:144 msgid "2100 W" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "8.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "370 x 135 x 208" msgstr "" -#: ../../docs/user/mining/index.rst:437 +#: ../../docs/user/mining/index.rst:147 msgid "ASIC resellers may also have miners available:" msgstr "" -#: ../../docs/user/mining/index.rst:439 +#: ../../docs/user/mining/index.rst:149 msgid "http://kaboomracks.com" msgstr "" -#: ../../docs/user/mining/index.rst:440 +#: ../../docs/user/mining/index.rst:150 msgid "https://brokerage.luxor.tech/dashboard" 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." -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "`Baikal BK-X `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "10 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "800 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "3.8 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "312 x 125 x 130" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "`Baikal Mini `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "150 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "40 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid ".475 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "140 x 100 x 95" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "`Baikal Giant+ A2000 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "2000 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "430 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 ../../docs/user/mining/index.rst:456 -msgid "3 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "300 x 140 x 125" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "`Baikal Giant A900 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "900 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "217 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "2.5 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "300 x 123 x 123" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "`Baikal Quad Cube `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "1200 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "300 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "135 x 135 x 425" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "" -"`Bitmain Antminer D3 " -"`_" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "17 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "970 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "6.5 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "320 x 130 x 190" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "`iBelink DM384M `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "384 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "715 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "21 kg" -msgstr "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:462 -msgid "`iBelink DM11G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 -msgid "11 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 ../../docs/user/mining/index.rst:464 -msgid "810 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 -msgid "22 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "`iBelink DM22G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "22 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "19 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "Pinidea DR-1" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "500 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "320 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 ../../docs/user/mining/index.rst:468 -#: ../../docs/user/mining/index.rst:470 -msgid "4.5 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "290 x 130 x 150" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 -msgid "Pinidea DR-2" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 -msgid "450 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 -msgid "335 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 ../../docs/user/mining/index.rst:470 -msgid "200 x 165 x 135" -msgstr "" - -#: ../../docs/user/mining/index.rst:470 -msgid "Pinidea DR-3" -msgstr "" - -#: ../../docs/user/mining/index.rst:470 -msgid "600 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:470 -msgid "345 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "Pinidea DU-1" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "9 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "7 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "50 x 50 x 30" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 -msgid "Pinidea DRX-Kuznetsov" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 -msgid "900 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 -msgid "650 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 ../../docs/user/mining/index.rst:476 -msgid "280 x 180 x 150" -msgstr "" - -#: ../../docs/user/mining/index.rst:476 -msgid "Pinidea DRX-Varyag" -msgstr "" - -#: ../../docs/user/mining/index.rst:476 -msgid "1200 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:476 -msgid "850 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "" -"`iBelink DM56G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "56 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "17 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "490 x 390 x 180" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "" -"`Innosilicon A5 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "32 GH/s ±8%" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "750 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "3.1 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "400 x 135 x 158" -msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/mining/pools.po b/locale/tl/LC_MESSAGES/docs/user/mining/pools.po index c4a4a95dc..686ca33cc 100644 --- a/locale/tl/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/tl/LC_MESSAGES/docs/user/mining/pools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/network/dash-evo-tool/index.po b/locale/tl/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po new file mode 100644 index 000000000..73a4241ce --- /dev/null +++ b/locale/tl/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po @@ -0,0 +1,604 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2024, 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: 2024-11-26 15:54-0500\n" +"PO-Revision-Date: 2024-11-18 17:41+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/network/dash-evo-tool/index.rst-1 +msgid "Description of dash evo tool features and usage" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst-1 +msgid "dash, platform, evonode, masternodes, dash evo tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:9 +msgid "Dash Evo Tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:11 +msgid "" +"Dash Evo Tool is an application designed to help you vote on usernames, " +"withdraw evonode credits, and complete an expanding list of Platform " +"actions. This guide describes how to download, install, and use the Dash Evo" +" Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:18 +msgid "Installation" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:22 +msgid "" +"The Dash Evo Tool requires a Dash Core full node configured to allow RPC and" +" ZMQ access." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:24 +msgid "" +"Linux, MacOS, or Windows packages are available on the `GitHub releases page" +" `__. Download the" +" zip file for your Operating System, then unzip the downloaded file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:28 +msgid "" +"`Windows `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:29 +msgid "" +"`Mac (ARM m1-m4) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:30 +msgid "" +"`Mac (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:31 +msgid "" +"`Linux (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:32 +msgid "" +"`Linux (ARM) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:37 +msgid "Configuration" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:39 +msgid "Open the directory where the download was unzipped." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:40 +msgid "" +"Open the ``.env`` file (you may need to show hidden files to see it). For " +"the network you plan to connect to, make the following changes. Replace the " +"``*`` with the network name (MAINNET or TESTNET):" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:44 +msgid "" +"Update ``*_CORE_RPC_USER`` to match the ``rpcuser`` value from your Dash " +"Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:45 +msgid "" +"Update ``*_CORE_RPC_PASSWORD`` to match the ``rpcpassword`` value from your " +"Dash Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:47 +msgid "" +"If your dash.conf includes ``rpcallowip``, update ``*_CORE_HOST`` with that " +"IP address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:48 +msgid "" +"If your dash.conf includes ``rpcport``, update ``*_CORE_RPC_PORT`` with that" +" port." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:49 +msgid "" +"(*Optional*) If you are going to run Dash Core manually instead of launching" +" it via the Dash Evo Tool, you must enable ZMQ by adding the following lines" +" to your dash.conf file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Mainnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Testnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:72 +msgid "" +"The default location of the ``dash.conf`` file can be found in the " +":ref:`Dash Core documentation `. At a minimum, the following " +"values must be defined for RPC access to be enabled:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:82 +msgid "Updating the env file" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:84 +msgid "" +"When the application runs for the first time, it creates a application " +"directory and copies the ``.env`` file into it. It also stores application " +"data in the directory. Any further updates to the ``.env`` file must be made" +" to the copy in the application directory." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Operating System" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Configuration File Path" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "macOS" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "~/Library/Application Support/Dash-Evo-Tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "Windows" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "C:\\\\Users\\\\\\\\AppData\\\\Roaming\\\\Dash-Evo-Tool\\\\config" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "Linux" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "/home//.config/dash-evo-tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:99 +msgid "Running the application" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:101 +msgid "" +"Once the ``.env`` file is configured, launch the Dash Evo Tool by double-" +"clicking the file named ``dash-evo-tool``." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:104 +msgid "" +"Alternatively, you can launch the application directly from your terminal. " +"For example, on Linux, run::" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:112 +msgid "Network selection" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:114 +msgid "" +"The Dash Evo Tool supports both testnet and mainnet. To choose a network, " +"navigate to the Network Selection screen and click the checkbox in the " +"Select column for the desired network. Then click the **Start** button on " +"that row to launch Dash Core." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:122 +msgid "" +"You can also launch Dash Core manually without using the Dash Evo Tool. This" +" may be necessary if Dash Core is installed in a non-standard location. When" +" launching Dash Core manually, you must enable ZMQ as described in " +":hoverxref:`Configuration Step 3 `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:130 +msgid "Network selection screen with testnet selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:135 +msgid "Identity operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:140 +msgid "Load existing identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:142 +msgid "" +"On the main identity screen, click the **Load Identity** button on the upper" +" right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:149 +#: ../../docs/user/network/dash-evo-tool/index.rst:213 +msgid "Identity screen with no loaded identities" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:151 +msgid "" +"Some identity types require different information. Use the **Identity Type**" +" dropdown menu to select the type you want to add. In this example, an " +"evonode identity is being added." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:158 +msgid "Identity load screen for evonode" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:164 +msgid "" +"Your collateral key is **not** required. Do not enter it into the Dash Evo " +"Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:166 +msgid "" +"Add the Identity ID and Owner Private Key. You may also want to add the " +"Voting Private Key, but adding the Payout Address Private Key is **not** " +"recommended. For a masternode or evonode, use the protx hash as the Identity" +" ID." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:170 +msgid "" +"If you use the `Dash Masternode Tool `_, you can get the protx hash and private keys from the " +"masternode details screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:177 +msgid "Dash Masternode Tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:179 +msgid "" +"Click **Load Identity** once you have entered the required information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:185 +msgid "Identity load screen with evonode info filled out" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:187 +msgid "" +"Once the identity is loaded, you can view its balance and details about its " +"keys. For evonodes, you can also initiate :ref:`withdrawals `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:194 +#: ../../docs/user/network/dash-evo-tool/index.rst:270 +msgid "Identity screen with an evonode identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:199 +msgid "Create new identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:203 +msgid "" +"Before creating an identity, make sure you have :ref:`added a Dash Evo Tool " +"wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:206 +msgid "" +"On the main identity screen, click the **Create Identity** button on the " +"upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:215 +msgid "" +"On the create identity screen, leave the first two options set to the " +"default and select the funding method. Then, send the requested amount of " +"DASH to the provided address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:222 +msgid "Waiting for funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:224 +msgid "" +"The status will change from \"Waiting for funds\" to \"Waiting for Platform " +"acknowledgement\" once the funds have been received and the identity " +"registration process has started." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:231 +msgid "Waiting for Platform acknowledgement" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:233 +msgid "" +"Once the identity has been registered, you can choose to return to the " +"identity screen or proceed to :ref:`registering a name `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:240 +msgid "Identity creation success" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:247 +msgid "Identity screen with an identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:252 +msgid "Evonode withdrawals" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:256 +msgid "" +"Withdrawal requests enter a queue that is currently processed more slowly " +"than intended. Depending on the timing of the withdrawal request, it may " +"take up to 18 hours to complete." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:259 +msgid "" +"For security, there is also a limit on how much can be withdrawn from " +"Platform daily. If withdrawal requests hit the daily limit, they will remain" +" in the queue longer. For details, see this `DCG development update " +"`_." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:264 +msgid "" +"From the identity main screen, click the **Withdraw** button for an " +"identity." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:272 +msgid "" +"On the withdrawal screen, select the key to sign the withdrawal. Selecting " +"the owner key is recommended since this will direct the withdrawal to the " +"payout address. Next, set the amount to withdraw." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:278 +msgid "" +"The **Max** button currently has a bug and sets the withdrawal amount in " +"credits instead of DASH, so you will need to manually adjust the amount if " +"you use that button." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:281 +msgid "Click **Withdraw** after entering the information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:287 +msgid "Withdraw screen with key and amount selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:289 +msgid "" +"When the withdrawal confirmation screen opens, confirm that the amount and " +"destination address are correct. Click **Confirm** to request the " +"withdrawal." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:296 +msgid "Withdrawal confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:301 +msgid "Name operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:306 +msgid "Register name" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:308 +msgid "" +"After :ref:`creating an identity `, you can " +"register a name for it. From the main name screen, click the **Register " +"Name** button on the upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:315 +msgid "Name screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:317 +msgid "" +"First, select the identity to register a name for. This step will be " +"automatically done if you are registering a name as part of the identity " +"creation process." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:320 +msgid "" +"Next, enter the desired name. Notification will be provided if you selected " +"a contested name and the estimated cost will be displayed. Click **Register " +"Name** to complete the registration." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:327 +msgid "Name registration" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:329 +msgid "" +"Upon successful registration, you can see the name on the **My usernames** " +"screen along with any other names you have registered." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:336 +msgid "Name registered successfully" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:341 +msgid "Vote for names" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:343 +msgid "" +"The Voting screen displays a list of names that are currently require a " +"vote. Click the **Refresh** button to update the screen at any time." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:348 +msgid "" +"Voting can only be done by masternodes and evonodes, and each node can only " +"modify its vote four times. See the :ref:`load identity section ` for instructions on importing your keys." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:355 +msgid "Voting screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:357 +msgid "" +"To vote for a contestant, click on an entry in the Contestants column. You " +"can also vote to Lock the name or Abstain by clicking the value in those " +"columns. You will be prompted to load an evonode or masternode identity if " +"you have not already done so." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:361 +msgid "" +"After clicking one of the contestants, vote for that identity to receive the" +" name by clicking one of your specific identities on the Vote Confirmation " +"screen. Click **All** to vote with all your loaded identities " +"simultaneously." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:369 +msgid "Vote confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:371 +msgid "" +"See the `DPNS page " +"`_ for more voting details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:378 +msgid "Wallet operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:382 +msgid "" +"The Dash Evo Tool wallet features only work if your Dash Core node has a " +"single wallet open. **If you have multiple wallets open in Dash Core, close " +"all of them except the one used by the Dash Evo Tool.**" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:389 +msgid "Create wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:391 +msgid "" +"This tool includes a basic wallet feature to support identity registration. " +"Wallets can be added from the wallet screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:396 +msgid "" +"Since this tool adds watching-only addresses to Dash Core when creating " +"identities, it is recommended to close all existing Dash Core wallets and " +":ref:`create a new, empty wallet ` for the Dash Evo Tool. Also, make sure to :ref:`backup your Dash " +"Core wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:401 +msgid "Click **Add Wallet** to create a new wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:407 +msgid "Wallet screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:409 +msgid "" +"After creating extra randomness with the mouse, select your preferred " +"language and click **Generate** to display you passphrase. Write it down and" +" store it securely, then click the checkbox in step 3 to confirm." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:413 +msgid "" +"Next, enter a wallet name and optionally add a password before clicking " +"**Save Wallet** to store the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:420 +msgid "Wallet create screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:425 +msgid "Use wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:427 +msgid "Select your wallet using the dropdown box." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:433 +msgid "Select wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:438 +msgid "Funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:440 +msgid "" +"Several tabs display wallet details. The Funds tab shows your receiving " +"addresses. Click **Add Receiving Address** if you want to add additional " +"addresses to fund the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:447 +msgid "Wallet Funds tab" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:449 +msgid "" +"After adding addresses, they will appear in a table with balance and other " +"details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:455 +msgid "Wallet with address added" +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 b86303a0e..f0d1071dc 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -96,7 +96,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:65 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -445,20 +445,390 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:362 msgid "" -"Once the new version is installed, reset the configuration and services " -"using ``--keep-data`` so the existing data is retained. Then, update the " -"dashmate services::" +"Once the new version of dashmate is installed, update dash service docker " +"images::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:368 +#: ../../docs/user/network/dashmate/index.rst:366 msgid "Finally, restart dashmate::" msgstr "" +#: ../../docs/user/network/dashmate/index.rst:371 +msgid "Troubleshooting" +msgstr "" + #: ../../docs/user/network/dashmate/index.rst:375 -msgid "Collecting logs" +msgid "" +"Only enable logs if you have :ref:`configured log rotation ` to avoid running out of disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:378 +msgid "" +"The following sections describe how to enable log rotation, set up file " +"logging for Core and Platform, adjust log levels, and collect the logs for " +"analysis." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:382 +msgid "Dashmate log overview" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:384 +msgid "" +"Dashmate logs for each service are stored within its Docker container. " +"Although this is typically sufficient, more advanced options are sometimes " +"needed to adjust the log level, output format, or destination. Several cases" +" include when you need to:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:388 +msgid "Modify the level of detail provided in the logs (e.g., debug vs info)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:389 +msgid "" +"Provide data to a log server (e.g., `Elasticsearch " +"`_)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:390 +msgid "Store persistent file logs external to the Docker containers" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:391 +msgid "Use log monitoring tools to track service health" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:393 +msgid "" +"For example, since the default dashmate logs are only stored in the Docker " +"containers, they are lost if the container is removed for some reason (new " +"Docker image, dashmate reset, failure, etc.). Therefore, you may want to " +"store persistent log files external to Docker while troubleshooting an issue" +" to ensure valuable log data cannot be lost." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:401 +msgid "Set up log rotation" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:403 +msgid "" +"By default, dashmate logs are not written to the docker host file system. At" +" times you may want to write them to the host file system. Before enabling " +"logging, it is important to configure log rotation to avoid running out of " +"disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:407 +msgid "Create a new logrotate configuration file for dashmate logs:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:413 +msgid "" +"Paste in the following configuration and replace the example path one that " +"matches your system. This example configuration rotates logs daily and " +"retains seven historical files for each log file type. Historical files are " +"each limited to 1GB." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:430 +msgid "" +"Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:434 +msgid "" +"For additional log rotation details, see `this configuration tutorial " +"`_ or check out the `logrotate man pages " +"`_." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:442 +msgid "Configure Core logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:445 +msgid "Enable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:447 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Core logs on" +" the host file system. Replace the example path with one that matches your " +"system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:457 +msgid "Toggle debug logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:459 +msgid "" +"To enable debug logging for additional details, run the following command. " +"Debug logs can be turned off by setting the value back to ``false``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:0 +msgid "Advanced debug logging" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:468 +msgid "" +"Dashmate supports some advanced debug log options provided by Dash Core. The" +" following boolean ``core.log.debug`` settings correspond directly to the " +"parameters described in the `Core documentation " +"`_: ``ips``, " +"``sourceLocations``, ``threadNames``, and ``timeMicros``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:474 +msgid "**Dashmate Debug Log Options**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +msgid "**Setting**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Description**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "``ips``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "Logs the IP addresses of incoming and outgoing connections" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "``sourceLocations``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "" +"Logs the source locations (file and line number) for debugging information" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "``threadNames``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "Logs the names of the threads used for various operations" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "``timeMicros``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "" +"Logs timestamps with microsecond precision for detailed performance analysis" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Filter Option**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "``includeOnly``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "" +"Log only the specified categories (e.g., ``[\"net\", \"rpc\"]``). If empty, " +"all categories will be logged" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "``exclude``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "" +"Excludes specified categories from logging (e.g., ``[\"rpc\", " +"\"instantsend\"]``)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:505 +msgid "View current log settings" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:507 +msgid "To view the current Core log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:514 +msgid "Disable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:516 +msgid "" +"To disable logging to a file outside the container, reset the log path to " +"``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:525 +msgid "Configure Platform logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:527 +msgid "" +"For troubleshooting flexibility, dashmate provides independent log " +"configuration for the Platform Gateway, Drive ABCI, and Tenderdash. Each " +"service can be configured with the most helpful log level and output format." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:534 +msgid "Gateway logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:536 +msgid "" +"The Platform gateway has two types of logs: service logs and access logs. " +"Service logs are directed to stdout, while access logs can be configured to " +"go to stdout, stderr, or to a file. If all logs are directed to stdout, the " +"output will be a mixture of service and access data." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:540 +#: ../../docs/user/network/dashmate/index.rst:604 +#: ../../docs/user/network/dashmate/index.rst:671 +msgid "**Enable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:542 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"gateway access logs on the host file system. The example below adds file " +"logging while also keeping the default stdout logging. Replace the example " +"path with one that matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:562 +#: ../../docs/user/network/dashmate/index.rst:626 +#: ../../docs/user/network/dashmate/index.rst:680 +msgid "**Disable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:564 +msgid "" +"To disable logging to a file, remove the file config from the accessLogs " +"setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:576 +#: ../../docs/user/network/dashmate/index.rst:641 +#: ../../docs/user/network/dashmate/index.rst:688 +msgid "**Change log level**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:578 +msgid "" +"Platform gateway service logs support several levels of detail. In " +"increasing order of detail they are: ``critical``, ``error``, ``warn``, " +"``info`` (default), ``debug``, and ``trace``. To disable service logs, set " +"the log level to ``off``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:582 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.gateway.log.level`` value. For example, run these commands to " +"change the gateway service log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:591 +#: ../../docs/user/network/dashmate/index.rst:658 +#: ../../docs/user/network/dashmate/index.rst:704 +msgid "**View log settings**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:593 +#: ../../docs/user/network/dashmate/index.rst:660 +msgid "To view the current Platform gateway log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:602 +msgid "Drive ABCI logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:606 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"ABCI logs on the host file system. Replace the example path with one that " +"matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:628 +msgid "" +"To disable logging to a file, remove the file config from the logs setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:643 +msgid "" +"Drive ABCI logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:648 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log levels for file logging and stdout logging to debug on " +"your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:669 +msgid "Tenderdash logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:673 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Tenderdash " +"logs on the host file system. Replace the example path with one that matches" +" your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:682 +msgid "To disable logging to a file, set the path back to ``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:690 +msgid "" +"Tenderdash logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:377 +#: ../../docs/user/network/dashmate/index.rst:695 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:706 +msgid "To view the current Tenderdash log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:715 +msgid "Collect logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:717 msgid "" "Dashmate includes the doctor command to make troubleshooting and log " "reporting easier. The dashmate doctor command collects important debugging " @@ -466,56 +836,83 @@ msgid "" "sent to the support team if necessary. This report includes:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:381 +#: ../../docs/user/network/dashmate/index.rst:721 msgid "" "**Operating System**: Details about the architecture, CPU, memory, and swap" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:382 +#: ../../docs/user/network/dashmate/index.rst:722 msgid "" "**Docker**: Status and logs (exit codes, stdout, stderr) for each service" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:383 +#: ../../docs/user/network/dashmate/index.rst:723 msgid "" "**Core RPC**: Essential details like the best ChainLock, quorums, blockchain" " information, peers, and masternode status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:384 +#: ../../docs/user/network/dashmate/index.rst:724 msgid "" "**Tenderdash RPC**: Status, genesis, network information, ABCI details, and " "a consensus state dump" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:385 +#: ../../docs/user/network/dashmate/index.rst:725 msgid "" "**Metrics**: Tenderdash and Drive metrics (if enabled in the configuration)" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:387 +#: ../../docs/user/network/dashmate/index.rst:727 msgid "To create a report, run ``dashmate doctor`` and select **Yes**::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:395 +#: ../../docs/user/network/dashmate/index.rst:735 msgid "Run the doctor command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:397 +#: ../../docs/user/network/dashmate/index.rst:737 msgid "" "Upon successful completion, the full path to the report archive is " "displayed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:403 +#: ../../docs/user/network/dashmate/index.rst:743 msgid "Doctor output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:406 +#: ../../docs/user/network/dashmate/index.rst:748 +msgid "Metrics" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:750 +msgid "" +"To provide better network visibility to DCG developers for troubleshooting, " +"volunteers can contribute metrics to the DCG metrics server." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:753 +msgid "Enable metrics on your dashmate node" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:776 +msgid "" +"Grant access to metrics from the DCG metrics server (34.219.3.238) by " +"updating your network configuration (i.e., your firewall, AWS security " +"groups, etc.)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:779 +msgid "" +"Provide DCG with your IP address and port so it can be added to the DCG " +"Prometheus server" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:782 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:408 +#: ../../docs/user/network/dashmate/index.rst:784 msgid "" "For further documentation see the `dashmate repository " "`__." 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 96b5c27c2..f68393654 100644 --- a/locale/tl/LC_MESSAGES/docs/user/network/electrumx-server.po +++ b/locale/tl/LC_MESSAGES/docs/user/network/electrumx-server.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/advanced-functions.po b/locale/tl/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index c48bb4994..e9286129d 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/getting-started.po b/locale/tl/LC_MESSAGES/docs/user/wallets/android/getting-started.po index d3681cf27..75f0c579a 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/index.po b/locale/tl/LC_MESSAGES/docs/user/wallets/android/index.po index a3e59281c..10612cbc0 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/android/index.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/android/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/installation.po b/locale/tl/LC_MESSAGES/docs/user/wallets/android/installation.po index de648110f..077fadee8 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/android/installation.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/android/installation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/advanced.po b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index b9983e4f8..4cd7a6208 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/backup.po b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index d2dcf74a0..15b0e5ab5 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/backup.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/backup.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/cmd-rpc.po b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po index 614492512..f8745c64b 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/coinjoin-instantsend.po b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po index 7b4ea2d3d..09c2a3dec 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/index.po b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/index.po index df8444f71..23da9f190 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/index.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/installation-linux.po b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index ce7e5c704..e4b50fdd8 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" @@ -141,7 +141,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:92 msgid "" -"This will create a folder named ``dashcore-21.1.0`` in the current working " +"This will create a folder named ``dashcore-21.1.1`` in the current working " "directory. We will now install the executable binaries to ``/usr/local/bin``" " using the ``install`` command::" 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 37ffbd8a9..8f4c8ea50 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" @@ -138,20 +138,17 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:94 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-" +" **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." +"downloaded from the internet. Simply click **Open** to continue launching " +"the application." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:109 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:103 msgid "Unblocking macOS from running Dash Core" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:111 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:105 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 " @@ -159,37 +156,37 @@ msgid "" "recommended to use the default data folder if possible." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:119 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:113 msgid "Choosing the Dash Core data folder" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:121 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:115 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." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:128 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:122 msgid "Starting Dash Core" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:131 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:125 msgid "Synchronizing Dash Core to the Dash network" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:133 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:127 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 "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:140 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:134 msgid "Dash Core begins synchronizing with the Dash network" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:142 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:136 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 " @@ -198,23 +195,23 @@ msgid "" "complete, you will see a small blue tick in the lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:151 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:145 msgid "Dash Core synchronization is complete" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:153 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:147 msgid "You can now create a wallet to send and receive funds." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:152 msgid "Creating your Dash Wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 msgid "HD wallets are now created by default." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:158 msgid "" "If no wallet files are loaded, you will get this prompt in the Overview tab." " To create a wallet, click the **Create a new wallet** button or click " @@ -223,7 +220,7 @@ msgid "" "wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:171 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:167 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 " @@ -231,49 +228,49 @@ msgid "" "encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:179 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 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:184 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:211 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Enter a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:191 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:216 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:187 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:212 msgid "Confirm you want to encrypt your wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:189 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:197 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 msgid "Encrypting your Dash wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:199 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 msgid "To encrypt your wallet, click **Settings** > **Encrypt Wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:204 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 msgid "Encrypting the Dash wallet with a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:206 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 msgid "You will be asked to enter and verify a password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:218 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:214 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 " @@ -281,10 +278,10 @@ msgid "" " lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:226 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:222 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:228 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:224 msgid "You can now begin to use your wallet to safely send and receive funds." 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 5d8e0fcc5..87fbf2543 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" @@ -114,7 +114,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-21.1.0-win64-setup.exe.asc`` in the same folder as the downloaded" +"``dashcore-21.1.1-win64-setup.exe.asc`` in the same folder as the downloaded" " installer." msgstr "" @@ -125,7 +125,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-21.1.0-win64-setup.exe with dashcore-21.1.0-win64-setup.exe.asc`` " +"dashcore-21.1.1-win64-setup.exe with dashcore-21.1.1-win64-setup.exe.asc`` " "then you have an authentic copy of Dash Core for Windows." 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 12d7c2b13..f320c5168 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/interface.po b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index 0d7f84ab4..e0f008f89 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/interface.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/interface.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/send-receive.po b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po index 63df846af..f1c6ccbbc 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/advanced.po b/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index ee4b2c3f7..6143edf89 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/advanced.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/faq.po b/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/faq.po index 500e4037b..8d19e2730 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/faq.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/faq.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/index.po b/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/index.po index d299a629f..d52a807ee 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/index.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/installation.po b/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/installation.po index 5e197c264..4ea204f58 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/installation.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/installation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/security.po b/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/security.po index af022eee2..3d9693f39 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/security.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/security.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/send-receive.po b/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index 18f24aebd..15d9f05dd 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/hardware.po b/locale/tl/LC_MESSAGES/docs/user/wallets/hardware.po index 657320be1..fcdf76d8b 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/hardware.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-hardware.po b/locale/tl/LC_MESSAGES/docs/user/wallets/index-hardware.po index d71fa5a06..ef2a1db5f 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/index-hardware.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/index-hardware.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-paper.po b/locale/tl/LC_MESSAGES/docs/user/wallets/index-paper.po index abe266017..f290438f5 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/index-paper.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/index-paper.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-third-party.po b/locale/tl/LC_MESSAGES/docs/user/wallets/index-third-party.po index 8e922e543..237ed263a 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-web.po b/locale/tl/LC_MESSAGES/docs/user/wallets/index-web.po index 1a7d38f53..266cc5b49 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/index-web.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/index-web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index.po b/locale/tl/LC_MESSAGES/docs/user/wallets/index.po index 75ac694df..4fa2165ed 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/ios/advanced-functions.po b/locale/tl/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 0b890fdb4..09d982eed 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/getting-started.po b/locale/tl/LC_MESSAGES/docs/user/wallets/ios/getting-started.po index de5d76b91..d1a9722b4 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/index.po b/locale/tl/LC_MESSAGES/docs/user/wallets/ios/index.po index 77ba40fb5..b55b808b7 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/ios/index.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/ios/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/installation.po b/locale/tl/LC_MESSAGES/docs/user/wallets/ios/installation.po index b8aa50ea5..2f966b8ab 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/ios/installation.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/ios/installation.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/paper.po b/locale/tl/LC_MESSAGES/docs/user/wallets/paper.po index e52b62036..97287bcf1 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/paper.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/recovery.po b/locale/tl/LC_MESSAGES/docs/user/wallets/recovery.po index 0736d8563..295692b59 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/recovery.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/signing.po b/locale/tl/LC_MESSAGES/docs/user/wallets/signing.po index 825e4f2ac..7ee97717e 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/signing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/third-party.po b/locale/tl/LC_MESSAGES/docs/user/wallets/third-party.po index 708aea1b8..249132a39 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/web.po b/locale/tl/LC_MESSAGES/docs/user/wallets/web.po index 63b062a05..3f2d4b979 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/web.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/index.po b/locale/tl/LC_MESSAGES/index.po index 13ba68104..53a4af5bd 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2018-02-08 10:30+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 fe2e7cae3..e17f48349 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -122,78 +122,86 @@ msgstr "" msgid "" "It is only necessary to run this step during the initial setup of your " "machine. Run the guix install routine to prepare your environment and answer" -" \"Y\" for all prompts::" +" \"Y\" for all prompts:" msgstr "" -#: ../../docs/user/developers/compiling.rst:88 +#: ../../docs/user/developers/compiling.rst:0 +msgid "Ubuntu/Debian install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst:0 +msgid "General install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst:99 msgid "Clone repositories" msgstr "" -#: ../../docs/user/developers/compiling.rst:90 +#: ../../docs/user/developers/compiling.rst:101 msgid "" "After installing the prerequisites and preparing guix, reboot the system, " "login as ````, and clone required repositories::" msgstr "" -#: ../../docs/user/developers/compiling.rst:97 +#: ../../docs/user/developers/compiling.rst:108 msgid "Download the macOS SDK which is required to create macOS builds::" msgstr "" -#: ../../docs/user/developers/compiling.rst:104 +#: ../../docs/user/developers/compiling.rst:115 msgid "Build Dash Core" msgstr "" -#: ../../docs/user/developers/compiling.rst:106 +#: ../../docs/user/developers/compiling.rst:117 msgid "" "Checkout the tag associated with the Dash Core version you plan to build::" msgstr "" -#: ../../docs/user/developers/compiling.rst:113 +#: ../../docs/user/developers/compiling.rst:124 msgid "Run ``guix-build`` to create binaries for Linux, Mac, and Windows::" msgstr "" -#: ../../docs/user/developers/compiling.rst:118 +#: ../../docs/user/developers/compiling.rst:129 msgid "" "When the build completes, it will put the binaries in the ``guix-" "build-/output/`` directory." msgstr "" -#: ../../docs/user/developers/compiling.rst:122 +#: ../../docs/user/developers/compiling.rst:133 msgid "Create signatures for binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:124 +#: ../../docs/user/developers/compiling.rst:135 msgid "" "Mac and Windows binaries are signed by Dash Core Group using the relevant " "Apple and Microsoft processes. In this step, that information will be " "validated and signed by your machine." msgstr "" -#: ../../docs/user/developers/compiling.rst:128 +#: ../../docs/user/developers/compiling.rst:139 msgid "" "Prepare the `detached sigs repository `__::" msgstr "" -#: ../../docs/user/developers/compiling.rst:137 +#: ../../docs/user/developers/compiling.rst:148 msgid "" "Prepare the `guix.sigs repository `__ " "by pulling the latest changes::" msgstr "" -#: ../../docs/user/developers/compiling.rst:144 +#: ../../docs/user/developers/compiling.rst:155 msgid "Create a new branch for the version that was built::" msgstr "" -#: ../../docs/user/developers/compiling.rst:152 +#: ../../docs/user/developers/compiling.rst:163 msgid "Unsigned binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:154 +#: ../../docs/user/developers/compiling.rst:165 msgid "To create signatures for the unsigned binaries, run ``guix-attest``::" msgstr "" -#: ../../docs/user/developers/compiling.rst:162 +#: ../../docs/user/developers/compiling.rst:173 msgid "" "The ``signer`` parameter should be set to the value provided for \"Real " "name\" when generating a key with GPG. See the `GnuPrivacyGuard Howto " @@ -201,38 +209,38 @@ msgid "" " for details on how to generate a key if you don't already have one." msgstr "" -#: ../../docs/user/developers/compiling.rst:168 +#: ../../docs/user/developers/compiling.rst:179 msgid "Signed binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:170 +#: ../../docs/user/developers/compiling.rst:181 msgid "" "To create signatures for the signed binaries, run ``guix-codesign`` followed" " by guix-attest::" msgstr "" -#: ../../docs/user/developers/compiling.rst:182 +#: ../../docs/user/developers/compiling.rst:193 msgid "Upload signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:184 +#: ../../docs/user/developers/compiling.rst:195 msgid "" "After successfully building the binaries, signing them, and verifying the " "signatures, you can optionally contribute them to the `guix.sigs repository " "`_ via a pull request on GitHub." msgstr "" -#: ../../docs/user/developers/compiling.rst:189 +#: ../../docs/user/developers/compiling.rst:200 msgid "Initial setup" msgstr "" -#: ../../docs/user/developers/compiling.rst:191 +#: ../../docs/user/developers/compiling.rst:202 msgid "" "Since the official guix.sigs repository has restricted write access, create " "a fork of it via GitHub and add your fork as a remote repository::" msgstr "" -#: ../../docs/user/developers/compiling.rst:197 +#: ../../docs/user/developers/compiling.rst:208 msgid "" "The first time you contribute signatures, also put a copy of your public key" " in the ``builder-keys`` folder of the repository so others can easily " @@ -240,21 +248,21 @@ msgid "" "following command::" msgstr "" -#: ../../docs/user/developers/compiling.rst:207 +#: ../../docs/user/developers/compiling.rst:218 msgid "Adding your signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:209 +#: ../../docs/user/developers/compiling.rst:220 msgid "" "Add and commit the ``*.SHA256SUMS`` and ``*.SHA256SUMS.asc`` files created " "by the build process::" msgstr "" -#: ../../docs/user/developers/compiling.rst:220 +#: ../../docs/user/developers/compiling.rst:231 msgid "Push to your fork of the guix.sigs repository on GitHub::" msgstr "" -#: ../../docs/user/developers/compiling.rst:225 +#: ../../docs/user/developers/compiling.rst:236 msgid "" "Go to `GitHub `__ and open a " "pull request to the ``master`` branch of the upstream repository. The pull " @@ -262,11 +270,11 @@ msgid "" "checks out. Thanks for contributing!" msgstr "" -#: ../../docs/user/developers/compiling.rst:231 +#: ../../docs/user/developers/compiling.rst:242 msgid "Verify signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:233 +#: ../../docs/user/developers/compiling.rst:244 msgid "" "The `guix.sigs repository `_ contains" " deterministic build results signed by multiple Core developers for each " @@ -274,13 +282,13 @@ msgid "" "verification. Import the public keys::" msgstr "" -#: ../../docs/user/developers/compiling.rst:242 +#: ../../docs/user/developers/compiling.rst:253 msgid "" "Run the following commands to verify that your build matches the official " "release::" msgstr "" -#: ../../docs/user/developers/compiling.rst:252 +#: ../../docs/user/developers/compiling.rst:263 msgid "" "You should get a result similar to the following for Linux, Windows, MacOS, " "Signed Windows, and Signed MacOS. Assuming the previous steps completed " @@ -288,11 +296,11 @@ msgid "" "also." msgstr "" -#: ../../docs/user/developers/compiling.rst:341 +#: ../../docs/user/developers/compiling.rst:352 msgid "Gitian" msgstr "Gitian" -#: ../../docs/user/developers/compiling.rst:344 +#: ../../docs/user/developers/compiling.rst:355 msgid "" "Gitian builds were deprecated in favor of Guix builds with the release of " "Dash Core v20.0. Instructions on building Dash Core 19.0 or older versions " diff --git a/locale/vi/LC_MESSAGES/docs/user/developers/index.po b/locale/vi/LC_MESSAGES/docs/user/developers/index.po index 9a8880495..018fa3846 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/insight.po b/locale/vi/LC_MESSAGES/docs/user/developers/insight.po index 13722b4c5..164e3acd0 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\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-21.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-21.1.1/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 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 eb527b1b2..508dc40f5 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/testnet.po b/locale/vi/LC_MESSAGES/docs/user/developers/testnet.po index e2b61925c..5998ded1a 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 9eac9777c..c634e388b 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 edb2c1e79..c943f3007 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 9cae720a9..3da1d2525 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 e532b9dd0..31b219d54 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 d7547f218..a0eef4b90 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 03259f5e3..c62f30349 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 dbed2398b..abdf18855 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 566c8e793..39a4b25e5 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 50ac404f6..ad60ce986 100644 --- a/locale/vi/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/vi/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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -89,12 +89,12 @@ msgid "https://dashdevs.org" msgstr "https://dashdevs.org" #: ../../docs/user/introduction/information.rst:32 -#: ../../docs/user/introduction/information.rst:166 +#: ../../docs/user/introduction/information.rst:173 msgid "https://www.dashcentral.org" msgstr "https://www.dashcentral.org" #: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:183 msgid "https://www.dashninja.pl" msgstr "https://www.dashninja.pl" @@ -103,7 +103,7 @@ msgid "https://dashnews.org" msgstr "" #: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:167 +#: ../../docs/user/introduction/information.rst:174 msgid "https://dashvotetracker.com" msgstr "https://dashvotetracker.com" @@ -428,127 +428,143 @@ 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:152 +msgid "**Dash Core**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:154 msgid "https://insight.dash.org/insight/" msgstr "" -#: ../../docs/user/introduction/information.rst:153 +#: ../../docs/user/introduction/information.rst:155 msgid "https://blockchair.com/dash" msgstr "https://blockchair.com/dash" -#: ../../docs/user/introduction/information.rst:154 +#: ../../docs/user/introduction/information.rst:156 msgid "https://chainz.cryptoid.info/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:157 msgid "https://www.oklink.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:156 +#: ../../docs/user/introduction/information.rst:158 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:159 msgid "https://dashblockexplorer.com" msgstr "https://dashblockexplorer.com" -#: ../../docs/user/introduction/information.rst:158 +#: ../../docs/user/introduction/information.rst:160 msgid "https://live.blockcypher.com/dash/" msgstr "https://live.blockcypher.com/dash/" -#: ../../docs/user/introduction/information.rst:159 +#: ../../docs/user/introduction/information.rst:161 msgid "https://dash.tokenview.io" msgstr "" -#: ../../docs/user/introduction/information.rst:160 +#: ../../docs/user/introduction/information.rst:162 msgid "https://udjinm6.github.io/bitlisten/" msgstr "" #: ../../docs/user/introduction/information.rst:164 +msgid "**Dash Platform**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:166 +msgid "https://platform-explorer.com/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:167 +msgid "https://mnowatch.org/evonodes/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:171 msgid "Treasury tools" msgstr "Công cụ ngân quỹ" -#: ../../docs/user/introduction/information.rst:168 +#: ../../docs/user/introduction/information.rst:175 msgid "https://proposal.dash.org" msgstr "https://proposal.dash.org" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl/governance.html" msgstr "https://www.dashninja.pl/governance.html" -#: ../../docs/user/introduction/information.rst:170 +#: ../../docs/user/introduction/information.rst:177 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:181 msgid "Masternode management" msgstr "Quản lý Masternode" -#: ../../docs/user/introduction/information.rst:177 +#: ../../docs/user/introduction/information.rst:184 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "https://github.com/Bertrand256/dash-masternode-tool" -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:185 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:179 +#: ../../docs/user/introduction/information.rst:186 msgid "https://dash-news.de/dashtv/" msgstr "" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:187 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:184 +#: ../../docs/user/introduction/information.rst:191 msgid "Price monitoring and research" msgstr "" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:193 msgid "https://messari.io/asset/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:187 +#: ../../docs/user/introduction/information.rst:194 msgid "https://namu.wiki/w/Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:188 +#: ../../docs/user/introduction/information.rst:195 msgid "https://xangle.io/project/DASH/profile" msgstr "" -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:196 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:190 +#: ../../docs/user/introduction/information.rst:197 msgid "https://bitinfocharts.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:198 msgid "https://www.coingecko.com/en/coins/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:195 +#: ../../docs/user/introduction/information.rst:202 msgid "Dash Community project" msgstr "Dự án cộng đồng Dash" -#: ../../docs/user/introduction/information.rst:197 +#: ../../docs/user/introduction/information.rst:204 msgid "https://dashcommunity.github.io" msgstr "https://dashcommunity.github.io" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:205 msgid "https://github.com/dashcommunity" msgstr "" -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:209 msgid "DarkNet pages" msgstr "Các trang trên mạng Darknet" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:211 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:205 +#: ../../docs/user/introduction/information.rst:212 msgid "" "**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" @@ -556,49 +572,49 @@ msgstr "" "**Wiki trên DarkNet:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-" "_DigitalCash `_" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:213 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:217 msgid "Mobile Apps" msgstr "Ứng dụng trên di động" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:220 msgid "iOS" msgstr "iOS" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:222 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:223 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "" -#: ../../docs/user/introduction/information.rst:217 +#: ../../docs/user/introduction/information.rst:224 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "" -#: ../../docs/user/introduction/information.rst:218 +#: ../../docs/user/introduction/information.rst:225 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "" -#: ../../docs/user/introduction/information.rst:219 +#: ../../docs/user/introduction/information.rst:226 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "" -#: ../../docs/user/introduction/information.rst:220 +#: ../../docs/user/introduction/information.rst:227 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:231 msgid "Android" msgstr "Android" -#: ../../docs/user/introduction/information.rst:226 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" @@ -606,13 +622,13 @@ msgstr "" "**Ví Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" -#: ../../docs/user/introduction/information.rst:227 +#: ../../docs/user/introduction/information.rst:234 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:228 +#: ../../docs/user/introduction/information.rst:235 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" @@ -620,7 +636,7 @@ msgstr "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" -#: ../../docs/user/introduction/information.rst:229 +#: ../../docs/user/introduction/information.rst:236 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" @@ -628,7 +644,7 @@ msgstr "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:237 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" @@ -636,13 +652,13 @@ msgstr "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:238 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:232 +#: ../../docs/user/introduction/information.rst:239 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" @@ -650,7 +666,7 @@ msgstr "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" -#: ../../docs/user/introduction/information.rst:233 +#: ../../docs/user/introduction/information.rst:240 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" @@ -658,15 +674,15 @@ msgstr "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" -#: ../../docs/user/introduction/information.rst:240 +#: ../../docs/user/introduction/information.rst:247 msgid "Glossary" msgstr "Thuật ngữ" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:250 msgid "51% Attack" msgstr "Tấn công 51%" -#: ../../docs/user/introduction/information.rst:245 +#: ../../docs/user/introduction/information.rst:252 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 " @@ -680,11 +696,11 @@ msgstr "" "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:250 +#: ../../docs/user/introduction/information.rst:257 msgid "Address" msgstr "Địa chỉ" -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:259 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -698,11 +714,11 @@ msgstr "" "đị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:257 +#: ../../docs/user/introduction/information.rst:264 msgid "Algorithm" msgstr "Thuật toán" -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:266 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-step" @@ -714,11 +730,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:263 +#: ../../docs/user/introduction/information.rst:270 msgid "Altcoin" msgstr "Altcoin" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:272 msgid "" "Since Bitcoin was the first cryptocurrency and has the largest market " "capitalization, it is considered as the reference. An altcoin, or " @@ -728,11 +744,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:268 +#: ../../docs/user/introduction/information.rst:275 msgid "AML" msgstr "AML" -#: ../../docs/user/introduction/information.rst:270 +#: ../../docs/user/introduction/information.rst:277 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. AML" @@ -744,11 +760,11 @@ msgstr "" "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:274 +#: ../../docs/user/introduction/information.rst:281 msgid "API" msgstr "API" -#: ../../docs/user/introduction/information.rst:276 +#: ../../docs/user/introduction/information.rst:283 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a set" @@ -759,7 +775,7 @@ msgstr "" "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:281 +#: ../../docs/user/introduction/information.rst:288 msgid "" "An API expresses a software component in terms of its operations, inputs, " "outputs, and underlying types, defining functionalities that are independent" @@ -775,11 +791,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:288 +#: ../../docs/user/introduction/information.rst:295 msgid "ASIC" msgstr "ASIC" -#: ../../docs/user/introduction/information.rst:290 +#: ../../docs/user/introduction/information.rst:297 msgid "" "An application-specific integrated circuit (ASIC), is an integrated circuit " "(IC) customized for a particular use, rather than intended for general-" @@ -791,11 +807,11 @@ msgstr "" "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:295 +#: ../../docs/user/introduction/information.rst:302 msgid "ATM / BTM" msgstr "ATM / BTM" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:304 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 " @@ -807,11 +823,11 @@ msgstr "" " 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:301 +#: ../../docs/user/introduction/information.rst:308 msgid "Backlog" msgstr "Backlog" -#: ../../docs/user/introduction/information.rst:303 +#: ../../docs/user/introduction/information.rst:310 msgid "" "Backlog generally refers to an accumulation over time of work waiting to be " "done or orders to be fulfilled." @@ -819,11 +835,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:305 +#: ../../docs/user/introduction/information.rst:312 msgid "Backup" msgstr "Sao lưu" -#: ../../docs/user/introduction/information.rst:307 +#: ../../docs/user/introduction/information.rst:314 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 " @@ -841,11 +857,11 @@ msgstr "" "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:314 +#: ../../docs/user/introduction/information.rst:321 msgid "Bitcoin 2.0" msgstr "Bitcoin 2.0" -#: ../../docs/user/introduction/information.rst:316 +#: ../../docs/user/introduction/information.rst:323 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 " @@ -856,11 +872,11 @@ msgstr "" "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:320 +#: ../../docs/user/introduction/information.rst:327 msgid "Blockchain" msgstr "Blockchain" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:329 msgid "" "A `blockchain `_ is a " "distributed database that maintains a continuously-growing list of data " @@ -880,11 +896,11 @@ msgstr "" "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:331 +#: ../../docs/user/introduction/information.rst:338 msgid "Blocks" msgstr "Khối" -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:340 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -900,11 +916,11 @@ msgstr "" "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:339 +#: ../../docs/user/introduction/information.rst:346 msgid "ChainLock" msgstr "ChainLock" -#: ../../docs/user/introduction/information.rst:341 +#: ../../docs/user/introduction/information.rst:348 msgid "" "Defined in `DIP8 " "`__, ChainLocks are" @@ -920,11 +936,11 @@ msgstr "" "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:347 +#: ../../docs/user/introduction/information.rst:354 msgid "Cloud Wallet" msgstr "Cloud Wallet" -#: ../../docs/user/introduction/information.rst:349 +#: ../../docs/user/introduction/information.rst:356 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 " @@ -942,11 +958,11 @@ msgstr "" " 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:357 +#: ../../docs/user/introduction/information.rst:364 msgid "Coinbase transaction" msgstr "Giao dịch tạo coin" -#: ../../docs/user/introduction/information.rst:359 +#: ../../docs/user/introduction/information.rst:366 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 " @@ -956,11 +972,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:362 +#: ../../docs/user/introduction/information.rst:369 msgid "Cold Storage" msgstr "Lưu trữ lạnh" -#: ../../docs/user/introduction/information.rst:364 +#: ../../docs/user/introduction/information.rst:371 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -971,11 +987,11 @@ msgstr "" "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:368 +#: ../../docs/user/introduction/information.rst:375 msgid "Confirm(ed) Transaction" msgstr "Giao dịch (đã được) xác thực" -#: ../../docs/user/introduction/information.rst:370 +#: ../../docs/user/introduction/information.rst:377 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 " @@ -989,15 +1005,15 @@ msgstr "" "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:375 +#: ../../docs/user/introduction/information.rst:382 msgid "Confirmation Number" msgstr "Số xác thực" -#: ../../docs/user/introduction/information.rst:376 +#: ../../docs/user/introduction/information.rst:383 msgid "confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:386 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -1016,11 +1032,11 @@ msgstr "" "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:387 +#: ../../docs/user/introduction/information.rst:394 msgid "Confirmed Transactions" msgstr "Giao dịch đã được xác thực" -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:396 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be " @@ -1032,11 +1048,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:393 +#: ../../docs/user/introduction/information.rst:400 msgid "Credit pool" msgstr "" -#: ../../docs/user/introduction/information.rst:395 +#: ../../docs/user/introduction/information.rst:402 msgid "" "A store of value on the Core chain that is funded by asset lock " "transactions. The credit pool mirrors the credit balance on Dash Platform. " @@ -1044,11 +1060,11 @@ msgid "" "Platform and unlocking it to withdraw back to Dash on the Core chain." msgstr "" -#: ../../docs/user/introduction/information.rst:398 +#: ../../docs/user/introduction/information.rst:405 msgid "CPU" msgstr "CPU" -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:407 msgid "" "A `central processing unit (CPU) " "`_ is the electronic " @@ -1071,11 +1087,11 @@ msgstr "" " 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:410 +#: ../../docs/user/introduction/information.rst:417 msgid "Cryptocurrency" msgstr "Tiền số" -#: ../../docs/user/introduction/information.rst:412 +#: ../../docs/user/introduction/information.rst:419 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -1087,11 +1103,11 @@ msgstr "" " 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:416 +#: ../../docs/user/introduction/information.rst:423 msgid "Cryptography" msgstr "Mật mã học" -#: ../../docs/user/introduction/information.rst:418 +#: ../../docs/user/introduction/information.rst:425 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -1119,11 +1135,11 @@ msgstr "" "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:430 +#: ../../docs/user/introduction/information.rst:437 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:432 +#: ../../docs/user/introduction/information.rst:439 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, 80% " @@ -1136,11 +1152,11 @@ msgid "" "the two terms are interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP" msgstr "DAP" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:450 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." @@ -1148,11 +1164,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:445 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP Client" msgstr "Phần mềm trạm cuối DAP" -#: ../../docs/user/introduction/information.rst:447 +#: ../../docs/user/introduction/information.rst:454 msgid "" "An HTTP Client that connects to DAPI and enables Dash blockchain users to " "read and write data to their DAP Space." @@ -1160,11 +1176,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:449 +#: ../../docs/user/introduction/information.rst:456 msgid "DAP Schema" msgstr "DAP Schema" -#: ../../docs/user/introduction/information.rst:451 +#: ../../docs/user/introduction/information.rst:458 msgid "" "A Dash Schema document extending the Dash System Schema to define consensus " "data and rules within a DAP contract." @@ -1172,11 +1188,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:453 +#: ../../docs/user/introduction/information.rst:460 msgid "DAP Space" msgstr "DAP Space" -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:462 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." @@ -1185,11 +1201,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:457 +#: ../../docs/user/introduction/information.rst:464 msgid "DAP State" msgstr "DAP State" -#: ../../docs/user/introduction/information.rst:459 +#: ../../docs/user/introduction/information.rst:466 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." @@ -1197,11 +1213,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:461 +#: ../../docs/user/introduction/information.rst:468 msgid "DAPI" msgstr "DAPI" -#: ../../docs/user/introduction/information.rst:463 +#: ../../docs/user/introduction/information.rst:470 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 " @@ -1212,11 +1228,11 @@ msgstr "" "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:467 +#: ../../docs/user/introduction/information.rst:474 msgid "Dark Gravity Wave" msgstr "Dark Gravity Wave" -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:476 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" " *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" @@ -1232,11 +1248,11 @@ msgstr "" "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:475 +#: ../../docs/user/introduction/information.rst:482 msgid "Darkcoin" msgstr "Darkcoin" -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:484 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." @@ -1244,11 +1260,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:479 +#: ../../docs/user/introduction/information.rst:486 msgid "Dash" msgstr "Dash" -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:488 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency was" " later renamed \"Dash\" to avoid association with the darknet markets. Dash " @@ -1259,11 +1275,11 @@ msgid "" ":ref:`Features ` page for a full list of Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:489 +#: ../../docs/user/introduction/information.rst:496 msgid "DashDrive" msgstr "DashDrive" -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:498 msgid "" "Dash network data storage backend service used by masternodes for off-chain " "data relating to Evolution. DashDrive implements `IPFS `_, " @@ -1273,11 +1289,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:494 +#: ../../docs/user/introduction/information.rst:501 msgid "Dash Client" msgstr "Phần mềm Dash" -#: ../../docs/user/introduction/information.rst:496 +#: ../../docs/user/introduction/information.rst:503 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" @@ -1293,11 +1309,11 @@ msgstr "" "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:502 +#: ../../docs/user/introduction/information.rst:509 msgid "Dash Core Wallet" msgstr "Ví Dash Core" -#: ../../docs/user/introduction/information.rst:504 +#: ../../docs/user/introduction/information.rst:511 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 " @@ -1306,11 +1322,11 @@ msgid "" "it." msgstr "" -#: ../../docs/user/introduction/information.rst:509 +#: ../../docs/user/introduction/information.rst:516 msgid "Dash Evolution" msgstr "Dash Evolution" -#: ../../docs/user/introduction/information.rst:511 +#: ../../docs/user/introduction/information.rst:518 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" @@ -1321,11 +1337,11 @@ msgstr "" " 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:515 +#: ../../docs/user/introduction/information.rst:522 msgid "Dash Schema" msgstr "Dash Schema" -#: ../../docs/user/introduction/information.rst:517 +#: ../../docs/user/introduction/information.rst:524 msgid "" "A JSON-based language specification for defining and validating consensus " "data in Evolution." @@ -1333,11 +1349,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:519 +#: ../../docs/user/introduction/information.rst:526 msgid "DDoS" msgstr "DDoS" -#: ../../docs/user/introduction/information.rst:521 +#: ../../docs/user/introduction/information.rst:528 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 " @@ -1354,11 +1370,11 @@ msgstr "" "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:527 +#: ../../docs/user/introduction/information.rst:534 msgid "Decentralized" msgstr "Phi tập trung" -#: ../../docs/user/introduction/information.rst:529 +#: ../../docs/user/introduction/information.rst:536 msgid "" "`Decentralized computing " "`_ is the allocation " @@ -1390,11 +1406,11 @@ msgstr "" " 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:544 +#: ../../docs/user/introduction/information.rst:551 msgid "Desktop Wallet" msgstr "Ví trên máy tính" -#: ../../docs/user/introduction/information.rst:546 +#: ../../docs/user/introduction/information.rst:553 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 " @@ -1408,11 +1424,11 @@ msgstr "" "Dash Core ` / :ref:`Ví Dash Electrum ` / :ref:`Các ví cứng `" -#: ../../docs/user/introduction/information.rst:552 +#: ../../docs/user/introduction/information.rst:559 msgid "Difficulty" msgstr "Độ khó" -#: ../../docs/user/introduction/information.rst:554 +#: ../../docs/user/introduction/information.rst:561 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 " @@ -1432,15 +1448,15 @@ msgstr "" "đà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:563 +#: ../../docs/user/introduction/information.rst:570 msgid "Digital Wallet" msgstr "Ví số" -#: ../../docs/user/introduction/information.rst:565 +#: ../../docs/user/introduction/information.rst:572 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:567 +#: ../../docs/user/introduction/information.rst:574 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 " @@ -1454,7 +1470,7 @@ msgstr "" "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:574 +#: ../../docs/user/introduction/information.rst:581 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1470,7 +1486,7 @@ msgstr "" " 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:582 +#: ../../docs/user/introduction/information.rst:589 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or Apple " @@ -1488,7 +1504,7 @@ msgstr "" "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:591 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your Dash " @@ -1512,7 +1528,7 @@ msgstr "" "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:603 +#: ../../docs/user/introduction/information.rst:610 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1532,7 +1548,7 @@ msgstr "" "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:613 +#: ../../docs/user/introduction/information.rst:620 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the internet." @@ -1555,11 +1571,11 @@ msgstr "" "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:623 +#: ../../docs/user/introduction/information.rst:630 msgid "DKG" msgstr "DKG" -#: ../../docs/user/introduction/information.rst:625 +#: ../../docs/user/introduction/information.rst:632 msgid "" "Defined in `DIP6 " "`__, Distributed " @@ -1579,11 +1595,11 @@ msgstr "" "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:633 +#: ../../docs/user/introduction/information.rst:640 msgid "Digital Signature" msgstr "Chữ ký số" -#: ../../docs/user/introduction/information.rst:635 +#: ../../docs/user/introduction/information.rst:642 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 " @@ -1600,11 +1616,11 @@ msgstr "" " 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:643 +#: ../../docs/user/introduction/information.rst:650 msgid "Electrum Wallet" msgstr "Ví Electrum" -#: ../../docs/user/introduction/information.rst:645 +#: ../../docs/user/introduction/information.rst:652 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight wallet " "that does not require you to download or sync the entire blockchain, making " @@ -1612,11 +1628,11 @@ msgid "" " CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:656 msgid "Encryption" msgstr "Mã hoá" -#: ../../docs/user/introduction/information.rst:651 +#: ../../docs/user/introduction/information.rst:658 msgid "" "In cryptography, `encryption `_ is" " the process of encoding messages or information in such a way that only " @@ -1642,15 +1658,15 @@ msgstr "" "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:663 +#: ../../docs/user/introduction/information.rst:670 msgid "Escrow Services" msgstr "Dịch vụ ký quỹ" -#: ../../docs/user/introduction/information.rst:665 +#: ../../docs/user/introduction/information.rst:672 msgid "An `escrow `_ is:" msgstr "Một `dịch vụ uỷ thác `_ là:" -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:674 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1661,7 +1677,7 @@ msgstr "" "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:672 +#: ../../docs/user/introduction/information.rst:679 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 " @@ -1671,7 +1687,7 @@ msgstr "" "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:676 +#: ../../docs/user/introduction/information.rst:683 msgid "" "a trust account held in the borrower's name to pay obligations such as " "property taxes and insurance premiums." @@ -1679,7 +1695,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:679 +#: ../../docs/user/introduction/information.rst:686 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1697,11 +1713,11 @@ msgstr "" "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:687 +#: ../../docs/user/introduction/information.rst:694 msgid "Evan Duffield" msgstr "Evan Duffield" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:696 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 " @@ -1711,11 +1727,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:692 +#: ../../docs/user/introduction/information.rst:699 msgid "Exchange" msgstr "Sàn giao dịch" -#: ../../docs/user/introduction/information.rst:694 +#: ../../docs/user/introduction/information.rst:701 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" @@ -1738,11 +1754,11 @@ msgstr "" "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:704 +#: ../../docs/user/introduction/information.rst:711 msgid "Faucet" msgstr "Faucet" -#: ../../docs/user/introduction/information.rst:706 +#: ../../docs/user/introduction/information.rst:713 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 " @@ -1755,11 +1771,11 @@ msgstr "" "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:710 +#: ../../docs/user/introduction/information.rst:717 msgid "Fiat Gateway" msgstr "Fiat Gateway" -#: ../../docs/user/introduction/information.rst:712 +#: ../../docs/user/introduction/information.rst:719 msgid "" "`Fiat money `_ has been defined " "variously as:" @@ -1767,11 +1783,11 @@ msgstr "" "`TiềnFiat `_ được định nghĩa với " "rất nhiều cách như:" -#: ../../docs/user/introduction/information.rst:715 +#: ../../docs/user/introduction/information.rst:722 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:716 +#: ../../docs/user/introduction/information.rst:723 msgid "" "State-issued money which is neither convertible by law to any other thing, " "nor fixed in value in terms of any objective standard." @@ -1780,22 +1796,22 @@ msgstr "" "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:717 +#: ../../docs/user/introduction/information.rst:724 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:719 +#: ../../docs/user/introduction/information.rst:726 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:720 +#: ../../docs/user/introduction/information.rst:727 msgid "Fintech" msgstr "Fintech" -#: ../../docs/user/introduction/information.rst:722 +#: ../../docs/user/introduction/information.rst:729 msgid "" "`Financial technology " "`_, also known as " @@ -1815,11 +1831,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:730 +#: ../../docs/user/introduction/information.rst:737 msgid "Fork" msgstr "Fork" -#: ../../docs/user/introduction/information.rst:732 +#: ../../docs/user/introduction/information.rst:739 msgid "" "When the blockchain diverges or splits, with some clients recognizing one " "version of the blockchain as valid, and other clients believing that a " @@ -1838,7 +1854,7 @@ msgstr "" "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:741 +#: ../../docs/user/introduction/information.rst:748 msgid "" "Forking is most likely to occur during software updates to the network. Dash" " uses a Multi-Phased Fork (“:ref:`Spork `”) system for greater " @@ -1848,11 +1864,11 @@ msgstr "" "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:744 +#: ../../docs/user/introduction/information.rst:751 msgid "Full Nodes" msgstr "Full Nodes" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:753 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 " @@ -1866,29 +1882,29 @@ msgstr "" "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:751 +#: ../../docs/user/introduction/information.rst:758 msgid "Fungible" msgstr "Tính có thể thay thế" -#: ../../docs/user/introduction/information.rst:753 +#: ../../docs/user/introduction/information.rst:760 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:754 +#: ../../docs/user/introduction/information.rst:761 msgid "Genesis Block" msgstr "Khối khởi tạo" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:763 msgid "The very first block in the block chain." msgstr "Khối đầu tiên trong blockchain." -#: ../../docs/user/introduction/information.rst:757 +#: ../../docs/user/introduction/information.rst:764 msgid "GPU" msgstr "GPU" -#: ../../docs/user/introduction/information.rst:759 +#: ../../docs/user/introduction/information.rst:766 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -1920,11 +1936,11 @@ msgstr "" "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:773 +#: ../../docs/user/introduction/information.rst:780 msgid "Hardware Wallet" msgstr "Ví cứng" -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:782 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a piece " @@ -1936,11 +1952,11 @@ msgstr "" " đượ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:780 +#: ../../docs/user/introduction/information.rst:787 msgid "Hash" msgstr "Hash" -#: ../../docs/user/introduction/information.rst:782 +#: ../../docs/user/introduction/information.rst:789 msgid "" "A mathematical process that takes a variable amount of data and produces a " "shorter, fixed-length output. A hashing function has two important " @@ -1954,11 +1970,11 @@ msgstr "" "đầ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:788 +#: ../../docs/user/introduction/information.rst:795 msgid "Hashrate" msgstr "Tốc độ băm" -#: ../../docs/user/introduction/information.rst:790 +#: ../../docs/user/introduction/information.rst:797 msgid "" "The number of hashes that can be performed by a Dash miner in a given period" " of time (usually a second)." @@ -1966,11 +1982,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:792 +#: ../../docs/user/introduction/information.rst:799 msgid "Insight" msgstr "Insight" -#: ../../docs/user/introduction/information.rst:794 +#: ../../docs/user/introduction/information.rst:801 msgid "" "Blockchain information server used to power block explorers and respond to " "transaction queries." @@ -1978,19 +1994,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:796 +#: ../../docs/user/introduction/information.rst:803 msgid "InstantX" msgstr "InstantX" -#: ../../docs/user/introduction/information.rst:798 +#: ../../docs/user/introduction/information.rst:805 msgid "See InstantSend" msgstr "Xem InstantSend" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:806 msgid "InstantSend" msgstr "InstantSend" -#: ../../docs/user/introduction/information.rst:801 +#: ../../docs/user/introduction/information.rst:808 msgid "" ":ref:`InstantSend ` technology uses the masternode network to " "\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" @@ -2004,11 +2020,11 @@ msgstr "" "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:806 +#: ../../docs/user/introduction/information.rst:813 msgid "Liquidity" msgstr "Tính thanh khoản" -#: ../../docs/user/introduction/information.rst:808 +#: ../../docs/user/introduction/information.rst:815 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" @@ -2021,11 +2037,11 @@ msgstr "" " 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:813 +#: ../../docs/user/introduction/information.rst:820 msgid "LLMQ" msgstr "LLMQ" -#: ../../docs/user/introduction/information.rst:815 +#: ../../docs/user/introduction/information.rst:822 msgid "" "Defined in `DIP6 " "`__, A Long- Living" @@ -2046,11 +2062,11 @@ msgstr "" "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:824 +#: ../../docs/user/introduction/information.rst:831 msgid "Masternode" msgstr "Masternode" -#: ../../docs/user/introduction/information.rst:826 +#: ../../docs/user/introduction/information.rst:833 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." @@ -2060,17 +2076,17 @@ msgstr "" " 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:830 +#: ../../docs/user/introduction/information.rst:837 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:832 +#: ../../docs/user/introduction/information.rst:839 msgid "Mining" msgstr "Đào coin" -#: ../../docs/user/introduction/information.rst:834 +#: ../../docs/user/introduction/information.rst:841 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 " @@ -2078,19 +2094,19 @@ msgid "" ":ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:838 +#: ../../docs/user/introduction/information.rst:845 msgid "Mobile Wallet" msgstr "Ví di động" -#: ../../docs/user/introduction/information.rst:840 +#: ../../docs/user/introduction/information.rst:847 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:841 +#: ../../docs/user/introduction/information.rst:848 msgid "MultiSig" msgstr "Đa chữ ký" -#: ../../docs/user/introduction/information.rst:843 +#: ../../docs/user/introduction/information.rst:850 msgid "" "Multi-signature addresses provide additional security by requiring multiple " "people to sign a transaction with their private key before the transaction " @@ -2108,11 +2124,11 @@ msgstr "" "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:851 +#: ../../docs/user/introduction/information.rst:858 msgid "Node" msgstr "Nút" -#: ../../docs/user/introduction/information.rst:853 +#: ../../docs/user/introduction/information.rst:860 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 " @@ -2122,11 +2138,11 @@ msgstr "" "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:856 +#: ../../docs/user/introduction/information.rst:863 msgid "OTC" msgstr "OTC" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:865 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 " @@ -2140,11 +2156,11 @@ msgstr "" "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:863 +#: ../../docs/user/introduction/information.rst:870 msgid "P2P" msgstr "P2P" -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:872 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two " "parties in a highly interconnected network. An alternative system to a 'hub-" @@ -2156,11 +2172,11 @@ msgstr "" "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:869 +#: ../../docs/user/introduction/information.rst:876 msgid "Paper Wallet" msgstr "Ví in trên giấy" -#: ../../docs/user/introduction/information.rst:871 +#: ../../docs/user/introduction/information.rst:878 msgid "" ":ref:`Paper wallets ` are offline wallets, printed on " "paper for safety. If properly secured and stored they are considered the " @@ -2170,11 +2186,11 @@ msgstr "" "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:874 +#: ../../docs/user/introduction/information.rst:881 msgid "Privacy" msgstr "Tính riêng tư" -#: ../../docs/user/introduction/information.rst:876 +#: ../../docs/user/introduction/information.rst:883 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about themselves, " @@ -2187,11 +2203,11 @@ msgid "" "includes CoinJoin, which allows users to maintain financial privacy." msgstr "" -#: ../../docs/user/introduction/information.rst:886 +#: ../../docs/user/introduction/information.rst:893 msgid "Private Key" msgstr "Khoá riêng" -#: ../../docs/user/introduction/information.rst:888 +#: ../../docs/user/introduction/information.rst:895 msgid "" "A `private key `_ is" " a long alphanumeric passcode that allows Dash to be spent. Every Dash " @@ -2208,22 +2224,22 @@ msgstr "" "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:895 +#: ../../docs/user/introduction/information.rst:902 msgid "PrivateSend" msgstr "PrivateSend" -#: ../../docs/user/introduction/information.rst:897 +#: ../../docs/user/introduction/information.rst:904 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:900 +#: ../../docs/user/introduction/information.rst:907 msgid "Proof of Service - PoSe" msgstr "Proof of Service - PoSe" -#: ../../docs/user/introduction/information.rst:902 +#: ../../docs/user/introduction/information.rst:909 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided " "uninterrupted service meeting a minimum quality level to the network. " @@ -2236,11 +2252,11 @@ msgstr "" "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:908 +#: ../../docs/user/introduction/information.rst:915 msgid "Proof of Stake - PoS" msgstr "Proof of Stake - PoS" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:917 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 " @@ -2263,11 +2279,11 @@ msgstr "" "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:921 +#: ../../docs/user/introduction/information.rst:928 msgid "Proof of Work - PoW" msgstr "Proof of Work - PoW" -#: ../../docs/user/introduction/information.rst:923 +#: ../../docs/user/introduction/information.rst:930 msgid "" "Consensus mechanism that keeps all nodes honest by requiring computational " "power to be expended in order to create new blocks. Miners must use " @@ -2282,11 +2298,11 @@ msgstr "" "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:929 +#: ../../docs/user/introduction/information.rst:936 msgid "Public Key" msgstr "Khoá công khai" -#: ../../docs/user/introduction/information.rst:931 +#: ../../docs/user/introduction/information.rst:938 msgid "" "The `public key `_ " "is derived from the private key but is not secret and can be revealed to " @@ -2298,11 +2314,11 @@ msgstr "" "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:936 +#: ../../docs/user/introduction/information.rst:943 msgid "Pump and dump" msgstr "Bơm và Xả" -#: ../../docs/user/introduction/information.rst:938 +#: ../../docs/user/introduction/information.rst:945 msgid "" "Inflating the value of a financial asset that has been produced or acquired " "cheaply, often using aggressive publicity and misleading statements. The " @@ -2319,11 +2335,11 @@ msgstr "" "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:945 +#: ../../docs/user/introduction/information.rst:952 msgid "Quorum" msgstr "Quorum" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:954 msgid "" "Group of masternodes signing or voting on some action, with the formation of" " the group determined by some determiniation algorithm." @@ -2331,11 +2347,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:949 +#: ../../docs/user/introduction/information.rst:956 msgid "QR Code" msgstr "Mã QR" -#: ../../docs/user/introduction/information.rst:951 +#: ../../docs/user/introduction/information.rst:958 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -2346,11 +2362,11 @@ msgstr "" "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:955 +#: ../../docs/user/introduction/information.rst:962 msgid "Satoshi Nakamoto" msgstr "Satoshi Nakamoto" -#: ../../docs/user/introduction/information.rst:957 +#: ../../docs/user/introduction/information.rst:964 msgid "" "`Satoshi Nakamoto `_ is the " "name used by the person or people who designed Bitcoin and created its " @@ -2360,11 +2376,11 @@ msgstr "" "đượ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:960 +#: ../../docs/user/introduction/information.rst:967 msgid "SDK" msgstr "SDK" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:969 msgid "" "Software Development Kit. A set of tools, code and documentation used by " "developers to create apps targeting a specific hardware or software " @@ -2374,11 +2390,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:965 +#: ../../docs/user/introduction/information.rst:972 msgid "Signaling" msgstr "Báo hiệu" -#: ../../docs/user/introduction/information.rst:967 +#: ../../docs/user/introduction/information.rst:974 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 " @@ -2393,11 +2409,11 @@ msgstr "" "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:972 +#: ../../docs/user/introduction/information.rst:979 msgid "State View" msgstr "Xem trạng thái" -#: ../../docs/user/introduction/information.rst:974 +#: ../../docs/user/introduction/information.rst:981 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" @@ -2407,11 +2423,11 @@ msgstr "" "đổ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:977 +#: ../../docs/user/introduction/information.rst:984 msgid "Spork" msgstr "Spork" -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:986 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -2442,11 +2458,11 @@ msgstr "" "đề 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:993 +#: ../../docs/user/introduction/information.rst:1000 msgid "Tainted Coins" msgstr "Tainted Coins" -#: ../../docs/user/introduction/information.rst:995 +#: ../../docs/user/introduction/information.rst:1002 msgid "" "Taint is a measure of correlation between two (wallet) addresses. It is only" " important if the user is trying to remain anonymous." @@ -2454,19 +2470,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:997 +#: ../../docs/user/introduction/information.rst:1004 msgid "tDash" msgstr "tDash" -#: ../../docs/user/introduction/information.rst:999 +#: ../../docs/user/introduction/information.rst:1006 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:1000 +#: ../../docs/user/introduction/information.rst:1007 msgid "Testnet" msgstr "Testnet" -#: ../../docs/user/introduction/information.rst:1002 +#: ../../docs/user/introduction/information.rst:1009 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and test " @@ -2479,11 +2495,11 @@ msgstr "" "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:1006 +#: ../../docs/user/introduction/information.rst:1013 msgid "Tor" msgstr "Tor" -#: ../../docs/user/introduction/information.rst:1008 +#: ../../docs/user/introduction/information.rst:1015 msgid "" "An anonymous routing protocol used by people wanting to hide their identity " "online." @@ -2491,11 +2507,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:1010 +#: ../../docs/user/introduction/information.rst:1017 msgid "Transaction" msgstr "Giao dịch" -#: ../../docs/user/introduction/information.rst:1012 +#: ../../docs/user/introduction/information.rst:1019 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions may" " be divided into classical and special transactions. Similar to Bitcoin, " @@ -2512,11 +2528,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:1019 +#: ../../docs/user/introduction/information.rst:1026 msgid "Transaction Block" msgstr "Khối giao dịch" -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:1028 msgid "" "A collection of transactions on the Dash network, gathered into a block that" " can then be hashed and added to the blockchain." @@ -2524,11 +2540,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:1023 +#: ../../docs/user/introduction/information.rst:1030 msgid "Transaction Fee" msgstr "Phí giao dịch" -#: ../../docs/user/introduction/information.rst:1025 +#: ../../docs/user/introduction/information.rst:1032 msgid "" "A :ref:`small fee ` imposed on some transactions sent across the Dash " "network. The transaction fee is awarded to the miner that successfully " @@ -2538,11 +2554,11 @@ msgstr "" "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:1028 +#: ../../docs/user/introduction/information.rst:1035 msgid "Unconfirmed Transactions" msgstr "Giao dịch chưa được xác thực" -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1037 msgid "" "Transactions that are not yet processed by miners or held via InstantSend " "are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " @@ -2552,19 +2568,19 @@ msgstr "" "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:1033 +#: ../../docs/user/introduction/information.rst:1040 msgid "Vanity Address" msgstr "Địa chỉ hư ảo" -#: ../../docs/user/introduction/information.rst:1035 +#: ../../docs/user/introduction/information.rst:1042 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:1036 +#: ../../docs/user/introduction/information.rst:1043 msgid "Virgin Dash" msgstr "Dash Trinh tiết" -#: ../../docs/user/introduction/information.rst:1038 +#: ../../docs/user/introduction/information.rst:1045 msgid "" "Dash received as a reward for mining a block or running a masternode. These " "have not yet been spent anywhere and are \"virgin.\"" @@ -2572,11 +2588,11 @@ 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\"." -#: ../../docs/user/introduction/information.rst:1040 +#: ../../docs/user/introduction/information.rst:1047 msgid "Volatility" msgstr "Biến động tỷ giá" -#: ../../docs/user/introduction/information.rst:1042 +#: ../../docs/user/introduction/information.rst:1049 msgid "" "The measurement of price movements over time for a traded financial asset " "(including Dash)." @@ -2584,11 +2600,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:1044 +#: ../../docs/user/introduction/information.rst:1051 msgid "Wallet" msgstr "Ví" -#: ../../docs/user/introduction/information.rst:1046 +#: ../../docs/user/introduction/information.rst:1053 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 " @@ -2598,11 +2614,11 @@ msgstr "" "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:1049 +#: ../../docs/user/introduction/information.rst:1056 msgid "Whitepaper" msgstr "Cáo bạch" -#: ../../docs/user/introduction/information.rst:1051 +#: ../../docs/user/introduction/information.rst:1058 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a complex" @@ -2615,11 +2631,11 @@ msgstr "" "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:1056 +#: ../../docs/user/introduction/information.rst:1063 msgid "X11" msgstr "X11" -#: ../../docs/user/introduction/information.rst:1058 +#: ../../docs/user/introduction/information.rst:1065 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash Core " "developer Evan Duffield." @@ -2627,11 +2643,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:1060 +#: ../../docs/user/introduction/information.rst:1067 msgid "Zero Confirmations" msgstr "Không xác thực" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1069 msgid "" "This is a transaction without any confirmations from the blockchain. It is " "technically reversible (unless InstantSend was used)." @@ -2639,11 +2655,11 @@ 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)." -#: ../../docs/user/introduction/information.rst:1064 +#: ../../docs/user/introduction/information.rst:1071 msgid "vin" msgstr "vin" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1073 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 " @@ -2655,11 +2671,11 @@ msgstr "" " đầ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:1070 +#: ../../docs/user/introduction/information.rst:1077 msgid "VMN" msgstr "VMN" -#: ../../docs/user/introduction/information.rst:1072 +#: ../../docs/user/introduction/information.rst:1079 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " diff --git a/locale/vi/LC_MESSAGES/docs/user/introduction/safety.po b/locale/vi/LC_MESSAGES/docs/user/introduction/safety.po index 7415777d0..ad304f3d0 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 20e0c39a6..1ffeedf77 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 9e6a3d68a..81ebdb330 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/dashmate-upgrade-v1.po b/locale/vi/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po index 2159400f0..5efd8bd7b 100644 --- a/locale/vi/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po +++ b/locale/vi/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2024-08-29 14:40+0000\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" @@ -46,22 +46,18 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:26 -msgid "Reset previous services to ensure compatibility with the new version::" -msgstr "" - -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:30 msgid "Update services::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:35 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:32 msgid "Start dashmate node" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:37 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:34 msgid "Start the node::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:41 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:38 msgid "" "Make sure the node works properly by running the following status commands::" msgstr "" diff --git a/locale/vi/LC_MESSAGES/docs/user/masternodes/hosting.po b/locale/vi/LC_MESSAGES/docs/user/masternodes/hosting.po index 5f94f0e08..418f1f0d2 100644 --- a/locale/vi/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/vi/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -83,255 +83,263 @@ msgid "Operated by: CrowdNode ApS" msgstr "Vận hành bởi: CrowdNode ApS" #: ../../docs/user/masternodes/hosting.rst:36 -#: ../../docs/user/masternodes/hosting.rst:90 -#: ../../docs/user/masternodes/hosting.rst:146 +#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:148 msgid "Services: Hosting, Shares" msgstr "Dịch vụ: Lưu trữ, Chia sẻ" -#: ../../docs/user/masternodes/hosting.rst:37 -msgid "Cost: 15% of masternode payments" -msgstr "Chi phí: 15% phần thưởng cho masternode" +#: ../../docs/user/masternodes/hosting.rst:38 +msgid "Cost:" +msgstr "" #: ../../docs/user/masternodes/hosting.rst:38 +msgid "35% of trusted masternode/evonode payments" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:39 +msgid "20% of trustless masternode payments" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:40 msgid "`Site `__" msgstr "`Website `__" -#: ../../docs/user/masternodes/hosting.rst:39 +#: ../../docs/user/masternodes/hosting.rst:41 msgid "`Email `__" msgstr "`Email `__" -#: ../../docs/user/masternodes/hosting.rst:43 +#: ../../docs/user/masternodes/hosting.rst:45 msgid "Allnodes" msgstr "Allnodes" -#: ../../docs/user/masternodes/hosting.rst:50 +#: ../../docs/user/masternodes/hosting.rst:52 msgid "" "`https://www.allnodes.com " "`__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:52 +#: ../../docs/user/masternodes/hosting.rst:54 msgid "Operated by: Sephiroth" msgstr "Vận hành bởi: Sephiroth" -#: ../../docs/user/masternodes/hosting.rst:53 +#: ../../docs/user/masternodes/hosting.rst:55 msgid "Services: Monitoring, Hosting" msgstr "Dịch vụ: Theo dõi, Lưu trữ" -#: ../../docs/user/masternodes/hosting.rst:54 +#: ../../docs/user/masternodes/hosting.rst:56 msgid "Cost: from $4.50/month" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:55 +#: ../../docs/user/masternodes/hosting.rst:57 msgid "" "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:56 +#: ../../docs/user/masternodes/hosting.rst:58 msgid "`Email `__" msgstr "`Email `__" -#: ../../docs/user/masternodes/hosting.rst:57 +#: ../../docs/user/masternodes/hosting.rst:59 msgid "`Twitter `__" msgstr "`Twitter `__" -#: ../../docs/user/masternodes/hosting.rst:58 +#: ../../docs/user/masternodes/hosting.rst:60 msgid "`Telegram `__" msgstr "`Telegram `__" -#: ../../docs/user/masternodes/hosting.rst:59 +#: ../../docs/user/masternodes/hosting.rst:61 msgid "`Discord `__" msgstr "`Discord `__" -#: ../../docs/user/masternodes/hosting.rst:63 +#: ../../docs/user/masternodes/hosting.rst:65 msgid "SID Hosting Service" msgstr "SID Hosting Service" -#: ../../docs/user/masternodes/hosting.rst:70 +#: ../../docs/user/masternodes/hosting.rst:72 msgid "https://dashmasternode.io" msgstr "https://dashmasternode.io" -#: ../../docs/user/masternodes/hosting.rst:72 +#: ../../docs/user/masternodes/hosting.rst:74 msgid "Operated by: splawik21 (Dash Core team member)" msgstr "Vận hành bởi: splawik21 (thành viên của Dash Core)" -#: ../../docs/user/masternodes/hosting.rst:73 -#: ../../docs/user/masternodes/hosting.rst:160 +#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:162 msgid "Services: Hosting" msgstr "Dịch vụ: Lưu trữ" -#: ../../docs/user/masternodes/hosting.rst:74 +#: ../../docs/user/masternodes/hosting.rst:76 msgid "Cost: €25/month, paid in Dash" msgstr "Chi phí: €25/tháng, trả bằng Dash" -#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:77 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:76 +#: ../../docs/user/masternodes/hosting.rst:78 msgid "`Email `__" msgstr "`Email `__" -#: ../../docs/user/masternodes/hosting.rst:80 +#: ../../docs/user/masternodes/hosting.rst:82 msgid "Pool of Stake" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:87 +#: ../../docs/user/masternodes/hosting.rst:89 msgid "https://www.poolofstake.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:89 +#: ../../docs/user/masternodes/hosting.rst:91 msgid "Operated by: Pool of Stake OÜ" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:91 +#: ../../docs/user/masternodes/hosting.rst:93 msgid "15% of masternode payments (5% with tokens)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:94 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:93 +#: ../../docs/user/masternodes/hosting.rst:95 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:94 +#: ../../docs/user/masternodes/hosting.rst:96 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:95 +#: ../../docs/user/masternodes/hosting.rst:97 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:99 +#: ../../docs/user/masternodes/hosting.rst:101 msgid "Staked" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:106 +#: ../../docs/user/masternodes/hosting.rst:108 msgid "https://staked.us" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:108 +#: ../../docs/user/masternodes/hosting.rst:110 msgid "Operated by: Staked" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:109 +#: ../../docs/user/masternodes/hosting.rst:111 msgid "Services: Hosting, Reporting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:110 +#: ../../docs/user/masternodes/hosting.rst:112 msgid "Cost: 10% of rewards" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:111 +#: ../../docs/user/masternodes/hosting.rst:113 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:112 +#: ../../docs/user/masternodes/hosting.rst:114 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:116 +#: ../../docs/user/masternodes/hosting.rst:118 msgid "NodeHub.io" msgstr "NodeHub.io" -#: ../../docs/user/masternodes/hosting.rst:123 +#: ../../docs/user/masternodes/hosting.rst:125 msgid "https://nodehub.io" msgstr "https://nodehub.io" -#: ../../docs/user/masternodes/hosting.rst:125 +#: ../../docs/user/masternodes/hosting.rst:127 msgid "Operated by: NodeHub LLC" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:126 +#: ../../docs/user/masternodes/hosting.rst:128 msgid "Services: Hosting, Governance, Stats, Monitoring" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:127 +#: ../../docs/user/masternodes/hosting.rst:129 msgid "Cost: $3.90/month (charged daily at $0.13)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:128 +#: ../../docs/user/masternodes/hosting.rst:130 msgid "" "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:129 +#: ../../docs/user/masternodes/hosting.rst:131 msgid "`Email `__" msgstr "`Email `__" -#: ../../docs/user/masternodes/hosting.rst:130 +#: ../../docs/user/masternodes/hosting.rst:132 msgid "`Twitter `__" msgstr "`Twitter `__" -#: ../../docs/user/masternodes/hosting.rst:131 +#: ../../docs/user/masternodes/hosting.rst:133 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:132 +#: ../../docs/user/masternodes/hosting.rst:134 msgid "`Discord `__" msgstr "`Discord `__" -#: ../../docs/user/masternodes/hosting.rst:136 +#: ../../docs/user/masternodes/hosting.rst:138 msgid "Gentarium" msgstr "Gentarium" -#: ../../docs/user/masternodes/hosting.rst:143 +#: ../../docs/user/masternodes/hosting.rst:145 msgid "https://mn.gtmcoin.io" msgstr "https://mn.gtmcoin.io" -#: ../../docs/user/masternodes/hosting.rst:145 +#: ../../docs/user/masternodes/hosting.rst:147 msgid "Operated by: Gentarium International OÜ" msgstr "Vận hành bởi: Gentarium International OÜ" -#: ../../docs/user/masternodes/hosting.rst:147 +#: ../../docs/user/masternodes/hosting.rst:149 msgid "Cost: $3.99/month (charged daily at $0.15)" msgstr "Chi phí: $3.99/tháng (tính phí hàng ngày với $0.15)" -#: ../../docs/user/masternodes/hosting.rst:148 +#: ../../docs/user/masternodes/hosting.rst:150 msgid "`Site `__" msgstr "`Website `__" -#: ../../docs/user/masternodes/hosting.rst:149 +#: ../../docs/user/masternodes/hosting.rst:151 msgid "`Email `__" msgstr "`Email `__" -#: ../../docs/user/masternodes/hosting.rst:150 +#: ../../docs/user/masternodes/hosting.rst:152 msgid "`Twitter `__" msgstr "`Twitter `__" -#: ../../docs/user/masternodes/hosting.rst:151 +#: ../../docs/user/masternodes/hosting.rst:153 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:155 +#: ../../docs/user/masternodes/hosting.rst:157 msgid "Masternodehosting" msgstr "Lưu trữ masternode" -#: ../../docs/user/masternodes/hosting.rst:157 +#: ../../docs/user/masternodes/hosting.rst:159 msgid "https://masternodehosting.com" msgstr "https://masternodehosting.com" -#: ../../docs/user/masternodes/hosting.rst:159 +#: ../../docs/user/masternodes/hosting.rst:161 msgid "Operated by: flare (Dash Core team member)" msgstr "Vận hành bởi: flare (Thành viên của Dash Core team)" -#: ../../docs/user/masternodes/hosting.rst:161 +#: ../../docs/user/masternodes/hosting.rst:163 msgid "Cost: €18/month" msgstr "Chi phí: €18/tháng" -#: ../../docs/user/masternodes/hosting.rst:162 +#: ../../docs/user/masternodes/hosting.rst:164 msgid "`Site `__" msgstr "`Website `__" -#: ../../docs/user/masternodes/hosting.rst:163 +#: ../../docs/user/masternodes/hosting.rst:165 msgid "`Email `__" msgstr "`Email `__" -#: ../../docs/user/masternodes/hosting.rst:164 +#: ../../docs/user/masternodes/hosting.rst:166 msgid "" "`Forum `__" @@ -339,19 +347,19 @@ msgstr "" "`Diễn đàn `__" -#: ../../docs/user/masternodes/hosting.rst:170 +#: ../../docs/user/masternodes/hosting.rst:172 msgid "Registering a hosted masternode" msgstr "Đăng ký một dịch vụ lưu trữ masternode" -#: ../../docs/user/masternodes/hosting.rst:172 +#: ../../docs/user/masternodes/hosting.rst:174 msgid "A list of available documentation appears below:" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:174 +#: ../../docs/user/masternodes/hosting.rst:176 msgid ":ref:`Full masternode setup guide `" msgstr ":ref:`Hướng dẫn đầy đủ cách cài đặt masternode `" -#: ../../docs/user/masternodes/hosting.rst:175 +#: ../../docs/user/masternodes/hosting.rst:177 msgid "" ":ref:`Information for users of hosted masternodes ` (you are " "here)" @@ -359,7 +367,7 @@ msgstr "" ":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:176 +#: ../../docs/user/masternodes/hosting.rst:178 msgid "" ":ref:`Information for operators of hosted masternodes `" @@ -367,12 +375,12 @@ msgstr "" ":ref:`Thông tin dành cho người vận hành dịch vụ lưu trữ masternode " "" -#: ../../docs/user/masternodes/hosting.rst:178 +#: ../../docs/user/masternodes/hosting.rst:180 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:" -#: ../../docs/user/masternodes/hosting.rst:180 +#: ../../docs/user/masternodes/hosting.rst:182 msgid "" "Send 1000 DASH to an address you control in a single transaction and wait " "for 15 confirmations" @@ -380,7 +388,7 @@ 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." -#: ../../docs/user/masternodes/hosting.rst:182 +#: ../../docs/user/masternodes/hosting.rst:184 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 " @@ -392,7 +400,7 @@ msgstr "" "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:187 +#: ../../docs/user/masternodes/hosting.rst:189 msgid "" "Prepare, sign and broadcast the registration transaction using Dash Core or " "DMT" @@ -400,7 +408,7 @@ 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" -#: ../../docs/user/masternodes/hosting.rst:190 +#: ../../docs/user/masternodes/hosting.rst:192 msgid "" "It is **highly recommended** to store the keys to your masternode collateral" " on a :ref:`hardware wallet ` for added security " @@ -420,11 +428,11 @@ msgstr "" "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:204 +#: ../../docs/user/masternodes/hosting.rst:206 msgid "Operator transactions" msgstr "Giao dịch vận hành" -#: ../../docs/user/masternodes/hosting.rst:206 +#: ../../docs/user/masternodes/hosting.rst:208 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 " @@ -438,7 +446,7 @@ msgid "" "update the service features and register the masternode." msgstr "" -#: ../../docs/user/masternodes/hosting.rst:218 +#: ../../docs/user/masternodes/hosting.rst:220 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 " diff --git a/locale/vi/LC_MESSAGES/docs/user/masternodes/index.po b/locale/vi/LC_MESSAGES/docs/user/masternodes/index.po index 246f601e7..a8a62e1b8 100644 --- a/locale/vi/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/vi/LC_MESSAGES/docs/user/masternodes/index.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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" 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 55ab20da0..04cdf87ab 100644 --- a/locale/vi/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/vi/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Kien Bui , 2024\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" @@ -82,7 +82,15 @@ msgid "" "ISPs allocate dynamic IP addresses to home users." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:41 +#: ../../docs/user/masternodes/server-config.rst:43 +msgid "" +"Disabling IPv6 is highly recommended to prevent communication issues that " +"have been observed when running nodes on some VPS providers. We recommend " +"turning it off through the VPS provider's setup wizard during initial server" +" creation." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:47 msgid "" "Before beginning, take a few minutes to review the masternode and evonode " ":hoverxref:`hardware requirements ` which may help you " @@ -97,33 +105,33 @@ msgid "" "on the following screen:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:56 +#: ../../docs/user/masternodes/server-config.rst:62 msgid "Vultr server location selection screen" msgstr "Màn hình chọn địa điểm cho máy chủ trên Vultr" -#: ../../docs/user/masternodes/server-config.rst:58 +#: ../../docs/user/masternodes/server-config.rst:64 msgid "" "Select Ubuntu 24.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 "" -#: ../../docs/user/masternodes/server-config.rst:65 +#: ../../docs/user/masternodes/server-config.rst:71 msgid "Vultr server type selection screen" msgstr "Màn hình chọn kiểu máy chủ trên Vultr" -#: ../../docs/user/masternodes/server-config.rst:67 +#: ../../docs/user/masternodes/server-config.rst:73 msgid "" "Select a server size according to the hardware requirements for you " ":hoverxref:`masternode ` or :hoverxref:`evonode " "`:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:73 +#: ../../docs/user/masternodes/server-config.rst:79 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" -#: ../../docs/user/masternodes/server-config.rst:75 +#: ../../docs/user/masternodes/server-config.rst:81 msgid "" "Enter a hostname and label for your server. In this example we will use " "``dashmn1`` as the hostname." @@ -131,20 +139,20 @@ 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:81 +#: ../../docs/user/masternodes/server-config.rst:87 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" -#: ../../docs/user/masternodes/server-config.rst:83 +#: ../../docs/user/masternodes/server-config.rst:89 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:88 +#: ../../docs/user/masternodes/server-config.rst:94 msgid "Vultr server installation screen" msgstr "Màn hình cài đặt máy chủ ở Vultr" -#: ../../docs/user/masternodes/server-config.rst:90 +#: ../../docs/user/masternodes/server-config.rst:96 msgid "" "Click **Manage** when installation is complete and take note of the IP " "address, username and password." @@ -152,15 +160,15 @@ 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:96 +#: ../../docs/user/masternodes/server-config.rst:102 msgid "Vultr server management screen" msgstr "Màn hình quản lý máy chủ của Vultr" -#: ../../docs/user/masternodes/server-config.rst:101 +#: ../../docs/user/masternodes/server-config.rst:107 msgid "Set up your operating system" msgstr "Cài đặt hệ điều hành của bạn" -#: ../../docs/user/masternodes/server-config.rst:103 +#: ../../docs/user/masternodes/server-config.rst:109 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" @@ -171,11 +179,11 @@ msgid "" "and enter your password when prompted." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:114 +#: ../../docs/user/masternodes/server-config.rst:120 msgid "PuTTY download page" msgstr "Trang tải PuTTY" -#: ../../docs/user/masternodes/server-config.rst:116 +#: ../../docs/user/masternodes/server-config.rst:122 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** " @@ -184,11 +192,11 @@ msgid "" "**Yes** to trust this server in the future." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:125 +#: ../../docs/user/masternodes/server-config.rst:131 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" -#: ../../docs/user/masternodes/server-config.rst:127 +#: ../../docs/user/masternodes/server-config.rst:133 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 " @@ -198,17 +206,17 @@ msgstr "" "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:134 +#: ../../docs/user/masternodes/server-config.rst:140 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:138 +#: ../../docs/user/masternodes/server-config.rst:144 msgid "Set up users" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:140 +#: ../../docs/user/masternodes/server-config.rst:146 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 " @@ -217,7 +225,7 @@ msgid "" "current cursor location::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:148 +#: ../../docs/user/masternodes/server-config.rst:154 msgid "" "Enter and confirm a new password (preferably long and randomly generated). " "Next we will create a new user with the following command, replacing " @@ -227,7 +235,7 @@ msgstr "" "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:154 +#: ../../docs/user/masternodes/server-config.rst:160 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 " @@ -241,11 +249,11 @@ msgstr "" " 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:164 +#: ../../docs/user/masternodes/server-config.rst:170 msgid "Update the system" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:166 +#: ../../docs/user/masternodes/server-config.rst:172 msgid "" "Now, while still as root, we will update the system from the Ubuntu package " "repository::" @@ -253,27 +261,63 @@ 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:172 +#: ../../docs/user/masternodes/server-config.rst:178 msgid "" "The system will show a list of upgradable packages. Press **Y** and " "**Enter** to install the packages." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:177 +#: ../../docs/user/masternodes/server-config.rst:182 +msgid "Disable IPv6" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:184 +msgid "" +"We recommend turning off IPv6 to avoid potential communication issues. If " +"you cannot do this through your VPS provider's server configuration " +"settings, use the following steps to disable it through the operating " +"system." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:188 +msgid "Check if IPv6 is enabled::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:192 +msgid "If multiple inet6 entries are returned, open sysctrl.conf::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:197 +msgid "" +"Add the following lines at the end of the file, then press **Ctrl + X** to " +"close the editor, then **Y** and **Enter** save the file.::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:204 +msgid "Load the changes::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:208 +msgid "" +"Finally, check if IPv6 was successfully disabled. No entries should be " +"returned when you run the command this time::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:214 msgid "Configure the firewall" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:179 +#: ../../docs/user/masternodes/server-config.rst:216 msgid "" "We will now install a firewall (and some other packages we will use later)::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:183 -#: ../../docs/user/masternodes/server-config.rst:225 +#: ../../docs/user/masternodes/server-config.rst:220 +#: ../../docs/user/masternodes/server-config.rst:259 msgid "(press **Y** and **Enter** to confirm)" msgstr "(bấm **Y** và **Enter** để xác nhận)" -#: ../../docs/user/masternodes/server-config.rst:185 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Choose the appropriate firewall configuration below based on which network " "and masternode type your masternode will support:" @@ -291,17 +335,17 @@ msgstr "" msgid "Testnet" msgstr "Testnet" -#: ../../docs/user/masternodes/server-config.rst:229 +#: ../../docs/user/masternodes/server-config.rst:263 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:231 +#: ../../docs/user/masternodes/server-config.rst:265 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:240 +#: ../../docs/user/masternodes/server-config.rst:274 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 " @@ -311,11 +355,11 @@ msgstr "" "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:250 +#: ../../docs/user/masternodes/server-config.rst:284 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:252 +#: ../../docs/user/masternodes/server-config.rst:286 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, " @@ -325,26 +369,26 @@ msgstr "" "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:258 +#: ../../docs/user/masternodes/server-config.rst:292 msgid "Create a new configuration file::" msgstr "Tạo một file cấu hình mới::" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:296 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:307 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:279 +#: ../../docs/user/masternodes/server-config.rst:313 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:283 +#: ../../docs/user/masternodes/server-config.rst:317 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -353,25 +397,25 @@ msgid "" "**Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:289 +#: ../../docs/user/masternodes/server-config.rst:323 msgid "" "Optionally install or update `AppArmor `_ (try this " "step if you are having problems related to AppArmor)::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:295 +#: ../../docs/user/masternodes/server-config.rst:329 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:297 +#: ../../docs/user/masternodes/server-config.rst:331 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:301 +#: ../../docs/user/masternodes/server-config.rst:335 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:305 +#: ../../docs/user/masternodes/server-config.rst:339 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a `public" 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 9477203f3..31d19cd6e 100644 --- a/locale/vi/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/vi/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -368,7 +368,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:252 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -886,3 +886,21 @@ msgid "" "`_ are two options that " "accept cryptocurrency." msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:631 +msgid "" +"Please make sure that the certificate chain file contains your server " +"certificate at the top and intermediate/root certificates if present. If a " +"bundle file is present, you need to concatenate it with the certificate " +"file::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:637 +msgid "" +"Verify the validity of the private key and certificate chain by running " +"these commands::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:642 +msgid "The output of these two commands should be the same." +msgstr "" diff --git a/locale/vi/LC_MESSAGES/docs/user/mining/index.po b/locale/vi/LC_MESSAGES/docs/user/mining/index.po index 610aea90d..70039bd03 100644 --- a/locale/vi/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/vi/LC_MESSAGES/docs/user/mining/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" @@ -42,55 +42,39 @@ msgid "" "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." +"algorithm>`, which the miner must solve in order to earn rewards. A number " +"of X11 ASICs are available on the market, which help make Dash secure " +"against brute force attacks on the blockchain." 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." -msgstr "" - -#: ../../docs/user/mining/index.rst:35 +#: ../../docs/user/mining/index.rst:20 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:" msgstr "" -#: ../../docs/user/mining/index.rst:39 +#: ../../docs/user/mining/index.rst:24 msgid "`Hashrate `_" msgstr "" -#: ../../docs/user/mining/index.rst:40 +#: ../../docs/user/mining/index.rst:25 msgid "" "`Mining difficulty `_" msgstr "" -#: ../../docs/user/mining/index.rst:41 +#: ../../docs/user/mining/index.rst:26 msgid "" "`Profitability calculation tool " "`_" msgstr "" -#: ../../docs/user/mining/index.rst:44 +#: ../../docs/user/mining/index.rst:29 msgid "Masternodes vs. Mining" msgstr "" -#: ../../docs/user/mining/index.rst:46 +#: ../../docs/user/mining/index.rst:31 msgid "" "Dash, like Bitcoin and most other cryptocurrencies, is based on a " "decentralized ledger of all transactions, known as a blockchain. This " @@ -103,20 +87,20 @@ msgid "" "miner is rewarded." msgstr "" -#: ../../docs/user/mining/index.rst:56 +#: ../../docs/user/mining/index.rst:41 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% " +"rewarded when miners discover new blocks. The breakdown is as follows: 80% " "of the block subsidy is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " +"distribution found :ref:`here `, while 20% is " "reserved for the budget system (created by superblocks every month)." msgstr "" -#: ../../docs/user/mining/index.rst:67 +#: ../../docs/user/mining/index.rst:52 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 " @@ -134,7 +118,7 @@ msgstr "" "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 +#: ../../docs/user/mining/index.rst:60 msgid "" "In short, miners power the first tier, which is the basic sending and " "receiving of funds and prevention of doublespending. Masternodes power the " @@ -157,25 +141,19 @@ msgstr "" "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 +#: ../../docs/user/mining/index.rst:72 msgid "Mining Pools" msgstr "" -#: ../../docs/user/mining/index.rst:89 +#: ../../docs/user/mining/index.rst:74 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." +"power." msgstr "" -#: ../../docs/user/mining/index.rst:97 -msgid "http://www.p2poolmining.us/p2poolnodes/" -msgstr "" - -#: ../../docs/user/mining/index.rst:99 +#: ../../docs/user/mining/index.rst:79 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" @@ -185,435 +163,64 @@ msgid "" " be found :ref:`here `." msgstr "" -#: ../../docs/user/mining/index.rst:107 +#: ../../docs/user/mining/index.rst:87 msgid "https://coinfoundry.org" msgstr "" -#: ../../docs/user/mining/index.rst:108 +#: ../../docs/user/mining/index.rst:88 msgid "https://mining.luxor.tech" msgstr "" -#: ../../docs/user/mining/index.rst:109 -msgid "https://dash.suprnova.cc" -msgstr "" - -#: ../../docs/user/mining/index.rst:110 +#: ../../docs/user/mining/index.rst:89 msgid "https://www.nicehash.com" msgstr "" -#: ../../docs/user/mining/index.rst:111 -msgid "https://www.coinotron.com" -msgstr "" - -#: ../../docs/user/mining/index.rst:112 +#: ../../docs/user/mining/index.rst:90 msgid "https://dash.miningpoolhub.com" msgstr "" -#: ../../docs/user/mining/index.rst:113 +#: ../../docs/user/mining/index.rst:91 msgid "https://www.multipool.us" msgstr "" -#: ../../docs/user/mining/index.rst:114 +#: ../../docs/user/mining/index.rst:92 msgid "https://www.f2pool.com" msgstr "" -#: ../../docs/user/mining/index.rst:115 -msgid "https://www2.coinmine.pl/dash/" -msgstr "" - -#: ../../docs/user/mining/index.rst:116 +#: ../../docs/user/mining/index.rst:93 msgid "https://www.antpool.com" msgstr "" -#: ../../docs/user/mining/index.rst:117 -msgid "https://avalon-life.io" -msgstr "" - -#: ../../docs/user/mining/index.rst:118 -msgid "https://www.genesis-mining.com" -msgstr "" - -#: ../../docs/user/mining/index.rst:119 +#: ../../docs/user/mining/index.rst:94 msgid "https://www.viabtc.com" msgstr "" -#: ../../docs/user/mining/index.rst:120 +#: ../../docs/user/mining/index.rst:95 msgid "https://zpool.ca" msgstr "" -#: ../../docs/user/mining/index.rst:122 +#: ../../docs/user/mining/index.rst:97 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" +"exercise discretion when using third-party services. If you'd like to be " +"added to this list, please open an issue on the `GitHub repository " +"`_." msgstr "" -#: ../../docs/user/mining/index.rst:129 +#: ../../docs/user/mining/index.rst:104 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 " "`." msgstr "" -#: ../../docs/user/mining/index.rst:143 -msgid "CPU Mining" -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 "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:158 ../../docs/user/mining/index.rst:292 -msgid "`Crypto Mining Blog `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:159 ../../docs/user/mining/index.rst:293 -msgid "" -"`Dash Forum Mining Discussions " -"`_" -msgstr "" - -#: ../../docs/user/mining/index.rst:160 ../../docs/user/mining/index.rst:294 -msgid "" -"`Bitcoin Talk Altcoin Mining Discussions " -"`_" -msgstr "" - -#: ../../docs/user/mining/index.rst:163 ../../docs/user/mining/index.rst:297 -msgid "Mining software" -msgstr "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:168 -msgid "https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:178 -msgid "CPU-Z showing details for an Intel i7 Haswell CPU" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:185 -msgid "https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c" -msgstr "" - -#: ../../docs/user/mining/index.rst:186 -msgid "https://github.com/tpruvot/cpuminer-multi" -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 " -"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 "" - -#: ../../docs/user/mining/index.rst:198 -msgid "Executable CPU miners for Dash" -msgstr "" - -#: ../../docs/user/mining/index.rst:201 ../../docs/user/mining/index.rst:345 -msgid "Configuration" -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::" -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::" -msgstr "" - -#: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 -msgid "Where:" -msgstr "Ở đó:" - -#: ../../docs/user/mining/index.rst:220 -msgid "minerd = the executable miner daemon file you choose to use" -msgstr "" - -#: ../../docs/user/mining/index.rst:221 -msgid "a = algorithm, which is X11 for Dash" -msgstr "" - -#: ../../docs/user/mining/index.rst:222 -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" -msgstr "" - -#: ../../docs/user/mining/index.rst:224 -msgid "p = password, can often be set to x" -msgstr "" - -#: ../../docs/user/mining/index.rst:225 -msgid "t = number of threads used" -msgstr "" - -#: ../../docs/user/mining/index.rst:226 -msgid "pause = keeps the window open in the case of errors" -msgstr "" - -#: ../../docs/user/mining/index.rst:228 -msgid "For the CPU in the example above, the command may be::" -msgstr "" - -#: ../../docs/user/mining/index.rst:236 -msgid "Notepad file showing an example command to start a CPU miner" -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." -msgstr "" - -#: ../../docs/user/mining/index.rst:243 ../../docs/user/mining/index.rst:392 -msgid "Testing" -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 "" - -#: ../../docs/user/mining/index.rst:257 -msgid "Example of CPU mining using DarkCoin CPUMiner 1.3 on Intel Core i7" -msgstr "" - -#: ../../docs/user/mining/index.rst:260 -msgid "Tips" -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." -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." -msgstr "" - -#: ../../docs/user/mining/index.rst:277 -msgid "GPU Mining" -msgstr "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:309 -msgid "" -"GPU-Z showing details for AMD Radeon Turks and NVIDIA Quadro GK104 class " -"GPUs" -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 "" - -#: ../../docs/user/mining/index.rst:318 -msgid "**AMD**" -msgstr "" - -#: ../../docs/user/mining/index.rst:320 -msgid "https://github.com/nicehash/sgminer/releases" -msgstr "" - -#: ../../docs/user/mining/index.rst:322 -msgid "**NVIDIA**" -msgstr "" - -#: ../../docs/user/mining/index.rst:324 -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)" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:335 -msgid "Executable GPU miners for Dash" -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." -msgstr "" - -#: ../../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" -msgstr "" - -#: ../../docs/user/mining/index.rst:373 -msgid "url = URL of your mining pool, including the protocol and port" -msgstr "" - -#: ../../docs/user/mining/index.rst:374 -msgid "" -"user = username, usually the Dash receiving address of your wallet or worker" -msgstr "" - -#: ../../docs/user/mining/index.rst:376 -msgid "pass = password, can often be set to x" -msgstr "" - -#: ../../docs/user/mining/index.rst:377 -msgid "" -"algorithm = hashing algorithm to use, in this case darkcoin (for historic " -"reasons) or darkcoin-mod" -msgstr "" - -#: ../../docs/user/mining/index.rst:380 -msgid "For the pool above, the configuration may be:" -msgstr "" - -#: ../../docs/user/mining/index.rst:385 -msgid "Configuration file for a Dash GPU miner" -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." -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." -msgstr "" - -#: ../../docs/user/mining/index.rst:403 -msgid "" -"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD Graphics " -"4600" -msgstr "" - -#: ../../docs/user/mining/index.rst:410 +#: ../../docs/user/mining/index.rst:120 msgid "ASIC Mining" msgstr "" -#: ../../docs/user/mining/index.rst:412 +#: ../../docs/user/mining/index.rst:122 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" @@ -621,431 +228,126 @@ msgid "" " than CPU or GPU miners, resulting in higher profit." msgstr "" -#: ../../docs/user/mining/index.rst:417 +#: ../../docs/user/mining/index.rst:127 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 `_." +"Forums `_." msgstr "" -#: ../../docs/user/mining/index.rst:424 +#: ../../docs/user/mining/index.rst:134 msgid "" "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 +#: ../../docs/user/mining/index.rst:138 msgid "Name" msgstr "Tên" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Hash rate" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Power" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Weight" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Dimensions (mm)" msgstr "" -#: ../../docs/user/mining/index.rst:428 +#: ../../docs/user/mining/index.rst:138 msgid "Price" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "" "`Bitmain Antminer D5 " "`_" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "119 GH/s ±5%" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "1566 W" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "7.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "486 x 265 x 388" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "$1,180" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "`Spondoolies SPx36 `_" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "540 GH/s ±10%" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "4400 W" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "19.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "640 x 525 x 185" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "$7,000" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "" "`StrongU STU-U6 `_" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "420 GH/s ±8%" msgstr "" -#: ../../docs/user/mining/index.rst:434 ../../docs/user/mining/index.rst:478 +#: ../../docs/user/mining/index.rst:144 msgid "2100 W" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "8.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "370 x 135 x 208" msgstr "" -#: ../../docs/user/mining/index.rst:437 +#: ../../docs/user/mining/index.rst:147 msgid "ASIC resellers may also have miners available:" msgstr "" -#: ../../docs/user/mining/index.rst:439 +#: ../../docs/user/mining/index.rst:149 msgid "http://kaboomracks.com" msgstr "" -#: ../../docs/user/mining/index.rst:440 +#: ../../docs/user/mining/index.rst:150 msgid "https://brokerage.luxor.tech/dashboard" 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." -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "`Baikal BK-X `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "10 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "800 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "3.8 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "312 x 125 x 130" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "`Baikal Mini `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "150 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "40 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid ".475 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "140 x 100 x 95" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "`Baikal Giant+ A2000 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "2000 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "430 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 ../../docs/user/mining/index.rst:456 -msgid "3 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "300 x 140 x 125" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "`Baikal Giant A900 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "900 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "217 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "2.5 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "300 x 123 x 123" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "`Baikal Quad Cube `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "1200 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "300 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "135 x 135 x 425" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "" -"`Bitmain Antminer D3 " -"`_" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "17 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "970 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "6.5 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "320 x 130 x 190" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "`iBelink DM384M `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "384 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "715 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "21 kg" -msgstr "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:462 -msgid "`iBelink DM11G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 -msgid "11 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 ../../docs/user/mining/index.rst:464 -msgid "810 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 -msgid "22 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "`iBelink DM22G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "22 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "19 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "Pinidea DR-1" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "500 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "320 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 ../../docs/user/mining/index.rst:468 -#: ../../docs/user/mining/index.rst:470 -msgid "4.5 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "290 x 130 x 150" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 -msgid "Pinidea DR-2" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 -msgid "450 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 -msgid "335 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 ../../docs/user/mining/index.rst:470 -msgid "200 x 165 x 135" -msgstr "" - -#: ../../docs/user/mining/index.rst:470 -msgid "Pinidea DR-3" -msgstr "" - -#: ../../docs/user/mining/index.rst:470 -msgid "600 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:470 -msgid "345 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "Pinidea DU-1" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "9 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "7 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "50 x 50 x 30" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 -msgid "Pinidea DRX-Kuznetsov" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 -msgid "900 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 -msgid "650 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 ../../docs/user/mining/index.rst:476 -msgid "280 x 180 x 150" -msgstr "" - -#: ../../docs/user/mining/index.rst:476 -msgid "Pinidea DRX-Varyag" -msgstr "" - -#: ../../docs/user/mining/index.rst:476 -msgid "1200 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:476 -msgid "850 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "" -"`iBelink DM56G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "56 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "17 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "490 x 390 x 180" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "" -"`Innosilicon A5 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "32 GH/s ±8%" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "750 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "3.1 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "400 x 135 x 158" -msgstr "" diff --git a/locale/vi/LC_MESSAGES/docs/user/mining/pools.po b/locale/vi/LC_MESSAGES/docs/user/mining/pools.po index 53dae4b74..8e0692d19 100644 --- a/locale/vi/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/vi/LC_MESSAGES/docs/user/mining/pools.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/network/dash-evo-tool/index.po b/locale/vi/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po new file mode 100644 index 000000000..b086075d1 --- /dev/null +++ b/locale/vi/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po @@ -0,0 +1,608 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2024, Dash Core Group, Inc +# This file is distributed under the same license as the Dash package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Kien Bui , 2024 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Dash latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" +"PO-Revision-Date: 2024-11-18 17:41+0000\n" +"Last-Translator: Kien Bui , 2024\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/dash-evo-tool/index.rst-1 +msgid "Description of dash evo tool features and usage" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst-1 +msgid "dash, platform, evonode, masternodes, dash evo tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:9 +msgid "Dash Evo Tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:11 +msgid "" +"Dash Evo Tool is an application designed to help you vote on usernames, " +"withdraw evonode credits, and complete an expanding list of Platform " +"actions. This guide describes how to download, install, and use the Dash Evo" +" Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:18 +msgid "Installation" +msgstr "Cài đặt" + +#: ../../docs/user/network/dash-evo-tool/index.rst:22 +msgid "" +"The Dash Evo Tool requires a Dash Core full node configured to allow RPC and" +" ZMQ access." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:24 +msgid "" +"Linux, MacOS, or Windows packages are available on the `GitHub releases page" +" `__. Download the" +" zip file for your Operating System, then unzip the downloaded file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:28 +msgid "" +"`Windows `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:29 +msgid "" +"`Mac (ARM m1-m4) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:30 +msgid "" +"`Mac (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:31 +msgid "" +"`Linux (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:32 +msgid "" +"`Linux (ARM) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:37 +msgid "Configuration" +msgstr "Cấu hình" + +#: ../../docs/user/network/dash-evo-tool/index.rst:39 +msgid "Open the directory where the download was unzipped." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:40 +msgid "" +"Open the ``.env`` file (you may need to show hidden files to see it). For " +"the network you plan to connect to, make the following changes. Replace the " +"``*`` with the network name (MAINNET or TESTNET):" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:44 +msgid "" +"Update ``*_CORE_RPC_USER`` to match the ``rpcuser`` value from your Dash " +"Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:45 +msgid "" +"Update ``*_CORE_RPC_PASSWORD`` to match the ``rpcpassword`` value from your " +"Dash Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:47 +msgid "" +"If your dash.conf includes ``rpcallowip``, update ``*_CORE_HOST`` with that " +"IP address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:48 +msgid "" +"If your dash.conf includes ``rpcport``, update ``*_CORE_RPC_PORT`` with that" +" port." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:49 +msgid "" +"(*Optional*) If you are going to run Dash Core manually instead of launching" +" it via the Dash Evo Tool, you must enable ZMQ by adding the following lines" +" to your dash.conf file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Mainnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Testnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:72 +msgid "" +"The default location of the ``dash.conf`` file can be found in the " +":ref:`Dash Core documentation `. At a minimum, the following " +"values must be defined for RPC access to be enabled:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:82 +msgid "Updating the env file" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:84 +msgid "" +"When the application runs for the first time, it creates a application " +"directory and copies the ``.env`` file into it. It also stores application " +"data in the directory. Any further updates to the ``.env`` file must be made" +" to the copy in the application directory." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Operating System" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Configuration File Path" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "macOS" +msgstr "macOS" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "~/Library/Application Support/Dash-Evo-Tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "Windows" +msgstr "Windows" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "C:\\\\Users\\\\\\\\AppData\\\\Roaming\\\\Dash-Evo-Tool\\\\config" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "Linux" +msgstr "Linux" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "/home//.config/dash-evo-tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:99 +msgid "Running the application" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:101 +msgid "" +"Once the ``.env`` file is configured, launch the Dash Evo Tool by double-" +"clicking the file named ``dash-evo-tool``." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:104 +msgid "" +"Alternatively, you can launch the application directly from your terminal. " +"For example, on Linux, run::" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:112 +msgid "Network selection" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:114 +msgid "" +"The Dash Evo Tool supports both testnet and mainnet. To choose a network, " +"navigate to the Network Selection screen and click the checkbox in the " +"Select column for the desired network. Then click the **Start** button on " +"that row to launch Dash Core." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:122 +msgid "" +"You can also launch Dash Core manually without using the Dash Evo Tool. This" +" may be necessary if Dash Core is installed in a non-standard location. When" +" launching Dash Core manually, you must enable ZMQ as described in " +":hoverxref:`Configuration Step 3 `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:130 +msgid "Network selection screen with testnet selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:135 +msgid "Identity operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:140 +msgid "Load existing identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:142 +msgid "" +"On the main identity screen, click the **Load Identity** button on the upper" +" right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:149 +#: ../../docs/user/network/dash-evo-tool/index.rst:213 +msgid "Identity screen with no loaded identities" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:151 +msgid "" +"Some identity types require different information. Use the **Identity Type**" +" dropdown menu to select the type you want to add. In this example, an " +"evonode identity is being added." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:158 +msgid "Identity load screen for evonode" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:164 +msgid "" +"Your collateral key is **not** required. Do not enter it into the Dash Evo " +"Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:166 +msgid "" +"Add the Identity ID and Owner Private Key. You may also want to add the " +"Voting Private Key, but adding the Payout Address Private Key is **not** " +"recommended. For a masternode or evonode, use the protx hash as the Identity" +" ID." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:170 +msgid "" +"If you use the `Dash Masternode Tool `_, you can get the protx hash and private keys from the " +"masternode details screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:177 +msgid "Dash Masternode Tool" +msgstr "Dash Masternode Tool - công cụ quản lý Dash Masternode" + +#: ../../docs/user/network/dash-evo-tool/index.rst:179 +msgid "" +"Click **Load Identity** once you have entered the required information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:185 +msgid "Identity load screen with evonode info filled out" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:187 +msgid "" +"Once the identity is loaded, you can view its balance and details about its " +"keys. For evonodes, you can also initiate :ref:`withdrawals `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:194 +#: ../../docs/user/network/dash-evo-tool/index.rst:270 +msgid "Identity screen with an evonode identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:199 +msgid "Create new identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:203 +msgid "" +"Before creating an identity, make sure you have :ref:`added a Dash Evo Tool " +"wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:206 +msgid "" +"On the main identity screen, click the **Create Identity** button on the " +"upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:215 +msgid "" +"On the create identity screen, leave the first two options set to the " +"default and select the funding method. Then, send the requested amount of " +"DASH to the provided address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:222 +msgid "Waiting for funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:224 +msgid "" +"The status will change from \"Waiting for funds\" to \"Waiting for Platform " +"acknowledgement\" once the funds have been received and the identity " +"registration process has started." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:231 +msgid "Waiting for Platform acknowledgement" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:233 +msgid "" +"Once the identity has been registered, you can choose to return to the " +"identity screen or proceed to :ref:`registering a name `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:240 +msgid "Identity creation success" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:247 +msgid "Identity screen with an identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:252 +msgid "Evonode withdrawals" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:256 +msgid "" +"Withdrawal requests enter a queue that is currently processed more slowly " +"than intended. Depending on the timing of the withdrawal request, it may " +"take up to 18 hours to complete." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:259 +msgid "" +"For security, there is also a limit on how much can be withdrawn from " +"Platform daily. If withdrawal requests hit the daily limit, they will remain" +" in the queue longer. For details, see this `DCG development update " +"`_." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:264 +msgid "" +"From the identity main screen, click the **Withdraw** button for an " +"identity." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:272 +msgid "" +"On the withdrawal screen, select the key to sign the withdrawal. Selecting " +"the owner key is recommended since this will direct the withdrawal to the " +"payout address. Next, set the amount to withdraw." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:278 +msgid "" +"The **Max** button currently has a bug and sets the withdrawal amount in " +"credits instead of DASH, so you will need to manually adjust the amount if " +"you use that button." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:281 +msgid "Click **Withdraw** after entering the information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:287 +msgid "Withdraw screen with key and amount selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:289 +msgid "" +"When the withdrawal confirmation screen opens, confirm that the amount and " +"destination address are correct. Click **Confirm** to request the " +"withdrawal." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:296 +msgid "Withdrawal confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:301 +msgid "Name operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:306 +msgid "Register name" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:308 +msgid "" +"After :ref:`creating an identity `, you can " +"register a name for it. From the main name screen, click the **Register " +"Name** button on the upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:315 +msgid "Name screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:317 +msgid "" +"First, select the identity to register a name for. This step will be " +"automatically done if you are registering a name as part of the identity " +"creation process." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:320 +msgid "" +"Next, enter the desired name. Notification will be provided if you selected " +"a contested name and the estimated cost will be displayed. Click **Register " +"Name** to complete the registration." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:327 +msgid "Name registration" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:329 +msgid "" +"Upon successful registration, you can see the name on the **My usernames** " +"screen along with any other names you have registered." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:336 +msgid "Name registered successfully" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:341 +msgid "Vote for names" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:343 +msgid "" +"The Voting screen displays a list of names that are currently require a " +"vote. Click the **Refresh** button to update the screen at any time." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:348 +msgid "" +"Voting can only be done by masternodes and evonodes, and each node can only " +"modify its vote four times. See the :ref:`load identity section ` for instructions on importing your keys." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:355 +msgid "Voting screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:357 +msgid "" +"To vote for a contestant, click on an entry in the Contestants column. You " +"can also vote to Lock the name or Abstain by clicking the value in those " +"columns. You will be prompted to load an evonode or masternode identity if " +"you have not already done so." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:361 +msgid "" +"After clicking one of the contestants, vote for that identity to receive the" +" name by clicking one of your specific identities on the Vote Confirmation " +"screen. Click **All** to vote with all your loaded identities " +"simultaneously." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:369 +msgid "Vote confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:371 +msgid "" +"See the `DPNS page " +"`_ for more voting details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:378 +msgid "Wallet operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:382 +msgid "" +"The Dash Evo Tool wallet features only work if your Dash Core node has a " +"single wallet open. **If you have multiple wallets open in Dash Core, close " +"all of them except the one used by the Dash Evo Tool.**" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:389 +msgid "Create wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:391 +msgid "" +"This tool includes a basic wallet feature to support identity registration. " +"Wallets can be added from the wallet screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:396 +msgid "" +"Since this tool adds watching-only addresses to Dash Core when creating " +"identities, it is recommended to close all existing Dash Core wallets and " +":ref:`create a new, empty wallet ` for the Dash Evo Tool. Also, make sure to :ref:`backup your Dash " +"Core wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:401 +msgid "Click **Add Wallet** to create a new wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:407 +msgid "Wallet screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:409 +msgid "" +"After creating extra randomness with the mouse, select your preferred " +"language and click **Generate** to display you passphrase. Write it down and" +" store it securely, then click the checkbox in step 3 to confirm." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:413 +msgid "" +"Next, enter a wallet name and optionally add a password before clicking " +"**Save Wallet** to store the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:420 +msgid "Wallet create screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:425 +msgid "Use wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:427 +msgid "Select your wallet using the dropdown box." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:433 +msgid "Select wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:438 +msgid "Funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:440 +msgid "" +"Several tabs display wallet details. The Funds tab shows your receiving " +"addresses. Click **Add Receiving Address** if you want to add additional " +"addresses to fund the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:447 +msgid "Wallet Funds tab" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:449 +msgid "" +"After adding addresses, they will appear in a table with balance and other " +"details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:455 +msgid "Wallet with address added" +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 8fdd24e8c..529897811 100644 --- a/locale/vi/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/vi/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -100,7 +100,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:65 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -449,20 +449,390 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:362 msgid "" -"Once the new version is installed, reset the configuration and services " -"using ``--keep-data`` so the existing data is retained. Then, update the " -"dashmate services::" +"Once the new version of dashmate is installed, update dash service docker " +"images::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:368 +#: ../../docs/user/network/dashmate/index.rst:366 msgid "Finally, restart dashmate::" msgstr "" +#: ../../docs/user/network/dashmate/index.rst:371 +msgid "Troubleshooting" +msgstr "" + #: ../../docs/user/network/dashmate/index.rst:375 -msgid "Collecting logs" +msgid "" +"Only enable logs if you have :ref:`configured log rotation ` to avoid running out of disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:378 +msgid "" +"The following sections describe how to enable log rotation, set up file " +"logging for Core and Platform, adjust log levels, and collect the logs for " +"analysis." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:382 +msgid "Dashmate log overview" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:384 +msgid "" +"Dashmate logs for each service are stored within its Docker container. " +"Although this is typically sufficient, more advanced options are sometimes " +"needed to adjust the log level, output format, or destination. Several cases" +" include when you need to:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:388 +msgid "Modify the level of detail provided in the logs (e.g., debug vs info)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:389 +msgid "" +"Provide data to a log server (e.g., `Elasticsearch " +"`_)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:390 +msgid "Store persistent file logs external to the Docker containers" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:391 +msgid "Use log monitoring tools to track service health" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:393 +msgid "" +"For example, since the default dashmate logs are only stored in the Docker " +"containers, they are lost if the container is removed for some reason (new " +"Docker image, dashmate reset, failure, etc.). Therefore, you may want to " +"store persistent log files external to Docker while troubleshooting an issue" +" to ensure valuable log data cannot be lost." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:401 +msgid "Set up log rotation" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:403 +msgid "" +"By default, dashmate logs are not written to the docker host file system. At" +" times you may want to write them to the host file system. Before enabling " +"logging, it is important to configure log rotation to avoid running out of " +"disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:407 +msgid "Create a new logrotate configuration file for dashmate logs:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:413 +msgid "" +"Paste in the following configuration and replace the example path one that " +"matches your system. This example configuration rotates logs daily and " +"retains seven historical files for each log file type. Historical files are " +"each limited to 1GB." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:430 +msgid "" +"Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:434 +msgid "" +"For additional log rotation details, see `this configuration tutorial " +"`_ or check out the `logrotate man pages " +"`_." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:442 +msgid "Configure Core logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:445 +msgid "Enable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:447 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Core logs on" +" the host file system. Replace the example path with one that matches your " +"system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:457 +msgid "Toggle debug logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:459 +msgid "" +"To enable debug logging for additional details, run the following command. " +"Debug logs can be turned off by setting the value back to ``false``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:0 +msgid "Advanced debug logging" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:468 +msgid "" +"Dashmate supports some advanced debug log options provided by Dash Core. The" +" following boolean ``core.log.debug`` settings correspond directly to the " +"parameters described in the `Core documentation " +"`_: ``ips``, " +"``sourceLocations``, ``threadNames``, and ``timeMicros``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:474 +msgid "**Dashmate Debug Log Options**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +msgid "**Setting**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Description**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "``ips``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "Logs the IP addresses of incoming and outgoing connections" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "``sourceLocations``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "" +"Logs the source locations (file and line number) for debugging information" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "``threadNames``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "Logs the names of the threads used for various operations" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "``timeMicros``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "" +"Logs timestamps with microsecond precision for detailed performance analysis" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Filter Option**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "``includeOnly``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "" +"Log only the specified categories (e.g., ``[\"net\", \"rpc\"]``). If empty, " +"all categories will be logged" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "``exclude``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "" +"Excludes specified categories from logging (e.g., ``[\"rpc\", " +"\"instantsend\"]``)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:505 +msgid "View current log settings" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:507 +msgid "To view the current Core log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:514 +msgid "Disable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:516 +msgid "" +"To disable logging to a file outside the container, reset the log path to " +"``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:525 +msgid "Configure Platform logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:527 +msgid "" +"For troubleshooting flexibility, dashmate provides independent log " +"configuration for the Platform Gateway, Drive ABCI, and Tenderdash. Each " +"service can be configured with the most helpful log level and output format." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:534 +msgid "Gateway logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:536 +msgid "" +"The Platform gateway has two types of logs: service logs and access logs. " +"Service logs are directed to stdout, while access logs can be configured to " +"go to stdout, stderr, or to a file. If all logs are directed to stdout, the " +"output will be a mixture of service and access data." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:540 +#: ../../docs/user/network/dashmate/index.rst:604 +#: ../../docs/user/network/dashmate/index.rst:671 +msgid "**Enable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:542 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"gateway access logs on the host file system. The example below adds file " +"logging while also keeping the default stdout logging. Replace the example " +"path with one that matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:562 +#: ../../docs/user/network/dashmate/index.rst:626 +#: ../../docs/user/network/dashmate/index.rst:680 +msgid "**Disable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:564 +msgid "" +"To disable logging to a file, remove the file config from the accessLogs " +"setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:576 +#: ../../docs/user/network/dashmate/index.rst:641 +#: ../../docs/user/network/dashmate/index.rst:688 +msgid "**Change log level**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:578 +msgid "" +"Platform gateway service logs support several levels of detail. In " +"increasing order of detail they are: ``critical``, ``error``, ``warn``, " +"``info`` (default), ``debug``, and ``trace``. To disable service logs, set " +"the log level to ``off``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:582 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.gateway.log.level`` value. For example, run these commands to " +"change the gateway service log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:591 +#: ../../docs/user/network/dashmate/index.rst:658 +#: ../../docs/user/network/dashmate/index.rst:704 +msgid "**View log settings**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:593 +#: ../../docs/user/network/dashmate/index.rst:660 +msgid "To view the current Platform gateway log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:602 +msgid "Drive ABCI logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:606 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"ABCI logs on the host file system. Replace the example path with one that " +"matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:628 +msgid "" +"To disable logging to a file, remove the file config from the logs setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:643 +msgid "" +"Drive ABCI logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:648 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log levels for file logging and stdout logging to debug on " +"your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:669 +msgid "Tenderdash logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:673 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Tenderdash " +"logs on the host file system. Replace the example path with one that matches" +" your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:682 +msgid "To disable logging to a file, set the path back to ``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:690 +msgid "" +"Tenderdash logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:377 +#: ../../docs/user/network/dashmate/index.rst:695 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:706 +msgid "To view the current Tenderdash log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:715 +msgid "Collect logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:717 msgid "" "Dashmate includes the doctor command to make troubleshooting and log " "reporting easier. The dashmate doctor command collects important debugging " @@ -470,56 +840,83 @@ msgid "" "sent to the support team if necessary. This report includes:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:381 +#: ../../docs/user/network/dashmate/index.rst:721 msgid "" "**Operating System**: Details about the architecture, CPU, memory, and swap" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:382 +#: ../../docs/user/network/dashmate/index.rst:722 msgid "" "**Docker**: Status and logs (exit codes, stdout, stderr) for each service" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:383 +#: ../../docs/user/network/dashmate/index.rst:723 msgid "" "**Core RPC**: Essential details like the best ChainLock, quorums, blockchain" " information, peers, and masternode status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:384 +#: ../../docs/user/network/dashmate/index.rst:724 msgid "" "**Tenderdash RPC**: Status, genesis, network information, ABCI details, and " "a consensus state dump" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:385 +#: ../../docs/user/network/dashmate/index.rst:725 msgid "" "**Metrics**: Tenderdash and Drive metrics (if enabled in the configuration)" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:387 +#: ../../docs/user/network/dashmate/index.rst:727 msgid "To create a report, run ``dashmate doctor`` and select **Yes**::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:395 +#: ../../docs/user/network/dashmate/index.rst:735 msgid "Run the doctor command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:397 +#: ../../docs/user/network/dashmate/index.rst:737 msgid "" "Upon successful completion, the full path to the report archive is " "displayed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:403 +#: ../../docs/user/network/dashmate/index.rst:743 msgid "Doctor output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:406 +#: ../../docs/user/network/dashmate/index.rst:748 +msgid "Metrics" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:750 +msgid "" +"To provide better network visibility to DCG developers for troubleshooting, " +"volunteers can contribute metrics to the DCG metrics server." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:753 +msgid "Enable metrics on your dashmate node" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:776 +msgid "" +"Grant access to metrics from the DCG metrics server (34.219.3.238) by " +"updating your network configuration (i.e., your firewall, AWS security " +"groups, etc.)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:779 +msgid "" +"Provide DCG with your IP address and port so it can be added to the DCG " +"Prometheus server" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:782 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:408 +#: ../../docs/user/network/dashmate/index.rst:784 msgid "" "For further documentation see the `dashmate repository " "`__." 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 69673f63f..e90ab7e34 100644 --- a/locale/vi/LC_MESSAGES/docs/user/network/electrumx-server.po +++ b/locale/vi/LC_MESSAGES/docs/user/network/electrumx-server.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/advanced-functions.po b/locale/vi/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index a3f766da6..2f82bd906 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/getting-started.po b/locale/vi/LC_MESSAGES/docs/user/wallets/android/getting-started.po index c5b767e12..8f2a295ed 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/index.po b/locale/vi/LC_MESSAGES/docs/user/wallets/android/index.po index 707d98e20..c2b904328 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/android/index.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/android/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/installation.po b/locale/vi/LC_MESSAGES/docs/user/wallets/android/installation.po index 4d25afefc..2d118da38 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/android/installation.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/android/installation.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/advanced.po b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index 449d3b904..16618992a 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/vi/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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/backup.po b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index 90d44dadb..9e2b8d2d5 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/backup.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/backup.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/cmd-rpc.po b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po index d0fc2266e..a2c1e3f93 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/coinjoin-instantsend.po b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po index 8c60c0fbc..baea645d2 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/index.po b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/index.po index 8071e2d37..0a46801ad 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/index.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/installation-linux.po b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index a66cd7977..9a9cdf65c 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2023\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" @@ -145,7 +145,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:92 msgid "" -"This will create a folder named ``dashcore-21.1.0`` in the current working " +"This will create a folder named ``dashcore-21.1.1`` in the current working " "directory. We will now install the executable binaries to ``/usr/local/bin``" " using the ``install`` command::" 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 7437fbe19..4b4b6fe68 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" @@ -150,29 +150,17 @@ msgstr "Chạy Dash Core lần đầu tiên" #: ../../docs/user/wallets/dashcore/installation-macos.rst:94 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-" +" **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." +"downloaded from the internet. Simply click **Open** to continue launching " +"the application." 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." - -#: ../../docs/user/wallets/dashcore/installation-macos.rst:109 + +#: ../../docs/user/wallets/dashcore/installation-macos.rst:103 msgid "Unblocking macOS from running Dash Core" msgstr "Mở khoá MacOS để chạy phần mềm Dash Core" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:111 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:105 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 " @@ -180,11 +168,11 @@ msgid "" "recommended to use the default data folder if possible." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:119 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:113 msgid "Choosing the Dash Core data folder" msgstr "Chọn thư mục dữ liệu cho Dash Core" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:121 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:115 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 " @@ -194,26 +182,26 @@ msgstr "" " 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:128 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:122 msgid "Starting Dash Core" msgstr "Khởi động Dash Core" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:131 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:125 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:133 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:127 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 "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:140 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:134 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-macos.rst:142 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:136 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 " @@ -228,23 +216,23 @@ msgstr "" "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:151 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:145 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:153 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:147 msgid "You can now create a wallet to send and receive funds." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:152 msgid "Creating your Dash Wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 msgid "HD wallets are now created by default." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:158 msgid "" "If no wallet files are loaded, you will get this prompt in the Overview tab." " To create a wallet, click the **Create a new wallet** button or click " @@ -253,7 +241,7 @@ msgid "" "wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:171 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:167 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 " @@ -261,49 +249,49 @@ msgid "" "encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:179 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 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:184 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:211 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Enter a password" msgstr "Nhập mật khẩu" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:191 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:216 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:187 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:212 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:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:189 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:197 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 msgid "Encrypting your Dash wallet" msgstr "Mã hoá ví Dash của bạn" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:199 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 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:204 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 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:206 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 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:218 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:214 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 " @@ -315,11 +303,11 @@ msgstr "" "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:226 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:222 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:228 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:224 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 " 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 05fc34f3c..5df3942d3 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" @@ -119,7 +119,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-21.1.0-win64-setup.exe.asc`` in the same folder as the downloaded" +"``dashcore-21.1.1-win64-setup.exe.asc`` in the same folder as the downloaded" " installer." msgstr "" @@ -130,7 +130,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-21.1.0-win64-setup.exe with dashcore-21.1.0-win64-setup.exe.asc`` " +"dashcore-21.1.1-win64-setup.exe with dashcore-21.1.1-win64-setup.exe.asc`` " "then you have an authentic copy of Dash Core for Windows." msgstr "" 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 694d745d6..0573f33ed 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/interface.po b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index 4751f81f2..65bcd1151 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/interface.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/interface.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/send-receive.po b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po index f7ddc127b..d55ce8646 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/advanced.po b/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index f994c9461..b86a2f88f 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/advanced.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/advanced.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/faq.po b/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/faq.po index 9f312357d..c9a8baf5c 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/faq.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/faq.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/index.po b/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/index.po index 929ea1cb7..644abba9f 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/index.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/installation.po b/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/installation.po index 9872a9a1e..163d6555a 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/installation.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/installation.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/security.po b/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/security.po index 9b2337b55..f0ce9fa8e 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/security.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/security.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/send-receive.po b/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index 4d287759b..c8d187eee 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/hardware.po b/locale/vi/LC_MESSAGES/docs/user/wallets/hardware.po index 3a1ee4c9b..6c6c1c947 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/hardware.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-hardware.po b/locale/vi/LC_MESSAGES/docs/user/wallets/index-hardware.po index 68c93f86d..fcb689602 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/index-hardware.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/index-hardware.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-paper.po b/locale/vi/LC_MESSAGES/docs/user/wallets/index-paper.po index 243626a21..c92fdb049 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/index-paper.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/index-paper.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-third-party.po b/locale/vi/LC_MESSAGES/docs/user/wallets/index-third-party.po index 8d374a220..55599b4ef 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-web.po b/locale/vi/LC_MESSAGES/docs/user/wallets/index-web.po index 0944e1306..d4f114794 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/index-web.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/index-web.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index.po b/locale/vi/LC_MESSAGES/docs/user/wallets/index.po index 84319c9ad..47b8b984c 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/ios/advanced-functions.po b/locale/vi/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 845fb0e64..241f59c67 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/getting-started.po b/locale/vi/LC_MESSAGES/docs/user/wallets/ios/getting-started.po index 9958055bc..2240732a8 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/index.po b/locale/vi/LC_MESSAGES/docs/user/wallets/ios/index.po index 48719f1f5..1098d7752 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/ios/index.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/ios/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/installation.po b/locale/vi/LC_MESSAGES/docs/user/wallets/ios/installation.po index 3b3256b9d..ea51cf378 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/ios/installation.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/ios/installation.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/paper.po b/locale/vi/LC_MESSAGES/docs/user/wallets/paper.po index 1133467d3..f365917e3 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/paper.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/recovery.po b/locale/vi/LC_MESSAGES/docs/user/wallets/recovery.po index 1d5f5c098..194b648e3 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/recovery.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/signing.po b/locale/vi/LC_MESSAGES/docs/user/wallets/signing.po index 6295c99e9..9afabb712 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/signing.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/third-party.po b/locale/vi/LC_MESSAGES/docs/user/wallets/third-party.po index 3b1cfa3f6..b6d8d237c 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/vi/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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/web.po b/locale/vi/LC_MESSAGES/docs/user/wallets/web.po index 141d3f61c..21a5ccb9f 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/web.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/index.po b/locale/vi/LC_MESSAGES/index.po index 9abbbfd77..0b7314d23 100644 --- a/locale/vi/LC_MESSAGES/index.po +++ b/locale/vi/LC_MESSAGES/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: Kien Bui , 2019\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 347695fc2..51a6904d6 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/zh_CN/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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -122,78 +122,86 @@ msgstr "" msgid "" "It is only necessary to run this step during the initial setup of your " "machine. Run the guix install routine to prepare your environment and answer" -" \"Y\" for all prompts::" +" \"Y\" for all prompts:" msgstr "" -#: ../../docs/user/developers/compiling.rst:88 +#: ../../docs/user/developers/compiling.rst:0 +msgid "Ubuntu/Debian install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst:0 +msgid "General install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst:99 msgid "Clone repositories" msgstr "" -#: ../../docs/user/developers/compiling.rst:90 +#: ../../docs/user/developers/compiling.rst:101 msgid "" "After installing the prerequisites and preparing guix, reboot the system, " "login as ````, and clone required repositories::" msgstr "" -#: ../../docs/user/developers/compiling.rst:97 +#: ../../docs/user/developers/compiling.rst:108 msgid "Download the macOS SDK which is required to create macOS builds::" msgstr "" -#: ../../docs/user/developers/compiling.rst:104 +#: ../../docs/user/developers/compiling.rst:115 msgid "Build Dash Core" msgstr "" -#: ../../docs/user/developers/compiling.rst:106 +#: ../../docs/user/developers/compiling.rst:117 msgid "" "Checkout the tag associated with the Dash Core version you plan to build::" msgstr "" -#: ../../docs/user/developers/compiling.rst:113 +#: ../../docs/user/developers/compiling.rst:124 msgid "Run ``guix-build`` to create binaries for Linux, Mac, and Windows::" msgstr "" -#: ../../docs/user/developers/compiling.rst:118 +#: ../../docs/user/developers/compiling.rst:129 msgid "" "When the build completes, it will put the binaries in the ``guix-" "build-/output/`` directory." msgstr "" -#: ../../docs/user/developers/compiling.rst:122 +#: ../../docs/user/developers/compiling.rst:133 msgid "Create signatures for binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:124 +#: ../../docs/user/developers/compiling.rst:135 msgid "" "Mac and Windows binaries are signed by Dash Core Group using the relevant " "Apple and Microsoft processes. In this step, that information will be " "validated and signed by your machine." msgstr "" -#: ../../docs/user/developers/compiling.rst:128 +#: ../../docs/user/developers/compiling.rst:139 msgid "" "Prepare the `detached sigs repository `__::" msgstr "" -#: ../../docs/user/developers/compiling.rst:137 +#: ../../docs/user/developers/compiling.rst:148 msgid "" "Prepare the `guix.sigs repository `__ " "by pulling the latest changes::" msgstr "" -#: ../../docs/user/developers/compiling.rst:144 +#: ../../docs/user/developers/compiling.rst:155 msgid "Create a new branch for the version that was built::" msgstr "" -#: ../../docs/user/developers/compiling.rst:152 +#: ../../docs/user/developers/compiling.rst:163 msgid "Unsigned binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:154 +#: ../../docs/user/developers/compiling.rst:165 msgid "To create signatures for the unsigned binaries, run ``guix-attest``::" msgstr "" -#: ../../docs/user/developers/compiling.rst:162 +#: ../../docs/user/developers/compiling.rst:173 msgid "" "The ``signer`` parameter should be set to the value provided for \"Real " "name\" when generating a key with GPG. See the `GnuPrivacyGuard Howto " @@ -201,38 +209,38 @@ msgid "" " for details on how to generate a key if you don't already have one." msgstr "" -#: ../../docs/user/developers/compiling.rst:168 +#: ../../docs/user/developers/compiling.rst:179 msgid "Signed binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:170 +#: ../../docs/user/developers/compiling.rst:181 msgid "" "To create signatures for the signed binaries, run ``guix-codesign`` followed" " by guix-attest::" msgstr "" -#: ../../docs/user/developers/compiling.rst:182 +#: ../../docs/user/developers/compiling.rst:193 msgid "Upload signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:184 +#: ../../docs/user/developers/compiling.rst:195 msgid "" "After successfully building the binaries, signing them, and verifying the " "signatures, you can optionally contribute them to the `guix.sigs repository " "`_ via a pull request on GitHub." msgstr "" -#: ../../docs/user/developers/compiling.rst:189 +#: ../../docs/user/developers/compiling.rst:200 msgid "Initial setup" msgstr "" -#: ../../docs/user/developers/compiling.rst:191 +#: ../../docs/user/developers/compiling.rst:202 msgid "" "Since the official guix.sigs repository has restricted write access, create " "a fork of it via GitHub and add your fork as a remote repository::" msgstr "" -#: ../../docs/user/developers/compiling.rst:197 +#: ../../docs/user/developers/compiling.rst:208 msgid "" "The first time you contribute signatures, also put a copy of your public key" " in the ``builder-keys`` folder of the repository so others can easily " @@ -240,21 +248,21 @@ msgid "" "following command::" msgstr "" -#: ../../docs/user/developers/compiling.rst:207 +#: ../../docs/user/developers/compiling.rst:218 msgid "Adding your signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:209 +#: ../../docs/user/developers/compiling.rst:220 msgid "" "Add and commit the ``*.SHA256SUMS`` and ``*.SHA256SUMS.asc`` files created " "by the build process::" msgstr "" -#: ../../docs/user/developers/compiling.rst:220 +#: ../../docs/user/developers/compiling.rst:231 msgid "Push to your fork of the guix.sigs repository on GitHub::" msgstr "" -#: ../../docs/user/developers/compiling.rst:225 +#: ../../docs/user/developers/compiling.rst:236 msgid "" "Go to `GitHub `__ and open a " "pull request to the ``master`` branch of the upstream repository. The pull " @@ -262,11 +270,11 @@ msgid "" "checks out. Thanks for contributing!" msgstr "" -#: ../../docs/user/developers/compiling.rst:231 +#: ../../docs/user/developers/compiling.rst:242 msgid "Verify signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:233 +#: ../../docs/user/developers/compiling.rst:244 msgid "" "The `guix.sigs repository `_ contains" " deterministic build results signed by multiple Core developers for each " @@ -274,13 +282,13 @@ msgid "" "verification. Import the public keys::" msgstr "" -#: ../../docs/user/developers/compiling.rst:242 +#: ../../docs/user/developers/compiling.rst:253 msgid "" "Run the following commands to verify that your build matches the official " "release::" msgstr "" -#: ../../docs/user/developers/compiling.rst:252 +#: ../../docs/user/developers/compiling.rst:263 msgid "" "You should get a result similar to the following for Linux, Windows, MacOS, " "Signed Windows, and Signed MacOS. Assuming the previous steps completed " @@ -288,11 +296,11 @@ msgid "" "also." msgstr "" -#: ../../docs/user/developers/compiling.rst:341 +#: ../../docs/user/developers/compiling.rst:352 msgid "Gitian" msgstr "Gitian" -#: ../../docs/user/developers/compiling.rst:344 +#: ../../docs/user/developers/compiling.rst:355 msgid "" "Gitian builds were deprecated in favor of Guix builds with the release of " "Dash Core v20.0. Instructions on building Dash Core 19.0 or older versions " 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 4b389d43a..bbc622822 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/insight.po b/locale/zh_CN/LC_MESSAGES/docs/user/developers/insight.po index a7deb25a5..e0ca7bacd 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/zh_CN/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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -84,7 +84,7 @@ msgid "Change the value of ``datadir`` to ``../../.dashcore``" msgstr "" #: ../../docs/user/developers/insight.rst:58 -msgid "Change the value of ``exec`` to ``../../dashcore-21.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-21.1.1/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 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 0fd2632f1..f0579a508 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/testnet.po b/locale/zh_CN/LC_MESSAGES/docs/user/developers/testnet.po index 1d829eb30..148e5f582 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/zh_CN/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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 45237f0eb..67c09130d 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 78a06e55a..cee770d90 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 d90201094..c5ede5903 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 61fe51260..3c945d6e2 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 b08438e11..965c58dad 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 380660a9a..926e9e8bd 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 1e80e4393..0af32e875 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 030a9d499..4e7b064e3 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 a1f16e2f0..87ecd7c8d 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/zh_CN/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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -88,12 +88,12 @@ msgid "https://dashdevs.org" msgstr "" #: ../../docs/user/introduction/information.rst:32 -#: ../../docs/user/introduction/information.rst:166 +#: ../../docs/user/introduction/information.rst:173 msgid "https://www.dashcentral.org" msgstr "https://www.dashcentral.org" #: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:183 msgid "https://www.dashninja.pl" msgstr "https://www.dashninja.pl" @@ -102,7 +102,7 @@ msgid "https://dashnews.org" msgstr "" #: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:167 +#: ../../docs/user/introduction/information.rst:174 msgid "https://dashvotetracker.com" msgstr "https://dashvotetracker.com" @@ -420,126 +420,142 @@ msgid "Block explorers, statistics and visualizations" msgstr "区块链浏览器,数据统计和图像" #: ../../docs/user/introduction/information.rst:152 +msgid "**Dash Core**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:154 msgid "https://insight.dash.org/insight/" msgstr "" -#: ../../docs/user/introduction/information.rst:153 +#: ../../docs/user/introduction/information.rst:155 msgid "https://blockchair.com/dash" msgstr "https://blockchair.com/dash" -#: ../../docs/user/introduction/information.rst:154 +#: ../../docs/user/introduction/information.rst:156 msgid "https://chainz.cryptoid.info/dash/" msgstr "https://chainz.cryptoid.info/dash/" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:157 msgid "https://www.oklink.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:156 +#: ../../docs/user/introduction/information.rst:158 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:159 msgid "https://dashblockexplorer.com" msgstr "https://dashblockexplorer.com" -#: ../../docs/user/introduction/information.rst:158 +#: ../../docs/user/introduction/information.rst:160 msgid "https://live.blockcypher.com/dash/" msgstr "https://live.blockcypher.com/dash/" -#: ../../docs/user/introduction/information.rst:159 +#: ../../docs/user/introduction/information.rst:161 msgid "https://dash.tokenview.io" msgstr "" -#: ../../docs/user/introduction/information.rst:160 +#: ../../docs/user/introduction/information.rst:162 msgid "https://udjinm6.github.io/bitlisten/" msgstr "" #: ../../docs/user/introduction/information.rst:164 +msgid "**Dash Platform**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:166 +msgid "https://platform-explorer.com/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:167 +msgid "https://mnowatch.org/evonodes/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:171 msgid "Treasury tools" msgstr "预算工具" -#: ../../docs/user/introduction/information.rst:168 +#: ../../docs/user/introduction/information.rst:175 msgid "https://proposal.dash.org" msgstr "https://proposal.dash.org" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl/governance.html" msgstr "https://www.dashninja.pl/governance.html" -#: ../../docs/user/introduction/information.rst:170 +#: ../../docs/user/introduction/information.rst:177 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:181 msgid "Masternode management" msgstr "主节点管理" -#: ../../docs/user/introduction/information.rst:177 +#: ../../docs/user/introduction/information.rst:184 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "https://github.com/Bertrand256/dash-masternode-tool" -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:185 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:179 +#: ../../docs/user/introduction/information.rst:186 msgid "https://dash-news.de/dashtv/" msgstr "" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:187 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:184 +#: ../../docs/user/introduction/information.rst:191 msgid "Price monitoring and research" msgstr "" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:193 msgid "https://messari.io/asset/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:187 +#: ../../docs/user/introduction/information.rst:194 msgid "https://namu.wiki/w/Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:188 +#: ../../docs/user/introduction/information.rst:195 msgid "https://xangle.io/project/DASH/profile" msgstr "" -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:196 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:190 +#: ../../docs/user/introduction/information.rst:197 msgid "https://bitinfocharts.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:198 msgid "https://www.coingecko.com/en/coins/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:195 +#: ../../docs/user/introduction/information.rst:202 msgid "Dash Community project" msgstr "达世币社区项目" -#: ../../docs/user/introduction/information.rst:197 +#: ../../docs/user/introduction/information.rst:204 msgid "https://dashcommunity.github.io" msgstr "https://dashcommunity.github.io" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:205 msgid "https://github.com/dashcommunity" msgstr "" -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:209 msgid "DarkNet pages" msgstr "暗网网页" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:211 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "**Dash (镜像主页):** http://dashorg64cjvj4s3.onion" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:212 msgid "" "**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" @@ -547,49 +563,49 @@ msgstr "" "**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:213 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:217 msgid "Mobile Apps" msgstr "手机Apps" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:220 msgid "iOS" msgstr "iOS" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:222 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:223 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "" -#: ../../docs/user/introduction/information.rst:217 +#: ../../docs/user/introduction/information.rst:224 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "" -#: ../../docs/user/introduction/information.rst:218 +#: ../../docs/user/introduction/information.rst:225 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "" -#: ../../docs/user/introduction/information.rst:219 +#: ../../docs/user/introduction/information.rst:226 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "" -#: ../../docs/user/introduction/information.rst:220 +#: ../../docs/user/introduction/information.rst:227 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:231 msgid "Android" msgstr "安卓" -#: ../../docs/user/introduction/information.rst:226 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" @@ -597,24 +613,24 @@ msgstr "" "**Dash 钱包:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" -#: ../../docs/user/introduction/information.rst:227 +#: ../../docs/user/introduction/information.rst:234 msgid "" "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" -#: ../../docs/user/introduction/information.rst:228 +#: ../../docs/user/introduction/information.rst:235 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:229 +#: ../../docs/user/introduction/information.rst:236 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" msgstr "" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:237 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" @@ -622,13 +638,13 @@ msgstr "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:238 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:232 +#: ../../docs/user/introduction/information.rst:239 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" @@ -636,7 +652,7 @@ msgstr "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" -#: ../../docs/user/introduction/information.rst:233 +#: ../../docs/user/introduction/information.rst:240 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" @@ -644,15 +660,15 @@ msgstr "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" -#: ../../docs/user/introduction/information.rst:240 +#: ../../docs/user/introduction/information.rst:247 msgid "Glossary" msgstr "术语" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:250 msgid "51% Attack" msgstr "51% 攻击" -#: ../../docs/user/introduction/information.rst:245 +#: ../../docs/user/introduction/information.rst:252 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 " @@ -662,11 +678,11 @@ msgid "" msgstr "" "一旦某个加密数字货币的超过一半的算力由某一位或某一群矿工所控制,那么,这些在在算力数量上独占优势的矿工就会成为该网络的权威人士。这就意味着,网络上的每个客户端都会信任这些潜在的网络攻击者验证后的交易区块。" -#: ../../docs/user/introduction/information.rst:250 +#: ../../docs/user/introduction/information.rst:257 msgid "Address" msgstr "地址" -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:259 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -677,11 +693,11 @@ msgstr "" "达世币地址用于\\ :ref:`在达世币网络上完成达世币的发送/接收 `\\ " "。它包含一连串由字母和数字组成的字符,或者以可扫描的二维码的形式出现。达世币地址同时也可以充当达世币用户的公钥,从而以数字化的方式授权交易(请参照公钥词条浏览相关信息)。" -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:264 msgid "Algorithm" msgstr "算法" -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:266 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-step" @@ -691,11 +707,11 @@ msgstr "" "根据维基百科的定义,\\ `算法 `_\\ " "指的是在数学和计算机科学之中,任何独立且定义完备的具体计算步骤,通常用于计算、数据处理和自动推理。" -#: ../../docs/user/introduction/information.rst:263 +#: ../../docs/user/introduction/information.rst:270 msgid "Altcoin" msgstr "竞争币" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:272 msgid "" "Since Bitcoin was the first cryptocurrency and has the largest market " "capitalization, it is considered as the reference. An altcoin, or " @@ -703,11 +719,11 @@ msgid "" msgstr "" "比特币是全球首个加密数字货币,它的市值比其它币种都要高。考虑到这些因素,比特币往往被当作行业的标杆,而通常所说的竞争币往往是指除比特币之外的其它任何加密数字货币。" -#: ../../docs/user/introduction/information.rst:268 +#: ../../docs/user/introduction/information.rst:275 msgid "AML" msgstr "反洗钱" -#: ../../docs/user/introduction/information.rst:270 +#: ../../docs/user/introduction/information.rst:277 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. AML" @@ -715,11 +731,11 @@ msgid "" " AML techniques to Dash exchanges." msgstr "反洗钱技术用于防止人们将非法所得合法化,从本质上来说,它是技术或法律操作。监管机构经常将反洗钱技术应用于达世币交易平台。" -#: ../../docs/user/introduction/information.rst:274 +#: ../../docs/user/introduction/information.rst:281 msgid "API" msgstr "API" -#: ../../docs/user/introduction/information.rst:276 +#: ../../docs/user/introduction/information.rst:283 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a set" @@ -729,7 +745,7 @@ msgstr "" "`_\\ " "指的是在计算机编程中,用于软件和应用程序建设的一系列惯例、协议和工具。" -#: ../../docs/user/introduction/information.rst:281 +#: ../../docs/user/introduction/information.rst:288 msgid "" "An API expresses a software component in terms of its operations, inputs, " "outputs, and underlying types, defining functionalities that are independent" @@ -740,11 +756,11 @@ msgid "" msgstr "" "应用程序接口通常以软件的操作、输入、输出和默认类型来表达其成分,并定义独立于各个部分之外的总体功能。这就意味着,在应用手续接口界面不受损害的前提下,应用程序仍然具备其定义并能完成操作。一个好的应用程序接口可以为软件开发提供所有的构件,帮助程序员高效地完成组合。" -#: ../../docs/user/introduction/information.rst:288 +#: ../../docs/user/introduction/information.rst:295 msgid "ASIC" msgstr "ASIC" -#: ../../docs/user/introduction/information.rst:290 +#: ../../docs/user/introduction/information.rst:297 msgid "" "An application-specific integrated circuit (ASIC), is an integrated circuit " "(IC) customized for a particular use, rather than intended for general-" @@ -754,11 +770,11 @@ msgstr "" "专用集成电路 (ASIC) 是针对整机或系统的需要,专门为之设计制造的集成电路 (IC),而不是为了满足通用目的而设计制造的集成电路。举个例子,为\\ " ":ref:`高效率的达世币挖矿 `\\ 而专门设计的数字录音机的芯片就是一种专用集成电路。" -#: ../../docs/user/introduction/information.rst:295 +#: ../../docs/user/introduction/information.rst:302 msgid "ATM / BTM" msgstr "ATM / BTM" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:304 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 " @@ -768,21 +784,21 @@ msgstr "" "达世币ATM是一种实体设备,消费者们可以通过它用现金购买达世币。目前,业内有各种各样的达世币ATM制造商,其中的一些产品可以为用户将达世币兑换成现金。有时,这些达世币ATM也被称作\"BTMs\"或者\"Dash" " AVMS\"。很多类型的\\ :ref:`ATMs `\\ 都开通了达世币业务。" -#: ../../docs/user/introduction/information.rst:301 +#: ../../docs/user/introduction/information.rst:308 msgid "Backlog" msgstr "积压" -#: ../../docs/user/introduction/information.rst:303 +#: ../../docs/user/introduction/information.rst:310 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:305 +#: ../../docs/user/introduction/information.rst:312 msgid "Backup" msgstr "备份" -#: ../../docs/user/introduction/information.rst:307 +#: ../../docs/user/introduction/information.rst:314 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 " @@ -796,11 +812,11 @@ msgstr "" "backup>`\\ " ",从而防止因计算机系统崩溃或移动设备丢失而造成的资金损失。这就相当于将钱包中的现金进行了备份,即使丢失了钱包,现金也能通过备份进行恢复。" -#: ../../docs/user/introduction/information.rst:314 +#: ../../docs/user/introduction/information.rst:321 msgid "Bitcoin 2.0" msgstr "比特币 2.0" -#: ../../docs/user/introduction/information.rst:316 +#: ../../docs/user/introduction/information.rst:323 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 " @@ -808,11 +824,11 @@ msgid "" msgstr "" "这一术语阐释了比特币项目的新级别。虽然这个项目起步于比特币的一个分叉,但其代码却拓展到了区块链项目的新级别,(包括智能合约和去中心化投票,....)等等。" -#: ../../docs/user/introduction/information.rst:320 +#: ../../docs/user/introduction/information.rst:327 msgid "Blockchain" msgstr "区块链" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:329 msgid "" "A `blockchain `_ is a " "distributed database that maintains a continuously-growing list of data " @@ -826,11 +842,11 @@ msgstr "" "据维基百科的定义,\\ `区块链 `_\\ " "是一个分布式的数据库,它维护着一个不断拓展的、优化了防篡改功能功能的数据记录列表。区块链是由包含交易信息的区块从后向前有序链接起来的数据结构。区块链的初始区块中存储着数据,而新近的区块上则存储着数据和程序,其中,每个区块都包含着批量的个人交易数据和任何区块链上的可执行文件的结果。此外,每个区块上都包含着一个时间戳和将其链接到此前区块的信息。" -#: ../../docs/user/introduction/information.rst:331 +#: ../../docs/user/introduction/information.rst:338 msgid "Blocks" msgstr "区块" -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:340 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -844,11 +860,11 @@ msgstr "" "汇总了该区块链上的所有交易。这些区块记录并确认交易发生的时间和顺序,并存储到区块链上。区块是由所谓的 \"矿工\" " "创建的,他们使用专用的软件和设备来创建区块。" -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:346 msgid "ChainLock" msgstr "ChainLock" -#: ../../docs/user/introduction/information.rst:341 +#: ../../docs/user/introduction/information.rst:348 msgid "" "Defined in `DIP8 " "`__, ChainLocks are" @@ -861,11 +877,11 @@ msgstr "" "`__,ChainLocks " "是在区块被矿工传播后立即用 LLMQ来 签名以确保最先见证规则的一种方式。这是一种有效缓解 51%攻击的方式,该攻击通常与双花相关。" -#: ../../docs/user/introduction/information.rst:347 +#: ../../docs/user/introduction/information.rst:354 msgid "Cloud Wallet" msgstr "云钱包" -#: ../../docs/user/introduction/information.rst:349 +#: ../../docs/user/introduction/information.rst:356 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 " @@ -877,22 +893,22 @@ msgid "" msgstr "" "第三方服务器可以为用户代为存储达世币,这样用户就可以从联网的任何设备上获取个人资金了。不过,如果第三方的网站遭到黑客攻击或者服务器受损,那么用户的资金就有丢失的风险。用户的网络钱包都应当强化密码配置并使用2FA双重验证。用户的网络钱包是无法备份的,因为个人无法获取私钥。我们不建议用户将大量资金存储在网络云钱包当中。" -#: ../../docs/user/introduction/information.rst:357 +#: ../../docs/user/introduction/information.rst:364 msgid "Coinbase transaction" msgstr "Coinbase交易" -#: ../../docs/user/introduction/information.rst:359 +#: ../../docs/user/introduction/information.rst:366 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:362 +#: ../../docs/user/introduction/information.rst:369 msgid "Cold Storage" msgstr "冷存储" -#: ../../docs/user/introduction/information.rst:364 +#: ../../docs/user/introduction/information.rst:371 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -902,11 +918,11 @@ msgstr "" "线下生成并存储私钥。用户可以使用脱机状态下的台式电脑或笔记本电脑、专用的硬件钱包、U盘或\\ :ref:`纸钱包 `\\ 来生成并存储私钥。" -#: ../../docs/user/introduction/information.rst:368 +#: ../../docs/user/introduction/information.rst:375 msgid "Confirm(ed) Transaction" msgstr "(已)确认交易" -#: ../../docs/user/introduction/information.rst:370 +#: ../../docs/user/introduction/information.rst:377 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 " @@ -916,15 +932,15 @@ msgid "" msgstr "" "当达世币交易发生时,矿工必须验证交易是否有效。在输入和输出得到验证后,交易才会被包含进区块链上的区块里。此时,交易完成且不可逆转。随着区块链上的区块数量的增加,交易确认的数量也会随之增加。" -#: ../../docs/user/introduction/information.rst:375 +#: ../../docs/user/introduction/information.rst:382 msgid "Confirmation Number" msgstr "确认数" -#: ../../docs/user/introduction/information.rst:376 +#: ../../docs/user/introduction/information.rst:383 msgid "confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:386 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -939,11 +955,11 @@ msgstr "" "。一次确认意味着交易包含在区块链上的最后一个区块上。二次确认意味着交易包含在最后的两个区块上;三次确认意味着交易包含在最后的三个区块上……以此类推。交易被逆转(也就是所谓的双花支付)的概率随着各个区块和后续确认的增加而骤减。六次确认往往就被认为是" " \"安全\" 且不可逆转的。" -#: ../../docs/user/introduction/information.rst:387 +#: ../../docs/user/introduction/information.rst:394 msgid "Confirmed Transactions" msgstr "已确认的交易" -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:396 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be " @@ -952,11 +968,11 @@ msgid "" msgstr "" "完成六次确认后的交易被视为已由矿工处理且不可逆。以即时发送为例,资金在数秒后不逆转,不过交易情况仍然会被记录在区块链上,并被视作(已)确认。" -#: ../../docs/user/introduction/information.rst:393 +#: ../../docs/user/introduction/information.rst:400 msgid "Credit pool" msgstr "" -#: ../../docs/user/introduction/information.rst:395 +#: ../../docs/user/introduction/information.rst:402 msgid "" "A store of value on the Core chain that is funded by asset lock " "transactions. The credit pool mirrors the credit balance on Dash Platform. " @@ -964,11 +980,11 @@ msgid "" "Platform and unlocking it to withdraw back to Dash on the Core chain." msgstr "" -#: ../../docs/user/introduction/information.rst:398 +#: ../../docs/user/introduction/information.rst:405 msgid "CPU" msgstr "CPU" -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:407 msgid "" "A `central processing unit (CPU) " "`_ is the electronic " @@ -987,11 +1003,11 @@ msgstr "" "来完成计算机程序的指令。至少从1960年起,中央处理器就通用于计算机行业了。中央处理器一词通常泛指处理器,具体来说,它包括运算核心和控制核心 " "(CU),这些计算机核心部件有别于主存储器、输入电路和输出电路等外部组件。" -#: ../../docs/user/introduction/information.rst:410 +#: ../../docs/user/introduction/information.rst:417 msgid "Cryptocurrency" msgstr "加密数字货币" -#: ../../docs/user/introduction/information.rst:412 +#: ../../docs/user/introduction/information.rst:419 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -1001,11 +1017,11 @@ msgstr "" "据维基百科的定义,\\ `加密数字货币 `_\\ " "(虚拟货币或加密货币)指的是应用加密技术来确保交易安全并控制货币发行的交换媒介。" -#: ../../docs/user/introduction/information.rst:416 +#: ../../docs/user/introduction/information.rst:423 msgid "Cryptography" msgstr "密码学" -#: ../../docs/user/introduction/information.rst:418 +#: ../../docs/user/introduction/information.rst:425 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -1022,11 +1038,11 @@ msgid "" msgstr "" "密码学(一词源于希腊语kryptós“隐藏的”和gráphein“书写”)。它指的是在有第三方存在的情况下,为提高通信安全技术而进行的研究和操作。通常来说,密码学是构建和分析协议,从而防止第三方或公众浏览私人讯息的学科,它涉及信息安全的方方面面,其中数据保密性、数据完整性、身份验证和不可否认性是现代密码学的核心。现代密码学汇集了数学、计算机科学和电子工程的学科知识,它的应用包括ATM卡、计算机密码和电子商务。" -#: ../../docs/user/introduction/information.rst:430 +#: ../../docs/user/introduction/information.rst:437 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:432 +#: ../../docs/user/introduction/information.rst:439 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, 80% " @@ -1039,61 +1055,61 @@ msgid "" "the two terms are interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP" msgstr "DAP" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:450 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." msgstr "分布式应用协议指的是以达世币去中心化应用为基础而运行的软件应用。" -#: ../../docs/user/introduction/information.rst:445 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP Client" msgstr "DAP客户端" -#: ../../docs/user/introduction/information.rst:447 +#: ../../docs/user/introduction/information.rst:454 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:449 +#: ../../docs/user/introduction/information.rst:456 msgid "DAP Schema" msgstr "DAP纲要" -#: ../../docs/user/introduction/information.rst:451 +#: ../../docs/user/introduction/information.rst:458 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:453 +#: ../../docs/user/introduction/information.rst:460 msgid "DAP Space" msgstr "DAP空间" -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:462 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:457 +#: ../../docs/user/introduction/information.rst:464 msgid "DAP State" msgstr "DAP状态" -#: ../../docs/user/introduction/information.rst:459 +#: ../../docs/user/introduction/information.rst:466 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:461 +#: ../../docs/user/introduction/information.rst:468 msgid "DAPI" msgstr "DAPI" -#: ../../docs/user/introduction/information.rst:463 +#: ../../docs/user/introduction/information.rst:470 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 " @@ -1101,11 +1117,11 @@ msgid "" msgstr "" "分布式应用程序接口的定义可参考上一词条应用程序接口的定义。它所具备的功能与应用程序接口相同,不同的是主节点仲裁链作为分布式应用程序接口的通信端点。" -#: ../../docs/user/introduction/information.rst:467 +#: ../../docs/user/introduction/information.rst:474 msgid "Dark Gravity Wave" msgstr "暗黑重力波" -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:476 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" " *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" @@ -1118,21 +1134,21 @@ msgstr "" ",它和Kimoto Gravity " "Well相似,是开放源代码的难度调节算法。不过,(和根据过去2016个区块的生成时间长短来确认下一个周期的难度的比特币不同的是),暗黑重力波难度调节算法使用最后一个区块上的统计数据来调节各个区块的的难度。在这种情况下,即使算力有所波动,新区块的生成也能维持稳定,并且这种算法不会受到时间错位的影响。" -#: ../../docs/user/introduction/information.rst:475 +#: ../../docs/user/introduction/information.rst:482 msgid "Darkcoin" msgstr "暗黑币" -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:484 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." msgstr "达世币最初发布时项目名为Xcoin,随后改为暗黑币,最终确定为达世币。" -#: ../../docs/user/introduction/information.rst:479 +#: ../../docs/user/introduction/information.rst:486 msgid "Dash" msgstr "达世币" -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:488 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency was" " later renamed \"Dash\" to avoid association with the darknet markets. Dash " @@ -1143,11 +1159,11 @@ msgid "" ":ref:`Features ` page for a full list of Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:489 +#: ../../docs/user/introduction/information.rst:496 msgid "DashDrive" msgstr "Dash驱动" -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:498 msgid "" "Dash network data storage backend service used by masternodes for off-chain " "data relating to Evolution. DashDrive implements `IPFS `_, " @@ -1156,11 +1172,11 @@ msgstr "" "主节点使用达世币网络数据存储终端服务来处理与Evolution相关的链下数据。DashDrive安装了\\ `IPFS " "`_,这是一种分布式的文件存储系统。" -#: ../../docs/user/introduction/information.rst:494 +#: ../../docs/user/introduction/information.rst:501 msgid "Dash Client" msgstr "达世币客户端" -#: ../../docs/user/introduction/information.rst:496 +#: ../../docs/user/introduction/information.rst:503 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" @@ -1171,11 +1187,11 @@ msgid "" msgstr "" "达世币客户端是用于与达世币网络相连的软件程序。它存储着完成达世币交易所需的私钥和整个区块链的副本。每一个与达世币网络相连的达世币客户端都会成为网络上的一个节点,而每一个节点都会与整个网络的其它成员一同分享和传播新的交易资讯,从而创建一个更有活力的去中心化基础框架。" -#: ../../docs/user/introduction/information.rst:502 +#: ../../docs/user/introduction/information.rst:509 msgid "Dash Core Wallet" msgstr "Dash Core钱包" -#: ../../docs/user/introduction/information.rst:504 +#: ../../docs/user/introduction/information.rst:511 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 " @@ -1184,11 +1200,11 @@ msgid "" "it." msgstr "" -#: ../../docs/user/introduction/information.rst:509 +#: ../../docs/user/introduction/information.rst:516 msgid "Dash Evolution" msgstr "Dash Evolution" -#: ../../docs/user/introduction/information.rst:511 +#: ../../docs/user/introduction/information.rst:518 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" @@ -1197,21 +1213,21 @@ msgstr "" "目前,达世币在搭建一个3层的网络,它将使达世币在保持去中心化的同时,变得像Paypal一样便于使用。如需了解更多信息,请浏览\\ " ":ref:`达世币Evolution `\\ 的相关页面。" -#: ../../docs/user/introduction/information.rst:515 +#: ../../docs/user/introduction/information.rst:522 msgid "Dash Schema" msgstr "达世币纲要" -#: ../../docs/user/introduction/information.rst:517 +#: ../../docs/user/introduction/information.rst:524 msgid "" "A JSON-based language specification for defining and validating consensus " "data in Evolution." msgstr "以JSON为基础的语言用以定义和验证Evolution中的共识数据。" -#: ../../docs/user/introduction/information.rst:519 +#: ../../docs/user/introduction/information.rst:526 msgid "DDoS" msgstr "DDoS攻击" -#: ../../docs/user/introduction/information.rst:521 +#: ../../docs/user/introduction/information.rst:528 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 " @@ -1222,11 +1238,11 @@ msgid "" msgstr "" "分散式阻断服务攻击指的是攻击者使用个人控制的大量计算机来消耗攻击对象的资源。他们经常通过互联网发送少量的网络流量,从而阻碍攻击对象的计算能力和带宽资源,并阻断攻击对象向正规用户提供的服务。达世币交易平台有时也会遭到此类攻击。" -#: ../../docs/user/introduction/information.rst:527 +#: ../../docs/user/introduction/information.rst:534 msgid "Decentralized" msgstr "分布式" -#: ../../docs/user/introduction/information.rst:529 +#: ../../docs/user/introduction/information.rst:536 msgid "" "`Decentralized computing " "`_ is the allocation " @@ -1248,11 +1264,11 @@ msgstr "" "`_\\ " "指的是将硬件和软件资源分配到每个工作站或办公室的计算模式。相比之下,集中式计算则是将大部分计算功能集中于本地或者远程进行集中计算。分布式计算是一种现代化的计算模式。与分布式计算相反的集中计算则普遍存在于早期的计算机当中。和传统的集中计算相比,分布式的计算机系统拥有诸多优势。台式计算机发展如此迅猛,以至于它们的性能表现甚至远远超前于大多数企业应用的要求。这样一来,台式计算机的大多数计算能力都无用武之地。而分布式计算则可以发挥这些潜能,从而最大限度地提高计算机的效率。然而,分布式网络能否提高整个网络的效用还有待商榷。" -#: ../../docs/user/introduction/information.rst:544 +#: ../../docs/user/introduction/information.rst:551 msgid "Desktop Wallet" msgstr "桌面钱包" -#: ../../docs/user/introduction/information.rst:546 +#: ../../docs/user/introduction/information.rst:553 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 " @@ -1264,11 +1280,11 @@ msgstr "" "`\\ 、\\ :ref:`达世币轻钱包 `\\ 和\\ " ":ref:`硬件钱包 `\\ 。" -#: ../../docs/user/introduction/information.rst:552 +#: ../../docs/user/introduction/information.rst:559 msgid "Difficulty" msgstr "难度" -#: ../../docs/user/introduction/information.rst:554 +#: ../../docs/user/introduction/information.rst:561 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 " @@ -1281,15 +1297,15 @@ msgid "" msgstr "" "这一数字决定了计算新的区块的难度。它和区块哈希的既定数值中的最大数值有关。这个最大数值越低,那么产生适宜的哈希值的难度就越大。难度的变化取决于矿工在达世币网络上使用的计算能力的大小。如果大量矿工脱离网络,那么难度就会减小。达世币的日趋流行和专用集成电路的日渐普及使得难度与日俱增。" -#: ../../docs/user/introduction/information.rst:563 +#: ../../docs/user/introduction/information.rst:570 msgid "Digital Wallet" msgstr "数字钱包" -#: ../../docs/user/introduction/information.rst:565 +#: ../../docs/user/introduction/information.rst:572 msgid "See :ref:`this link ` for full documentation on wallets." msgstr "查看此\\ :ref:`链接 `\\ ,浏览所有钱包资料。" -#: ../../docs/user/introduction/information.rst:567 +#: ../../docs/user/introduction/information.rst:574 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 " @@ -1300,7 +1316,7 @@ msgstr "" "数字钱包类似于实体钱包,只不过数字钱包里放的是 **数字货币** " ",而实体钱包里放的是实体货币。达世币钱包里还存有私钥,也就是完成达世币交易的必备工具之一。为了防止丢失个人拥有的达世币,用户可以对钱包进行备份。数字钱包有多种类型,可用于各种设备:" -#: ../../docs/user/introduction/information.rst:574 +#: ../../docs/user/introduction/information.rst:581 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1313,7 +1329,7 @@ msgstr "" "`\\ " "):指的是安装在台式电脑或笔记本电脑上的钱包软件。用户只需保障钱包文件和文件中包含的私钥的安全。用户还可以对钱包文件进行备份,以便防止丢失个人拥有的达世币。" -#: ../../docs/user/introduction/information.rst:582 +#: ../../docs/user/introduction/information.rst:589 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or Apple " @@ -1327,7 +1343,7 @@ msgstr "" "wallet>`\\ ):用户可以通过Google " "Play或苹果应用商店(iTunes)下载。通过移动钱包,用户可以通过扫描二维码来付款,以便随时随地地使用达世币。用户还可以对移动钱包文件进行备份,以便防止丢失个人拥有的达世币。由于手机存在安全隐患,因此我们不建议用户在移动钱包上存储大量资金。" -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your Dash " @@ -1344,7 +1360,7 @@ msgstr "" ":ref:`MyDashWallet `\\ " "):第三方服务商将用户的达世币存储到他们的服务器上,并为用户提供借助密码和任何联网设备即可获取个人资金的界面。一旦网络遭到黑客攻击或服务器受损,用户可能丢失个人拥有的达世币。任何网络钱包都应通过强化密码或2FA双重验证来提升安全性。由于无法获得私钥,因此用户无法备份网络钱包。我们不建议用户在网络钱包或加密数字货币交易平台上存储大量的达世币。" -#: ../../docs/user/introduction/information.rst:603 +#: ../../docs/user/introduction/information.rst:610 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1358,7 +1374,7 @@ msgstr "" "**硬件钱包**\\ (\\ :ref:`Trezor `\\ " "、KeepKey、Ledger和Nano):硬件钱包指的是专用的防篡改硬件设备,它可以存储个人私钥。用户可以使用在脱机状态下使用私钥来完成交易。不过,要想把交易上传到达世币网络,用户必须联网。硬件钱包不仅方便用户使用私钥,还确保了私钥的安全。它是公认的最安全的达世币存储方式。" -#: ../../docs/user/introduction/information.rst:613 +#: ../../docs/user/introduction/information.rst:620 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the internet." @@ -1373,11 +1389,11 @@ msgstr "" "**线下存储/冷存储**\\ (\\ :ref:`冷钱包 `\\ " "):这是一种离线创建且不会联网的钱包。它的创建过程包括使用软件离线生成公钥和私钥,然后记录下生成的公钥和私钥。用户可以将公钥或私钥打印到纸上,或者采用激光蚀刻进行记录。用户还可以制作副本并存储在个人保险箱或银行保险箱里。这是一种非常安全的达世币存储方式,它不像软件钱包一样面临失窃风险,也不像网络钱包一样可能受到黑客攻击。但值得注意的是,U盘对于长期(数年)存储来说是不安全的,因为U盘的性能会随着时间的推移而降低。" -#: ../../docs/user/introduction/information.rst:623 +#: ../../docs/user/introduction/information.rst:630 msgid "DKG" msgstr "DKG" -#: ../../docs/user/introduction/information.rst:625 +#: ../../docs/user/introduction/information.rst:632 msgid "" "Defined in `DIP6 " "`__, Distributed " @@ -1393,11 +1409,11 @@ msgstr "" "dkg-network-protocol>`__) 是一种生成 用来在 LLMQ 中进行网络消息签名的BLS 密钥对。它基于 M-N " "策略和分布式生成,是 Shamir 的秘密分享技术的实现。" -#: ../../docs/user/introduction/information.rst:633 +#: ../../docs/user/introduction/information.rst:640 msgid "Digital Signature" msgstr "数字签名" -#: ../../docs/user/introduction/information.rst:635 +#: ../../docs/user/introduction/information.rst:642 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 " @@ -1409,11 +1425,11 @@ msgid "" msgstr "" "数字签名是一种数学机制,它帮助个人证明自己的身份和对数字资产的所有权。当个人的数字钱包通过正确的私钥进行交易时,整个达世币网络都可以看到与交易地址对应的签名,而用户而无需向网络公示自己的私钥。用户还可以通过私钥进行数字化的签名,从而证明自己对达世币地址的所有权。" -#: ../../docs/user/introduction/information.rst:643 +#: ../../docs/user/introduction/information.rst:650 msgid "Electrum Wallet" msgstr "轻钱包" -#: ../../docs/user/introduction/information.rst:645 +#: ../../docs/user/introduction/information.rst:652 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight wallet " "that does not require you to download or sync the entire blockchain, making " @@ -1421,11 +1437,11 @@ msgid "" " CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:656 msgid "Encryption" msgstr "加密" -#: ../../docs/user/introduction/information.rst:651 +#: ../../docs/user/introduction/information.rst:658 msgid "" "In cryptography, `encryption `_ is" " the process of encoding messages or information in such a way that only " @@ -1442,15 +1458,15 @@ msgstr "" "在密码学当中,\\ `加密 `_\\ " "指的是对消息或信息进行加密,以确保只有得到授权的第三方才能读取这些消息或信息的过程。即使第三方拦截了经过加密的信息,在没有私钥的情况下,他们所能看到的也只是乱码。在加密计划中,明码文本会以某种加密算法生成只有既定信息接收者才能解密的密码文本。出于技术方面的考虑,加密方案往往采用算法生成的伪随机加密密码。不断提高的计算能力已经破解了许多过去的加密算法,但AES-256等经过精心设计的现代系统基本上是“不可破解的”。" -#: ../../docs/user/introduction/information.rst:663 +#: ../../docs/user/introduction/information.rst:670 msgid "Escrow Services" msgstr "契约服务" -#: ../../docs/user/introduction/information.rst:665 +#: ../../docs/user/introduction/information.rst:672 msgid "An `escrow `_ is:" msgstr "`契约 `_\\ 是指:" -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:674 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1458,20 +1474,20 @@ msgid "" "or" msgstr "一个协议。根据这个协议,第三方为主要的交易方收发资金或文件,不过,支付条款取决于交易方的一致同意。" -#: ../../docs/user/introduction/information.rst:672 +#: ../../docs/user/introduction/information.rst:679 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:676 +#: ../../docs/user/introduction/information.rst:683 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:679 +#: ../../docs/user/introduction/information.rst:686 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1483,11 +1499,11 @@ msgid "" msgstr "" "在互联网上购买加密数字货币或其它关联产品或服务时,消费者通常可以使用可靠的托管服务。买卖双方都可以选择一个值得信赖的第三方,由卖方将加密数字货币(或其它关联产品)发送给第三方,再由买方向第三方发送相应的钱款。一旦确认双方都满足了协议条款的规定,受委托的第三方就会将钱款和所购买的加密数字货币(或其它关联产品)转发给相应的一方。" -#: ../../docs/user/introduction/information.rst:687 +#: ../../docs/user/introduction/information.rst:694 msgid "Evan Duffield" msgstr "Evan Duffield" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:696 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 " @@ -1496,11 +1512,11 @@ msgstr "" "Evan是达世币的创始人和第一个首席开发人员,也是X11算法、即时发送功能和匿名发送功能的发明者。在创建达世币之前,他是一名持有Series " "65金融牌照的理财顾问。" -#: ../../docs/user/introduction/information.rst:692 +#: ../../docs/user/introduction/information.rst:699 msgid "Exchange" msgstr "交易所" -#: ../../docs/user/introduction/information.rst:694 +#: ../../docs/user/introduction/information.rst:701 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" @@ -1516,11 +1532,11 @@ msgstr "" " `CoinMarketCap `_\\ " "。企业渴望降低持有币价波动较大的数字货币的风险,在这种情况下,这些企业可以借助支付服务处理器在进行每次交易时完成即时支付。" -#: ../../docs/user/introduction/information.rst:704 +#: ../../docs/user/introduction/information.rst:711 msgid "Faucet" msgstr "Faucet" -#: ../../docs/user/introduction/information.rst:706 +#: ../../docs/user/introduction/information.rst:713 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 " @@ -1529,40 +1545,40 @@ msgid "" msgstr "" "Faucets是一个奖励系统,它以网站或应用程序的形式出现,向访客提供百万分之一个达世币的小额奖励。根据网站的要求,访客可以在输入验证码或完成任务后领取奖励。" -#: ../../docs/user/introduction/information.rst:710 +#: ../../docs/user/introduction/information.rst:717 msgid "Fiat Gateway" msgstr "法币通道" -#: ../../docs/user/introduction/information.rst:712 +#: ../../docs/user/introduction/information.rst:719 msgid "" "`Fiat money `_ has been defined " "variously as:" msgstr "`法币 `_\\ 有下列含义:" -#: ../../docs/user/introduction/information.rst:715 +#: ../../docs/user/introduction/information.rst:722 msgid "Any money declared by a government to be legal tender." msgstr "依靠政府的法令成为合法通货的货币。" -#: ../../docs/user/introduction/information.rst:716 +#: ../../docs/user/introduction/information.rst:723 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:717 +#: ../../docs/user/introduction/information.rst:724 msgid "" "Intrinsically valueless money used as money because of government decree." msgstr "本质上毫无价值,但由于政府法令的支持才成为货币。" -#: ../../docs/user/introduction/information.rst:719 +#: ../../docs/user/introduction/information.rst:726 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "法定货币的例子包括美元、欧元和人民币等。" -#: ../../docs/user/introduction/information.rst:720 +#: ../../docs/user/introduction/information.rst:727 msgid "Fintech" msgstr "金融科技" -#: ../../docs/user/introduction/information.rst:722 +#: ../../docs/user/introduction/information.rst:729 msgid "" "`Financial technology " "`_, also known as " @@ -1576,11 +1592,11 @@ msgstr "" "根据维基百科的定义,\\ `金融科技 `_\\ " "指的是指企业运用科技手段使金融服务变得更高效,并因此而形成的一个经济产业。这些金融科技企业通常在创立之初就立志要使金融服务更加高效或力求摆脱中间商的干扰。最近,许多金融科技公司已经开始使用区块链技术了,这项技术正是达世币和比特币的基础。" -#: ../../docs/user/introduction/information.rst:730 +#: ../../docs/user/introduction/information.rst:737 msgid "Fork" msgstr "分叉" -#: ../../docs/user/introduction/information.rst:732 +#: ../../docs/user/introduction/information.rst:739 msgid "" "When the blockchain diverges or splits, with some clients recognizing one " "version of the blockchain as valid, and other clients believing that a " @@ -1592,7 +1608,7 @@ msgid "" msgstr "" "当区块链分叉之后,一些客户会认定其中的某一个版本才是正宗的,而另一些客户则认可另一个版本。由于更早诞生的区块链往往被人们认为是正版,因此很多分叉可以自发解决各种问题并避免后续干扰。随着时间的流逝,某个版本的区块链终将胜出并获得大多数人的认可。不过,分叉仍然是有风险的,因此区块链应当尽量避免分叉。" -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:748 msgid "" "Forking is most likely to occur during software updates to the network. Dash" " uses a Multi-Phased Fork (“:ref:`Spork `”) system for greater " @@ -1600,11 +1616,11 @@ msgid "" msgstr "" "最有可能发生分叉的阶段是网络进行软件更新的时候。达世币通过多阶段的分叉技术(\\ :ref:`叉勺技术 `\\ )来提高灵活性和安全性。" -#: ../../docs/user/introduction/information.rst:744 +#: ../../docs/user/introduction/information.rst:751 msgid "Full Nodes" msgstr "全节点" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:753 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 " @@ -1615,27 +1631,27 @@ msgstr "" "全节点指的是为网络提供完整版区块链的任何达世币客户端,其中包括在个人电脑上运行的Dash Core钱包和\\ :ref:`主节点 " "`\\ 等等。全节点通过允许任何用户对区块链的有效性进行双重验证来提高去中心化。" -#: ../../docs/user/introduction/information.rst:751 +#: ../../docs/user/introduction/information.rst:758 msgid "Fungible" msgstr "可代替姓" -#: ../../docs/user/introduction/information.rst:753 +#: ../../docs/user/introduction/information.rst:760 msgid "Every unit of the currency is worth the same as any other unit." msgstr "任何单位货币与其他同单位货币的价值相等。" -#: ../../docs/user/introduction/information.rst:754 +#: ../../docs/user/introduction/information.rst:761 msgid "Genesis Block" msgstr "原始块" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:763 msgid "The very first block in the block chain." msgstr "区块链上产生的第一个区块。" -#: ../../docs/user/introduction/information.rst:757 +#: ../../docs/user/introduction/information.rst:764 msgid "GPU" msgstr "GPU" -#: ../../docs/user/introduction/information.rst:759 +#: ../../docs/user/introduction/information.rst:766 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -1656,11 +1672,11 @@ msgstr "" "`_\\ " "也称视觉处理单元(VPU),它是一种专用电路,设计用于快速操控和修改存储器,从而加速创建输出到显示器上的图像。图形处理器可用于嵌入式系统、移动电话、个人计算机,工作站和游戏机。现代的图形处理器在处理计算机图形和图像时非常高效,并且高度并行的结构使它们能以比通用中央处理器更高的效率处理需要并行处理的大量数据。在个人计算机中,图形处理器可存在于显卡上、嵌在主板上或嵌在中央处理器芯片上。某些加密数字货币的挖矿算法在图形处理器上才能实现效率最大化。" -#: ../../docs/user/introduction/information.rst:773 +#: ../../docs/user/introduction/information.rst:780 msgid "Hardware Wallet" msgstr "硬件钱包" -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:782 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a piece " @@ -1670,11 +1686,11 @@ msgstr "" ":ref:`硬件钱包 `\\ " "是最安全的达世币钱包。用户的私钥会被存储在硬件当中,不存在泄露到互联网上的风险。与此同时,用户仍然能够正常地进行交易。硬件钱包既安全,又方便。" -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:787 msgid "Hash" msgstr "哈希值" -#: ../../docs/user/introduction/information.rst:782 +#: ../../docs/user/introduction/information.rst:789 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 +1700,39 @@ msgid "" msgstr "" "这一词条指的是一个数学过程,它采用数量可变的数据来产生较短的且长度固定的输出数据。哈希函数具有两个重要的特征:首先,从数学的角度来看,人们很难根据输出数据来推算原始的输入数据;其次,对输入数据的微小改变将导致截然不同的输出数据。" -#: ../../docs/user/introduction/information.rst:788 +#: ../../docs/user/introduction/information.rst:795 msgid "Hashrate" msgstr "算力" -#: ../../docs/user/introduction/information.rst:790 +#: ../../docs/user/introduction/information.rst:797 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:792 +#: ../../docs/user/introduction/information.rst:799 msgid "Insight" msgstr "Insight" -#: ../../docs/user/introduction/information.rst:794 +#: ../../docs/user/introduction/information.rst:801 msgid "" "Blockchain information server used to power block explorers and respond to " "transaction queries." msgstr "用于支持区块浏览器并回复交易查询的区块链信息服务器。" -#: ../../docs/user/introduction/information.rst:796 +#: ../../docs/user/introduction/information.rst:803 msgid "InstantX" msgstr "InstantX" -#: ../../docs/user/introduction/information.rst:798 +#: ../../docs/user/introduction/information.rst:805 msgid "See InstantSend" msgstr "查看即时支付" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:806 msgid "InstantSend" msgstr "即时支付" -#: ../../docs/user/introduction/information.rst:801 +#: ../../docs/user/introduction/information.rst:808 msgid "" ":ref:`InstantSend ` technology uses the masternode network to " "\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" @@ -1727,11 +1743,11 @@ msgstr "" ":ref:`即时发送 `\\ " "技术借助主节点网络锁定输入的交易数据,防止达世币双花支付。与需要一个小时甚至更长时间才能完成交易确认的比特币不同的是,即时发送功能只需要几秒钟就能锁定交易并使交易不可逆转。" -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:813 msgid "Liquidity" msgstr "资产流动性" -#: ../../docs/user/introduction/information.rst:808 +#: ../../docs/user/introduction/information.rst:815 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" @@ -1740,11 +1756,11 @@ msgid "" msgstr "" "在轻松进行交易的同时维持价格大致相同。对于流通性来说,拥有稳定且大规模的买卖群体非常重要。一旦市场流通性不足,币价将出现波动,各方也无法轻松地确认资产的价值。" -#: ../../docs/user/introduction/information.rst:813 +#: ../../docs/user/introduction/information.rst:820 msgid "LLMQ" msgstr "LLMQ" -#: ../../docs/user/introduction/information.rst:815 +#: ../../docs/user/introduction/information.rst:822 msgid "" "Defined in `DIP6 " "`__, A Long- Living" @@ -1759,11 +1775,11 @@ msgstr "" "`__,一个长效主节点仲裁团(LLMQ)是一个确定性的全节点子集。此仲裁团在分布式密钥生成(DKG)协议的帮助下生成并且存在很长时间(例如数天)。多个仲裁团同时处于激活状态,允许这些仲裁团之前负载均衡。LLMQ" " 的主要任务就是共识相关消息的签名工作。" -#: ../../docs/user/introduction/information.rst:824 +#: ../../docs/user/introduction/information.rst:831 msgid "Masternode" msgstr "主节点" -#: ../../docs/user/introduction/information.rst:826 +#: ../../docs/user/introduction/information.rst:833 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." @@ -1772,17 +1788,17 @@ msgstr "" ":ref:`主节点 `\\ " "是一种特殊的全节点,它为网络提供服务并凭借这样的服务获取区块奖励。主节点的持有条件是持有1000个达世币。" -#: ../../docs/user/introduction/information.rst:830 +#: ../../docs/user/introduction/information.rst:837 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:832 +#: ../../docs/user/introduction/information.rst:839 msgid "Mining" msgstr "挖矿" -#: ../../docs/user/introduction/information.rst:834 +#: ../../docs/user/introduction/information.rst:841 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 " @@ -1790,19 +1806,19 @@ msgid "" ":ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:838 +#: ../../docs/user/introduction/information.rst:845 msgid "Mobile Wallet" msgstr "移动钱包" -#: ../../docs/user/introduction/information.rst:840 +#: ../../docs/user/introduction/information.rst:847 msgid "These are wallets available on mobile devices (iOS + Android)." msgstr "这些移动钱包支持不同手机钱包(iOS + 安卓)。" -#: ../../docs/user/introduction/information.rst:841 +#: ../../docs/user/introduction/information.rst:848 msgid "MultiSig" msgstr "多重签名" -#: ../../docs/user/introduction/information.rst:843 +#: ../../docs/user/introduction/information.rst:850 msgid "" "Multi-signature addresses provide additional security by requiring multiple " "people to sign a transaction with their private key before the transaction " @@ -1816,22 +1832,22 @@ msgstr "" "multisig>`\\ " "中,用户需要获得规定的3个签名中的两个才能授权交易。通常来说,多重签名地址被交易平台或其它拥有大量加密数字货币的机构所采纳,用于降低失窃的风险。" -#: ../../docs/user/introduction/information.rst:851 +#: ../../docs/user/introduction/information.rst:858 msgid "Node" msgstr "节点" -#: ../../docs/user/introduction/information.rst:853 +#: ../../docs/user/introduction/information.rst:860 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:856 +#: ../../docs/user/introduction/information.rst:863 msgid "OTC" msgstr "OTC" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:865 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 " @@ -1841,11 +1857,11 @@ msgid "" msgstr "" "场外交易(OTC)是指在交易平台之外发生的交易。在场外交易期间,买卖双方直接对接或经过中间人进行接触。当一个人想要买卖大额的加密数字货币但又担心大额订单会导致价格改变(波动)时,场外交易非常有用。" -#: ../../docs/user/introduction/information.rst:863 +#: ../../docs/user/introduction/information.rst:870 msgid "P2P" msgstr "P2P" -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:872 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two " "parties in a highly interconnected network. An alternative system to a 'hub-" @@ -1854,11 +1870,11 @@ msgid "" msgstr "" "点对点交易。它指的是在高度互联的网络中至少在两方之间发生的去中心化交流。它是轴辐式网络的替代系统,轴辐式网络中的各交易方由一个联结点连接起彼此。" -#: ../../docs/user/introduction/information.rst:869 +#: ../../docs/user/introduction/information.rst:876 msgid "Paper Wallet" msgstr "纸钱包" -#: ../../docs/user/introduction/information.rst:871 +#: ../../docs/user/introduction/information.rst:878 msgid "" ":ref:`Paper wallets ` are offline wallets, printed on " "paper for safety. If properly secured and stored they are considered the " @@ -1867,11 +1883,11 @@ msgstr "" ":ref:`纸钱包 `\\ " "指的是离线钱包,用户可以将公钥或私钥打印到纸上,从而保障安全。如果保管和保密工作得当,纸钱包是存储加密数字货币的最安全的方式。" -#: ../../docs/user/introduction/information.rst:874 +#: ../../docs/user/introduction/information.rst:881 msgid "Privacy" msgstr "隐私" -#: ../../docs/user/introduction/information.rst:876 +#: ../../docs/user/introduction/information.rst:883 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about themselves, " @@ -1884,11 +1900,11 @@ msgid "" "includes CoinJoin, which allows users to maintain financial privacy." msgstr "" -#: ../../docs/user/introduction/information.rst:886 +#: ../../docs/user/introduction/information.rst:893 msgid "Private Key" msgstr "私钥" -#: ../../docs/user/introduction/information.rst:888 +#: ../../docs/user/introduction/information.rst:895 msgid "" "A `private key `_ is" " a long alphanumeric passcode that allows Dash to be spent. Every Dash " @@ -1902,22 +1918,22 @@ msgstr "" " " "指的是使用达世币时所需的、由数字和字母组成的密码。每一个达世币钱包都包含有一个或多个私钥,它被保存在钱包文件当中。从数学的角度上看,私钥与为钱包而生成的所有达世币地址都有关联。由于它是个人支付达世币的必备条件,所以它的安全性和保密性尤为重要。" -#: ../../docs/user/introduction/information.rst:895 +#: ../../docs/user/introduction/information.rst:902 msgid "PrivateSend" msgstr "匿名支付" -#: ../../docs/user/introduction/information.rst:897 +#: ../../docs/user/introduction/information.rst:904 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:900 +#: ../../docs/user/introduction/information.rst:907 msgid "Proof of Service - PoSe" msgstr "服务量证明 - PoSe" -#: ../../docs/user/introduction/information.rst:902 +#: ../../docs/user/introduction/information.rst:909 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided " "uninterrupted service meeting a minimum quality level to the network. " @@ -1926,11 +1942,11 @@ msgid "" msgstr "" "通过要求耗费计算能力来创建新的区块,从而确保所有节点真实存在的共识机制。矿工使用昂贵的设备并支付电费来为区块链创建新的区块。如果缺乏某种共识机制,任何节点都能为区块链创建新的区块,这样一来网络节点将难以认同区块链的有效性。" -#: ../../docs/user/introduction/information.rst:908 +#: ../../docs/user/introduction/information.rst:915 msgid "Proof of Stake - PoS" msgstr "权益证明 - PoS" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:917 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 " @@ -1945,11 +1961,11 @@ msgid "" msgstr "" "依赖加密数字货币的所有权来维护区块链的共识机制。在权益证明机制中,每位加密数字货币所有人都可以通过钱包获得一定的“权益”,并且有很小的几率被选作下一个区块的创建者和将新区块添加到区块链的添加人。通过这种方式,所有节点都能达成共识。权益证明机制可以降低耗电量,而且也不需要专用的计算机硬件。不过,这个共识机制也面临着“缺乏权益”的问题。由于没有电力消耗,在被攻击时,权益证明机制出于利益的考量可能会“投票”同时接受正规的区块链和由攻击者创建的区块链。" -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:928 msgid "Proof of Work - PoW" msgstr "工作量证明 - PoW" -#: ../../docs/user/introduction/information.rst:923 +#: ../../docs/user/introduction/information.rst:930 msgid "" "Consensus mechanism that keeps all nodes honest by requiring computational " "power to be expended in order to create new blocks. Miners must use " @@ -1959,11 +1975,11 @@ msgid "" msgstr "" "通过算力来创建新的区块并进而确保所有节点真实可信的共识机制。矿工需要依赖昂贵的设备并支付高额的电费才能将区块添加到区块链上。共识机制的缺失可能致使任何节点都能随意地向区块链新增区块,而网络节点却永远无法就区块链的有效性达成一致意见。" -#: ../../docs/user/introduction/information.rst:929 +#: ../../docs/user/introduction/information.rst:936 msgid "Public Key" msgstr "公钥" -#: ../../docs/user/introduction/information.rst:931 +#: ../../docs/user/introduction/information.rst:938 msgid "" "The `public key `_ " "is derived from the private key but is not secret and can be revealed to " @@ -1973,11 +1989,11 @@ msgstr "" "根据维基百科的定义,\\ `公钥 `_\\" " 由私钥衍生而来,它和私钥的不同之处在于它不是保密的,任何人都可以得知公钥。私钥用于为信息签名授权,而公钥则用于证实签名的有效性。" -#: ../../docs/user/introduction/information.rst:936 +#: ../../docs/user/introduction/information.rst:943 msgid "Pump and dump" msgstr "拉高出货" -#: ../../docs/user/introduction/information.rst:938 +#: ../../docs/user/introduction/information.rst:945 msgid "" "Inflating the value of a financial asset that has been produced or acquired " "cheaply, often using aggressive publicity and misleading statements. The " @@ -1988,21 +2004,21 @@ msgid "" msgstr "" "通过激进的宣传和误导性的描述来夸大廉价生产或低价购得的资产的价值。这样的宣传往往诱使他人购进资产,从而推高资产的价格。当价格足够高时,他们再大量出售或变现资产,从而导致价格的暴跌。这样的现象在流动性低的市场上尤其常见,典型的例子就是竞争币市场。" -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:952 msgid "Quorum" msgstr "仲裁连" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:954 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:949 +#: ../../docs/user/introduction/information.rst:956 msgid "QR Code" msgstr "二维码" -#: ../../docs/user/introduction/information.rst:951 +#: ../../docs/user/introduction/information.rst:958 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -2011,11 +2027,11 @@ msgid "" msgstr "" "二维码是指在一维条码的基础上扩展出另一维具有可读性的条码,使用黑白矩形图案表示二进制数据的图形块。包括手机摄像头在内的摄像头都可以扫描二维码。它通常还用于达世币地址的解读。" -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:962 msgid "Satoshi Nakamoto" msgstr "中本聪" -#: ../../docs/user/introduction/information.rst:957 +#: ../../docs/user/introduction/information.rst:964 msgid "" "`Satoshi Nakamoto `_ is the " "name used by the person or people who designed Bitcoin and created its " @@ -2024,22 +2040,22 @@ msgstr "" "根据维基百科的定义,`\\ 中本聪 `_\\ " "是比特币的设计者和初始执行方案的创建人。" -#: ../../docs/user/introduction/information.rst:960 +#: ../../docs/user/introduction/information.rst:967 msgid "SDK" msgstr "SDK" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:969 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:965 +#: ../../docs/user/introduction/information.rst:972 msgid "Signaling" msgstr "信号" -#: ../../docs/user/introduction/information.rst:967 +#: ../../docs/user/introduction/information.rst:974 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 " @@ -2049,22 +2065,22 @@ msgid "" msgstr "" "一个支持某个功能或分叉的迹象,标识或者信号。常常用于那些发布支持同意信号的矿工。该消息往往通过他们应用更新版本的软件支持某个协议和/或在产生的区块中设置某个特殊的标志位来传送。" -#: ../../docs/user/introduction/information.rst:972 +#: ../../docs/user/introduction/information.rst:979 msgid "State View" msgstr "状态浏览" -#: ../../docs/user/introduction/information.rst:974 +#: ../../docs/user/introduction/information.rst:981 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:977 +#: ../../docs/user/introduction/information.rst:984 msgid "Spork" msgstr "叉勺技术" -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:986 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -2083,29 +2099,29 @@ msgstr "" "达世币研发团队创造了一个称为\\ :ref:`叉勺 `\\ " "的技术。通过这个机制,更新的代码将被公布到网络上,但不会被立即激活(或强制执行)。此后,有关变动和更新客户端的必要性的通知信息将会被发送给用户。完成客户端更新的用户将会运行新的代码。不过,在新代码发生错误的时候,达世币网络不会拒绝客户端上的区块,但会避免意外的分叉。然后,错误的相关信息就会被收集并发送给研发团队。一旦研发团队对主网环境下的新代码的稳定性感到满意且网络就新代码的采用达成共识,那么团队就可以远程激活新代码的实施。相反,如果新代码的稳定性出现问题,那么研发团队也可以通过相同的方式停用代码,以避免在整个达世币网络上进行召回或客户端更新。" -#: ../../docs/user/introduction/information.rst:993 +#: ../../docs/user/introduction/information.rst:1000 msgid "Tainted Coins" msgstr "被污染的币" -#: ../../docs/user/introduction/information.rst:995 +#: ../../docs/user/introduction/information.rst:1002 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:997 +#: ../../docs/user/introduction/information.rst:1004 msgid "tDash" msgstr "tDash" -#: ../../docs/user/introduction/information.rst:999 +#: ../../docs/user/introduction/information.rst:1006 msgid "Test Dash, used on :ref:`testnet `." msgstr "测试网达世币,在\\ :ref:`测试网 `\\ 中使用。" -#: ../../docs/user/introduction/information.rst:1000 +#: ../../docs/user/introduction/information.rst:1007 msgid "Testnet" msgstr "测试网" -#: ../../docs/user/introduction/information.rst:1002 +#: ../../docs/user/introduction/information.rst:1009 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and test " @@ -2115,21 +2131,21 @@ msgstr "" ":ref:`测试网络 `\\ " "是一个(与主网并行但)仅用于测试的网络,它可以用于测试钱包、加密数字货币、主节点、矿工和用户是否都能在一个安全的环境中模拟他们的主网对应物,在这种环境下发生错误或分叉不会对主网带来不良影响。" -#: ../../docs/user/introduction/information.rst:1006 +#: ../../docs/user/introduction/information.rst:1013 msgid "Tor" msgstr "Tor" -#: ../../docs/user/introduction/information.rst:1008 +#: ../../docs/user/introduction/information.rst:1015 msgid "" "An anonymous routing protocol used by people wanting to hide their identity " "online." msgstr "Tor是一种匿名的路由协议。希望维持网络身份匿名性的人们通常会使用这种协议。" -#: ../../docs/user/introduction/information.rst:1010 +#: ../../docs/user/introduction/information.rst:1017 msgid "Transaction" msgstr "交易" -#: ../../docs/user/introduction/information.rst:1012 +#: ../../docs/user/introduction/information.rst:1019 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions may" " be divided into classical and special transactions. Similar to Bitcoin, " @@ -2142,82 +2158,82 @@ msgstr "" " `DIP2 `_\\ " "限定格式的额外负载,并且可用于管理区块链用户。" -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:1026 msgid "Transaction Block" msgstr "交易区块" -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:1028 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:1023 +#: ../../docs/user/introduction/information.rst:1030 msgid "Transaction Fee" msgstr "交易手续费" -#: ../../docs/user/introduction/information.rst:1025 +#: ../../docs/user/introduction/information.rst:1032 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:1028 +#: ../../docs/user/introduction/information.rst:1035 msgid "Unconfirmed Transactions" msgstr "未确认交易" -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1037 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:1033 +#: ../../docs/user/introduction/information.rst:1040 msgid "Vanity Address" msgstr "微地址" -#: ../../docs/user/introduction/information.rst:1035 +#: ../../docs/user/introduction/information.rst:1042 msgid "A Dash address with a desirable pattern, such as a name." msgstr "一个有理想模型的达世币地址,比如名字。" -#: ../../docs/user/introduction/information.rst:1036 +#: ../../docs/user/introduction/information.rst:1043 msgid "Virgin Dash" msgstr "原始达世币" -#: ../../docs/user/introduction/information.rst:1038 +#: ../../docs/user/introduction/information.rst:1045 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:1040 +#: ../../docs/user/introduction/information.rst:1047 msgid "Volatility" msgstr "Volatility反复无常" -#: ../../docs/user/introduction/information.rst:1042 +#: ../../docs/user/introduction/information.rst:1049 msgid "" "The measurement of price movements over time for a traded financial asset " "(including Dash)." msgstr "对于被交易的金融资产(包括达世币在内)的价格波动的衡量。" -#: ../../docs/user/introduction/information.rst:1044 +#: ../../docs/user/introduction/information.rst:1051 msgid "Wallet" msgstr "钱包" -#: ../../docs/user/introduction/information.rst:1046 +#: ../../docs/user/introduction/information.rst:1053 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:1049 +#: ../../docs/user/introduction/information.rst:1056 msgid "Whitepaper" msgstr "白皮书" -#: ../../docs/user/introduction/information.rst:1051 +#: ../../docs/user/introduction/information.rst:1058 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a complex" @@ -2227,31 +2243,31 @@ msgstr "" "根据维基百科的定义,\\ `白皮书 `_\\ " "指的是权威的报告或指南,它简明扼要地向读者介绍某个复杂的问题,并阐述发行机构在这个问题上秉持的理念。它旨在帮助读者理解问题、解决问题或作出决策。" -#: ../../docs/user/introduction/information.rst:1056 +#: ../../docs/user/introduction/information.rst:1063 msgid "X11" msgstr "X11" -#: ../../docs/user/introduction/information.rst:1058 +#: ../../docs/user/introduction/information.rst:1065 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:1060 +#: ../../docs/user/introduction/information.rst:1067 msgid "Zero Confirmations" msgstr "零确认" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1069 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:1064 +#: ../../docs/user/introduction/information.rst:1071 msgid "vin" msgstr "vin" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1073 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 " @@ -2261,11 +2277,11 @@ msgstr "" "交易(tx)由一个或多个输入和输出组成。vin指的是交易的输入列表,vout指的则是交易的输出列表。 " "达世币主节点的运营需要(整好)有1000达世币的输入才能生效。" -#: ../../docs/user/introduction/information.rst:1070 +#: ../../docs/user/introduction/information.rst:1077 msgid "VMN" msgstr "VMN" -#: ../../docs/user/introduction/information.rst:1072 +#: ../../docs/user/introduction/information.rst:1079 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " 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 e037d42ca..bee61230a 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 4145f4871..c633eab6d 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/legal.po +++ b/locale/zh_CN/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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Daniel, 2024\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 011aa0ee3..0843a9325 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/dashmate-upgrade-v1.po b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po index a24e95937..95e51f9b4 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2024-08-29 14:40+0000\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -46,22 +46,18 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:26 -msgid "Reset previous services to ensure compatibility with the new version::" -msgstr "" - -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:30 msgid "Update services::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:35 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:32 msgid "Start dashmate node" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:37 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:34 msgid "Start the node::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:41 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:38 msgid "" "Make sure the node works properly by running the following status commands::" msgstr "" 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 7b9ec82fd..cbd5dba63 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -72,255 +72,263 @@ msgid "Operated by: CrowdNode ApS" msgstr "运营者:CrowdNode ApS" #: ../../docs/user/masternodes/hosting.rst:36 -#: ../../docs/user/masternodes/hosting.rst:90 -#: ../../docs/user/masternodes/hosting.rst:146 +#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:148 msgid "Services: Hosting, Shares" msgstr "服务:托管, 共享" -#: ../../docs/user/masternodes/hosting.rst:37 -msgid "Cost: 15% of masternode payments" +#: ../../docs/user/masternodes/hosting.rst:38 +msgid "Cost:" msgstr "" #: ../../docs/user/masternodes/hosting.rst:38 +msgid "35% of trusted masternode/evonode payments" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:39 +msgid "20% of trustless masternode payments" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:40 msgid "`Site `__" msgstr "`网站 `__" -#: ../../docs/user/masternodes/hosting.rst:39 +#: ../../docs/user/masternodes/hosting.rst:41 msgid "`Email `__" msgstr "`邮箱 `__" -#: ../../docs/user/masternodes/hosting.rst:43 +#: ../../docs/user/masternodes/hosting.rst:45 msgid "Allnodes" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:50 +#: ../../docs/user/masternodes/hosting.rst:52 msgid "" "`https://www.allnodes.com " "`__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:52 +#: ../../docs/user/masternodes/hosting.rst:54 msgid "Operated by: Sephiroth" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:53 +#: ../../docs/user/masternodes/hosting.rst:55 msgid "Services: Monitoring, Hosting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:54 +#: ../../docs/user/masternodes/hosting.rst:56 msgid "Cost: from $4.50/month" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:55 +#: ../../docs/user/masternodes/hosting.rst:57 msgid "" "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:56 +#: ../../docs/user/masternodes/hosting.rst:58 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:57 +#: ../../docs/user/masternodes/hosting.rst:59 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:58 +#: ../../docs/user/masternodes/hosting.rst:60 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:59 +#: ../../docs/user/masternodes/hosting.rst:61 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:63 +#: ../../docs/user/masternodes/hosting.rst:65 msgid "SID Hosting Service" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:70 +#: ../../docs/user/masternodes/hosting.rst:72 msgid "https://dashmasternode.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:72 +#: ../../docs/user/masternodes/hosting.rst:74 msgid "Operated by: splawik21 (Dash Core team member)" msgstr "运营者:splawik21 (Dash Core 团队成员)" -#: ../../docs/user/masternodes/hosting.rst:73 -#: ../../docs/user/masternodes/hosting.rst:160 +#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:162 msgid "Services: Hosting" msgstr "服务:托管" -#: ../../docs/user/masternodes/hosting.rst:74 +#: ../../docs/user/masternodes/hosting.rst:76 msgid "Cost: €25/month, paid in Dash" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:77 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:76 +#: ../../docs/user/masternodes/hosting.rst:78 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:80 +#: ../../docs/user/masternodes/hosting.rst:82 msgid "Pool of Stake" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:87 +#: ../../docs/user/masternodes/hosting.rst:89 msgid "https://www.poolofstake.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:89 +#: ../../docs/user/masternodes/hosting.rst:91 msgid "Operated by: Pool of Stake OÜ" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:91 +#: ../../docs/user/masternodes/hosting.rst:93 msgid "15% of masternode payments (5% with tokens)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:94 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:93 +#: ../../docs/user/masternodes/hosting.rst:95 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:94 +#: ../../docs/user/masternodes/hosting.rst:96 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:95 +#: ../../docs/user/masternodes/hosting.rst:97 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:99 +#: ../../docs/user/masternodes/hosting.rst:101 msgid "Staked" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:106 +#: ../../docs/user/masternodes/hosting.rst:108 msgid "https://staked.us" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:108 +#: ../../docs/user/masternodes/hosting.rst:110 msgid "Operated by: Staked" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:109 +#: ../../docs/user/masternodes/hosting.rst:111 msgid "Services: Hosting, Reporting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:110 +#: ../../docs/user/masternodes/hosting.rst:112 msgid "Cost: 10% of rewards" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:111 +#: ../../docs/user/masternodes/hosting.rst:113 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:112 +#: ../../docs/user/masternodes/hosting.rst:114 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:116 +#: ../../docs/user/masternodes/hosting.rst:118 msgid "NodeHub.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:123 +#: ../../docs/user/masternodes/hosting.rst:125 msgid "https://nodehub.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:125 +#: ../../docs/user/masternodes/hosting.rst:127 msgid "Operated by: NodeHub LLC" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:126 +#: ../../docs/user/masternodes/hosting.rst:128 msgid "Services: Hosting, Governance, Stats, Monitoring" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:127 +#: ../../docs/user/masternodes/hosting.rst:129 msgid "Cost: $3.90/month (charged daily at $0.13)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:128 +#: ../../docs/user/masternodes/hosting.rst:130 msgid "" "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:129 +#: ../../docs/user/masternodes/hosting.rst:131 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:130 +#: ../../docs/user/masternodes/hosting.rst:132 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:131 +#: ../../docs/user/masternodes/hosting.rst:133 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:132 +#: ../../docs/user/masternodes/hosting.rst:134 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:136 +#: ../../docs/user/masternodes/hosting.rst:138 msgid "Gentarium" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:143 +#: ../../docs/user/masternodes/hosting.rst:145 msgid "https://mn.gtmcoin.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:145 +#: ../../docs/user/masternodes/hosting.rst:147 msgid "Operated by: Gentarium International OÜ" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:147 +#: ../../docs/user/masternodes/hosting.rst:149 msgid "Cost: $3.99/month (charged daily at $0.15)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:148 +#: ../../docs/user/masternodes/hosting.rst:150 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:149 +#: ../../docs/user/masternodes/hosting.rst:151 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:150 +#: ../../docs/user/masternodes/hosting.rst:152 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:151 +#: ../../docs/user/masternodes/hosting.rst:153 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:155 +#: ../../docs/user/masternodes/hosting.rst:157 msgid "Masternodehosting" msgstr "主节点托管" -#: ../../docs/user/masternodes/hosting.rst:157 +#: ../../docs/user/masternodes/hosting.rst:159 msgid "https://masternodehosting.com" msgstr "https://masternodehosting.com" -#: ../../docs/user/masternodes/hosting.rst:159 +#: ../../docs/user/masternodes/hosting.rst:161 msgid "Operated by: flare (Dash Core team member)" msgstr "运营者:flare (Dash Core 团队成员)" -#: ../../docs/user/masternodes/hosting.rst:161 +#: ../../docs/user/masternodes/hosting.rst:163 msgid "Cost: €18/month" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:162 +#: ../../docs/user/masternodes/hosting.rst:164 msgid "`Site `__" msgstr "`网站 `__" -#: ../../docs/user/masternodes/hosting.rst:163 +#: ../../docs/user/masternodes/hosting.rst:165 msgid "`Email `__" msgstr "`邮箱 `__" -#: ../../docs/user/masternodes/hosting.rst:164 +#: ../../docs/user/masternodes/hosting.rst:166 msgid "" "`Forum `__" @@ -328,25 +336,25 @@ msgstr "" "`论坛 `__" -#: ../../docs/user/masternodes/hosting.rst:170 +#: ../../docs/user/masternodes/hosting.rst:172 msgid "Registering a hosted masternode" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:172 +#: ../../docs/user/masternodes/hosting.rst:174 msgid "A list of available documentation appears below:" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:174 +#: ../../docs/user/masternodes/hosting.rst:176 msgid ":ref:`Full masternode setup guide `" msgstr ":ref:`Full masternode setup guide `" -#: ../../docs/user/masternodes/hosting.rst:175 +#: ../../docs/user/masternodes/hosting.rst:177 msgid "" ":ref:`Information for users of hosted masternodes ` (you are " "here)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:176 +#: ../../docs/user/masternodes/hosting.rst:178 msgid "" ":ref:`Information for operators of hosted masternodes `" @@ -354,17 +362,17 @@ msgstr "" ":ref:`Information for operators of hosted masternodes `" -#: ../../docs/user/masternodes/hosting.rst:178 +#: ../../docs/user/masternodes/hosting.rst:180 msgid "Registering a hosted masternode is done in several steps:" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:180 +#: ../../docs/user/masternodes/hosting.rst:182 msgid "" "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:182 +#: ../../docs/user/masternodes/hosting.rst:184 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 " @@ -372,13 +380,13 @@ msgid "" "will be set up before or after the registration transaction" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:187 +#: ../../docs/user/masternodes/hosting.rst:189 msgid "" "Prepare, sign and broadcast the registration transaction using Dash Core or " "DMT" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:190 +#: ../../docs/user/masternodes/hosting.rst:192 msgid "" "It is **highly recommended** to store the keys to your masternode collateral" " on a :ref:`hardware wallet ` for added security " @@ -390,11 +398,11 @@ msgid "" "beginning from the :ref:`registration step `." msgstr "" -#: ../../docs/user/masternodes/hosting.rst:204 +#: ../../docs/user/masternodes/hosting.rst:206 msgid "Operator transactions" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:206 +#: ../../docs/user/masternodes/hosting.rst:208 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 " @@ -408,7 +416,7 @@ msgid "" "update the service features and register the masternode." msgstr "" -#: ../../docs/user/masternodes/hosting.rst:218 +#: ../../docs/user/masternodes/hosting.rst:220 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 " 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 a21c8ef74..ab5379b80 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/index.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/masternodes/server-config.po b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/server-config.po index f41f362e9..c77d05abc 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Alex.ys , 2024\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" @@ -78,7 +78,15 @@ msgid "" "ISPs allocate dynamic IP addresses to home users." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:41 +#: ../../docs/user/masternodes/server-config.rst:43 +msgid "" +"Disabling IPv6 is highly recommended to prevent communication issues that " +"have been observed when running nodes on some VPS providers. We recommend " +"turning it off through the VPS provider's setup wizard during initial server" +" creation." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:47 msgid "" "Before beginning, take a few minutes to review the masternode and evonode " ":hoverxref:`hardware requirements ` which may help you " @@ -93,66 +101,66 @@ msgid "" "on the following screen:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:56 +#: ../../docs/user/masternodes/server-config.rst:62 msgid "Vultr server location selection screen" msgstr "Vultr服务器位置选择屏幕" -#: ../../docs/user/masternodes/server-config.rst:58 +#: ../../docs/user/masternodes/server-config.rst:64 msgid "" "Select Ubuntu 24.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 "" -#: ../../docs/user/masternodes/server-config.rst:65 +#: ../../docs/user/masternodes/server-config.rst:71 msgid "Vultr server type selection screen" msgstr "Vultr服务器类型选择屏幕" -#: ../../docs/user/masternodes/server-config.rst:67 +#: ../../docs/user/masternodes/server-config.rst:73 msgid "" "Select a server size according to the hardware requirements for you " ":hoverxref:`masternode ` or :hoverxref:`evonode " "`:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:73 +#: ../../docs/user/masternodes/server-config.rst:79 msgid "Vultr server size selection screen" msgstr "Vultr服务器大小选择屏幕" -#: ../../docs/user/masternodes/server-config.rst:75 +#: ../../docs/user/masternodes/server-config.rst:81 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:81 +#: ../../docs/user/masternodes/server-config.rst:87 msgid "Vultr server hostname & label selection screen" msgstr "Vultr服务器主机名和标签选择屏幕" -#: ../../docs/user/masternodes/server-config.rst:83 +#: ../../docs/user/masternodes/server-config.rst:89 msgid "" "Vultr will now install your server. This process may take a few minutes." msgstr "Vultr现在将安装您的服务器。这个过程可能需要几分钟。" -#: ../../docs/user/masternodes/server-config.rst:88 +#: ../../docs/user/masternodes/server-config.rst:94 msgid "Vultr server installation screen" msgstr "Vultr服务器安装屏幕" -#: ../../docs/user/masternodes/server-config.rst:90 +#: ../../docs/user/masternodes/server-config.rst:96 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:96 +#: ../../docs/user/masternodes/server-config.rst:102 msgid "Vultr server management screen" msgstr "Vultr服务器管理屏幕" -#: ../../docs/user/masternodes/server-config.rst:101 +#: ../../docs/user/masternodes/server-config.rst:107 msgid "Set up your operating system" msgstr "设置您的操作系统" -#: ../../docs/user/masternodes/server-config.rst:103 +#: ../../docs/user/masternodes/server-config.rst:109 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" @@ -167,11 +175,11 @@ msgstr "" "下载页面并为您的系统选择适当的MSI安装程序。在Mac或Linux上,您可以直接从终端中 -只需键入\\ ``ssh " "root@`` ,然后在提示时输入密码。" -#: ../../docs/user/masternodes/server-config.rst:114 +#: ../../docs/user/masternodes/server-config.rst:120 msgid "PuTTY download page" msgstr "PuTTY下载页面" -#: ../../docs/user/masternodes/server-config.rst:116 +#: ../../docs/user/masternodes/server-config.rst:122 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** " @@ -182,26 +190,26 @@ msgstr "" "双击下载的文件安装PuTTY,然后从您的开始菜单中运行该应用程序。在\\ **主机名**\\ 字段中输入服务器的IP地址,然后单击\\ **打开**\\" " 。您可能会看到证书警告,因为这是您第一次连接到此服务器。之后您可以安全地单击\\ **是**\\ 来信任服务器。" -#: ../../docs/user/masternodes/server-config.rst:125 +#: ../../docs/user/masternodes/server-config.rst:131 msgid "PuTTY security alert when connecting to a new server" msgstr "连接到新服务器时的PuTTY安全警告" -#: ../../docs/user/masternodes/server-config.rst:127 +#: ../../docs/user/masternodes/server-config.rst:133 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``\\ 和密码登录到您的服务器。" -#: ../../docs/user/masternodes/server-config.rst:134 +#: ../../docs/user/masternodes/server-config.rst:140 msgid "Password challenge when connecting to your VPS for the first time" msgstr "第一次连接到您的VPS时会遇到密码问题" -#: ../../docs/user/masternodes/server-config.rst:138 +#: ../../docs/user/masternodes/server-config.rst:144 msgid "Set up users" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:140 +#: ../../docs/user/masternodes/server-config.rst:146 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 " @@ -212,7 +220,7 @@ msgstr "" "为了确保安全,您应该立即更改root密码,并将其存储在安全的地方。您可以复制和粘贴以下任何命令,方法是在您的浏览器中选择这些命令,按下\\ **Ctrl" " + C**\\ ,然后切换到PuTTY窗口,并在窗口中右键单击。文本将粘贴在当前光标位置::" -#: ../../docs/user/masternodes/server-config.rst:148 +#: ../../docs/user/masternodes/server-config.rst:154 msgid "" "Enter and confirm a new password (preferably long and randomly generated). " "Next we will create a new user with the following command, replacing " @@ -221,7 +229,7 @@ msgstr "" "输入并确认一个新密码(最好是长的和随机生成的)。接下来,我们将使用以下命令,将\\ ````\\ " "替换为您喜欢的用户名来创建一个新用户::" -#: ../../docs/user/masternodes/server-config.rst:154 +#: ../../docs/user/masternodes/server-config.rst:160 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 " @@ -231,37 +239,73 @@ msgid "" msgstr "" "您将被提示输入密码。输入并确认使用新密码(与您的root密码不同),并将其存储在安全的地方。您还将看到有关用户信息的提示,但可以将其保留为空白。一旦创建了用户,我们将把它们添加到sudo组中,这样它们就能以root用户的身份执行命令::" -#: ../../docs/user/masternodes/server-config.rst:164 +#: ../../docs/user/masternodes/server-config.rst:170 msgid "Update the system" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:166 +#: ../../docs/user/masternodes/server-config.rst:172 msgid "" "Now, while still as root, we will update the system from the Ubuntu package " "repository::" msgstr "现在,在仍是root用户时,我们将从Ubuntu软件包存储库更新系统::" -#: ../../docs/user/masternodes/server-config.rst:172 +#: ../../docs/user/masternodes/server-config.rst:178 msgid "" "The system will show a list of upgradable packages. Press **Y** and " "**Enter** to install the packages." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:177 +#: ../../docs/user/masternodes/server-config.rst:182 +msgid "Disable IPv6" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:184 +msgid "" +"We recommend turning off IPv6 to avoid potential communication issues. If " +"you cannot do this through your VPS provider's server configuration " +"settings, use the following steps to disable it through the operating " +"system." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:188 +msgid "Check if IPv6 is enabled::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:192 +msgid "If multiple inet6 entries are returned, open sysctrl.conf::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:197 +msgid "" +"Add the following lines at the end of the file, then press **Ctrl + X** to " +"close the editor, then **Y** and **Enter** save the file.::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:204 +msgid "Load the changes::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:208 +msgid "" +"Finally, check if IPv6 was successfully disabled. No entries should be " +"returned when you run the command this time::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:214 msgid "Configure the firewall" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:179 +#: ../../docs/user/masternodes/server-config.rst:216 msgid "" "We will now install a firewall (and some other packages we will use later)::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:183 -#: ../../docs/user/masternodes/server-config.rst:225 +#: ../../docs/user/masternodes/server-config.rst:220 +#: ../../docs/user/masternodes/server-config.rst:259 msgid "(press **Y** and **Enter** to confirm)" msgstr "(按\\ **Y**\\ 和\\ **Enter**\\ 以确认)" -#: ../../docs/user/masternodes/server-config.rst:185 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Choose the appropriate firewall configuration below based on which network " "and masternode type your masternode will support:" @@ -279,17 +323,17 @@ msgstr "" msgid "Testnet" msgstr "测试网" -#: ../../docs/user/masternodes/server-config.rst:229 +#: ../../docs/user/masternodes/server-config.rst:263 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:231 +#: ../../docs/user/masternodes/server-config.rst:265 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:240 +#: ../../docs/user/masternodes/server-config.rst:274 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 " @@ -298,36 +342,36 @@ msgstr "" "在文件末尾添加以下行(按tab键来分隔每个单词/数字),然后按\\ **Ctrl + X**\\ 来关闭编辑器,再按\\ **Y**\\ 和\\ " "**Enter**\\ 保存该文件。" -#: ../../docs/user/masternodes/server-config.rst:250 +#: ../../docs/user/masternodes/server-config.rst:284 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:252 +#: ../../docs/user/masternodes/server-config.rst:286 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:258 +#: ../../docs/user/masternodes/server-config.rst:292 msgid "Create a new configuration file::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:296 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:307 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:279 +#: ../../docs/user/masternodes/server-config.rst:313 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:283 +#: ../../docs/user/masternodes/server-config.rst:317 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -336,25 +380,25 @@ msgid "" "**Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:289 +#: ../../docs/user/masternodes/server-config.rst:323 msgid "" "Optionally install or update `AppArmor `_ (try this " "step if you are having problems related to AppArmor)::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:295 +#: ../../docs/user/masternodes/server-config.rst:329 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:297 +#: ../../docs/user/masternodes/server-config.rst:331 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:301 +#: ../../docs/user/masternodes/server-config.rst:335 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:305 +#: ../../docs/user/masternodes/server-config.rst:339 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a `public" 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 07f2eb0d7..f7e54c2ea 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -362,7 +362,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:252 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -876,3 +876,21 @@ msgid "" "`_ are two options that " "accept cryptocurrency." msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:631 +msgid "" +"Please make sure that the certificate chain file contains your server " +"certificate at the top and intermediate/root certificates if present. If a " +"bundle file is present, you need to concatenate it with the certificate " +"file::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:637 +msgid "" +"Verify the validity of the private key and certificate chain by running " +"these commands::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:642 +msgid "The output of these two commands should be the same." +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 d11d2107e..2de9f4826 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/mining/index.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" @@ -43,59 +43,39 @@ msgid "" "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." +"algorithm>`, which the miner must solve in order to earn rewards. A number " +"of X11 ASICs are available on the market, which help make Dash secure " +"against brute force attacks on the blockchain." 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." -msgstr "" -"最简单和常见的挖矿设备就是每台计算机上都有的通用CPU。CPU用途广泛,但和能够快速并行处理数百万个矢量的GPU相比,它的效率相对较低。虽然AES或AVX等与加密数字货币相关的具体操作可以提升CPU的性能,但GPU具备并行的数据处理结构,因而能够处理加密数字货币挖矿的重复计算并具备更优越的性能。最后要提到的是,虽然ASIC灵活性相对较低且仅用于设计限定的(多)用途,但它的速度也高于更通用的CPU和GPU。目前,市面上有各种类型的X11" -" ASIC矿机。在算力提升并导致算法难度递增的情况下,使用CPU和GPU很不划算。这种趋势使达世币成为一种能更安全地防范针对区块链暴力攻击的币种。" - -#: ../../docs/user/mining/index.rst:35 +#: ../../docs/user/mining/index.rst:20 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:" msgstr "挖矿活动的盈利性取决于矿工采用的挖矿设备的算力、网络当前的算法难度、硬件设备产生的支出和电费。如需了解更多信息,请浏览以下链接:" -#: ../../docs/user/mining/index.rst:39 +#: ../../docs/user/mining/index.rst:24 msgid "`Hashrate `_" msgstr "`算力 `_" -#: ../../docs/user/mining/index.rst:40 +#: ../../docs/user/mining/index.rst:25 msgid "" "`Mining difficulty `_" msgstr "`挖矿难度 `_" -#: ../../docs/user/mining/index.rst:41 +#: ../../docs/user/mining/index.rst:26 msgid "" "`Profitability calculation tool " "`_" msgstr "" -#: ../../docs/user/mining/index.rst:44 +#: ../../docs/user/mining/index.rst:29 msgid "Masternodes vs. Mining" msgstr "主节点 vs. 挖矿" -#: ../../docs/user/mining/index.rst:46 +#: ../../docs/user/mining/index.rst:31 msgid "" "Dash, like Bitcoin and most other cryptocurrencies, is based on a " "decentralized ledger of all transactions, known as a blockchain. This " @@ -109,20 +89,20 @@ msgid "" msgstr "" "和比特币及其它加密数字货币一样,达世币以包含所有交易的分布式帐本为基础,这些帐本也称区块链。达世币和比特币区块链由于共识机制的存在得到了保障,这种共识机制被称作工作量证明(PoW)。矿工通过专用的设备来解决难题,在难题解决后,他们有权向区块链添加新的区块。如果运行软件的其他用户认为难题已经得到了恰当的解决,那么新的区块将会被添加到区块链上,而矿工也将得到区块奖励。" -#: ../../docs/user/mining/index.rst:56 +#: ../../docs/user/mining/index.rst:41 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% " +"rewarded when miners discover new blocks. The breakdown is as follows: 80% " "of the block subsidy is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " +"distribution found :ref:`here `, while 20% is " "reserved for the budget system (created by superblocks every month)." msgstr "" -#: ../../docs/user/mining/index.rst:67 +#: ../../docs/user/mining/index.rst:52 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 " @@ -134,7 +114,7 @@ msgid "" msgstr "" "主节点系统也称服务量证明(PoSe),因为主节点的实质正是为网络提供关键的服务。事实上,整个达世币网络都由主节点监督,它们有权驳回由矿工创建的不合格的区块。如果矿工尝试占有全部的区块奖励或运行旧版的达世币软件,那么主节点网络就会孤立该区块,使它无法添加到区块链上。" -#: ../../docs/user/mining/index.rst:75 +#: ../../docs/user/mining/index.rst:60 msgid "" "In short, miners power the first tier, which is the basic sending and " "receiving of funds and prevention of doublespending. Masternodes power the " @@ -148,26 +128,19 @@ msgid "" msgstr "" "简而言之,矿工组成了网络的第一层级,为用户提供资金的发送和接收服务并防止双花支付的发生。主节点则构成了网络的第二层级,为达世币与众不同的性能提供支持。主节点不参与挖矿活动,因此挖矿的设备并不能充当主节点。要想持有主节点,用户必须持有1000达世币作为\"保证金\"。这笔保证金始终由持有人全权掌控,并且可以被持有人自由支配。换言之,保证金不会以任何方式予以锁定。不过,一旦保证金被转移或支付,对应的主节点将会下线并停止接收区块链奖励。" -#: ../../docs/user/mining/index.rst:87 +#: ../../docs/user/mining/index.rst:72 msgid "Mining Pools" msgstr "矿池" -#: ../../docs/user/mining/index.rst:89 +#: ../../docs/user/mining/index.rst:74 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." +"power." msgstr "" -"在矿池中挖矿比独自挖矿更容易获得区块奖励。强烈建议用户通过P2Pool挖矿,因为这一方式更有利于算力的分配而不是集中。以下网站列出了用户附近的达世币P2Pool矿池,用户只需选择提供最佳费率标准和Ping时间的矿池、输入个人的达世币支付地址作为用户名,并输入和人字符串作为密码,即可在矿池中参与挖矿。" -#: ../../docs/user/mining/index.rst:97 -msgid "http://www.p2poolmining.us/p2poolnodes/" -msgstr "http://www.p2poolmining.us/p2poolnodes/" - -#: ../../docs/user/mining/index.rst:99 +#: ../../docs/user/mining/index.rst:79 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" @@ -177,73 +150,53 @@ msgid "" " be found :ref:`here `." msgstr "" -#: ../../docs/user/mining/index.rst:107 +#: ../../docs/user/mining/index.rst:87 msgid "https://coinfoundry.org" msgstr "https://coinfoundry.org" -#: ../../docs/user/mining/index.rst:108 +#: ../../docs/user/mining/index.rst:88 msgid "https://mining.luxor.tech" msgstr "" -#: ../../docs/user/mining/index.rst:109 -msgid "https://dash.suprnova.cc" -msgstr "https://dash.suprnova.cc" - -#: ../../docs/user/mining/index.rst:110 +#: ../../docs/user/mining/index.rst:89 msgid "https://www.nicehash.com" msgstr "https://www.nicehash.com" -#: ../../docs/user/mining/index.rst:111 -msgid "https://www.coinotron.com" -msgstr "https://www.coinotron.com" - -#: ../../docs/user/mining/index.rst:112 +#: ../../docs/user/mining/index.rst:90 msgid "https://dash.miningpoolhub.com" msgstr "https://dash.miningpoolhub.com" -#: ../../docs/user/mining/index.rst:113 +#: ../../docs/user/mining/index.rst:91 msgid "https://www.multipool.us" msgstr "https://www.multipool.us" -#: ../../docs/user/mining/index.rst:114 +#: ../../docs/user/mining/index.rst:92 msgid "https://www.f2pool.com" msgstr "https://www.f2pool.com" -#: ../../docs/user/mining/index.rst:115 -msgid "https://www2.coinmine.pl/dash/" -msgstr "" - -#: ../../docs/user/mining/index.rst:116 +#: ../../docs/user/mining/index.rst:93 msgid "https://www.antpool.com" msgstr "https://www.antpool.com" -#: ../../docs/user/mining/index.rst:117 -msgid "https://avalon-life.io" -msgstr "https://avalon-life.io" - -#: ../../docs/user/mining/index.rst:118 -msgid "https://www.genesis-mining.com" -msgstr "https://www.genesis-mining.com" - -#: ../../docs/user/mining/index.rst:119 +#: ../../docs/user/mining/index.rst:94 msgid "https://www.viabtc.com" msgstr "" -#: ../../docs/user/mining/index.rst:120 +#: ../../docs/user/mining/index.rst:95 msgid "https://zpool.ca" msgstr "" -#: ../../docs/user/mining/index.rst:122 +#: ../../docs/user/mining/index.rst:97 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" +"exercise discretion when using third-party services. If you'd like to be " +"added to this list, please open an issue on the `GitHub repository " +"`_." msgstr "" -"免责声明:上表仅供参考。表中服务商未经达世币研发人员的评估或认定,因此信息的准确性暂无保障。在使用第三方的服务时,用户应自由裁量。想要加入上表的服务商请联系leon.white@dash.org。" -#: ../../docs/user/mining/index.rst:129 +#: ../../docs/user/mining/index.rst:104 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 " @@ -252,394 +205,11 @@ msgstr "" "除了加入矿池之外,用户还需要创建达世币地址以便接收资金。如需浏览在Dash Core钱包内的操作,请点击\\ :ref:`此处 `\\ 。" -#: ../../docs/user/mining/index.rst:143 -msgid "CPU Mining" -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挖矿软件多年以来都没有升级,而只用于实验目的或测试网上。" - -#: ../../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的最大算力。不过,用户需要铭记的是,网络上有很多优化版的矿工,因此用户需要跟进这些挖矿地址的最新资讯。" - -#: ../../docs/user/mining/index.rst:158 ../../docs/user/mining/index.rst:292 -msgid "`Crypto Mining Blog `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:159 ../../docs/user/mining/index.rst:293 -msgid "" -"`Dash Forum Mining Discussions " -"`_" -msgstr "" -"`Dash Forum Mining Discussions " -"`_" - -#: ../../docs/user/mining/index.rst:160 ../../docs/user/mining/index.rst:294 -msgid "" -"`Bitcoin Talk Altcoin Mining Discussions " -"`_" -msgstr "" -"`Bitcoin Talk Altcoin Mining Discussions " -"`_" - -#: ../../docs/user/mining/index.rst:163 ../../docs/user/mining/index.rst:297 -msgid "Mining software" -msgstr "挖矿软件" - -#: ../../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 "挖矿的第一个步骤就是下载适用的挖矿软件。用户可在下列网站上下载适用于CPU挖矿的基础软件:" - -#: ../../docs/user/mining/index.rst:168 -msgid "https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:178 -msgid "CPU-Z showing details for an Intel i7 Haswell CPU" -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:" -msgstr "如果CPU不支持AES-NI和AVX,那么用户可以试用更通用的、不需要特定的指令集的软件。软件地址如下所示:" - -#: ../../docs/user/mining/index.rst:185 -msgid "https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c" -msgstr "https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c" - -#: ../../docs/user/mining/index.rst:186 -msgid "https://github.com/tpruvot/cpuminer-multi" -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 " -"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 "" -"建议用户选择在CPU上支持最大可用指令集的挖矿软件,然后提高算力。一旦做出选择,用户可以点击 **公布** 按键,并下载和解压压缩文件。不同的 " -"\\*.exe文件可说明它们所支持的特定的处理器优化功能。文件夹应如下所示:" - -#: ../../docs/user/mining/index.rst:198 -msgid "Executable CPU miners for Dash" -msgstr "可执行的达世币CPU挖矿软件" - -#: ../../docs/user/mining/index.rst:201 ../../docs/user/mining/index.rst:345 -msgid "Configuration" -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 "" -"首先,用户应参考上文\\ :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::" -msgstr "接下来,用户需要打开 **记事本** , 在第一行输入用于启动挖矿的命令,并在第二行输入中止的命令。常用格式如下所示::" - -#: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 -msgid "Where:" -msgstr "其中:" - -#: ../../docs/user/mining/index.rst:220 -msgid "minerd = the executable miner daemon file you choose to use" -msgstr "minerd = 用户选择使用的可执行挖矿文件守护进程" - -#: ../../docs/user/mining/index.rst:221 -msgid "a = algorithm, which is X11 for Dash" -msgstr "a = 算法,也就是达世币的X11算法" - -#: ../../docs/user/mining/index.rst:222 -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" -msgstr "u = 用户名,也就是用于接收达世币的钱包地址" - -#: ../../docs/user/mining/index.rst:224 -msgid "p = password, can often be set to x" -msgstr "p = 密码,通常可以设置为x" - -#: ../../docs/user/mining/index.rst:225 -msgid "t = number of threads used" -msgstr "t = 使用的线程数" - -#: ../../docs/user/mining/index.rst:226 -msgid "pause = keeps the window open in the case of errors" -msgstr "pause = 在出错的情况下保持窗口打开" - -#: ../../docs/user/mining/index.rst:228 -msgid "For the CPU in the example above, the command may be::" -msgstr "在上文有关CPU的例子中,对应的命令如下所示::" - -#: ../../docs/user/mining/index.rst:236 -msgid "Notepad file showing an example command to start a CPU miner" -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." -msgstr "" -"点击 **文件** , **另存为** ,将文件类型改为 **所有文件** ,将文件命名为 *startminer.bat* ,并将文件保存在 " -"*minerd* 文件所在的同一个文件夹。" - -#: ../../docs/user/mining/index.rst:243 ../../docs/user/mining/index.rst:392 -msgid "Testing" -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 "" -"现在,准备就绪!用户需要留意 **任务管理器** " -"中的CPU使用情况(用户可右击工具栏打开任务管理器),并确保CPU的最高温度不超过最大限额(约为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 "通过英特尔i7和DarkCoin CPUMiner 1.3进行CPU挖矿实例" - -#: ../../docs/user/mining/index.rst:260 -msgid "Tips" -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." -msgstr "" -"减少线程数量,以便提高桌面的可用性并优化散热性能。如果CPU的温度过高,用户需要安装新的散热风扇并确认CPU散热器导热硅脂是否有效。使用主板控制器来调整处理器的时钟速度,以便优化性能。详情请参考\\" -" `AI Suite `_ " -"。降低CPU的核心电压有助于降低温度,但可能加剧不稳定性。" - -#: ../../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." -msgstr "尝试选择附近不同的矿池,以便降低网络延缓。如果节点运行缓慢,用户可以切换到另一个位置。用户需要将算力分配到不同的矿池,以免产生分叉。" - -#: ../../docs/user/mining/index.rst:277 -msgid "GPU Mining" -msgstr "GPU挖矿" - -#: ../../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操作系统上通过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 "" -"本指南将介绍挖矿软件的下载及配置,并提供优化方面的建议。加密数字货币领域的技术发展日新月异,因此,建议用户关注挖矿网址,以便及时获取最新的资讯。" - -#: ../../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硬件。" - -#: ../../docs/user/mining/index.rst:309 -msgid "" -"GPU-Z showing details for AMD Radeon Turks and NVIDIA Quadro GK104 class " -"GPUs" -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." -msgstr "" -"接下来,用户需要下载挖矿软件。挖矿软件大多基于初始版的\\ `sgminer `_,不过它们并不适用于X11算法,因为它们并不提供编译后的二进制文件且在历年间也没有进行升级。本指南使用由新研发人员维护的预编二进制软件来进行说明。" - -#: ../../docs/user/mining/index.rst:318 -msgid "**AMD**" -msgstr "**AMD**" - -#: ../../docs/user/mining/index.rst:320 -msgid "https://github.com/nicehash/sgminer/releases" -msgstr "https://github.com/nicehash/sgminer/releases" - -#: ../../docs/user/mining/index.rst:322 -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 (专注核心应用)" - -#: ../../docs/user/mining/index.rst:326 -msgid "" -"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:" -msgstr "下载用户选择的版本并解压压缩文件到已知的地址。文件夹应如下所示或与之类似:" - -#: ../../docs/user/mining/index.rst:335 -msgid "Executable GPU miners for Dash" -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." -msgstr "" -"sgminer文件是可执行文件,而带有.cl扩展名的各种文件则定义了sgminer支持的各种算法。在这种情况下,我们对X11的darkcoin.cl和darkcoin-" -"mod.cl颇感兴趣。值得注意的是,进行了各种性能优化的不同矿机对可执行文件的名称显示有所不同,例如,NVIDIA显卡显示的是ccminer。" - -#: ../../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" -msgstr "pools = 针对算力定义的矿池的列表(在当前情况下,仅包含一个)" - -#: ../../docs/user/mining/index.rst:373 -msgid "url = URL of your mining pool, including the protocol and port" -msgstr "url = 矿池网址,包括协议和端口" - -#: ../../docs/user/mining/index.rst:374 -msgid "" -"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" -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" -msgstr "algorithm = 用户使用的算法,在本示例中指的是darkcoin(基于历史版本)或darkcoin-mod" - -#: ../../docs/user/mining/index.rst:380 -msgid "For the pool above, the configuration may be:" -msgstr "对于上述矿池来说,配置文件可能如下所示:" - -#: ../../docs/user/mining/index.rst:385 -msgid "Configuration file for a Dash GPU miner" -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." -msgstr "" -"点击 **文件** ,**另存为** ,将文件类型改为 **所有文件** ,将文件命名为 *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." -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" -msgstr "在Intel HD Graphics 4600上使用sgminer 5.6.1-nicehash-51进行GPU挖矿的示例" - -#: ../../docs/user/mining/index.rst:410 +#: ../../docs/user/mining/index.rst:120 msgid "ASIC Mining" msgstr "ASIC挖矿" -#: ../../docs/user/mining/index.rst:412 +#: ../../docs/user/mining/index.rst:122 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" @@ -648,51 +218,48 @@ msgid "" msgstr "" "ASIC是专用集成电路的缩写,指的是专为某一目的而设计的处理器。专用集成电路是加密数字货币挖矿的热门工具,因为它们的效率高于CPU或GPU并因此能为用户带来更高的利润。" -#: ../../docs/user/mining/index.rst:417 +#: ../../docs/user/mining/index.rst:127 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 `_." +"Forums `_." msgstr "" -"值得注意的是,市场的快速变化和挖矿难度的增加可能导致本页面的信息很快就过时了。因此,用户有责任推进个人的研究,并且牢记本页面的内容并不意味着对任何产品的认可。可以帮助用户进一步研究挖矿的网址是\\" -" `达世币论坛挖矿专区 `_\\ 。" -#: ../../docs/user/mining/index.rst:424 +#: ../../docs/user/mining/index.rst:134 msgid "" "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 +#: ../../docs/user/mining/index.rst:138 msgid "Name" msgstr "名称" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Hash rate" msgstr "算力" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Power" msgstr "功率" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Weight" msgstr "重量" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Dimensions (mm)" msgstr "尺寸 (mm)" -#: ../../docs/user/mining/index.rst:428 +#: ../../docs/user/mining/index.rst:138 msgid "Price" msgstr "价格" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "" "`Bitmain Antminer D5 " "`_" @@ -700,389 +267,80 @@ msgstr "" "`Bitmain Antminer D5 " "`_" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "119 GH/s ±5%" msgstr "119 GH/s ±5%" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "1566 W" msgstr "1566 W" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "7.5 kg" msgstr "7.5 kg" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "486 x 265 x 388" msgstr "486 x 265 x 388" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "$1,180" msgstr "$1,180" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "`Spondoolies SPx36 `_" msgstr "" "`Spondoolies SPx36 `_" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "540 GH/s ±10%" msgstr "540 GH/s ±10%" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "4400 W" msgstr "4400 W" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "19.5 kg" msgstr "19.5 kg" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "640 x 525 x 185" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "$7,000" msgstr "$7,000" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "" "`StrongU STU-U6 `_" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "420 GH/s ±8%" msgstr "" -#: ../../docs/user/mining/index.rst:434 ../../docs/user/mining/index.rst:478 +#: ../../docs/user/mining/index.rst:144 msgid "2100 W" msgstr "2100 W" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "8.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "370 x 135 x 208" msgstr "" -#: ../../docs/user/mining/index.rst:437 +#: ../../docs/user/mining/index.rst:147 msgid "ASIC resellers may also have miners available:" msgstr "" -#: ../../docs/user/mining/index.rst:439 +#: ../../docs/user/mining/index.rst:149 msgid "http://kaboomracks.com" msgstr "" -#: ../../docs/user/mining/index.rst:440 +#: ../../docs/user/mining/index.rst:150 msgid "https://brokerage.luxor.tech/dashboard" 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." -msgstr "考虑到网络难度的增加,以下ASIC矿机或是难以获取或是已经过时:" - -#: ../../docs/user/mining/index.rst:448 -msgid "`Baikal BK-X `_" -msgstr "`Baikal BK-X `_" - -#: ../../docs/user/mining/index.rst:448 -msgid "10 GH/s ±5%" -msgstr "10 GH/s ±5%" - -#: ../../docs/user/mining/index.rst:448 -msgid "800 W" -msgstr "800 W" - -#: ../../docs/user/mining/index.rst:448 -msgid "3.8 kg" -msgstr "3.8 kg" - -#: ../../docs/user/mining/index.rst:448 -msgid "312 x 125 x 130" -msgstr "312 x 125 x 130" - -#: ../../docs/user/mining/index.rst:450 -msgid "`Baikal Mini `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "150 MH/s ±10%" -msgstr "150 MH/s ±10%" - -#: ../../docs/user/mining/index.rst:450 -msgid "40 W" -msgstr "40 W" - -#: ../../docs/user/mining/index.rst:450 -msgid ".475 kg" -msgstr ".475 kg" - -#: ../../docs/user/mining/index.rst:450 -msgid "140 x 100 x 95" -msgstr "140 x 100 x 95" - -#: ../../docs/user/mining/index.rst:452 -msgid "`Baikal Giant+ A2000 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "2000 MH/s ±10%" -msgstr "2000 MH/s ±10%" - -#: ../../docs/user/mining/index.rst:452 -msgid "430 W" -msgstr "430 W" - -#: ../../docs/user/mining/index.rst:452 ../../docs/user/mining/index.rst:456 -msgid "3 kg" -msgstr "3 kg" - -#: ../../docs/user/mining/index.rst:452 -msgid "300 x 140 x 125" -msgstr "300 x 140 x 125" - -#: ../../docs/user/mining/index.rst:454 -msgid "`Baikal Giant A900 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "900 MH/s ±5%" -msgstr "900 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:454 -msgid "217 W" -msgstr "217 W" - -#: ../../docs/user/mining/index.rst:454 -msgid "2.5 kg" -msgstr "2.5 kg" - -#: ../../docs/user/mining/index.rst:454 -msgid "300 x 123 x 123" -msgstr "300 x 123 x 123" - -#: ../../docs/user/mining/index.rst:456 -msgid "`Baikal Quad Cube `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "1200 MH/s ±10%" -msgstr "1200 MH/s ±10%" - -#: ../../docs/user/mining/index.rst:456 -msgid "300 W" -msgstr "300 W" - -#: ../../docs/user/mining/index.rst:456 -msgid "135 x 135 x 425" -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 "17 GH/s ±5%" - -#: ../../docs/user/mining/index.rst:458 -msgid "970 W" -msgstr "970 W" - -#: ../../docs/user/mining/index.rst:458 -msgid "6.5 kg" -msgstr "6.5 kg" - -#: ../../docs/user/mining/index.rst:458 -msgid "320 x 130 x 190" -msgstr "320 x 130 x 190" - -#: ../../docs/user/mining/index.rst:460 -msgid "`iBelink DM384M `_" -msgstr "`iBelink DM384M `_" - -#: ../../docs/user/mining/index.rst:460 -msgid "384 MH/s ±10%" -msgstr "384 MH/s ±10%" - -#: ../../docs/user/mining/index.rst:460 -msgid "715 W" -msgstr "715 W" - -#: ../../docs/user/mining/index.rst:460 -msgid "21 kg" -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 "490 x 350 x 180" - -#: ../../docs/user/mining/index.rst:462 -msgid "`iBelink DM11G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 -msgid "11 GH/s ±5%" -msgstr "11 GH/s ±5%" - -#: ../../docs/user/mining/index.rst:462 ../../docs/user/mining/index.rst:464 -msgid "810 W" -msgstr "810 W" - -#: ../../docs/user/mining/index.rst:462 -msgid "22 kg" -msgstr "22 kg" - -#: ../../docs/user/mining/index.rst:464 -msgid "`iBelink DM22G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "22 GH/s ±5%" -msgstr "22 GH/s ±5%" - -#: ../../docs/user/mining/index.rst:464 -msgid "19 kg" -msgstr "19 kg" - -#: ../../docs/user/mining/index.rst:466 -msgid "Pinidea DR-1" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "500 MH/s ±10%" -msgstr "500 MH/s ±10%" - -#: ../../docs/user/mining/index.rst:466 -msgid "320 W" -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 "4.5 kg" - -#: ../../docs/user/mining/index.rst:466 -msgid "290 x 130 x 150" -msgstr "290 x 130 x 150" - -#: ../../docs/user/mining/index.rst:468 -msgid "Pinidea DR-2" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 -msgid "450 MH/s ±5%" -msgstr "450 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:468 -msgid "335 W" -msgstr "335 W" - -#: ../../docs/user/mining/index.rst:468 ../../docs/user/mining/index.rst:470 -msgid "200 x 165 x 135" -msgstr "200 x 165 x 135" - -#: ../../docs/user/mining/index.rst:470 -msgid "Pinidea DR-3" -msgstr "" - -#: ../../docs/user/mining/index.rst:470 -msgid "600 MH/s ±5%" -msgstr "600 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:470 -msgid "345 W" -msgstr "345 W" - -#: ../../docs/user/mining/index.rst:472 -msgid "Pinidea DU-1" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "9 MH/s ±5%" -msgstr "9 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:472 -msgid "7 W" -msgstr "7 W" - -#: ../../docs/user/mining/index.rst:472 -msgid "50 x 50 x 30" -msgstr "50 x 50 x 30" - -#: ../../docs/user/mining/index.rst:474 -msgid "Pinidea DRX-Kuznetsov" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 -msgid "900 MH/s ±5%" -msgstr "900 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:474 -msgid "650 W" -msgstr "650 W" - -#: ../../docs/user/mining/index.rst:474 ../../docs/user/mining/index.rst:476 -msgid "280 x 180 x 150" -msgstr "280 x 180 x 150" - -#: ../../docs/user/mining/index.rst:476 -msgid "Pinidea DRX-Varyag" -msgstr "" - -#: ../../docs/user/mining/index.rst:476 -msgid "1200 MH/s ±5%" -msgstr "1200 MH/s ±5%" - -#: ../../docs/user/mining/index.rst:476 -msgid "850 W" -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 "56 GH/s ±5%" - -#: ../../docs/user/mining/index.rst:478 -msgid "17 kg" -msgstr "17 kg" - -#: ../../docs/user/mining/index.rst:478 -msgid "490 x 390 x 180" -msgstr "490 x 390 x 180" - -#: ../../docs/user/mining/index.rst:480 -msgid "" -"`Innosilicon A5 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "32 GH/s ±8%" -msgstr "32 GH/s ±8%" - -#: ../../docs/user/mining/index.rst:480 -msgid "750 W" -msgstr "750 W" - -#: ../../docs/user/mining/index.rst:480 -msgid "3.1 kg" -msgstr "3.1 kg" - -#: ../../docs/user/mining/index.rst:480 -msgid "400 x 135 x 158" -msgstr "400 x 135 x 158" 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 76c1a1f0a..0b387e7f9 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/mining/pools.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/network/dash-evo-tool/index.po b/locale/zh_CN/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po new file mode 100644 index 000000000..dedf57ee7 --- /dev/null +++ b/locale/zh_CN/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po @@ -0,0 +1,608 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2024, Dash Core Group, Inc +# This file is distributed under the same license as the Dash package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Alex.ys , 2024 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Dash latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" +"PO-Revision-Date: 2024-11-18 17:41+0000\n" +"Last-Translator: Alex.ys , 2024\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/dash-evo-tool/index.rst-1 +msgid "Description of dash evo tool features and usage" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst-1 +msgid "dash, platform, evonode, masternodes, dash evo tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:9 +msgid "Dash Evo Tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:11 +msgid "" +"Dash Evo Tool is an application designed to help you vote on usernames, " +"withdraw evonode credits, and complete an expanding list of Platform " +"actions. This guide describes how to download, install, and use the Dash Evo" +" Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:18 +msgid "Installation" +msgstr "安装" + +#: ../../docs/user/network/dash-evo-tool/index.rst:22 +msgid "" +"The Dash Evo Tool requires a Dash Core full node configured to allow RPC and" +" ZMQ access." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:24 +msgid "" +"Linux, MacOS, or Windows packages are available on the `GitHub releases page" +" `__. Download the" +" zip file for your Operating System, then unzip the downloaded file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:28 +msgid "" +"`Windows `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:29 +msgid "" +"`Mac (ARM m1-m4) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:30 +msgid "" +"`Mac (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:31 +msgid "" +"`Linux (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:32 +msgid "" +"`Linux (ARM) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:37 +msgid "Configuration" +msgstr "配置" + +#: ../../docs/user/network/dash-evo-tool/index.rst:39 +msgid "Open the directory where the download was unzipped." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:40 +msgid "" +"Open the ``.env`` file (you may need to show hidden files to see it). For " +"the network you plan to connect to, make the following changes. Replace the " +"``*`` with the network name (MAINNET or TESTNET):" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:44 +msgid "" +"Update ``*_CORE_RPC_USER`` to match the ``rpcuser`` value from your Dash " +"Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:45 +msgid "" +"Update ``*_CORE_RPC_PASSWORD`` to match the ``rpcpassword`` value from your " +"Dash Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:47 +msgid "" +"If your dash.conf includes ``rpcallowip``, update ``*_CORE_HOST`` with that " +"IP address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:48 +msgid "" +"If your dash.conf includes ``rpcport``, update ``*_CORE_RPC_PORT`` with that" +" port." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:49 +msgid "" +"(*Optional*) If you are going to run Dash Core manually instead of launching" +" it via the Dash Evo Tool, you must enable ZMQ by adding the following lines" +" to your dash.conf file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Mainnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Testnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:72 +msgid "" +"The default location of the ``dash.conf`` file can be found in the " +":ref:`Dash Core documentation `. At a minimum, the following " +"values must be defined for RPC access to be enabled:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:82 +msgid "Updating the env file" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:84 +msgid "" +"When the application runs for the first time, it creates a application " +"directory and copies the ``.env`` file into it. It also stores application " +"data in the directory. Any further updates to the ``.env`` file must be made" +" to the copy in the application directory." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Operating System" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Configuration File Path" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "macOS" +msgstr "macOS" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "~/Library/Application Support/Dash-Evo-Tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "Windows" +msgstr "Windows" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "C:\\\\Users\\\\\\\\AppData\\\\Roaming\\\\Dash-Evo-Tool\\\\config" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "Linux" +msgstr "Linux" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "/home//.config/dash-evo-tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:99 +msgid "Running the application" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:101 +msgid "" +"Once the ``.env`` file is configured, launch the Dash Evo Tool by double-" +"clicking the file named ``dash-evo-tool``." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:104 +msgid "" +"Alternatively, you can launch the application directly from your terminal. " +"For example, on Linux, run::" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:112 +msgid "Network selection" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:114 +msgid "" +"The Dash Evo Tool supports both testnet and mainnet. To choose a network, " +"navigate to the Network Selection screen and click the checkbox in the " +"Select column for the desired network. Then click the **Start** button on " +"that row to launch Dash Core." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:122 +msgid "" +"You can also launch Dash Core manually without using the Dash Evo Tool. This" +" may be necessary if Dash Core is installed in a non-standard location. When" +" launching Dash Core manually, you must enable ZMQ as described in " +":hoverxref:`Configuration Step 3 `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:130 +msgid "Network selection screen with testnet selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:135 +msgid "Identity operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:140 +msgid "Load existing identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:142 +msgid "" +"On the main identity screen, click the **Load Identity** button on the upper" +" right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:149 +#: ../../docs/user/network/dash-evo-tool/index.rst:213 +msgid "Identity screen with no loaded identities" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:151 +msgid "" +"Some identity types require different information. Use the **Identity Type**" +" dropdown menu to select the type you want to add. In this example, an " +"evonode identity is being added." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:158 +msgid "Identity load screen for evonode" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:164 +msgid "" +"Your collateral key is **not** required. Do not enter it into the Dash Evo " +"Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:166 +msgid "" +"Add the Identity ID and Owner Private Key. You may also want to add the " +"Voting Private Key, but adding the Payout Address Private Key is **not** " +"recommended. For a masternode or evonode, use the protx hash as the Identity" +" ID." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:170 +msgid "" +"If you use the `Dash Masternode Tool `_, you can get the protx hash and private keys from the " +"masternode details screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:177 +msgid "Dash Masternode Tool" +msgstr "达世币主节点工具" + +#: ../../docs/user/network/dash-evo-tool/index.rst:179 +msgid "" +"Click **Load Identity** once you have entered the required information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:185 +msgid "Identity load screen with evonode info filled out" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:187 +msgid "" +"Once the identity is loaded, you can view its balance and details about its " +"keys. For evonodes, you can also initiate :ref:`withdrawals `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:194 +#: ../../docs/user/network/dash-evo-tool/index.rst:270 +msgid "Identity screen with an evonode identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:199 +msgid "Create new identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:203 +msgid "" +"Before creating an identity, make sure you have :ref:`added a Dash Evo Tool " +"wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:206 +msgid "" +"On the main identity screen, click the **Create Identity** button on the " +"upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:215 +msgid "" +"On the create identity screen, leave the first two options set to the " +"default and select the funding method. Then, send the requested amount of " +"DASH to the provided address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:222 +msgid "Waiting for funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:224 +msgid "" +"The status will change from \"Waiting for funds\" to \"Waiting for Platform " +"acknowledgement\" once the funds have been received and the identity " +"registration process has started." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:231 +msgid "Waiting for Platform acknowledgement" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:233 +msgid "" +"Once the identity has been registered, you can choose to return to the " +"identity screen or proceed to :ref:`registering a name `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:240 +msgid "Identity creation success" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:247 +msgid "Identity screen with an identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:252 +msgid "Evonode withdrawals" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:256 +msgid "" +"Withdrawal requests enter a queue that is currently processed more slowly " +"than intended. Depending on the timing of the withdrawal request, it may " +"take up to 18 hours to complete." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:259 +msgid "" +"For security, there is also a limit on how much can be withdrawn from " +"Platform daily. If withdrawal requests hit the daily limit, they will remain" +" in the queue longer. For details, see this `DCG development update " +"`_." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:264 +msgid "" +"From the identity main screen, click the **Withdraw** button for an " +"identity." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:272 +msgid "" +"On the withdrawal screen, select the key to sign the withdrawal. Selecting " +"the owner key is recommended since this will direct the withdrawal to the " +"payout address. Next, set the amount to withdraw." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:278 +msgid "" +"The **Max** button currently has a bug and sets the withdrawal amount in " +"credits instead of DASH, so you will need to manually adjust the amount if " +"you use that button." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:281 +msgid "Click **Withdraw** after entering the information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:287 +msgid "Withdraw screen with key and amount selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:289 +msgid "" +"When the withdrawal confirmation screen opens, confirm that the amount and " +"destination address are correct. Click **Confirm** to request the " +"withdrawal." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:296 +msgid "Withdrawal confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:301 +msgid "Name operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:306 +msgid "Register name" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:308 +msgid "" +"After :ref:`creating an identity `, you can " +"register a name for it. From the main name screen, click the **Register " +"Name** button on the upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:315 +msgid "Name screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:317 +msgid "" +"First, select the identity to register a name for. This step will be " +"automatically done if you are registering a name as part of the identity " +"creation process." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:320 +msgid "" +"Next, enter the desired name. Notification will be provided if you selected " +"a contested name and the estimated cost will be displayed. Click **Register " +"Name** to complete the registration." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:327 +msgid "Name registration" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:329 +msgid "" +"Upon successful registration, you can see the name on the **My usernames** " +"screen along with any other names you have registered." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:336 +msgid "Name registered successfully" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:341 +msgid "Vote for names" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:343 +msgid "" +"The Voting screen displays a list of names that are currently require a " +"vote. Click the **Refresh** button to update the screen at any time." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:348 +msgid "" +"Voting can only be done by masternodes and evonodes, and each node can only " +"modify its vote four times. See the :ref:`load identity section ` for instructions on importing your keys." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:355 +msgid "Voting screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:357 +msgid "" +"To vote for a contestant, click on an entry in the Contestants column. You " +"can also vote to Lock the name or Abstain by clicking the value in those " +"columns. You will be prompted to load an evonode or masternode identity if " +"you have not already done so." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:361 +msgid "" +"After clicking one of the contestants, vote for that identity to receive the" +" name by clicking one of your specific identities on the Vote Confirmation " +"screen. Click **All** to vote with all your loaded identities " +"simultaneously." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:369 +msgid "Vote confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:371 +msgid "" +"See the `DPNS page " +"`_ for more voting details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:378 +msgid "Wallet operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:382 +msgid "" +"The Dash Evo Tool wallet features only work if your Dash Core node has a " +"single wallet open. **If you have multiple wallets open in Dash Core, close " +"all of them except the one used by the Dash Evo Tool.**" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:389 +msgid "Create wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:391 +msgid "" +"This tool includes a basic wallet feature to support identity registration. " +"Wallets can be added from the wallet screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:396 +msgid "" +"Since this tool adds watching-only addresses to Dash Core when creating " +"identities, it is recommended to close all existing Dash Core wallets and " +":ref:`create a new, empty wallet ` for the Dash Evo Tool. Also, make sure to :ref:`backup your Dash " +"Core wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:401 +msgid "Click **Add Wallet** to create a new wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:407 +msgid "Wallet screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:409 +msgid "" +"After creating extra randomness with the mouse, select your preferred " +"language and click **Generate** to display you passphrase. Write it down and" +" store it securely, then click the checkbox in step 3 to confirm." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:413 +msgid "" +"Next, enter a wallet name and optionally add a password before clicking " +"**Save Wallet** to store the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:420 +msgid "Wallet create screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:425 +msgid "Use wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:427 +msgid "Select your wallet using the dropdown box." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:433 +msgid "Select wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:438 +msgid "Funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:440 +msgid "" +"Several tabs display wallet details. The Funds tab shows your receiving " +"addresses. Click **Add Receiving Address** if you want to add additional " +"addresses to fund the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:447 +msgid "Wallet Funds tab" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:449 +msgid "" +"After adding addresses, they will appear in a table with balance and other " +"details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:455 +msgid "Wallet with address added" +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 e27e9810c..e7c4a4f55 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -100,7 +100,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:65 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -449,20 +449,390 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:362 msgid "" -"Once the new version is installed, reset the configuration and services " -"using ``--keep-data`` so the existing data is retained. Then, update the " -"dashmate services::" +"Once the new version of dashmate is installed, update dash service docker " +"images::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:368 +#: ../../docs/user/network/dashmate/index.rst:366 msgid "Finally, restart dashmate::" msgstr "" +#: ../../docs/user/network/dashmate/index.rst:371 +msgid "Troubleshooting" +msgstr "" + #: ../../docs/user/network/dashmate/index.rst:375 -msgid "Collecting logs" +msgid "" +"Only enable logs if you have :ref:`configured log rotation ` to avoid running out of disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:378 +msgid "" +"The following sections describe how to enable log rotation, set up file " +"logging for Core and Platform, adjust log levels, and collect the logs for " +"analysis." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:382 +msgid "Dashmate log overview" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:384 +msgid "" +"Dashmate logs for each service are stored within its Docker container. " +"Although this is typically sufficient, more advanced options are sometimes " +"needed to adjust the log level, output format, or destination. Several cases" +" include when you need to:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:388 +msgid "Modify the level of detail provided in the logs (e.g., debug vs info)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:389 +msgid "" +"Provide data to a log server (e.g., `Elasticsearch " +"`_)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:390 +msgid "Store persistent file logs external to the Docker containers" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:391 +msgid "Use log monitoring tools to track service health" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:393 +msgid "" +"For example, since the default dashmate logs are only stored in the Docker " +"containers, they are lost if the container is removed for some reason (new " +"Docker image, dashmate reset, failure, etc.). Therefore, you may want to " +"store persistent log files external to Docker while troubleshooting an issue" +" to ensure valuable log data cannot be lost." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:401 +msgid "Set up log rotation" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:403 +msgid "" +"By default, dashmate logs are not written to the docker host file system. At" +" times you may want to write them to the host file system. Before enabling " +"logging, it is important to configure log rotation to avoid running out of " +"disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:407 +msgid "Create a new logrotate configuration file for dashmate logs:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:413 +msgid "" +"Paste in the following configuration and replace the example path one that " +"matches your system. This example configuration rotates logs daily and " +"retains seven historical files for each log file type. Historical files are " +"each limited to 1GB." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:430 +msgid "" +"Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:434 +msgid "" +"For additional log rotation details, see `this configuration tutorial " +"`_ or check out the `logrotate man pages " +"`_." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:442 +msgid "Configure Core logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:445 +msgid "Enable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:447 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Core logs on" +" the host file system. Replace the example path with one that matches your " +"system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:457 +msgid "Toggle debug logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:459 +msgid "" +"To enable debug logging for additional details, run the following command. " +"Debug logs can be turned off by setting the value back to ``false``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:0 +msgid "Advanced debug logging" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:468 +msgid "" +"Dashmate supports some advanced debug log options provided by Dash Core. The" +" following boolean ``core.log.debug`` settings correspond directly to the " +"parameters described in the `Core documentation " +"`_: ``ips``, " +"``sourceLocations``, ``threadNames``, and ``timeMicros``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:474 +msgid "**Dashmate Debug Log Options**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +msgid "**Setting**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Description**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "``ips``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "Logs the IP addresses of incoming and outgoing connections" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "``sourceLocations``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "" +"Logs the source locations (file and line number) for debugging information" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "``threadNames``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "Logs the names of the threads used for various operations" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "``timeMicros``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "" +"Logs timestamps with microsecond precision for detailed performance analysis" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Filter Option**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "``includeOnly``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "" +"Log only the specified categories (e.g., ``[\"net\", \"rpc\"]``). If empty, " +"all categories will be logged" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "``exclude``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "" +"Excludes specified categories from logging (e.g., ``[\"rpc\", " +"\"instantsend\"]``)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:505 +msgid "View current log settings" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:507 +msgid "To view the current Core log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:514 +msgid "Disable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:516 +msgid "" +"To disable logging to a file outside the container, reset the log path to " +"``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:525 +msgid "Configure Platform logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:527 +msgid "" +"For troubleshooting flexibility, dashmate provides independent log " +"configuration for the Platform Gateway, Drive ABCI, and Tenderdash. Each " +"service can be configured with the most helpful log level and output format." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:534 +msgid "Gateway logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:536 +msgid "" +"The Platform gateway has two types of logs: service logs and access logs. " +"Service logs are directed to stdout, while access logs can be configured to " +"go to stdout, stderr, or to a file. If all logs are directed to stdout, the " +"output will be a mixture of service and access data." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:540 +#: ../../docs/user/network/dashmate/index.rst:604 +#: ../../docs/user/network/dashmate/index.rst:671 +msgid "**Enable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:542 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"gateway access logs on the host file system. The example below adds file " +"logging while also keeping the default stdout logging. Replace the example " +"path with one that matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:562 +#: ../../docs/user/network/dashmate/index.rst:626 +#: ../../docs/user/network/dashmate/index.rst:680 +msgid "**Disable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:564 +msgid "" +"To disable logging to a file, remove the file config from the accessLogs " +"setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:576 +#: ../../docs/user/network/dashmate/index.rst:641 +#: ../../docs/user/network/dashmate/index.rst:688 +msgid "**Change log level**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:578 +msgid "" +"Platform gateway service logs support several levels of detail. In " +"increasing order of detail they are: ``critical``, ``error``, ``warn``, " +"``info`` (default), ``debug``, and ``trace``. To disable service logs, set " +"the log level to ``off``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:582 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.gateway.log.level`` value. For example, run these commands to " +"change the gateway service log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:591 +#: ../../docs/user/network/dashmate/index.rst:658 +#: ../../docs/user/network/dashmate/index.rst:704 +msgid "**View log settings**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:593 +#: ../../docs/user/network/dashmate/index.rst:660 +msgid "To view the current Platform gateway log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:602 +msgid "Drive ABCI logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:606 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"ABCI logs on the host file system. Replace the example path with one that " +"matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:628 +msgid "" +"To disable logging to a file, remove the file config from the logs setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:643 +msgid "" +"Drive ABCI logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:648 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log levels for file logging and stdout logging to debug on " +"your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:669 +msgid "Tenderdash logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:673 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Tenderdash " +"logs on the host file system. Replace the example path with one that matches" +" your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:682 +msgid "To disable logging to a file, set the path back to ``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:690 +msgid "" +"Tenderdash logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:377 +#: ../../docs/user/network/dashmate/index.rst:695 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:706 +msgid "To view the current Tenderdash log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:715 +msgid "Collect logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:717 msgid "" "Dashmate includes the doctor command to make troubleshooting and log " "reporting easier. The dashmate doctor command collects important debugging " @@ -470,56 +840,83 @@ msgid "" "sent to the support team if necessary. This report includes:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:381 +#: ../../docs/user/network/dashmate/index.rst:721 msgid "" "**Operating System**: Details about the architecture, CPU, memory, and swap" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:382 +#: ../../docs/user/network/dashmate/index.rst:722 msgid "" "**Docker**: Status and logs (exit codes, stdout, stderr) for each service" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:383 +#: ../../docs/user/network/dashmate/index.rst:723 msgid "" "**Core RPC**: Essential details like the best ChainLock, quorums, blockchain" " information, peers, and masternode status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:384 +#: ../../docs/user/network/dashmate/index.rst:724 msgid "" "**Tenderdash RPC**: Status, genesis, network information, ABCI details, and " "a consensus state dump" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:385 +#: ../../docs/user/network/dashmate/index.rst:725 msgid "" "**Metrics**: Tenderdash and Drive metrics (if enabled in the configuration)" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:387 +#: ../../docs/user/network/dashmate/index.rst:727 msgid "To create a report, run ``dashmate doctor`` and select **Yes**::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:395 +#: ../../docs/user/network/dashmate/index.rst:735 msgid "Run the doctor command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:397 +#: ../../docs/user/network/dashmate/index.rst:737 msgid "" "Upon successful completion, the full path to the report archive is " "displayed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:403 +#: ../../docs/user/network/dashmate/index.rst:743 msgid "Doctor output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:406 +#: ../../docs/user/network/dashmate/index.rst:748 +msgid "Metrics" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:750 +msgid "" +"To provide better network visibility to DCG developers for troubleshooting, " +"volunteers can contribute metrics to the DCG metrics server." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:753 +msgid "Enable metrics on your dashmate node" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:776 +msgid "" +"Grant access to metrics from the DCG metrics server (34.219.3.238) by " +"updating your network configuration (i.e., your firewall, AWS security " +"groups, etc.)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:779 +msgid "" +"Provide DCG with your IP address and port so it can be added to the DCG " +"Prometheus server" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:782 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:408 +#: ../../docs/user/network/dashmate/index.rst:784 msgid "" "For further documentation see the `dashmate repository " "`__." 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 e1ec7de54..ceb8669fd 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Leon White , 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/wallets/android/advanced-functions.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index fd4189697..c582edec5 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/getting-started.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/android/getting-started.po index cb802d11c..fbe57c225 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/index.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/android/index.po index ac0427301..e83519eeb 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/installation.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/android/installation.po index a8c190fca..24342b6db 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/advanced.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index e1a5cde48..6d3d04067 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/backup.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index 2e9020427..5861db001 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Leon White , 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/wallets/dashcore/cmd-rpc.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po index 43b94f4a8..90e1b67bc 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/coinjoin-instantsend.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po index 6c8dd6c41..997c56943 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/index.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/index.po index 62b92a200..aeb8b9843 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/installation-linux.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index cf73d073a..473569956 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alex.ys , 2023\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" @@ -148,7 +148,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:92 msgid "" -"This will create a folder named ``dashcore-21.1.0`` in the current working " +"This will create a folder named ``dashcore-21.1.1`` in the current working " "directory. We will now install the executable binaries to ``/usr/local/bin``" " using the ``install`` command::" 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 0ab73a9e0..2ebdbe86d 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" @@ -143,24 +143,17 @@ msgstr "首次运行Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:94 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-" +" **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." +"downloaded from the internet. Simply click **Open** to continue launching " +"the application." msgstr "" -"第一次运行Dash Core钱包时,打开Launchpad或者找到Finder中的\\ **Applications**\\ 文件夹,双击\\ " -"**Dash Core**\\ 或\\ **Dash-Qt**\\ " -"来启动应用程序。可能会有一个报警提示你打开了一个不可识别应用。为解决此问题,右键点击应用图标并从快捷菜单中选择\\ **打开**\\ " -",在对话框中再次点击\\ **打开**\\ 。这时应用程序在你的安全设定里就会被存成特例,将来你可以通过双击打开它,就像打开已注册的应用那样。" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:109 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:103 msgid "Unblocking macOS from running Dash Core" msgstr "解锁macOS,运行Dash Core" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:111 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:105 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 " @@ -168,37 +161,37 @@ msgid "" "recommended to use the default data folder if possible." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:119 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:113 msgid "Choosing the Dash Core data folder" msgstr "选择Dash Core数据文件夹" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:121 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:115 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." msgstr "Dash Core随后便开始运行了。第一次运行会比正常情况时间久一点,因为Dash Core需要生成一些加密数据来保护你的钱包。" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:128 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:122 msgid "Starting Dash Core" msgstr "启动Dash Core" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:131 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:125 msgid "Synchronizing Dash Core to the Dash network" msgstr "Dash Core和达世币网络进行同步" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:133 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:127 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 "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:140 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:134 msgid "Dash Core begins synchronizing with the Dash network" msgstr "Dash Core和达世币网络同步" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:142 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:136 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 " @@ -209,23 +202,23 @@ msgstr "" "在同步过程中,Dash " "Core会从其它节点下载达世币区块链的完整拷贝到你的设备上。这可能会花上很长的一段时间,取决于你的网速。如果你看到“没有区块资源可用”的信息,请检查你的网络连接。当同步结束后,你会看到右下角出现一个蓝色的对勾。" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:151 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:145 msgid "Dash Core synchronization is complete" msgstr "Dash Core同步完成" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:153 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:147 msgid "You can now create a wallet to send and receive funds." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:152 msgid "Creating your Dash Wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 msgid "HD wallets are now created by default." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:158 msgid "" "If no wallet files are loaded, you will get this prompt in the Overview tab." " To create a wallet, click the **Create a new wallet** button or click " @@ -234,7 +227,7 @@ msgid "" "wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:171 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:167 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 " @@ -242,49 +235,49 @@ msgid "" "encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:179 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 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:184 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:211 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Enter a password" msgstr "输入密码" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:191 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:216 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:187 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:212 msgid "Confirm you want to encrypt your wallet" msgstr "确认你想要加密你的钱包" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:189 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:197 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 msgid "Encrypting your Dash wallet" msgstr "加密你的达世币钱包" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:199 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 msgid "To encrypt your wallet, click **Settings** > **Encrypt Wallet**." msgstr "加密你的钱包,请点击\\ **设置** > **加密钱包**\\ 。" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:204 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 msgid "Encrypting the Dash wallet with a password" msgstr "对达世币钱包进行加密" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:206 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 msgid "You will be asked to enter and verify a password." msgstr "你将被要求输入和验证密码。" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:218 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:214 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 " @@ -294,10 +287,10 @@ msgstr "" "当加密过程结束后,你会看到一条提示说钱包之前的备份已不可用,并要求关闭Dash Core。当你重新启动Dash " "Core后,你会看到右下角出现了一个蓝色的小锁。" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:226 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:222 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Dash Core钱包完成同步和加密" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:228 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:224 msgid "You can now begin to use your wallet to safely send and receive funds." 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 1e481073d..3ecae00f3 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" @@ -119,7 +119,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-21.1.0-win64-setup.exe.asc`` in the same folder as the downloaded" +"``dashcore-21.1.1-win64-setup.exe.asc`` in the same folder as the downloaded" " installer." msgstr "" @@ -130,7 +130,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-21.1.0-win64-setup.exe with dashcore-21.1.0-win64-setup.exe.asc`` " +"dashcore-21.1.1-win64-setup.exe with dashcore-21.1.1-win64-setup.exe.asc`` " "then you have an authentic copy of Dash Core for Windows." 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 79755e431..3ec110ee7 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/interface.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index 567a3dfc9..5007afbf9 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/send-receive.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po index dc7da8a37..2d81b6d8a 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/advanced.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index d556df971..02c457893 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Leon White , 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/wallets/electrum/faq.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/faq.po index b098044ce..7dcc699c1 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/index.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/index.po index 5560a3477..a3217e7a5 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/installation.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/installation.po index 20f3735bc..a6ba0d831 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/security.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/security.po index b31c8b017..6567216db 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/send-receive.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index 5a8cd1f9d..dd6e6fb93 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/hardware.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/hardware.po index eca726a99..1e83ce7ff 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/hardware.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-hardware.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index-hardware.po index 3ea300c35..d06dd27e7 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-paper.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index-paper.po index 11ab3bc3d..6d8cd0177 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-third-party.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index-third-party.po index baf3c4f9b..dcf4355c6 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-web.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index-web.po index 4c2d5a684..4ea49a49b 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Leon White , 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/wallets/index.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index.po index b122bbc00..32246ad74 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Leon White , 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/wallets/ios/advanced-functions.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index b9ba8fd6f..b0985e52e 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/getting-started.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/ios/getting-started.po index ecd3dd396..2941649a9 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/index.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/ios/index.po index fee1bc152..e6e9fbf42 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/installation.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/ios/installation.po index 7e7970ed9..a1190f80c 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 @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/paper.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/paper.po index 1ffede5e9..e3ddf8b06 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/paper.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/recovery.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/recovery.po index 8ffb6cfa2..40aefa1b2 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/recovery.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/signing.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/signing.po index 1adc9626a..8a9584c9c 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/signing.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/third-party.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/third-party.po index f25e19cb9..fbfc33856 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/web.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/web.po index 3ff2f4c68..5da32405c 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/web.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/index.po b/locale/zh_CN/LC_MESSAGES/index.po index 16930c708..aef2e7be9 100644 --- a/locale/zh_CN/LC_MESSAGES/index.po +++ b/locale/zh_CN/LC_MESSAGES/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: Alex.ys , 2018\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 b6851f148..5a4c6b32f 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -122,78 +122,86 @@ msgstr "" msgid "" "It is only necessary to run this step during the initial setup of your " "machine. Run the guix install routine to prepare your environment and answer" -" \"Y\" for all prompts::" +" \"Y\" for all prompts:" msgstr "" -#: ../../docs/user/developers/compiling.rst:88 +#: ../../docs/user/developers/compiling.rst:0 +msgid "Ubuntu/Debian install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst:0 +msgid "General install" +msgstr "" + +#: ../../docs/user/developers/compiling.rst:99 msgid "Clone repositories" msgstr "" -#: ../../docs/user/developers/compiling.rst:90 +#: ../../docs/user/developers/compiling.rst:101 msgid "" "After installing the prerequisites and preparing guix, reboot the system, " "login as ````, and clone required repositories::" msgstr "" -#: ../../docs/user/developers/compiling.rst:97 +#: ../../docs/user/developers/compiling.rst:108 msgid "Download the macOS SDK which is required to create macOS builds::" msgstr "" -#: ../../docs/user/developers/compiling.rst:104 +#: ../../docs/user/developers/compiling.rst:115 msgid "Build Dash Core" msgstr "" -#: ../../docs/user/developers/compiling.rst:106 +#: ../../docs/user/developers/compiling.rst:117 msgid "" "Checkout the tag associated with the Dash Core version you plan to build::" msgstr "" -#: ../../docs/user/developers/compiling.rst:113 +#: ../../docs/user/developers/compiling.rst:124 msgid "Run ``guix-build`` to create binaries for Linux, Mac, and Windows::" msgstr "" -#: ../../docs/user/developers/compiling.rst:118 +#: ../../docs/user/developers/compiling.rst:129 msgid "" "When the build completes, it will put the binaries in the ``guix-" "build-/output/`` directory." msgstr "" -#: ../../docs/user/developers/compiling.rst:122 +#: ../../docs/user/developers/compiling.rst:133 msgid "Create signatures for binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:124 +#: ../../docs/user/developers/compiling.rst:135 msgid "" "Mac and Windows binaries are signed by Dash Core Group using the relevant " "Apple and Microsoft processes. In this step, that information will be " "validated and signed by your machine." msgstr "" -#: ../../docs/user/developers/compiling.rst:128 +#: ../../docs/user/developers/compiling.rst:139 msgid "" "Prepare the `detached sigs repository `__::" msgstr "" -#: ../../docs/user/developers/compiling.rst:137 +#: ../../docs/user/developers/compiling.rst:148 msgid "" "Prepare the `guix.sigs repository `__ " "by pulling the latest changes::" msgstr "" -#: ../../docs/user/developers/compiling.rst:144 +#: ../../docs/user/developers/compiling.rst:155 msgid "Create a new branch for the version that was built::" msgstr "" -#: ../../docs/user/developers/compiling.rst:152 +#: ../../docs/user/developers/compiling.rst:163 msgid "Unsigned binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:154 +#: ../../docs/user/developers/compiling.rst:165 msgid "To create signatures for the unsigned binaries, run ``guix-attest``::" msgstr "" -#: ../../docs/user/developers/compiling.rst:162 +#: ../../docs/user/developers/compiling.rst:173 msgid "" "The ``signer`` parameter should be set to the value provided for \"Real " "name\" when generating a key with GPG. See the `GnuPrivacyGuard Howto " @@ -201,38 +209,38 @@ msgid "" " for details on how to generate a key if you don't already have one." msgstr "" -#: ../../docs/user/developers/compiling.rst:168 +#: ../../docs/user/developers/compiling.rst:179 msgid "Signed binaries" msgstr "" -#: ../../docs/user/developers/compiling.rst:170 +#: ../../docs/user/developers/compiling.rst:181 msgid "" "To create signatures for the signed binaries, run ``guix-codesign`` followed" " by guix-attest::" msgstr "" -#: ../../docs/user/developers/compiling.rst:182 +#: ../../docs/user/developers/compiling.rst:193 msgid "Upload signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:184 +#: ../../docs/user/developers/compiling.rst:195 msgid "" "After successfully building the binaries, signing them, and verifying the " "signatures, you can optionally contribute them to the `guix.sigs repository " "`_ via a pull request on GitHub." msgstr "" -#: ../../docs/user/developers/compiling.rst:189 +#: ../../docs/user/developers/compiling.rst:200 msgid "Initial setup" msgstr "" -#: ../../docs/user/developers/compiling.rst:191 +#: ../../docs/user/developers/compiling.rst:202 msgid "" "Since the official guix.sigs repository has restricted write access, create " "a fork of it via GitHub and add your fork as a remote repository::" msgstr "" -#: ../../docs/user/developers/compiling.rst:197 +#: ../../docs/user/developers/compiling.rst:208 msgid "" "The first time you contribute signatures, also put a copy of your public key" " in the ``builder-keys`` folder of the repository so others can easily " @@ -240,21 +248,21 @@ msgid "" "following command::" msgstr "" -#: ../../docs/user/developers/compiling.rst:207 +#: ../../docs/user/developers/compiling.rst:218 msgid "Adding your signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:209 +#: ../../docs/user/developers/compiling.rst:220 msgid "" "Add and commit the ``*.SHA256SUMS`` and ``*.SHA256SUMS.asc`` files created " "by the build process::" msgstr "" -#: ../../docs/user/developers/compiling.rst:220 +#: ../../docs/user/developers/compiling.rst:231 msgid "Push to your fork of the guix.sigs repository on GitHub::" msgstr "" -#: ../../docs/user/developers/compiling.rst:225 +#: ../../docs/user/developers/compiling.rst:236 msgid "" "Go to `GitHub `__ and open a " "pull request to the ``master`` branch of the upstream repository. The pull " @@ -262,11 +270,11 @@ msgid "" "checks out. Thanks for contributing!" msgstr "" -#: ../../docs/user/developers/compiling.rst:231 +#: ../../docs/user/developers/compiling.rst:242 msgid "Verify signatures" msgstr "" -#: ../../docs/user/developers/compiling.rst:233 +#: ../../docs/user/developers/compiling.rst:244 msgid "" "The `guix.sigs repository `_ contains" " deterministic build results signed by multiple Core developers for each " @@ -274,13 +282,13 @@ msgid "" "verification. Import the public keys::" msgstr "" -#: ../../docs/user/developers/compiling.rst:242 +#: ../../docs/user/developers/compiling.rst:253 msgid "" "Run the following commands to verify that your build matches the official " "release::" msgstr "" -#: ../../docs/user/developers/compiling.rst:252 +#: ../../docs/user/developers/compiling.rst:263 msgid "" "You should get a result similar to the following for Linux, Windows, MacOS, " "Signed Windows, and Signed MacOS. Assuming the previous steps completed " @@ -288,11 +296,11 @@ msgid "" "also." msgstr "" -#: ../../docs/user/developers/compiling.rst:341 +#: ../../docs/user/developers/compiling.rst:352 msgid "Gitian" msgstr "" -#: ../../docs/user/developers/compiling.rst:344 +#: ../../docs/user/developers/compiling.rst:355 msgid "" "Gitian builds were deprecated in favor of Guix builds with the release of " "Dash Core v20.0. Instructions on building Dash Core 19.0 or older versions " 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 5d663dc31..068f3487c 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/insight.po b/locale/zh_TW/LC_MESSAGES/docs/user/developers/insight.po index 4f485296b..1690e1b6f 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-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" @@ -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-21.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-21.1.1/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 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 052391426..fbb7c25fe 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/testnet.po b/locale/zh_TW/LC_MESSAGES/docs/user/developers/testnet.po index a243b0d22..fcb31f20c 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 c10cc007a..ea07b9f0a 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 6fb79cd26..e461e72c2 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 6d7dd9ede..c1ad35ccd 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 7f149d27c..7a19b4b50 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 89bf39305..8e5290601 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 2c8a26e0d..ff8b47023 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 cc9b427b8..03a14234b 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 7d52802f7..840d45c58 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 e9d76bdb0..70bf82ed1 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/zh_TW/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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -86,12 +86,12 @@ msgid "https://dashdevs.org" msgstr "" #: ../../docs/user/introduction/information.rst:32 -#: ../../docs/user/introduction/information.rst:166 +#: ../../docs/user/introduction/information.rst:173 msgid "https://www.dashcentral.org" msgstr "https://www.dashcentral.org" #: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:183 msgid "https://www.dashninja.pl" msgstr "https://www.dashninja.pl" @@ -100,7 +100,7 @@ msgid "https://dashnews.org" msgstr "" #: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:167 +#: ../../docs/user/introduction/information.rst:174 msgid "https://dashvotetracker.com" msgstr "https://dashvotetracker.com" @@ -412,228 +412,244 @@ msgid "Block explorers, statistics and visualizations" msgstr "" #: ../../docs/user/introduction/information.rst:152 +msgid "**Dash Core**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:154 msgid "https://insight.dash.org/insight/" msgstr "" -#: ../../docs/user/introduction/information.rst:153 +#: ../../docs/user/introduction/information.rst:155 msgid "https://blockchair.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:154 +#: ../../docs/user/introduction/information.rst:156 msgid "https://chainz.cryptoid.info/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:157 msgid "https://www.oklink.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:156 +#: ../../docs/user/introduction/information.rst:158 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:159 msgid "https://dashblockexplorer.com" msgstr "" -#: ../../docs/user/introduction/information.rst:158 +#: ../../docs/user/introduction/information.rst:160 msgid "https://live.blockcypher.com/dash/" msgstr "https://live.blockcypher.com/dash/" -#: ../../docs/user/introduction/information.rst:159 +#: ../../docs/user/introduction/information.rst:161 msgid "https://dash.tokenview.io" msgstr "" -#: ../../docs/user/introduction/information.rst:160 +#: ../../docs/user/introduction/information.rst:162 msgid "https://udjinm6.github.io/bitlisten/" msgstr "" #: ../../docs/user/introduction/information.rst:164 +msgid "**Dash Platform**" +msgstr "" + +#: ../../docs/user/introduction/information.rst:166 +msgid "https://platform-explorer.com/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:167 +msgid "https://mnowatch.org/evonodes/" +msgstr "" + +#: ../../docs/user/introduction/information.rst:171 msgid "Treasury tools" msgstr "" -#: ../../docs/user/introduction/information.rst:168 +#: ../../docs/user/introduction/information.rst:175 msgid "https://proposal.dash.org" msgstr "https://proposal.dash.org" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl/governance.html" msgstr "https://www.dashninja.pl/governance.html" -#: ../../docs/user/introduction/information.rst:170 +#: ../../docs/user/introduction/information.rst:177 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:181 msgid "Masternode management" msgstr "" -#: ../../docs/user/introduction/information.rst:177 +#: ../../docs/user/introduction/information.rst:184 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "https://github.com/Bertrand256/dash-masternode-tool" -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:185 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:179 +#: ../../docs/user/introduction/information.rst:186 msgid "https://dash-news.de/dashtv/" msgstr "" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:187 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:184 +#: ../../docs/user/introduction/information.rst:191 msgid "Price monitoring and research" msgstr "" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:193 msgid "https://messari.io/asset/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:187 +#: ../../docs/user/introduction/information.rst:194 msgid "https://namu.wiki/w/Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:188 +#: ../../docs/user/introduction/information.rst:195 msgid "https://xangle.io/project/DASH/profile" msgstr "" -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:196 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:190 +#: ../../docs/user/introduction/information.rst:197 msgid "https://bitinfocharts.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:198 msgid "https://www.coingecko.com/en/coins/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:195 +#: ../../docs/user/introduction/information.rst:202 msgid "Dash Community project" msgstr "" -#: ../../docs/user/introduction/information.rst:197 +#: ../../docs/user/introduction/information.rst:204 msgid "https://dashcommunity.github.io" msgstr "https://dashcommunity.github.io" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:205 msgid "https://github.com/dashcommunity" msgstr "" -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:209 msgid "DarkNet pages" msgstr "" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:211 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:212 msgid "" "**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:213 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:217 msgid "Mobile Apps" msgstr "" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:220 msgid "iOS" msgstr "" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:222 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:223 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "" -#: ../../docs/user/introduction/information.rst:217 +#: ../../docs/user/introduction/information.rst:224 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "" -#: ../../docs/user/introduction/information.rst:218 +#: ../../docs/user/introduction/information.rst:225 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "" -#: ../../docs/user/introduction/information.rst:219 +#: ../../docs/user/introduction/information.rst:226 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "" -#: ../../docs/user/introduction/information.rst:220 +#: ../../docs/user/introduction/information.rst:227 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:231 msgid "Android" msgstr "" -#: ../../docs/user/introduction/information.rst:226 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:227 +#: ../../docs/user/introduction/information.rst:234 msgid "" "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" -#: ../../docs/user/introduction/information.rst:228 +#: ../../docs/user/introduction/information.rst:235 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:229 +#: ../../docs/user/introduction/information.rst:236 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" msgstr "" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:237 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" msgstr "" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:238 msgid "" "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:232 +#: ../../docs/user/introduction/information.rst:239 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" msgstr "" -#: ../../docs/user/introduction/information.rst:233 +#: ../../docs/user/introduction/information.rst:240 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" msgstr "" -#: ../../docs/user/introduction/information.rst:240 +#: ../../docs/user/introduction/information.rst:247 msgid "Glossary" msgstr "名詞解釋" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:250 msgid "51% Attack" msgstr "" -#: ../../docs/user/introduction/information.rst:245 +#: ../../docs/user/introduction/information.rst:252 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 " @@ -642,11 +658,11 @@ msgid "" "block." msgstr "" -#: ../../docs/user/introduction/information.rst:250 +#: ../../docs/user/introduction/information.rst:257 msgid "Address" msgstr "" -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:259 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -655,11 +671,11 @@ msgid "" "digitally sign transactions (see Public key)." msgstr "" -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:264 msgid "Algorithm" msgstr "" -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:266 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-step" @@ -667,22 +683,22 @@ msgid "" "processing, and/or automated reasoning tasks." msgstr "" -#: ../../docs/user/introduction/information.rst:263 +#: ../../docs/user/introduction/information.rst:270 msgid "Altcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:272 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:268 +#: ../../docs/user/introduction/information.rst:275 msgid "AML" msgstr "" -#: ../../docs/user/introduction/information.rst:270 +#: ../../docs/user/introduction/information.rst:277 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. AML" @@ -690,18 +706,18 @@ msgid "" " AML techniques to Dash exchanges." msgstr "" -#: ../../docs/user/introduction/information.rst:274 +#: ../../docs/user/introduction/information.rst:281 msgid "API" msgstr "" -#: ../../docs/user/introduction/information.rst:276 +#: ../../docs/user/introduction/information.rst:283 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a set" " of routines, protocols, and tools for building software and applications." msgstr "" -#: ../../docs/user/introduction/information.rst:281 +#: ../../docs/user/introduction/information.rst:288 msgid "" "An API expresses a software component in terms of its operations, inputs, " "outputs, and underlying types, defining functionalities that are independent" @@ -711,11 +727,11 @@ msgid "" "are then put together by the programmer." msgstr "" -#: ../../docs/user/introduction/information.rst:288 +#: ../../docs/user/introduction/information.rst:295 msgid "ASIC" msgstr "" -#: ../../docs/user/introduction/information.rst:290 +#: ../../docs/user/introduction/information.rst:297 msgid "" "An application-specific integrated circuit (ASIC), is an integrated circuit " "(IC) customized for a particular use, rather than intended for general-" @@ -723,11 +739,11 @@ msgid "" " or for :ref:`high-efficiency Dash mining ` is an ASIC." msgstr "" -#: ../../docs/user/introduction/information.rst:295 +#: ../../docs/user/introduction/information.rst:302 msgid "ATM / BTM" msgstr "" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:304 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 " @@ -735,21 +751,21 @@ msgid "" "supported on several :ref:`ATMs `." msgstr "" -#: ../../docs/user/introduction/information.rst:301 +#: ../../docs/user/introduction/information.rst:308 msgid "Backlog" msgstr "" -#: ../../docs/user/introduction/information.rst:303 +#: ../../docs/user/introduction/information.rst:310 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:305 +#: ../../docs/user/introduction/information.rst:312 msgid "Backup" msgstr "" -#: ../../docs/user/introduction/information.rst:307 +#: ../../docs/user/introduction/information.rst:314 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 " @@ -760,22 +776,22 @@ msgid "" "backup." msgstr "" -#: ../../docs/user/introduction/information.rst:314 +#: ../../docs/user/introduction/information.rst:321 msgid "Bitcoin 2.0" msgstr "" -#: ../../docs/user/introduction/information.rst:316 +#: ../../docs/user/introduction/information.rst:323 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:320 +#: ../../docs/user/introduction/information.rst:327 msgid "Blockchain" msgstr "" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:329 msgid "" "A `blockchain `_ is a " "distributed database that maintains a continuously-growing list of data " @@ -787,11 +803,11 @@ msgid "" "timestamp and information linking it to a previous block." msgstr "" -#: ../../docs/user/introduction/information.rst:331 +#: ../../docs/user/introduction/information.rst:338 msgid "Blocks" msgstr "" -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:340 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -801,11 +817,11 @@ msgid "" "blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:346 msgid "ChainLock" msgstr "" -#: ../../docs/user/introduction/information.rst:341 +#: ../../docs/user/introduction/information.rst:348 msgid "" "Defined in `DIP8 " "`__, ChainLocks are" @@ -815,11 +831,11 @@ msgid "" "double spending." msgstr "" -#: ../../docs/user/introduction/information.rst:347 +#: ../../docs/user/introduction/information.rst:354 msgid "Cloud Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:349 +#: ../../docs/user/introduction/information.rst:356 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 " @@ -830,22 +846,22 @@ msgid "" " you store large quantities of funds in online wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:357 +#: ../../docs/user/introduction/information.rst:364 msgid "Coinbase transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:359 +#: ../../docs/user/introduction/information.rst:366 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:362 +#: ../../docs/user/introduction/information.rst:369 msgid "Cold Storage" msgstr "" -#: ../../docs/user/introduction/information.rst:364 +#: ../../docs/user/introduction/information.rst:371 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -853,11 +869,11 @@ msgid "" "wallet>`." msgstr "" -#: ../../docs/user/introduction/information.rst:368 +#: ../../docs/user/introduction/information.rst:375 msgid "Confirm(ed) Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:370 +#: ../../docs/user/introduction/information.rst:377 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 " @@ -866,15 +882,15 @@ msgid "" "more blocks are added to the blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:375 +#: ../../docs/user/introduction/information.rst:382 msgid "Confirmation Number" msgstr "" -#: ../../docs/user/introduction/information.rst:376 +#: ../../docs/user/introduction/information.rst:383 msgid "confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:386 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -886,11 +902,11 @@ msgid "" "considered \"safe\" and irreversible." msgstr "" -#: ../../docs/user/introduction/information.rst:387 +#: ../../docs/user/introduction/information.rst:394 msgid "Confirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:396 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be " @@ -898,11 +914,11 @@ msgid "" "the blockchain (and thus \"confirmed\")." msgstr "" -#: ../../docs/user/introduction/information.rst:393 +#: ../../docs/user/introduction/information.rst:400 msgid "Credit pool" msgstr "" -#: ../../docs/user/introduction/information.rst:395 +#: ../../docs/user/introduction/information.rst:402 msgid "" "A store of value on the Core chain that is funded by asset lock " "transactions. The credit pool mirrors the credit balance on Dash Platform. " @@ -910,11 +926,11 @@ msgid "" "Platform and unlocking it to withdraw back to Dash on the Core chain." msgstr "" -#: ../../docs/user/introduction/information.rst:398 +#: ../../docs/user/introduction/information.rst:405 msgid "CPU" msgstr "" -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:407 msgid "" "A `central processing unit (CPU) " "`_ is the electronic " @@ -928,11 +944,11 @@ msgid "" "circuitry." msgstr "" -#: ../../docs/user/introduction/information.rst:410 +#: ../../docs/user/introduction/information.rst:417 msgid "Cryptocurrency" msgstr "" -#: ../../docs/user/introduction/information.rst:412 +#: ../../docs/user/introduction/information.rst:419 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -940,11 +956,11 @@ msgid "" "units." msgstr "" -#: ../../docs/user/introduction/information.rst:416 +#: ../../docs/user/introduction/information.rst:423 msgid "Cryptography" msgstr "" -#: ../../docs/user/introduction/information.rst:418 +#: ../../docs/user/introduction/information.rst:425 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -960,11 +976,11 @@ msgid "" "electronic commerce." msgstr "" -#: ../../docs/user/introduction/information.rst:430 +#: ../../docs/user/introduction/information.rst:437 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:432 +#: ../../docs/user/introduction/information.rst:439 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, 80% " @@ -977,72 +993,72 @@ msgid "" "the two terms are interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP" msgstr "" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:450 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." msgstr "" -#: ../../docs/user/introduction/information.rst:445 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP Client" msgstr "" -#: ../../docs/user/introduction/information.rst:447 +#: ../../docs/user/introduction/information.rst:454 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:449 +#: ../../docs/user/introduction/information.rst:456 msgid "DAP Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:451 +#: ../../docs/user/introduction/information.rst:458 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:453 +#: ../../docs/user/introduction/information.rst:460 msgid "DAP Space" msgstr "" -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:462 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:457 +#: ../../docs/user/introduction/information.rst:464 msgid "DAP State" msgstr "" -#: ../../docs/user/introduction/information.rst:459 +#: ../../docs/user/introduction/information.rst:466 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." msgstr "" -#: ../../docs/user/introduction/information.rst:461 +#: ../../docs/user/introduction/information.rst:468 msgid "DAPI" msgstr "" -#: ../../docs/user/introduction/information.rst:463 +#: ../../docs/user/introduction/information.rst:470 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 "" -#: ../../docs/user/introduction/information.rst:467 +#: ../../docs/user/introduction/information.rst:474 msgid "Dark Gravity Wave" msgstr "" -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:476 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" " *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" @@ -1052,21 +1068,21 @@ msgid "" "exploit." msgstr "" -#: ../../docs/user/introduction/information.rst:475 +#: ../../docs/user/introduction/information.rst:482 msgid "Darkcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:484 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:479 +#: ../../docs/user/introduction/information.rst:486 msgid "Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:488 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency was" " later renamed \"Dash\" to avoid association with the darknet markets. Dash " @@ -1077,22 +1093,22 @@ msgid "" ":ref:`Features ` page for a full list of Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:489 +#: ../../docs/user/introduction/information.rst:496 msgid "DashDrive" msgstr "" -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:498 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:494 +#: ../../docs/user/introduction/information.rst:501 msgid "Dash Client" msgstr "" -#: ../../docs/user/introduction/information.rst:496 +#: ../../docs/user/introduction/information.rst:503 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" @@ -1102,11 +1118,11 @@ msgid "" "infrastructure." msgstr "" -#: ../../docs/user/introduction/information.rst:502 +#: ../../docs/user/introduction/information.rst:509 msgid "Dash Core Wallet" msgstr "達世幣核心錢包" -#: ../../docs/user/introduction/information.rst:504 +#: ../../docs/user/introduction/information.rst:511 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 " @@ -1115,32 +1131,32 @@ msgid "" "it." msgstr "" -#: ../../docs/user/introduction/information.rst:509 +#: ../../docs/user/introduction/information.rst:516 msgid "Dash Evolution" msgstr "" -#: ../../docs/user/introduction/information.rst:511 +#: ../../docs/user/introduction/information.rst:518 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:515 +#: ../../docs/user/introduction/information.rst:522 msgid "Dash Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:517 +#: ../../docs/user/introduction/information.rst:524 msgid "" "A JSON-based language specification for defining and validating consensus " "data in Evolution." msgstr "" -#: ../../docs/user/introduction/information.rst:519 +#: ../../docs/user/introduction/information.rst:526 msgid "DDoS" msgstr "" -#: ../../docs/user/introduction/information.rst:521 +#: ../../docs/user/introduction/information.rst:528 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 " @@ -1150,11 +1166,11 @@ msgid "" "hit with DDoS attacks." msgstr "" -#: ../../docs/user/introduction/information.rst:527 +#: ../../docs/user/introduction/information.rst:534 msgid "Decentralized" msgstr "" -#: ../../docs/user/introduction/information.rst:529 +#: ../../docs/user/introduction/information.rst:536 msgid "" "`Decentralized computing " "`_ is the allocation " @@ -1173,11 +1189,11 @@ msgid "" "effectiveness." msgstr "" -#: ../../docs/user/introduction/information.rst:544 +#: ../../docs/user/introduction/information.rst:551 msgid "Desktop Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:546 +#: ../../docs/user/introduction/information.rst:553 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 " @@ -1186,11 +1202,11 @@ msgid "" " `" msgstr "" -#: ../../docs/user/introduction/information.rst:552 +#: ../../docs/user/introduction/information.rst:559 msgid "Difficulty" msgstr "" -#: ../../docs/user/introduction/information.rst:554 +#: ../../docs/user/introduction/information.rst:561 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 " @@ -1202,15 +1218,15 @@ msgid "" "difficulty to increase over time." msgstr "" -#: ../../docs/user/introduction/information.rst:563 +#: ../../docs/user/introduction/information.rst:570 msgid "Digital Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:565 +#: ../../docs/user/introduction/information.rst:572 msgid "See :ref:`this link ` for full documentation on wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:567 +#: ../../docs/user/introduction/information.rst:574 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 " @@ -1219,7 +1235,7 @@ msgid "" "wallets can exist in many different forms and on many devices:" msgstr "" -#: ../../docs/user/introduction/information.rst:574 +#: ../../docs/user/introduction/information.rst:581 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1229,7 +1245,7 @@ msgid "" "funds." msgstr "" -#: ../../docs/user/introduction/information.rst:582 +#: ../../docs/user/introduction/information.rst:589 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or Apple " @@ -1240,7 +1256,7 @@ msgid "" "of funds on these wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your Dash " @@ -1254,7 +1270,7 @@ msgid "" "wallet or cryptocurrency exchange." msgstr "" -#: ../../docs/user/introduction/information.rst:603 +#: ../../docs/user/introduction/information.rst:610 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1266,7 +1282,7 @@ msgid "" "storage for your Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:613 +#: ../../docs/user/introduction/information.rst:620 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the internet." @@ -1279,11 +1295,11 @@ msgid "" "for long-term (multi-year) storage because they degrade over time." msgstr "" -#: ../../docs/user/introduction/information.rst:623 +#: ../../docs/user/introduction/information.rst:630 msgid "DKG" msgstr "" -#: ../../docs/user/introduction/information.rst:625 +#: ../../docs/user/introduction/information.rst:632 msgid "" "Defined in `DIP6 " "`__, Distributed " @@ -1295,11 +1311,11 @@ msgid "" "of Shamir’s Secret Sharing." msgstr "" -#: ../../docs/user/introduction/information.rst:633 +#: ../../docs/user/introduction/information.rst:640 msgid "Digital Signature" msgstr "" -#: ../../docs/user/introduction/information.rst:635 +#: ../../docs/user/introduction/information.rst:642 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 " @@ -1310,11 +1326,11 @@ msgid "" " owner of a certain Dash address." msgstr "" -#: ../../docs/user/introduction/information.rst:643 +#: ../../docs/user/introduction/information.rst:650 msgid "Electrum Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:645 +#: ../../docs/user/introduction/information.rst:652 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight wallet " "that does not require you to download or sync the entire blockchain, making " @@ -1322,11 +1338,11 @@ msgid "" " CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:656 msgid "Encryption" msgstr "" -#: ../../docs/user/introduction/information.rst:651 +#: ../../docs/user/introduction/information.rst:658 msgid "" "In cryptography, `encryption `_ is" " the process of encoding messages or information in such a way that only " @@ -1341,15 +1357,15 @@ msgid "" "\"uncrackable.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:663 +#: ../../docs/user/introduction/information.rst:670 msgid "Escrow Services" msgstr "" -#: ../../docs/user/introduction/information.rst:665 +#: ../../docs/user/introduction/information.rst:672 msgid "An `escrow `_ is:" msgstr "" -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:674 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1357,20 +1373,20 @@ msgid "" "or" msgstr "" -#: ../../docs/user/introduction/information.rst:672 +#: ../../docs/user/introduction/information.rst:679 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:676 +#: ../../docs/user/introduction/information.rst:683 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:679 +#: ../../docs/user/introduction/information.rst:686 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1381,22 +1397,22 @@ msgid "" " the product (or currency) being purchased to the appropriate party." msgstr "" -#: ../../docs/user/introduction/information.rst:687 +#: ../../docs/user/introduction/information.rst:694 msgid "Evan Duffield" msgstr "" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:696 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:692 +#: ../../docs/user/introduction/information.rst:699 msgid "Exchange" msgstr "" -#: ../../docs/user/introduction/information.rst:694 +#: ../../docs/user/introduction/information.rst:701 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" @@ -1409,11 +1425,11 @@ msgid "" "time of each transaction." msgstr "" -#: ../../docs/user/introduction/information.rst:704 +#: ../../docs/user/introduction/information.rst:711 msgid "Faucet" msgstr "" -#: ../../docs/user/introduction/information.rst:706 +#: ../../docs/user/introduction/information.rst:713 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 " @@ -1421,40 +1437,40 @@ msgid "" "or task as described by the website." msgstr "" -#: ../../docs/user/introduction/information.rst:710 +#: ../../docs/user/introduction/information.rst:717 msgid "Fiat Gateway" msgstr "" -#: ../../docs/user/introduction/information.rst:712 +#: ../../docs/user/introduction/information.rst:719 msgid "" "`Fiat money `_ has been defined " "variously as:" msgstr "" -#: ../../docs/user/introduction/information.rst:715 +#: ../../docs/user/introduction/information.rst:722 msgid "Any money declared by a government to be legal tender." msgstr "" -#: ../../docs/user/introduction/information.rst:716 +#: ../../docs/user/introduction/information.rst:723 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:717 +#: ../../docs/user/introduction/information.rst:724 msgid "" "Intrinsically valueless money used as money because of government decree." msgstr "" -#: ../../docs/user/introduction/information.rst:719 +#: ../../docs/user/introduction/information.rst:726 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "" -#: ../../docs/user/introduction/information.rst:720 +#: ../../docs/user/introduction/information.rst:727 msgid "Fintech" msgstr "" -#: ../../docs/user/introduction/information.rst:722 +#: ../../docs/user/introduction/information.rst:729 msgid "" "`Financial technology " "`_, also known as " @@ -1466,11 +1482,11 @@ msgid "" "Bitcoin." msgstr "" -#: ../../docs/user/introduction/information.rst:730 +#: ../../docs/user/introduction/information.rst:737 msgid "Fork" msgstr "" -#: ../../docs/user/introduction/information.rst:732 +#: ../../docs/user/introduction/information.rst:739 msgid "" "When the blockchain diverges or splits, with some clients recognizing one " "version of the blockchain as valid, and other clients believing that a " @@ -1481,18 +1497,18 @@ msgid "" "extremely dangerous and should be avoided if possible." msgstr "" -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:748 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:744 +#: ../../docs/user/introduction/information.rst:751 msgid "Full Nodes" msgstr "" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:753 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 " @@ -1501,27 +1517,27 @@ msgid "" "blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:751 +#: ../../docs/user/introduction/information.rst:758 msgid "Fungible" msgstr "" -#: ../../docs/user/introduction/information.rst:753 +#: ../../docs/user/introduction/information.rst:760 msgid "Every unit of the currency is worth the same as any other unit." msgstr "" -#: ../../docs/user/introduction/information.rst:754 +#: ../../docs/user/introduction/information.rst:761 msgid "Genesis Block" msgstr "" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:763 msgid "The very first block in the block chain." msgstr "" -#: ../../docs/user/introduction/information.rst:757 +#: ../../docs/user/introduction/information.rst:764 msgid "GPU" msgstr "" -#: ../../docs/user/introduction/information.rst:759 +#: ../../docs/user/introduction/information.rst:766 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -1539,11 +1555,11 @@ msgid "" "GPUs." msgstr "" -#: ../../docs/user/introduction/information.rst:773 +#: ../../docs/user/introduction/information.rst:780 msgid "Hardware Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:782 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a piece " @@ -1551,11 +1567,11 @@ msgid "" "sign transactions as normal, making it both safe and convenient." msgstr "" -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:787 msgid "Hash" msgstr "" -#: ../../docs/user/introduction/information.rst:782 +#: ../../docs/user/introduction/information.rst:789 msgid "" "A mathematical process that takes a variable amount of data and produces a " "shorter, fixed-length output. A hashing function has two important " @@ -1564,39 +1580,39 @@ msgid "" "tiniest part of the input will produce an entirely different output." msgstr "" -#: ../../docs/user/introduction/information.rst:788 +#: ../../docs/user/introduction/information.rst:795 msgid "Hashrate" msgstr "" -#: ../../docs/user/introduction/information.rst:790 +#: ../../docs/user/introduction/information.rst:797 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:792 +#: ../../docs/user/introduction/information.rst:799 msgid "Insight" msgstr "" -#: ../../docs/user/introduction/information.rst:794 +#: ../../docs/user/introduction/information.rst:801 msgid "" "Blockchain information server used to power block explorers and respond to " "transaction queries." msgstr "" -#: ../../docs/user/introduction/information.rst:796 +#: ../../docs/user/introduction/information.rst:803 msgid "InstantX" msgstr "" -#: ../../docs/user/introduction/information.rst:798 +#: ../../docs/user/introduction/information.rst:805 msgid "See InstantSend" msgstr "" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:806 msgid "InstantSend" msgstr "即時到帳" -#: ../../docs/user/introduction/information.rst:801 +#: ../../docs/user/introduction/information.rst:808 msgid "" ":ref:`InstantSend ` technology uses the masternode network to " "\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" @@ -1605,11 +1621,11 @@ msgid "" "after only a few seconds." msgstr "" -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:813 msgid "Liquidity" msgstr "" -#: ../../docs/user/introduction/information.rst:808 +#: ../../docs/user/introduction/information.rst:815 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" @@ -1617,11 +1633,11 @@ msgid "" "volatility, and the inability to easily determine the value of an asset." msgstr "" -#: ../../docs/user/introduction/information.rst:813 +#: ../../docs/user/introduction/information.rst:820 msgid "LLMQ" msgstr "" -#: ../../docs/user/introduction/information.rst:815 +#: ../../docs/user/introduction/information.rst:822 msgid "" "Defined in `DIP6 " "`__, A Long- Living" @@ -1633,28 +1649,28 @@ msgid "" " perform threshold signing of consensus related messages." msgstr "" -#: ../../docs/user/introduction/information.rst:824 +#: ../../docs/user/introduction/information.rst:831 msgid "Masternode" msgstr "" -#: ../../docs/user/introduction/information.rst:826 +#: ../../docs/user/introduction/information.rst:833 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:830 +#: ../../docs/user/introduction/information.rst:837 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:832 +#: ../../docs/user/introduction/information.rst:839 msgid "Mining" msgstr "" -#: ../../docs/user/introduction/information.rst:834 +#: ../../docs/user/introduction/information.rst:841 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 " @@ -1662,19 +1678,19 @@ msgid "" ":ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:838 +#: ../../docs/user/introduction/information.rst:845 msgid "Mobile Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:840 +#: ../../docs/user/introduction/information.rst:847 msgid "These are wallets available on mobile devices (iOS + Android)." msgstr "" -#: ../../docs/user/introduction/information.rst:841 +#: ../../docs/user/introduction/information.rst:848 msgid "MultiSig" msgstr "" -#: ../../docs/user/introduction/information.rst:843 +#: ../../docs/user/introduction/information.rst:850 msgid "" "Multi-signature addresses provide additional security by requiring multiple " "people to sign a transaction with their private key before the transaction " @@ -1685,22 +1701,22 @@ msgid "" "since it makes theft much more difficult." msgstr "" -#: ../../docs/user/introduction/information.rst:851 +#: ../../docs/user/introduction/information.rst:858 msgid "Node" msgstr "" -#: ../../docs/user/introduction/information.rst:853 +#: ../../docs/user/introduction/information.rst:860 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:856 +#: ../../docs/user/introduction/information.rst:863 msgid "OTC" msgstr "" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:865 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 " @@ -1709,11 +1725,11 @@ msgid "" " order will move the price (called \"slippage\")." msgstr "" -#: ../../docs/user/introduction/information.rst:863 +#: ../../docs/user/introduction/information.rst:870 msgid "P2P" msgstr "" -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:872 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two " "parties in a highly interconnected network. An alternative system to a 'hub-" @@ -1721,22 +1737,22 @@ msgid "" " each other through a single mediation point." msgstr "" -#: ../../docs/user/introduction/information.rst:869 +#: ../../docs/user/introduction/information.rst:876 msgid "Paper Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:871 +#: ../../docs/user/introduction/information.rst:878 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:874 +#: ../../docs/user/introduction/information.rst:881 msgid "Privacy" msgstr "" -#: ../../docs/user/introduction/information.rst:876 +#: ../../docs/user/introduction/information.rst:883 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about themselves, " @@ -1749,11 +1765,11 @@ msgid "" "includes CoinJoin, which allows users to maintain financial privacy." msgstr "" -#: ../../docs/user/introduction/information.rst:886 +#: ../../docs/user/introduction/information.rst:893 msgid "Private Key" msgstr "" -#: ../../docs/user/introduction/information.rst:888 +#: ../../docs/user/introduction/information.rst:895 msgid "" "A `private key `_ is" " a long alphanumeric passcode that allows Dash to be spent. Every Dash " @@ -1764,22 +1780,22 @@ msgid "" "secret." msgstr "" -#: ../../docs/user/introduction/information.rst:895 +#: ../../docs/user/introduction/information.rst:902 msgid "PrivateSend" msgstr "匿名發送" -#: ../../docs/user/introduction/information.rst:897 +#: ../../docs/user/introduction/information.rst:904 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:900 +#: ../../docs/user/introduction/information.rst:907 msgid "Proof of Service - PoSe" msgstr "" -#: ../../docs/user/introduction/information.rst:902 +#: ../../docs/user/introduction/information.rst:909 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided " "uninterrupted service meeting a minimum quality level to the network. " @@ -1787,11 +1803,11 @@ msgid "" "the global list and eventually into the selection pool to receive payment." msgstr "" -#: ../../docs/user/introduction/information.rst:908 +#: ../../docs/user/introduction/information.rst:915 msgid "Proof of Stake - PoS" msgstr "" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:917 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 " @@ -1805,11 +1821,11 @@ msgid "" "and the attacker's chain." msgstr "" -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:928 msgid "Proof of Work - PoW" msgstr "" -#: ../../docs/user/introduction/information.rst:923 +#: ../../docs/user/introduction/information.rst:930 msgid "" "Consensus mechanism that keeps all nodes honest by requiring computational " "power to be expended in order to create new blocks. Miners must use " @@ -1818,11 +1834,11 @@ msgid "" " chain and the network's nodes would never agree on which chain was valid." msgstr "" -#: ../../docs/user/introduction/information.rst:929 +#: ../../docs/user/introduction/information.rst:936 msgid "Public Key" msgstr "" -#: ../../docs/user/introduction/information.rst:931 +#: ../../docs/user/introduction/information.rst:938 msgid "" "The `public key `_ " "is derived from the private key but is not secret and can be revealed to " @@ -1830,11 +1846,11 @@ msgid "" " to verify that the signature is valid." msgstr "" -#: ../../docs/user/introduction/information.rst:936 +#: ../../docs/user/introduction/information.rst:943 msgid "Pump and dump" msgstr "" -#: ../../docs/user/introduction/information.rst:938 +#: ../../docs/user/introduction/information.rst:945 msgid "" "Inflating the value of a financial asset that has been produced or acquired " "cheaply, often using aggressive publicity and misleading statements. The " @@ -1844,21 +1860,21 @@ msgid "" "common in markets with low liquidity, such as some altcoins." msgstr "" -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:952 msgid "Quorum" msgstr "" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:954 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:949 +#: ../../docs/user/introduction/information.rst:956 msgid "QR Code" msgstr "" -#: ../../docs/user/introduction/information.rst:951 +#: ../../docs/user/introduction/information.rst:958 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -1866,33 +1882,33 @@ msgid "" "encode Dash addresses." msgstr "" -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:962 msgid "Satoshi Nakamoto" msgstr "" -#: ../../docs/user/introduction/information.rst:957 +#: ../../docs/user/introduction/information.rst:964 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:960 +#: ../../docs/user/introduction/information.rst:967 msgid "SDK" msgstr "" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:969 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:965 +#: ../../docs/user/introduction/information.rst:972 msgid "Signaling" msgstr "" -#: ../../docs/user/introduction/information.rst:967 +#: ../../docs/user/introduction/information.rst:974 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 " @@ -1901,22 +1917,22 @@ msgid "" "protocol and/or by setting a specific version bit within discovered blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:972 +#: ../../docs/user/introduction/information.rst:979 msgid "State View" msgstr "" -#: ../../docs/user/introduction/information.rst:974 +#: ../../docs/user/introduction/information.rst:981 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:977 +#: ../../docs/user/introduction/information.rst:984 msgid "Spork" msgstr "" -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:986 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -1933,29 +1949,29 @@ msgid "" " or client update." msgstr "" -#: ../../docs/user/introduction/information.rst:993 +#: ../../docs/user/introduction/information.rst:1000 msgid "Tainted Coins" msgstr "" -#: ../../docs/user/introduction/information.rst:995 +#: ../../docs/user/introduction/information.rst:1002 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:997 +#: ../../docs/user/introduction/information.rst:1004 msgid "tDash" msgstr "" -#: ../../docs/user/introduction/information.rst:999 +#: ../../docs/user/introduction/information.rst:1006 msgid "Test Dash, used on :ref:`testnet `." msgstr "" -#: ../../docs/user/introduction/information.rst:1000 +#: ../../docs/user/introduction/information.rst:1007 msgid "Testnet" msgstr "" -#: ../../docs/user/introduction/information.rst:1002 +#: ../../docs/user/introduction/information.rst:1009 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and test " @@ -1963,21 +1979,21 @@ msgid "" "errors or forks are not harmful." msgstr "" -#: ../../docs/user/introduction/information.rst:1006 +#: ../../docs/user/introduction/information.rst:1013 msgid "Tor" msgstr "" -#: ../../docs/user/introduction/information.rst:1008 +#: ../../docs/user/introduction/information.rst:1015 msgid "" "An anonymous routing protocol used by people wanting to hide their identity " "online." msgstr "" -#: ../../docs/user/introduction/information.rst:1010 +#: ../../docs/user/introduction/information.rst:1017 msgid "Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:1012 +#: ../../docs/user/introduction/information.rst:1019 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions may" " be divided into classical and special transactions. Similar to Bitcoin, " @@ -1987,82 +2003,82 @@ msgid "" "used to manage blockchain users, for example." msgstr "" -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:1026 msgid "Transaction Block" msgstr "" -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:1028 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:1023 +#: ../../docs/user/introduction/information.rst:1030 msgid "Transaction Fee" msgstr "" -#: ../../docs/user/introduction/information.rst:1025 +#: ../../docs/user/introduction/information.rst:1032 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:1028 +#: ../../docs/user/introduction/information.rst:1035 msgid "Unconfirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1037 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:1033 +#: ../../docs/user/introduction/information.rst:1040 msgid "Vanity Address" msgstr "" -#: ../../docs/user/introduction/information.rst:1035 +#: ../../docs/user/introduction/information.rst:1042 msgid "A Dash address with a desirable pattern, such as a name." msgstr "" -#: ../../docs/user/introduction/information.rst:1036 +#: ../../docs/user/introduction/information.rst:1043 msgid "Virgin Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:1038 +#: ../../docs/user/introduction/information.rst:1045 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:1040 +#: ../../docs/user/introduction/information.rst:1047 msgid "Volatility" msgstr "" -#: ../../docs/user/introduction/information.rst:1042 +#: ../../docs/user/introduction/information.rst:1049 msgid "" "The measurement of price movements over time for a traded financial asset " "(including Dash)." msgstr "" -#: ../../docs/user/introduction/information.rst:1044 +#: ../../docs/user/introduction/information.rst:1051 msgid "Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:1046 +#: ../../docs/user/introduction/information.rst:1053 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:1049 +#: ../../docs/user/introduction/information.rst:1056 msgid "Whitepaper" msgstr "白皮書" -#: ../../docs/user/introduction/information.rst:1051 +#: ../../docs/user/introduction/information.rst:1058 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a complex" @@ -2070,31 +2086,31 @@ msgid "" " to help readers understand an issue, solve a problem, or make a decision." msgstr "" -#: ../../docs/user/introduction/information.rst:1056 +#: ../../docs/user/introduction/information.rst:1063 msgid "X11" msgstr "" -#: ../../docs/user/introduction/information.rst:1058 +#: ../../docs/user/introduction/information.rst:1065 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash Core " "developer Evan Duffield." msgstr "" -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1067 msgid "Zero Confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1069 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:1064 +#: ../../docs/user/introduction/information.rst:1071 msgid "vin" msgstr "" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1073 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 " @@ -2102,11 +2118,11 @@ msgid "" "to work." msgstr "" -#: ../../docs/user/introduction/information.rst:1070 +#: ../../docs/user/introduction/information.rst:1077 msgid "VMN" msgstr "" -#: ../../docs/user/introduction/information.rst:1072 +#: ../../docs/user/introduction/information.rst:1079 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " 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 4d948ba86..7f74f8304 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 56022f762..ef5ee6b08 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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 a56dfada8..a2bc7ee6f 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/dashmate-upgrade-v1.po b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po index 680c37115..4b04e4364 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/dashmate-upgrade-v1.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2024-08-29 14:40+0000\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -46,22 +46,18 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:26 -msgid "Reset previous services to ensure compatibility with the new version::" -msgstr "" - -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:30 msgid "Update services::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:35 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:32 msgid "Start dashmate node" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:37 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:34 msgid "Start the node::" msgstr "" -#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:41 +#: ../../docs/user/masternodes/dashmate-upgrade-v1.rst:38 msgid "" "Make sure the node works properly by running the following status commands::" msgstr "" 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 0f729f007..81ed7234d 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -70,295 +70,303 @@ msgid "Operated by: CrowdNode ApS" msgstr "" #: ../../docs/user/masternodes/hosting.rst:36 -#: ../../docs/user/masternodes/hosting.rst:90 -#: ../../docs/user/masternodes/hosting.rst:146 +#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:148 msgid "Services: Hosting, Shares" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:37 -msgid "Cost: 15% of masternode payments" +#: ../../docs/user/masternodes/hosting.rst:38 +msgid "Cost:" msgstr "" #: ../../docs/user/masternodes/hosting.rst:38 -msgid "`Site `__" +msgid "35% of trusted masternode/evonode payments" msgstr "" #: ../../docs/user/masternodes/hosting.rst:39 +msgid "20% of trustless masternode payments" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:40 +msgid "`Site `__" +msgstr "" + +#: ../../docs/user/masternodes/hosting.rst:41 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:43 +#: ../../docs/user/masternodes/hosting.rst:45 msgid "Allnodes" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:50 +#: ../../docs/user/masternodes/hosting.rst:52 msgid "" "`https://www.allnodes.com " "`__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:52 +#: ../../docs/user/masternodes/hosting.rst:54 msgid "Operated by: Sephiroth" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:53 +#: ../../docs/user/masternodes/hosting.rst:55 msgid "Services: Monitoring, Hosting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:54 +#: ../../docs/user/masternodes/hosting.rst:56 msgid "Cost: from $4.50/month" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:55 +#: ../../docs/user/masternodes/hosting.rst:57 msgid "" "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:56 +#: ../../docs/user/masternodes/hosting.rst:58 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:57 +#: ../../docs/user/masternodes/hosting.rst:59 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:58 +#: ../../docs/user/masternodes/hosting.rst:60 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:59 +#: ../../docs/user/masternodes/hosting.rst:61 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:63 +#: ../../docs/user/masternodes/hosting.rst:65 msgid "SID Hosting Service" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:70 +#: ../../docs/user/masternodes/hosting.rst:72 msgid "https://dashmasternode.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:72 +#: ../../docs/user/masternodes/hosting.rst:74 msgid "Operated by: splawik21 (Dash Core team member)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:73 -#: ../../docs/user/masternodes/hosting.rst:160 +#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:162 msgid "Services: Hosting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:74 +#: ../../docs/user/masternodes/hosting.rst:76 msgid "Cost: €25/month, paid in Dash" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:75 +#: ../../docs/user/masternodes/hosting.rst:77 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:76 +#: ../../docs/user/masternodes/hosting.rst:78 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:80 +#: ../../docs/user/masternodes/hosting.rst:82 msgid "Pool of Stake" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:87 +#: ../../docs/user/masternodes/hosting.rst:89 msgid "https://www.poolofstake.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:89 +#: ../../docs/user/masternodes/hosting.rst:91 msgid "Operated by: Pool of Stake OÜ" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:91 +#: ../../docs/user/masternodes/hosting.rst:93 msgid "15% of masternode payments (5% with tokens)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:92 +#: ../../docs/user/masternodes/hosting.rst:94 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:93 +#: ../../docs/user/masternodes/hosting.rst:95 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:94 +#: ../../docs/user/masternodes/hosting.rst:96 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:95 +#: ../../docs/user/masternodes/hosting.rst:97 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:99 +#: ../../docs/user/masternodes/hosting.rst:101 msgid "Staked" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:106 +#: ../../docs/user/masternodes/hosting.rst:108 msgid "https://staked.us" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:108 +#: ../../docs/user/masternodes/hosting.rst:110 msgid "Operated by: Staked" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:109 +#: ../../docs/user/masternodes/hosting.rst:111 msgid "Services: Hosting, Reporting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:110 +#: ../../docs/user/masternodes/hosting.rst:112 msgid "Cost: 10% of rewards" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:111 +#: ../../docs/user/masternodes/hosting.rst:113 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:112 +#: ../../docs/user/masternodes/hosting.rst:114 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:116 +#: ../../docs/user/masternodes/hosting.rst:118 msgid "NodeHub.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:123 +#: ../../docs/user/masternodes/hosting.rst:125 msgid "https://nodehub.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:125 +#: ../../docs/user/masternodes/hosting.rst:127 msgid "Operated by: NodeHub LLC" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:126 +#: ../../docs/user/masternodes/hosting.rst:128 msgid "Services: Hosting, Governance, Stats, Monitoring" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:127 +#: ../../docs/user/masternodes/hosting.rst:129 msgid "Cost: $3.90/month (charged daily at $0.13)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:128 +#: ../../docs/user/masternodes/hosting.rst:130 msgid "" "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:129 +#: ../../docs/user/masternodes/hosting.rst:131 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:130 +#: ../../docs/user/masternodes/hosting.rst:132 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:131 +#: ../../docs/user/masternodes/hosting.rst:133 msgid "`Telegram `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:132 +#: ../../docs/user/masternodes/hosting.rst:134 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:136 +#: ../../docs/user/masternodes/hosting.rst:138 msgid "Gentarium" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:143 +#: ../../docs/user/masternodes/hosting.rst:145 msgid "https://mn.gtmcoin.io" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:145 +#: ../../docs/user/masternodes/hosting.rst:147 msgid "Operated by: Gentarium International OÜ" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:147 +#: ../../docs/user/masternodes/hosting.rst:149 msgid "Cost: $3.99/month (charged daily at $0.15)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:148 +#: ../../docs/user/masternodes/hosting.rst:150 msgid "`Site `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:149 +#: ../../docs/user/masternodes/hosting.rst:151 msgid "`Email `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:150 +#: ../../docs/user/masternodes/hosting.rst:152 msgid "`Twitter `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:151 +#: ../../docs/user/masternodes/hosting.rst:153 msgid "`Discord `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:155 +#: ../../docs/user/masternodes/hosting.rst:157 msgid "Masternodehosting" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:157 +#: ../../docs/user/masternodes/hosting.rst:159 msgid "https://masternodehosting.com" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:159 +#: ../../docs/user/masternodes/hosting.rst:161 msgid "Operated by: flare (Dash Core team member)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:161 +#: ../../docs/user/masternodes/hosting.rst:163 msgid "Cost: €18/month" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:162 +#: ../../docs/user/masternodes/hosting.rst:164 msgid "`Site `__" msgstr "`網址 `__" -#: ../../docs/user/masternodes/hosting.rst:163 +#: ../../docs/user/masternodes/hosting.rst:165 msgid "`Email `__" msgstr "`電郵 `__" -#: ../../docs/user/masternodes/hosting.rst:164 +#: ../../docs/user/masternodes/hosting.rst:166 msgid "" "`Forum `__" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:170 +#: ../../docs/user/masternodes/hosting.rst:172 msgid "Registering a hosted masternode" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:172 +#: ../../docs/user/masternodes/hosting.rst:174 msgid "A list of available documentation appears below:" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:174 +#: ../../docs/user/masternodes/hosting.rst:176 msgid ":ref:`Full masternode setup guide `" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:175 +#: ../../docs/user/masternodes/hosting.rst:177 msgid "" ":ref:`Information for users of hosted masternodes ` (you are " "here)" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:176 +#: ../../docs/user/masternodes/hosting.rst:178 msgid "" ":ref:`Information for operators of hosted masternodes `" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:178 +#: ../../docs/user/masternodes/hosting.rst:180 msgid "Registering a hosted masternode is done in several steps:" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:180 +#: ../../docs/user/masternodes/hosting.rst:182 msgid "" "Send 1000 DASH to an address you control in a single transaction and wait " "for 15 confirmations" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:182 +#: ../../docs/user/masternodes/hosting.rst:184 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 " @@ -366,13 +374,13 @@ msgid "" "will be set up before or after the registration transaction" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:187 +#: ../../docs/user/masternodes/hosting.rst:189 msgid "" "Prepare, sign and broadcast the registration transaction using Dash Core or " "DMT" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:190 +#: ../../docs/user/masternodes/hosting.rst:192 msgid "" "It is **highly recommended** to store the keys to your masternode collateral" " on a :ref:`hardware wallet ` for added security " @@ -384,11 +392,11 @@ msgid "" "beginning from the :ref:`registration step `." msgstr "" -#: ../../docs/user/masternodes/hosting.rst:204 +#: ../../docs/user/masternodes/hosting.rst:206 msgid "Operator transactions" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:206 +#: ../../docs/user/masternodes/hosting.rst:208 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 " @@ -402,7 +410,7 @@ msgid "" "update the service features and register the masternode." msgstr "" -#: ../../docs/user/masternodes/hosting.rst:218 +#: ../../docs/user/masternodes/hosting.rst:220 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 " 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 27909ccb5..e00d86904 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-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/masternodes/server-config.po b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/server-config.po index 74b00d259..f3908215c 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -72,7 +72,15 @@ msgid "" "ISPs allocate dynamic IP addresses to home users." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:41 +#: ../../docs/user/masternodes/server-config.rst:43 +msgid "" +"Disabling IPv6 is highly recommended to prevent communication issues that " +"have been observed when running nodes on some VPS providers. We recommend " +"turning it off through the VPS provider's setup wizard during initial server" +" creation." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:47 msgid "" "Before beginning, take a few minutes to review the masternode and evonode " ":hoverxref:`hardware requirements ` which may help you " @@ -87,66 +95,66 @@ msgid "" "on the following screen:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:56 +#: ../../docs/user/masternodes/server-config.rst:62 msgid "Vultr server location selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:58 +#: ../../docs/user/masternodes/server-config.rst:64 msgid "" "Select Ubuntu 24.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 "" -#: ../../docs/user/masternodes/server-config.rst:65 +#: ../../docs/user/masternodes/server-config.rst:71 msgid "Vultr server type selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:67 +#: ../../docs/user/masternodes/server-config.rst:73 msgid "" "Select a server size according to the hardware requirements for you " ":hoverxref:`masternode ` or :hoverxref:`evonode " "`:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:73 +#: ../../docs/user/masternodes/server-config.rst:79 msgid "Vultr server size selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:75 +#: ../../docs/user/masternodes/server-config.rst:81 msgid "" "Enter a hostname and label for your server. In this example we will use " "``dashmn1`` as the hostname." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:81 +#: ../../docs/user/masternodes/server-config.rst:87 msgid "Vultr server hostname & label selection screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:83 +#: ../../docs/user/masternodes/server-config.rst:89 msgid "" "Vultr will now install your server. This process may take a few minutes." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:88 +#: ../../docs/user/masternodes/server-config.rst:94 msgid "Vultr server installation screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:90 +#: ../../docs/user/masternodes/server-config.rst:96 msgid "" "Click **Manage** when installation is complete and take note of the IP " "address, username and password." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:96 +#: ../../docs/user/masternodes/server-config.rst:102 msgid "Vultr server management screen" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:101 +#: ../../docs/user/masternodes/server-config.rst:107 msgid "Set up your operating system" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:103 +#: ../../docs/user/masternodes/server-config.rst:109 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" @@ -157,11 +165,11 @@ msgid "" "and enter your password when prompted." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:114 +#: ../../docs/user/masternodes/server-config.rst:120 msgid "PuTTY download page" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:116 +#: ../../docs/user/masternodes/server-config.rst:122 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** " @@ -170,26 +178,26 @@ msgid "" "**Yes** to trust this server in the future." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:125 +#: ../../docs/user/masternodes/server-config.rst:131 msgid "PuTTY security alert when connecting to a new server" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:127 +#: ../../docs/user/masternodes/server-config.rst:133 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 "" -#: ../../docs/user/masternodes/server-config.rst:134 +#: ../../docs/user/masternodes/server-config.rst:140 msgid "Password challenge when connecting to your VPS for the first time" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:138 +#: ../../docs/user/masternodes/server-config.rst:144 msgid "Set up users" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:140 +#: ../../docs/user/masternodes/server-config.rst:146 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 " @@ -198,14 +206,14 @@ msgid "" "current cursor location::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:148 +#: ../../docs/user/masternodes/server-config.rst:154 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 "" -#: ../../docs/user/masternodes/server-config.rst:154 +#: ../../docs/user/masternodes/server-config.rst:160 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 " @@ -214,37 +222,73 @@ msgid "" "perform commands as root::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:164 +#: ../../docs/user/masternodes/server-config.rst:170 msgid "Update the system" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:166 +#: ../../docs/user/masternodes/server-config.rst:172 msgid "" "Now, while still as root, we will update the system from the Ubuntu package " "repository::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:172 +#: ../../docs/user/masternodes/server-config.rst:178 msgid "" "The system will show a list of upgradable packages. Press **Y** and " "**Enter** to install the packages." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:177 +#: ../../docs/user/masternodes/server-config.rst:182 +msgid "Disable IPv6" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:184 +msgid "" +"We recommend turning off IPv6 to avoid potential communication issues. If " +"you cannot do this through your VPS provider's server configuration " +"settings, use the following steps to disable it through the operating " +"system." +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:188 +msgid "Check if IPv6 is enabled::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:192 +msgid "If multiple inet6 entries are returned, open sysctrl.conf::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:197 +msgid "" +"Add the following lines at the end of the file, then press **Ctrl + X** to " +"close the editor, then **Y** and **Enter** save the file.::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:204 +msgid "Load the changes::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:208 +msgid "" +"Finally, check if IPv6 was successfully disabled. No entries should be " +"returned when you run the command this time::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:214 msgid "Configure the firewall" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:179 +#: ../../docs/user/masternodes/server-config.rst:216 msgid "" "We will now install a firewall (and some other packages we will use later)::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:183 -#: ../../docs/user/masternodes/server-config.rst:225 +#: ../../docs/user/masternodes/server-config.rst:220 +#: ../../docs/user/masternodes/server-config.rst:259 msgid "(press **Y** and **Enter** to confirm)" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:185 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Choose the appropriate firewall configuration below based on which network " "and masternode type your masternode will support:" @@ -262,53 +306,53 @@ msgstr "" msgid "Testnet" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:229 +#: ../../docs/user/masternodes/server-config.rst:263 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:231 +#: ../../docs/user/masternodes/server-config.rst:265 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:240 +#: ../../docs/user/masternodes/server-config.rst:274 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:250 +#: ../../docs/user/masternodes/server-config.rst:284 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:252 +#: ../../docs/user/masternodes/server-config.rst:286 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:258 +#: ../../docs/user/masternodes/server-config.rst:292 msgid "Create a new configuration file::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:296 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:307 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:279 +#: ../../docs/user/masternodes/server-config.rst:313 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:283 +#: ../../docs/user/masternodes/server-config.rst:317 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -317,25 +361,25 @@ msgid "" "**Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:289 +#: ../../docs/user/masternodes/server-config.rst:323 msgid "" "Optionally install or update `AppArmor `_ (try this " "step if you are having problems related to AppArmor)::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:295 +#: ../../docs/user/masternodes/server-config.rst:329 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:297 +#: ../../docs/user/masternodes/server-config.rst:331 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:301 +#: ../../docs/user/masternodes/server-config.rst:335 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:305 +#: ../../docs/user/masternodes/server-config.rst:339 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a `public" 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 b7e124f67..99ee86c69 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -354,7 +354,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:252 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -868,3 +868,21 @@ msgid "" "`_ are two options that " "accept cryptocurrency." msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:631 +msgid "" +"Please make sure that the certificate chain file contains your server " +"certificate at the top and intermediate/root certificates if present. If a " +"bundle file is present, you need to concatenate it with the certificate " +"file::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:637 +msgid "" +"Verify the validity of the private key and certificate chain by running " +"these commands::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:642 +msgid "The output of these two commands should be the same." +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 d2ee33118..fa3629f4a 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/mining/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: William , 2022\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" @@ -42,55 +42,39 @@ msgid "" "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." +"algorithm>`, which the miner must solve in order to earn rewards. A number " +"of X11 ASICs are available on the market, which help make Dash secure " +"against brute force attacks on the blockchain." 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." -msgstr "" - -#: ../../docs/user/mining/index.rst:35 +#: ../../docs/user/mining/index.rst:20 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:" msgstr "" -#: ../../docs/user/mining/index.rst:39 +#: ../../docs/user/mining/index.rst:24 msgid "`Hashrate `_" msgstr "" -#: ../../docs/user/mining/index.rst:40 +#: ../../docs/user/mining/index.rst:25 msgid "" "`Mining difficulty `_" msgstr "" -#: ../../docs/user/mining/index.rst:41 +#: ../../docs/user/mining/index.rst:26 msgid "" "`Profitability calculation tool " "`_" msgstr "" -#: ../../docs/user/mining/index.rst:44 +#: ../../docs/user/mining/index.rst:29 msgid "Masternodes vs. Mining" msgstr "" -#: ../../docs/user/mining/index.rst:46 +#: ../../docs/user/mining/index.rst:31 msgid "" "Dash, like Bitcoin and most other cryptocurrencies, is based on a " "decentralized ledger of all transactions, known as a blockchain. This " @@ -103,20 +87,20 @@ msgid "" "miner is rewarded." msgstr "" -#: ../../docs/user/mining/index.rst:56 +#: ../../docs/user/mining/index.rst:41 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% " +"rewarded when miners discover new blocks. The breakdown is as follows: 80% " "of the block subsidy is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " +"distribution found :ref:`here `, while 20% is " "reserved for the budget system (created by superblocks every month)." msgstr "" -#: ../../docs/user/mining/index.rst:67 +#: ../../docs/user/mining/index.rst:52 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 " @@ -127,7 +111,7 @@ msgid "" "be added to the blockchain." msgstr "" -#: ../../docs/user/mining/index.rst:75 +#: ../../docs/user/mining/index.rst:60 msgid "" "In short, miners power the first tier, which is the basic sending and " "receiving of funds and prevention of doublespending. Masternodes power the " @@ -140,25 +124,19 @@ msgid "" "and stop receiving rewards." msgstr "" -#: ../../docs/user/mining/index.rst:87 +#: ../../docs/user/mining/index.rst:72 msgid "Mining Pools" msgstr "" -#: ../../docs/user/mining/index.rst:89 +#: ../../docs/user/mining/index.rst:74 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." +"power." msgstr "" -#: ../../docs/user/mining/index.rst:97 -msgid "http://www.p2poolmining.us/p2poolnodes/" -msgstr "http://www.p2poolmining.us/p2poolnodes/" - -#: ../../docs/user/mining/index.rst:99 +#: ../../docs/user/mining/index.rst:79 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" @@ -168,435 +146,64 @@ msgid "" " be found :ref:`here `." msgstr "" -#: ../../docs/user/mining/index.rst:107 +#: ../../docs/user/mining/index.rst:87 msgid "https://coinfoundry.org" msgstr "" -#: ../../docs/user/mining/index.rst:108 +#: ../../docs/user/mining/index.rst:88 msgid "https://mining.luxor.tech" msgstr "" -#: ../../docs/user/mining/index.rst:109 -msgid "https://dash.suprnova.cc" -msgstr "https://dash.suprnova.cc" - -#: ../../docs/user/mining/index.rst:110 +#: ../../docs/user/mining/index.rst:89 msgid "https://www.nicehash.com" msgstr "https://www.nicehash.com" -#: ../../docs/user/mining/index.rst:111 -msgid "https://www.coinotron.com" -msgstr "https://www.coinotron.com" - -#: ../../docs/user/mining/index.rst:112 +#: ../../docs/user/mining/index.rst:90 msgid "https://dash.miningpoolhub.com" msgstr "https://dash.miningpoolhub.com" -#: ../../docs/user/mining/index.rst:113 +#: ../../docs/user/mining/index.rst:91 msgid "https://www.multipool.us" msgstr "https://www.multipool.us" -#: ../../docs/user/mining/index.rst:114 +#: ../../docs/user/mining/index.rst:92 msgid "https://www.f2pool.com" msgstr "https://www.f2pool.com" -#: ../../docs/user/mining/index.rst:115 -msgid "https://www2.coinmine.pl/dash/" -msgstr "" - -#: ../../docs/user/mining/index.rst:116 +#: ../../docs/user/mining/index.rst:93 msgid "https://www.antpool.com" msgstr "https://www.antpool.com" -#: ../../docs/user/mining/index.rst:117 -msgid "https://avalon-life.io" -msgstr "" - -#: ../../docs/user/mining/index.rst:118 -msgid "https://www.genesis-mining.com" -msgstr "https://www.genesis-mining.com" - -#: ../../docs/user/mining/index.rst:119 +#: ../../docs/user/mining/index.rst:94 msgid "https://www.viabtc.com" msgstr "" -#: ../../docs/user/mining/index.rst:120 +#: ../../docs/user/mining/index.rst:95 msgid "https://zpool.ca" msgstr "" -#: ../../docs/user/mining/index.rst:122 +#: ../../docs/user/mining/index.rst:97 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" +"exercise discretion when using third-party services. If you'd like to be " +"added to this list, please open an issue on the `GitHub repository " +"`_." msgstr "" -#: ../../docs/user/mining/index.rst:129 +#: ../../docs/user/mining/index.rst:104 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 " "`." msgstr "" -#: ../../docs/user/mining/index.rst:143 -msgid "CPU Mining" -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 "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:158 ../../docs/user/mining/index.rst:292 -msgid "`Crypto Mining Blog `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:159 ../../docs/user/mining/index.rst:293 -msgid "" -"`Dash Forum Mining Discussions " -"`_" -msgstr "" - -#: ../../docs/user/mining/index.rst:160 ../../docs/user/mining/index.rst:294 -msgid "" -"`Bitcoin Talk Altcoin Mining Discussions " -"`_" -msgstr "" - -#: ../../docs/user/mining/index.rst:163 ../../docs/user/mining/index.rst:297 -msgid "Mining software" -msgstr "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:168 -msgid "https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:178 -msgid "CPU-Z showing details for an Intel i7 Haswell CPU" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:185 -msgid "https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c" -msgstr "https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c" - -#: ../../docs/user/mining/index.rst:186 -msgid "https://github.com/tpruvot/cpuminer-multi" -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 " -"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 "" - -#: ../../docs/user/mining/index.rst:198 -msgid "Executable CPU miners for Dash" -msgstr "" - -#: ../../docs/user/mining/index.rst:201 ../../docs/user/mining/index.rst:345 -msgid "Configuration" -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 "" - -#: ../../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::" -msgstr "" - -#: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 -msgid "Where:" -msgstr "" - -#: ../../docs/user/mining/index.rst:220 -msgid "minerd = the executable miner daemon file you choose to use" -msgstr "" - -#: ../../docs/user/mining/index.rst:221 -msgid "a = algorithm, which is X11 for Dash" -msgstr "" - -#: ../../docs/user/mining/index.rst:222 -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" -msgstr "" - -#: ../../docs/user/mining/index.rst:224 -msgid "p = password, can often be set to x" -msgstr "" - -#: ../../docs/user/mining/index.rst:225 -msgid "t = number of threads used" -msgstr "" - -#: ../../docs/user/mining/index.rst:226 -msgid "pause = keeps the window open in the case of errors" -msgstr "" - -#: ../../docs/user/mining/index.rst:228 -msgid "For the CPU in the example above, the command may be::" -msgstr "" - -#: ../../docs/user/mining/index.rst:236 -msgid "Notepad file showing an example command to start a CPU miner" -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." -msgstr "" - -#: ../../docs/user/mining/index.rst:243 ../../docs/user/mining/index.rst:392 -msgid "Testing" -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 "" - -#: ../../docs/user/mining/index.rst:257 -msgid "Example of CPU mining using DarkCoin CPUMiner 1.3 on Intel Core i7" -msgstr "" - -#: ../../docs/user/mining/index.rst:260 -msgid "Tips" -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." -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." -msgstr "" - -#: ../../docs/user/mining/index.rst:277 -msgid "GPU Mining" -msgstr "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:309 -msgid "" -"GPU-Z showing details for AMD Radeon Turks and NVIDIA Quadro GK104 class " -"GPUs" -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 "" - -#: ../../docs/user/mining/index.rst:318 -msgid "**AMD**" -msgstr "**AMD**" - -#: ../../docs/user/mining/index.rst:320 -msgid "https://github.com/nicehash/sgminer/releases" -msgstr "https://github.com/nicehash/sgminer/releases" - -#: ../../docs/user/mining/index.rst:322 -msgid "**NVIDIA**" -msgstr "**NVIDIA**" - -#: ../../docs/user/mining/index.rst:324 -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)" -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:" -msgstr "" - -#: ../../docs/user/mining/index.rst:335 -msgid "Executable GPU miners for Dash" -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." -msgstr "" - -#: ../../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" -msgstr "" - -#: ../../docs/user/mining/index.rst:373 -msgid "url = URL of your mining pool, including the protocol and port" -msgstr "" - -#: ../../docs/user/mining/index.rst:374 -msgid "" -"user = username, usually the Dash receiving address of your wallet or worker" -msgstr "" - -#: ../../docs/user/mining/index.rst:376 -msgid "pass = password, can often be set to x" -msgstr "" - -#: ../../docs/user/mining/index.rst:377 -msgid "" -"algorithm = hashing algorithm to use, in this case darkcoin (for historic " -"reasons) or darkcoin-mod" -msgstr "" - -#: ../../docs/user/mining/index.rst:380 -msgid "For the pool above, the configuration may be:" -msgstr "" - -#: ../../docs/user/mining/index.rst:385 -msgid "Configuration file for a Dash GPU miner" -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." -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." -msgstr "" - -#: ../../docs/user/mining/index.rst:403 -msgid "" -"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD Graphics " -"4600" -msgstr "" - -#: ../../docs/user/mining/index.rst:410 +#: ../../docs/user/mining/index.rst:120 msgid "ASIC Mining" msgstr "" -#: ../../docs/user/mining/index.rst:412 +#: ../../docs/user/mining/index.rst:122 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" @@ -604,431 +211,126 @@ msgid "" " than CPU or GPU miners, resulting in higher profit." msgstr "" -#: ../../docs/user/mining/index.rst:417 +#: ../../docs/user/mining/index.rst:127 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 `_." +"Forums `_." msgstr "" -#: ../../docs/user/mining/index.rst:424 +#: ../../docs/user/mining/index.rst:134 msgid "" "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 +#: ../../docs/user/mining/index.rst:138 msgid "Name" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Hash rate" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Power" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Weight" msgstr "" -#: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 +#: ../../docs/user/mining/index.rst:138 msgid "Dimensions (mm)" msgstr "" -#: ../../docs/user/mining/index.rst:428 +#: ../../docs/user/mining/index.rst:138 msgid "Price" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "" "`Bitmain Antminer D5 " "`_" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "119 GH/s ±5%" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "1566 W" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "7.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "486 x 265 x 388" msgstr "" -#: ../../docs/user/mining/index.rst:430 +#: ../../docs/user/mining/index.rst:140 msgid "$1,180" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "`Spondoolies SPx36 `_" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "540 GH/s ±10%" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "4400 W" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "19.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "640 x 525 x 185" msgstr "" -#: ../../docs/user/mining/index.rst:432 +#: ../../docs/user/mining/index.rst:142 msgid "$7,000" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "" "`StrongU STU-U6 `_" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "420 GH/s ±8%" msgstr "" -#: ../../docs/user/mining/index.rst:434 ../../docs/user/mining/index.rst:478 +#: ../../docs/user/mining/index.rst:144 msgid "2100 W" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "8.5 kg" msgstr "" -#: ../../docs/user/mining/index.rst:434 +#: ../../docs/user/mining/index.rst:144 msgid "370 x 135 x 208" msgstr "" -#: ../../docs/user/mining/index.rst:437 +#: ../../docs/user/mining/index.rst:147 msgid "ASIC resellers may also have miners available:" msgstr "" -#: ../../docs/user/mining/index.rst:439 +#: ../../docs/user/mining/index.rst:149 msgid "http://kaboomracks.com" msgstr "" -#: ../../docs/user/mining/index.rst:440 +#: ../../docs/user/mining/index.rst:150 msgid "https://brokerage.luxor.tech/dashboard" 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." -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "`Baikal BK-X `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "10 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "800 W" -msgstr "800 W" - -#: ../../docs/user/mining/index.rst:448 -msgid "3.8 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:448 -msgid "312 x 125 x 130" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "`Baikal Mini `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "150 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "40 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid ".475 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:450 -msgid "140 x 100 x 95" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "`Baikal Giant+ A2000 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "2000 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "430 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 ../../docs/user/mining/index.rst:456 -msgid "3 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:452 -msgid "300 x 140 x 125" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "`Baikal Giant A900 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "900 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "217 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "2.5 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:454 -msgid "300 x 123 x 123" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "`Baikal Quad Cube `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "1200 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "300 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:456 -msgid "135 x 135 x 425" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "" -"`Bitmain Antminer D3 " -"`_" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "17 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "970 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "6.5 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:458 -msgid "320 x 130 x 190" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "`iBelink DM384M `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "384 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "715 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:460 -msgid "21 kg" -msgstr "" - -#: ../../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 "" - -#: ../../docs/user/mining/index.rst:462 -msgid "`iBelink DM11G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 -msgid "11 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 ../../docs/user/mining/index.rst:464 -msgid "810 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:462 -msgid "22 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "`iBelink DM22G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "22 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:464 -msgid "19 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "Pinidea DR-1" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "500 MH/s ±10%" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "320 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 ../../docs/user/mining/index.rst:468 -#: ../../docs/user/mining/index.rst:470 -msgid "4.5 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:466 -msgid "290 x 130 x 150" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 -msgid "Pinidea DR-2" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 -msgid "450 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 -msgid "335 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:468 ../../docs/user/mining/index.rst:470 -msgid "200 x 165 x 135" -msgstr "" - -#: ../../docs/user/mining/index.rst:470 -msgid "Pinidea DR-3" -msgstr "" - -#: ../../docs/user/mining/index.rst:470 -msgid "600 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:470 -msgid "345 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "Pinidea DU-1" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "9 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "7 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:472 -msgid "50 x 50 x 30" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 -msgid "Pinidea DRX-Kuznetsov" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 -msgid "900 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 -msgid "650 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:474 ../../docs/user/mining/index.rst:476 -msgid "280 x 180 x 150" -msgstr "" - -#: ../../docs/user/mining/index.rst:476 -msgid "Pinidea DRX-Varyag" -msgstr "" - -#: ../../docs/user/mining/index.rst:476 -msgid "1200 MH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:476 -msgid "850 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "" -"`iBelink DM56G `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "56 GH/s ±5%" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "17 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:478 -msgid "490 x 390 x 180" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "" -"`Innosilicon A5 `_" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "32 GH/s ±8%" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "750 W" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "3.1 kg" -msgstr "" - -#: ../../docs/user/mining/index.rst:480 -msgid "400 x 135 x 158" -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 479905afc..906d86a46 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/mining/pools.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/network/dash-evo-tool/index.po b/locale/zh_TW/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po new file mode 100644 index 000000000..4e086f054 --- /dev/null +++ b/locale/zh_TW/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po @@ -0,0 +1,608 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2024, Dash Core Group, Inc +# This file is distributed under the same license as the Dash package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# William , 2024 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Dash latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" +"PO-Revision-Date: 2024-11-18 17:41+0000\n" +"Last-Translator: William , 2024\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/dash-evo-tool/index.rst-1 +msgid "Description of dash evo tool features and usage" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst-1 +msgid "dash, platform, evonode, masternodes, dash evo tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:9 +msgid "Dash Evo Tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:11 +msgid "" +"Dash Evo Tool is an application designed to help you vote on usernames, " +"withdraw evonode credits, and complete an expanding list of Platform " +"actions. This guide describes how to download, install, and use the Dash Evo" +" Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:18 +msgid "Installation" +msgstr "安裝" + +#: ../../docs/user/network/dash-evo-tool/index.rst:22 +msgid "" +"The Dash Evo Tool requires a Dash Core full node configured to allow RPC and" +" ZMQ access." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:24 +msgid "" +"Linux, MacOS, or Windows packages are available on the `GitHub releases page" +" `__. Download the" +" zip file for your Operating System, then unzip the downloaded file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:28 +msgid "" +"`Windows `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:29 +msgid "" +"`Mac (ARM m1-m4) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:30 +msgid "" +"`Mac (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:31 +msgid "" +"`Linux (x86) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:32 +msgid "" +"`Linux (ARM) `_" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:37 +msgid "Configuration" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:39 +msgid "Open the directory where the download was unzipped." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:40 +msgid "" +"Open the ``.env`` file (you may need to show hidden files to see it). For " +"the network you plan to connect to, make the following changes. Replace the " +"``*`` with the network name (MAINNET or TESTNET):" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:44 +msgid "" +"Update ``*_CORE_RPC_USER`` to match the ``rpcuser`` value from your Dash " +"Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:45 +msgid "" +"Update ``*_CORE_RPC_PASSWORD`` to match the ``rpcpassword`` value from your " +"Dash Core dash.conf file." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:47 +msgid "" +"If your dash.conf includes ``rpcallowip``, update ``*_CORE_HOST`` with that " +"IP address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:48 +msgid "" +"If your dash.conf includes ``rpcport``, update ``*_CORE_RPC_PORT`` with that" +" port." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:49 +msgid "" +"(*Optional*) If you are going to run Dash Core manually instead of launching" +" it via the Dash Evo Tool, you must enable ZMQ by adding the following lines" +" to your dash.conf file:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Mainnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:0 +msgid "Testnet ZMQ setup" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:72 +msgid "" +"The default location of the ``dash.conf`` file can be found in the " +":ref:`Dash Core documentation `. At a minimum, the following " +"values must be defined for RPC access to be enabled:" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:82 +msgid "Updating the env file" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:84 +msgid "" +"When the application runs for the first time, it creates a application " +"directory and copies the ``.env`` file into it. It also stores application " +"data in the directory. Any further updates to the ``.env`` file must be made" +" to the copy in the application directory." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Operating System" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:89 +msgid "Configuration File Path" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "macOS" +msgstr "macOS" + +#: ../../docs/user/network/dash-evo-tool/index.rst:91 +msgid "~/Library/Application Support/Dash-Evo-Tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "Windows" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:92 +msgid "C:\\\\Users\\\\\\\\AppData\\\\Roaming\\\\Dash-Evo-Tool\\\\config" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "Linux" +msgstr "Linux" + +#: ../../docs/user/network/dash-evo-tool/index.rst:93 +msgid "/home//.config/dash-evo-tool/" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:99 +msgid "Running the application" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:101 +msgid "" +"Once the ``.env`` file is configured, launch the Dash Evo Tool by double-" +"clicking the file named ``dash-evo-tool``." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:104 +msgid "" +"Alternatively, you can launch the application directly from your terminal. " +"For example, on Linux, run::" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:112 +msgid "Network selection" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:114 +msgid "" +"The Dash Evo Tool supports both testnet and mainnet. To choose a network, " +"navigate to the Network Selection screen and click the checkbox in the " +"Select column for the desired network. Then click the **Start** button on " +"that row to launch Dash Core." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:122 +msgid "" +"You can also launch Dash Core manually without using the Dash Evo Tool. This" +" may be necessary if Dash Core is installed in a non-standard location. When" +" launching Dash Core manually, you must enable ZMQ as described in " +":hoverxref:`Configuration Step 3 `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:130 +msgid "Network selection screen with testnet selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:135 +msgid "Identity operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:140 +msgid "Load existing identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:142 +msgid "" +"On the main identity screen, click the **Load Identity** button on the upper" +" right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:149 +#: ../../docs/user/network/dash-evo-tool/index.rst:213 +msgid "Identity screen with no loaded identities" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:151 +msgid "" +"Some identity types require different information. Use the **Identity Type**" +" dropdown menu to select the type you want to add. In this example, an " +"evonode identity is being added." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:158 +msgid "Identity load screen for evonode" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:164 +msgid "" +"Your collateral key is **not** required. Do not enter it into the Dash Evo " +"Tool." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:166 +msgid "" +"Add the Identity ID and Owner Private Key. You may also want to add the " +"Voting Private Key, but adding the Payout Address Private Key is **not** " +"recommended. For a masternode or evonode, use the protx hash as the Identity" +" ID." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:170 +msgid "" +"If you use the `Dash Masternode Tool `_, you can get the protx hash and private keys from the " +"masternode details screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:177 +msgid "Dash Masternode Tool" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:179 +msgid "" +"Click **Load Identity** once you have entered the required information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:185 +msgid "Identity load screen with evonode info filled out" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:187 +msgid "" +"Once the identity is loaded, you can view its balance and details about its " +"keys. For evonodes, you can also initiate :ref:`withdrawals `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:194 +#: ../../docs/user/network/dash-evo-tool/index.rst:270 +msgid "Identity screen with an evonode identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:199 +msgid "Create new identity" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:203 +msgid "" +"Before creating an identity, make sure you have :ref:`added a Dash Evo Tool " +"wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:206 +msgid "" +"On the main identity screen, click the **Create Identity** button on the " +"upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:215 +msgid "" +"On the create identity screen, leave the first two options set to the " +"default and select the funding method. Then, send the requested amount of " +"DASH to the provided address." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:222 +msgid "Waiting for funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:224 +msgid "" +"The status will change from \"Waiting for funds\" to \"Waiting for Platform " +"acknowledgement\" once the funds have been received and the identity " +"registration process has started." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:231 +msgid "Waiting for Platform acknowledgement" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:233 +msgid "" +"Once the identity has been registered, you can choose to return to the " +"identity screen or proceed to :ref:`registering a name `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:240 +msgid "Identity creation success" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:247 +msgid "Identity screen with an identity loaded" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:252 +msgid "Evonode withdrawals" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:256 +msgid "" +"Withdrawal requests enter a queue that is currently processed more slowly " +"than intended. Depending on the timing of the withdrawal request, it may " +"take up to 18 hours to complete." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:259 +msgid "" +"For security, there is also a limit on how much can be withdrawn from " +"Platform daily. If withdrawal requests hit the daily limit, they will remain" +" in the queue longer. For details, see this `DCG development update " +"`_." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:264 +msgid "" +"From the identity main screen, click the **Withdraw** button for an " +"identity." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:272 +msgid "" +"On the withdrawal screen, select the key to sign the withdrawal. Selecting " +"the owner key is recommended since this will direct the withdrawal to the " +"payout address. Next, set the amount to withdraw." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:278 +msgid "" +"The **Max** button currently has a bug and sets the withdrawal amount in " +"credits instead of DASH, so you will need to manually adjust the amount if " +"you use that button." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:281 +msgid "Click **Withdraw** after entering the information." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:287 +msgid "Withdraw screen with key and amount selected" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:289 +msgid "" +"When the withdrawal confirmation screen opens, confirm that the amount and " +"destination address are correct. Click **Confirm** to request the " +"withdrawal." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:296 +msgid "Withdrawal confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:301 +msgid "Name operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:306 +msgid "Register name" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:308 +msgid "" +"After :ref:`creating an identity `, you can " +"register a name for it. From the main name screen, click the **Register " +"Name** button on the upper right side of the screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:315 +msgid "Name screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:317 +msgid "" +"First, select the identity to register a name for. This step will be " +"automatically done if you are registering a name as part of the identity " +"creation process." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:320 +msgid "" +"Next, enter the desired name. Notification will be provided if you selected " +"a contested name and the estimated cost will be displayed. Click **Register " +"Name** to complete the registration." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:327 +msgid "Name registration" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:329 +msgid "" +"Upon successful registration, you can see the name on the **My usernames** " +"screen along with any other names you have registered." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:336 +msgid "Name registered successfully" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:341 +msgid "Vote for names" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:343 +msgid "" +"The Voting screen displays a list of names that are currently require a " +"vote. Click the **Refresh** button to update the screen at any time." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:348 +msgid "" +"Voting can only be done by masternodes and evonodes, and each node can only " +"modify its vote four times. See the :ref:`load identity section ` for instructions on importing your keys." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:355 +msgid "Voting screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:357 +msgid "" +"To vote for a contestant, click on an entry in the Contestants column. You " +"can also vote to Lock the name or Abstain by clicking the value in those " +"columns. You will be prompted to load an evonode or masternode identity if " +"you have not already done so." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:361 +msgid "" +"After clicking one of the contestants, vote for that identity to receive the" +" name by clicking one of your specific identities on the Vote Confirmation " +"screen. Click **All** to vote with all your loaded identities " +"simultaneously." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:369 +msgid "Vote confirmation screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:371 +msgid "" +"See the `DPNS page " +"`_ for more voting details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:378 +msgid "Wallet operations" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:382 +msgid "" +"The Dash Evo Tool wallet features only work if your Dash Core node has a " +"single wallet open. **If you have multiple wallets open in Dash Core, close " +"all of them except the one used by the Dash Evo Tool.**" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:389 +msgid "Create wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:391 +msgid "" +"This tool includes a basic wallet feature to support identity registration. " +"Wallets can be added from the wallet screen." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:396 +msgid "" +"Since this tool adds watching-only addresses to Dash Core when creating " +"identities, it is recommended to close all existing Dash Core wallets and " +":ref:`create a new, empty wallet ` for the Dash Evo Tool. Also, make sure to :ref:`backup your Dash " +"Core wallet `." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:401 +msgid "Click **Add Wallet** to create a new wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:407 +msgid "Wallet screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:409 +msgid "" +"After creating extra randomness with the mouse, select your preferred " +"language and click **Generate** to display you passphrase. Write it down and" +" store it securely, then click the checkbox in step 3 to confirm." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:413 +msgid "" +"Next, enter a wallet name and optionally add a password before clicking " +"**Save Wallet** to store the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:420 +msgid "Wallet create screen" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:425 +msgid "Use wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:427 +msgid "Select your wallet using the dropdown box." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:433 +msgid "Select wallet" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:438 +msgid "Funds" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:440 +msgid "" +"Several tabs display wallet details. The Funds tab shows your receiving " +"addresses. Click **Add Receiving Address** if you want to add additional " +"addresses to fund the wallet." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:447 +msgid "Wallet Funds tab" +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:449 +msgid "" +"After adding addresses, they will appear in a table with balance and other " +"details." +msgstr "" + +#: ../../docs/user/network/dash-evo-tool/index.rst:455 +msgid "Wallet with address added" +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 e1dabbb07..ccf00dd19 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\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" @@ -100,7 +100,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:65 msgid "" "``N: Download is performed unsandboxed as root as file " -"'/home/ubuntu/dashmate_1.1.1.0fec811fb-1_amd64.deb' couldn't be accessed by " +"'/home/ubuntu/dashmate_1.5.1.8f924cc0a-1_amd64.deb' couldn't be accessed by " "user '_apt'. - pkgAcquire::Run (13: Permission denied)``" msgstr "" @@ -449,20 +449,390 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:362 msgid "" -"Once the new version is installed, reset the configuration and services " -"using ``--keep-data`` so the existing data is retained. Then, update the " -"dashmate services::" +"Once the new version of dashmate is installed, update dash service docker " +"images::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:368 +#: ../../docs/user/network/dashmate/index.rst:366 msgid "Finally, restart dashmate::" msgstr "" +#: ../../docs/user/network/dashmate/index.rst:371 +msgid "Troubleshooting" +msgstr "" + #: ../../docs/user/network/dashmate/index.rst:375 -msgid "Collecting logs" +msgid "" +"Only enable logs if you have :ref:`configured log rotation ` to avoid running out of disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:378 +msgid "" +"The following sections describe how to enable log rotation, set up file " +"logging for Core and Platform, adjust log levels, and collect the logs for " +"analysis." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:382 +msgid "Dashmate log overview" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:384 +msgid "" +"Dashmate logs for each service are stored within its Docker container. " +"Although this is typically sufficient, more advanced options are sometimes " +"needed to adjust the log level, output format, or destination. Several cases" +" include when you need to:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:388 +msgid "Modify the level of detail provided in the logs (e.g., debug vs info)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:389 +msgid "" +"Provide data to a log server (e.g., `Elasticsearch " +"`_)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:390 +msgid "Store persistent file logs external to the Docker containers" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:391 +msgid "Use log monitoring tools to track service health" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:393 +msgid "" +"For example, since the default dashmate logs are only stored in the Docker " +"containers, they are lost if the container is removed for some reason (new " +"Docker image, dashmate reset, failure, etc.). Therefore, you may want to " +"store persistent log files external to Docker while troubleshooting an issue" +" to ensure valuable log data cannot be lost." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:401 +msgid "Set up log rotation" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:403 +msgid "" +"By default, dashmate logs are not written to the docker host file system. At" +" times you may want to write them to the host file system. Before enabling " +"logging, it is important to configure log rotation to avoid running out of " +"disk space." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:407 +msgid "Create a new logrotate configuration file for dashmate logs:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:413 +msgid "" +"Paste in the following configuration and replace the example path one that " +"matches your system. This example configuration rotates logs daily and " +"retains seven historical files for each log file type. Historical files are " +"each limited to 1GB." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:430 +msgid "" +"Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:434 +msgid "" +"For additional log rotation details, see `this configuration tutorial " +"`_ or check out the `logrotate man pages " +"`_." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:442 +msgid "Configure Core logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:445 +msgid "Enable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:447 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Core logs on" +" the host file system. Replace the example path with one that matches your " +"system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:457 +msgid "Toggle debug logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:459 +msgid "" +"To enable debug logging for additional details, run the following command. " +"Debug logs can be turned off by setting the value back to ``false``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:0 +msgid "Advanced debug logging" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:468 +msgid "" +"Dashmate supports some advanced debug log options provided by Dash Core. The" +" following boolean ``core.log.debug`` settings correspond directly to the " +"parameters described in the `Core documentation " +"`_: ``ips``, " +"``sourceLocations``, ``threadNames``, and ``timeMicros``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:474 +msgid "**Dashmate Debug Log Options**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +msgid "**Setting**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:477 +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Description**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "``ips``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:479 +msgid "Logs the IP addresses of incoming and outgoing connections" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "``sourceLocations``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:481 +msgid "" +"Logs the source locations (file and line number) for debugging information" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "``threadNames``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:484 +msgid "Logs the names of the threads used for various operations" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "``timeMicros``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:486 +msgid "" +"Logs timestamps with microsecond precision for detailed performance analysis" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:489 +msgid "**Filter Option**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "``includeOnly``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:491 +msgid "" +"Log only the specified categories (e.g., ``[\"net\", \"rpc\"]``). If empty, " +"all categories will be logged" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "``exclude``" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:494 +msgid "" +"Excludes specified categories from logging (e.g., ``[\"rpc\", " +"\"instantsend\"]``)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:505 +msgid "View current log settings" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:507 +msgid "To view the current Core log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:514 +msgid "Disable logging to file" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:516 +msgid "" +"To disable logging to a file outside the container, reset the log path to " +"``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:525 +msgid "Configure Platform logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:527 +msgid "" +"For troubleshooting flexibility, dashmate provides independent log " +"configuration for the Platform Gateway, Drive ABCI, and Tenderdash. Each " +"service can be configured with the most helpful log level and output format." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:534 +msgid "Gateway logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:536 +msgid "" +"The Platform gateway has two types of logs: service logs and access logs. " +"Service logs are directed to stdout, while access logs can be configured to " +"go to stdout, stderr, or to a file. If all logs are directed to stdout, the " +"output will be a mixture of service and access data." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:540 +#: ../../docs/user/network/dashmate/index.rst:604 +#: ../../docs/user/network/dashmate/index.rst:671 +msgid "**Enable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:542 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"gateway access logs on the host file system. The example below adds file " +"logging while also keeping the default stdout logging. Replace the example " +"path with one that matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:562 +#: ../../docs/user/network/dashmate/index.rst:626 +#: ../../docs/user/network/dashmate/index.rst:680 +msgid "**Disable file logging**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:564 +msgid "" +"To disable logging to a file, remove the file config from the accessLogs " +"setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:576 +#: ../../docs/user/network/dashmate/index.rst:641 +#: ../../docs/user/network/dashmate/index.rst:688 +msgid "**Change log level**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:578 +msgid "" +"Platform gateway service logs support several levels of detail. In " +"increasing order of detail they are: ``critical``, ``error``, ``warn``, " +"``info`` (default), ``debug``, and ``trace``. To disable service logs, set " +"the log level to ``off``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:582 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.gateway.log.level`` value. For example, run these commands to " +"change the gateway service log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:591 +#: ../../docs/user/network/dashmate/index.rst:658 +#: ../../docs/user/network/dashmate/index.rst:704 +msgid "**View log settings**" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:593 +#: ../../docs/user/network/dashmate/index.rst:660 +msgid "To view the current Platform gateway log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:602 +msgid "Drive ABCI logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:606 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Platform " +"ABCI logs on the host file system. Replace the example path with one that " +"matches your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:628 +msgid "" +"To disable logging to a file, remove the file config from the logs setting:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:643 +msgid "" +"Drive ABCI logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:648 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log levels for file logging and stdout logging to debug on " +"your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:669 +msgid "Tenderdash logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:673 +msgid "" +"Use ``dashmate config set`` to configure a location for storing Tenderdash " +"logs on the host file system. Replace the example path with one that matches" +" your system:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:682 +msgid "To disable logging to a file, set the path back to ``null``:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:690 +msgid "" +"Tenderdash logs support several levels of detail. In increasing order of " +"detail they are: ``error``, ``warn``, ``info`` (default), ``debug``, and " +"``trace``. A logging specification string can also be provided in the " +"RUST_LOG format for more flexibility. To disable service logs, set the log " +"level to ``silent``." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:377 +#: ../../docs/user/network/dashmate/index.rst:695 +msgid "" +"The log level can be changed by using ``dashmate config set`` to update the " +"``platform.drive.abci.logs.*.level`` value. For example, run these commands " +"to change the log level to debug on your dashmate node:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:706 +msgid "To view the current Tenderdash log settings, run:" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:715 +msgid "Collect logs" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:717 msgid "" "Dashmate includes the doctor command to make troubleshooting and log " "reporting easier. The dashmate doctor command collects important debugging " @@ -470,56 +840,83 @@ msgid "" "sent to the support team if necessary. This report includes:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:381 +#: ../../docs/user/network/dashmate/index.rst:721 msgid "" "**Operating System**: Details about the architecture, CPU, memory, and swap" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:382 +#: ../../docs/user/network/dashmate/index.rst:722 msgid "" "**Docker**: Status and logs (exit codes, stdout, stderr) for each service" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:383 +#: ../../docs/user/network/dashmate/index.rst:723 msgid "" "**Core RPC**: Essential details like the best ChainLock, quorums, blockchain" " information, peers, and masternode status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:384 +#: ../../docs/user/network/dashmate/index.rst:724 msgid "" "**Tenderdash RPC**: Status, genesis, network information, ABCI details, and " "a consensus state dump" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:385 +#: ../../docs/user/network/dashmate/index.rst:725 msgid "" "**Metrics**: Tenderdash and Drive metrics (if enabled in the configuration)" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:387 +#: ../../docs/user/network/dashmate/index.rst:727 msgid "To create a report, run ``dashmate doctor`` and select **Yes**::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:395 +#: ../../docs/user/network/dashmate/index.rst:735 msgid "Run the doctor command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:397 +#: ../../docs/user/network/dashmate/index.rst:737 msgid "" "Upon successful completion, the full path to the report archive is " "displayed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:403 +#: ../../docs/user/network/dashmate/index.rst:743 msgid "Doctor output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:406 +#: ../../docs/user/network/dashmate/index.rst:748 +msgid "Metrics" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:750 +msgid "" +"To provide better network visibility to DCG developers for troubleshooting, " +"volunteers can contribute metrics to the DCG metrics server." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:753 +msgid "Enable metrics on your dashmate node" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:776 +msgid "" +"Grant access to metrics from the DCG metrics server (34.219.3.238) by " +"updating your network configuration (i.e., your firewall, AWS security " +"groups, etc.)" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:779 +msgid "" +"Provide DCG with your IP address and port so it can be added to the DCG " +"Prometheus server" +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:782 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:408 +#: ../../docs/user/network/dashmate/index.rst:784 msgid "" "For further documentation see the `dashmate repository " "`__." 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 f66c0055b..9cf19b78c 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/advanced-functions.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index a8b42b4fa..4e5c9e93e 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/getting-started.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/android/getting-started.po index b7369a28d..b02efefdd 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/index.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/android/index.po index 143f5decb..5db44a774 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/android/installation.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/android/installation.po index a21632b1d..b047e08e2 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/advanced.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index b4f97ab08..cbe618f9c 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/backup.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index 35b208024..6c1435a7d 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/cmd-rpc.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po index d1c7014dd..47e4a1d04 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/coinjoin-instantsend.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po index ed14e5c2e..35a210a1b 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/index.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/index.po index 94c8898c9..f89e8345f 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/installation-linux.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index 879a62829..53e1526bb 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -141,7 +141,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:92 msgid "" -"This will create a folder named ``dashcore-21.1.0`` in the current working " +"This will create a folder named ``dashcore-21.1.1`` in the current working " "directory. We will now install the executable binaries to ``/usr/local/bin``" " using the ``install`` command::" 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 cc63053db..22eba4d98 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: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-11-26 15:54-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -138,20 +138,17 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:94 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-" +" **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." +"downloaded from the internet. Simply click **Open** to continue launching " +"the application." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:109 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:103 msgid "Unblocking macOS from running Dash Core" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:111 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:105 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 " @@ -159,37 +156,37 @@ msgid "" "recommended to use the default data folder if possible." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:119 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:113 msgid "Choosing the Dash Core data folder" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:121 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:115 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." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:128 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:122 msgid "Starting Dash Core" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:131 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:125 msgid "Synchronizing Dash Core to the Dash network" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:133 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:127 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 "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:140 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:134 msgid "Dash Core begins synchronizing with the Dash network" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:142 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:136 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 " @@ -198,23 +195,23 @@ msgid "" "complete, you will see a small blue tick in the lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:151 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:145 msgid "Dash Core synchronization is complete" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:153 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:147 msgid "You can now create a wallet to send and receive funds." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:152 msgid "Creating your Dash Wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:156 msgid "HD wallets are now created by default." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:158 msgid "" "If no wallet files are loaded, you will get this prompt in the Overview tab." " To create a wallet, click the **Create a new wallet** button or click " @@ -223,7 +220,7 @@ msgid "" "wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:171 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:167 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 " @@ -231,49 +228,49 @@ msgid "" "encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:179 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 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:184 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:211 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Enter a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:191 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:216 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:187 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:212 msgid "Confirm you want to encrypt your wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:189 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:197 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 msgid "Encrypting your Dash wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:199 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 msgid "To encrypt your wallet, click **Settings** > **Encrypt Wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:204 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 msgid "Encrypting the Dash wallet with a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:206 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 msgid "You will be asked to enter and verify a password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:218 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:214 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 " @@ -281,10 +278,10 @@ msgid "" " lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:226 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:222 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:228 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:224 msgid "You can now begin to use your wallet to safely send and receive funds." 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 a3360508a..e96a55ccb 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: 2024-08-29 10:39-0400\n" +"POT-Creation-Date: 2024-11-18 12:41-0500\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -114,7 +114,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-21.1.0-win64-setup.exe.asc`` in the same folder as the downloaded" +"``dashcore-21.1.1-win64-setup.exe.asc`` in the same folder as the downloaded" " installer." msgstr "" @@ -125,7 +125,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-21.1.0-win64-setup.exe with dashcore-21.1.0-win64-setup.exe.asc`` " +"dashcore-21.1.1-win64-setup.exe with dashcore-21.1.1-win64-setup.exe.asc`` " "then you have an authentic copy of Dash Core for Windows." 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 b07e34b28..358613966 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/interface.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index e13ebbbbe..bb81a9e9b 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/dashcore/send-receive.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po index afd6337d8..2009106f4 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/advanced.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index 3735be55a..08a2408e3 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/faq.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/faq.po index 77734a66f..481515a8b 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/index.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/index.po index 9702ae8db..ab1e2a343 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/installation.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/installation.po index bf6d3fb66..160fb49b2 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/security.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/security.po index 69db18c07..257da73dd 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/electrum/send-receive.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index 3e10582d1..db2eb0b12 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/hardware.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/hardware.po index 0dd164fe6..fdfa284a2 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/hardware.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-hardware.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index-hardware.po index 1a7acb2d6..3d77c7274 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-paper.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index-paper.po index bf488516e..376935a9f 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-third-party.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index-third-party.po index f7fc8f659..6c02aabf2 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 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index-web.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index-web.po index 4273bb684..60be75e79 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/index.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index.po index f098c7f25..ddb733af8 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/ios/advanced-functions.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 83908a67d..08f67ed46 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/getting-started.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/ios/getting-started.po index 80d9fe497..091322ffa 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/index.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/ios/index.po index 9827491f2..b9e6729a2 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/ios/installation.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/ios/installation.po index 21d211324..f3c57b2b1 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:57+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/wallets/paper.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/paper.po index 0211881b6..e95dd749b 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/paper.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/recovery.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/recovery.po index 483a3181f..2b8ceb576 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/recovery.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/signing.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/signing.po index 1a335c5f3..57bc285bf 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/signing.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/third-party.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/third-party.po index 737092a47..a77ff607f 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 @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/wallets/web.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/web.po index c6be62efa..730a44b68 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/web.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2022-12-27 18:56+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/index.po b/locale/zh_TW/LC_MESSAGES/index.po index 88f325735..bee38872d 100644 --- a/locale/zh_TW/LC_MESSAGES/index.po +++ b/locale/zh_TW/LC_MESSAGES/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-18 12:05-0400\n" +"POT-Creation-Date: 2024-08-29 10:39-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: William , 2018\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" diff --git a/requirements.txt b/requirements.txt index fed5c3ca1..db1d67a95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,8 @@ Babel==2.16.0 myst-parser==2.0.0 pydata-sphinx-theme==0.14.4 sphinx==7.2.6 +sphinxcontrib-googleanalytics==0.4 sphinx-copybutton==0.5.2 -sphinx-hoverxref==1.3.0 -sphinx_design==0.5.0 +sphinx-hoverxref==1.4.2 +sphinx_design==0.6.1 jinja2==3.1.3 diff --git a/scripts/evo-tool-download-link-update.sh b/scripts/evo-tool-download-link-update.sh new file mode 100755 index 000000000..e6653dff4 --- /dev/null +++ b/scripts/evo-tool-download-link-update.sh @@ -0,0 +1,23 @@ +#!/bin/bash + +# Script to update the download/install related version references when a new +# Dash Evo Tool version is released + +# Command to get latest Dash Evo Tool tag name +NEW_VERSION=$(curl -s \ + -H "Accept: application/vnd.github.v3+json" \ + https://api.github.com/repos/dashpay/dash-evo-tool/releases/latest | \ + jq -r '.tag_name' | sed 's/^v//') + +if [[ $? -ne 0 || -z "$NEW_VERSION" ]]; then + echo "Error: Unexpected response when retrieving the current version. Received: $NEW_VERSION" +else + # Print the extracted values (for verification) + echo "Extracted Version: $NEW_VERSION" + # git checkout -b v$NEW_VERSION-links # Uncomment to use locally + + # Use the variables in the find/sed commands + find . -iname "*.rst" -exec sed -i "s~https://github\.com/dashpay/dash-evo-tool/releases/download/v[0-9]\+\.[0-9]\+\.[0-9]\+~https://github.com/dashpay/dash-evo-tool/releases/download/v${NEW_VERSION}~g" {} + + + echo "Dash Evo Tool version updated to ${NEW_VERSION} in documentation" +fi diff --git a/transifex/pulltx.sh b/transifex/pulltx.sh index 2a2023f1a..3e2333b75 100755 --- a/transifex/pulltx.sh +++ b/transifex/pulltx.sh @@ -27,3 +27,6 @@ echo "tx pulls are all done now." git add locale/* git commit -m "Refresh translations from Transifex" git push --set-upstream origin $BRANCH_NAME + +# Create PR automatically if GitHub CLI is installed (https://cli.github.com/) +gh pr create --title "chore: refresh translations from transifex" --body "Latest updates from Transifex based on running the [transifex/pulltx.sh](https://github.com/dashpay/docs/blob/master/transifex/pulltx.sh) script."