From 4e5143db6025e6579201071e975bb45d7ead3117 Mon Sep 17 00:00:00 2001 From: erciccione Date: Sun, 3 May 2020 15:38:01 +0200 Subject: [PATCH 1/2] Simplify versioning system for user guides This new approach doesn't require version numbers and make easier for contributors to understand the status of the document. There are only 3 states: - Outdated: The page is outdated and might not work as expected - Untranslated: The page needs to be translated - Translation outdated: The page is translated, but the original (English) document has been updated To mark a guide as outdated, we change the boolean of the front matter entry 'outdated' in /resources/user-guides/GUIDE. If 'False', the guide is updated. If 'True' all versions of the guide (English included) will show a warning at the bottom of the page. The other 2 states are related to the status of the translated pages and we control them from the language-specific user guides: /_i18n/LANG/resources/user-guides/GUIDE. At the top of the page a snippet will include 2 parameters: - translated: "yes" if the page is translated, "no" if it's not. - translationOutdated: "yes" if the translation is outdated, "no" if it's not This new system aims to be simpler than the precedent, avoiding to compare versioning numbers and using a higher level system instead (yes, no, True, False). I also removed the middle way status 'only minor changes', because if there are only minor changes that don't affect the usability of the guide, we don't need to point it out. The old system was complex and people didn't use it. These changes will hopefully make things easier for translators and other contributors. --- ...e-Monero-XMR-without-a-mining-equipment.md | 4 +- .../resources/user-guides/Offline_Backup.md | 4 +- ...li_wallet_daemon_isolation_qubes_whonix.md | 4 +- .../user-guides/howto_fix_stuck_funds.md | 4 +- .../user-guides/importing_blockchain.md | 3 +- .../user-guides/ledger-wallet-cli.md | 4 +- .../ar/resources/user-guides/mine-to-pool.md | 4 +- .../user-guides/monero-wallet-cli.md | 4 +- .../ar/resources/user-guides/monero_tools.md | 4 +- .../user-guides/multisig-messaging-system.md | 4 +- .../ar/resources/user-guides/prove-payment.md | 4 +- .../resources/user-guides/remote_node_gui.md | 4 +- .../resources/user-guides/restore_account.md | 4 +- .../user-guides/restore_from_keys.md | 4 +- .../user-guides/securely_purchase.md | 4 +- .../ar/resources/user-guides/solo_mine_GUI.md | 4 +- _i18n/ar/resources/user-guides/tor_wallet.md | 3 +- .../verification-allos-advanced.md | 4 +- .../verification-windows-beginner.md | 4 +- _i18n/ar/resources/user-guides/view_only.md | 4 +- .../ar/resources/user-guides/vps_run_node.md | 4 +- ...e-Monero-XMR-without-a-mining-equipment.md | 4 +- .../resources/user-guides/Offline_Backup.md | 4 +- ...li_wallet_daemon_isolation_qubes_whonix.md | 4 +- .../user-guides/howto_fix_stuck_funds.md | 4 +- .../user-guides/importing_blockchain.md | 4 +- .../user-guides/ledger-wallet-cli.md | 4 +- .../de/resources/user-guides/mine-to-pool.md | 4 +- .../user-guides/monero-wallet-cli.md | 4 +- .../de/resources/user-guides/monero_tools.md | 4 +- .../user-guides/multisig-messaging-system.md | 4 +- .../de/resources/user-guides/prove-payment.md | 4 +- .../resources/user-guides/remote_node_gui.md | 4 +- .../resources/user-guides/restore_account.md | 4 +- .../user-guides/restore_from_keys.md | 4 +- .../user-guides/securely_purchase.md | 4 +- .../de/resources/user-guides/solo_mine_GUI.md | 4 +- _i18n/de/resources/user-guides/tor_wallet.md | 3 +- .../verification-allos-advanced.md | 4 +- .../verification-windows-beginner.md | 4 +- _i18n/de/resources/user-guides/view_only.md | 4 +- .../de/resources/user-guides/vps_run_node.md | 4 +- _i18n/en.yml | 4 +- ...e-Monero-XMR-without-a-mining-equipment.md | 4 +- .../resources/user-guides/Offline_Backup.md | 4 +- ...li_wallet_daemon_isolation_qubes_whonix.md | 4 +- .../user-guides/howto_fix_stuck_funds.md | 4 +- .../user-guides/importing_blockchain.md | 4 +- .../user-guides/ledger-wallet-cli.md | 4 +- .../en/resources/user-guides/mine-to-pool.md | 4 +- .../user-guides/monero-wallet-cli.md | 4 +- .../en/resources/user-guides/monero_tools.md | 4 +- .../user-guides/multisig-messaging-system.md | 4 +- .../en/resources/user-guides/prove-payment.md | 4 +- .../resources/user-guides/remote_node_gui.md | 4 +- .../resources/user-guides/restore_account.md | 4 +- .../user-guides/restore_from_keys.md | 4 +- .../user-guides/securely_purchase.md | 4 +- .../en/resources/user-guides/solo_mine_GUI.md | 4 +- _i18n/en/resources/user-guides/tor_wallet.md | 3 +- .../verification-allos-advanced.md | 4 +- .../verification-windows-beginner.md | 4 +- _i18n/en/resources/user-guides/view_only.md | 4 +- .../en/resources/user-guides/vps_run_node.md | 4 +- ...e-Monero-XMR-without-a-mining-equipment.md | 4 +- .../resources/user-guides/Offline_Backup.md | 4 +- ...li_wallet_daemon_isolation_qubes_whonix.md | 4 +- .../user-guides/howto_fix_stuck_funds.md | 4 +- .../user-guides/importing_blockchain.md | 4 +- .../user-guides/ledger-wallet-cli.md | 4 +- .../es/resources/user-guides/mine-to-pool.md | 4 +- .../user-guides/monero-wallet-cli.md | 4 +- .../es/resources/user-guides/monero_tools.md | 4 +- .../user-guides/multisig-messaging-system.md | 4 +- .../es/resources/user-guides/prove-payment.md | 4 +- .../resources/user-guides/remote_node_gui.md | 4 +- .../resources/user-guides/restore_account.md | 4 +- .../user-guides/restore_from_keys.md | 4 +- .../user-guides/securely_purchase.md | 4 +- .../es/resources/user-guides/solo_mine_GUI.md | 4 +- _i18n/es/resources/user-guides/tor_wallet.md | 3 +- .../verification-allos-advanced.md | 4 +- .../verification-windows-beginner.md | 4 +- _i18n/es/resources/user-guides/view_only.md | 4 +- .../es/resources/user-guides/vps_run_node.md | 4 +- ...e-Monero-XMR-without-a-mining-equipment.md | 4 +- .../resources/user-guides/Offline_Backup.md | 4 +- ...li_wallet_daemon_isolation_qubes_whonix.md | 4 +- .../user-guides/howto_fix_stuck_funds.md | 4 +- .../user-guides/importing_blockchain.md | 4 +- .../user-guides/ledger-wallet-cli.md | 4 +- .../fr/resources/user-guides/mine-to-pool.md | 4 +- .../user-guides/monero-wallet-cli.md | 4 +- .../fr/resources/user-guides/monero_tools.md | 4 +- .../user-guides/multisig-messaging-system.md | 4 +- .../fr/resources/user-guides/prove-payment.md | 2 + .../resources/user-guides/remote_node_gui.md | 4 +- .../resources/user-guides/restore_account.md | 4 +- .../user-guides/restore_from_keys.md | 4 +- .../user-guides/securely_purchase.md | 4 +- .../fr/resources/user-guides/solo_mine_GUI.md | 4 +- _i18n/fr/resources/user-guides/tor_wallet.md | 3 +- .../verification-allos-advanced.md | 4 +- .../verification-windows-beginner.md | 4 +- _i18n/fr/resources/user-guides/view_only.md | 4 +- .../fr/resources/user-guides/vps_run_node.md | 4 +- ...e-Monero-XMR-without-a-mining-equipment.md | 4 +- .../resources/user-guides/Offline_Backup.md | 4 +- ...li_wallet_daemon_isolation_qubes_whonix.md | 4 +- .../user-guides/howto_fix_stuck_funds.md | 4 +- .../user-guides/importing_blockchain.md | 4 +- .../user-guides/ledger-wallet-cli.md | 4 +- .../it/resources/user-guides/mine-to-pool.md | 4 +- .../user-guides/monero-wallet-cli.md | 4 +- .../it/resources/user-guides/monero_tools.md | 4 +- .../user-guides/multisig-messaging-system.md | 4 +- .../it/resources/user-guides/prove-payment.md | 4 +- .../resources/user-guides/remote_node_gui.md | 4 +- .../resources/user-guides/restore_account.md | 4 +- .../user-guides/restore_from_keys.md | 4 +- .../user-guides/securely_purchase.md | 4 +- .../it/resources/user-guides/solo_mine_GUI.md | 4 +- _i18n/it/resources/user-guides/tor_wallet.md | 3 +- .../verification-allos-advanced.md | 4 +- .../verification-windows-beginner.md | 4 +- _i18n/it/resources/user-guides/view_only.md | 4 +- .../it/resources/user-guides/vps_run_node.md | 4 +- ...e-Monero-XMR-without-a-mining-equipment.md | 4 +- .../resources/user-guides/Offline_Backup.md | 4 +- ...li_wallet_daemon_isolation_qubes_whonix.md | 4 +- .../user-guides/howto_fix_stuck_funds.md | 4 +- .../user-guides/importing_blockchain.md | 4 +- .../user-guides/ledger-wallet-cli.md | 4 +- .../nl/resources/user-guides/mine-to-pool.md | 4 +- .../user-guides/monero-wallet-cli.md | 4 +- .../nl/resources/user-guides/monero_tools.md | 4 +- .../user-guides/multisig-messaging-system.md | 4 +- .../nl/resources/user-guides/prove-payment.md | 4 +- .../resources/user-guides/remote_node_gui.md | 4 +- .../resources/user-guides/restore_account.md | 4 +- .../user-guides/restore_from_keys.md | 4 +- .../user-guides/securely_purchase.md | 4 +- .../nl/resources/user-guides/solo_mine_GUI.md | 4 +- _i18n/nl/resources/user-guides/tor_wallet.md | 3 +- .../verification-allos-advanced.md | 4 +- .../verification-windows-beginner.md | 4 +- _i18n/nl/resources/user-guides/view_only.md | 4 +- .../nl/resources/user-guides/vps_run_node.md | 4 +- ...e-Monero-XMR-without-a-mining-equipment.md | 4 +- .../resources/user-guides/Offline_Backup.md | 4 +- ...li_wallet_daemon_isolation_qubes_whonix.md | 4 +- .../user-guides/howto_fix_stuck_funds.md | 4 +- .../user-guides/importing_blockchain.md | 4 +- .../user-guides/ledger-wallet-cli.md | 4 +- .../pl/resources/user-guides/mine-to-pool.md | 4 +- .../user-guides/monero-wallet-cli.md | 4 +- .../pl/resources/user-guides/monero_tools.md | 4 +- .../user-guides/multisig-messaging-system.md | 4 +- .../pl/resources/user-guides/prove-payment.md | 4 +- .../resources/user-guides/remote_node_gui.md | 4 +- .../resources/user-guides/restore_account.md | 4 +- .../user-guides/restore_from_keys.md | 4 +- .../user-guides/securely_purchase.md | 4 +- .../pl/resources/user-guides/solo_mine_GUI.md | 4 +- _i18n/pl/resources/user-guides/tor_wallet.md | 4 +- .../verification-allos-advanced.md | 4 +- .../verification-windows-beginner.md | 4 +- _i18n/pl/resources/user-guides/view_only.md | 4 +- .../pl/resources/user-guides/vps_run_node.md | 4 +- ...e-Monero-XMR-without-a-mining-equipment.md | 4 +- .../resources/user-guides/Offline_Backup.md | 4 +- ...li_wallet_daemon_isolation_qubes_whonix.md | 4 +- .../user-guides/howto_fix_stuck_funds.md | 4 +- .../user-guides/importing_blockchain.md | 4 +- .../user-guides/ledger-wallet-cli.md | 4 +- .../resources/user-guides/mine-to-pool.md | 4 +- .../user-guides/monero-wallet-cli.md | 4 +- .../resources/user-guides/monero_tools.md | 4 +- .../user-guides/multisig-messaging-system.md | 4 +- .../resources/user-guides/prove-payment.md | 2 +- .../resources/user-guides/remote_node_gui.md | 4 +- .../resources/user-guides/restore_account.md | 4 +- .../user-guides/restore_from_keys.md | 4 +- .../user-guides/securely_purchase.md | 4 +- .../resources/user-guides/solo_mine_GUI.md | 4 +- .../pt-br/resources/user-guides/tor_wallet.md | 3 +- .../verification-allos-advanced.md | 4 +- .../verification-windows-beginner.md | 4 +- .../pt-br/resources/user-guides/view_only.md | 4 +- .../resources/user-guides/vps_run_node.md | 4 +- ...e-Monero-XMR-without-a-mining-equipment.md | 4 +- .../resources/user-guides/Offline_Backup.md | 4 +- ...li_wallet_daemon_isolation_qubes_whonix.md | 4 +- .../user-guides/howto_fix_stuck_funds.md | 4 +- .../user-guides/importing_blockchain.md | 4 +- .../user-guides/ledger-wallet-cli.md | 4 +- .../ru/resources/user-guides/mine-to-pool.md | 4 +- .../user-guides/monero-wallet-cli.md | 4 +- .../ru/resources/user-guides/monero_tools.md | 4 +- .../user-guides/multisig-messaging-system.md | 4 +- .../ru/resources/user-guides/prove-payment.md | 4 +- .../resources/user-guides/remote_node_gui.md | 4 +- .../resources/user-guides/restore_account.md | 4 +- .../user-guides/restore_from_keys.md | 4 +- .../user-guides/securely_purchase.md | 4 +- .../ru/resources/user-guides/solo_mine_GUI.md | 4 +- _i18n/ru/resources/user-guides/tor_wallet.md | 3 +- .../verification-allos-advanced.md | 4 +- .../verification-windows-beginner.md | 4 +- _i18n/ru/resources/user-guides/view_only.md | 4 +- .../ru/resources/user-guides/vps_run_node.md | 4 +- ...e-Monero-XMR-without-a-mining-equipment.md | 4 +- .../resources/user-guides/Offline_Backup.md | 4 +- ...li_wallet_daemon_isolation_qubes_whonix.md | 4 +- .../user-guides/howto_fix_stuck_funds.md | 4 +- .../user-guides/importing_blockchain.md | 4 +- .../user-guides/ledger-wallet-cli.md | 4 +- .../tr/resources/user-guides/mine-to-pool.md | 4 +- .../user-guides/monero-wallet-cli.md | 4 +- .../tr/resources/user-guides/monero_tools.md | 4 +- .../user-guides/multisig-messaging-system.md | 4 +- .../tr/resources/user-guides/prove-payment.md | 4 +- .../resources/user-guides/remote_node_gui.md | 4 +- .../resources/user-guides/restore_account.md | 4 +- .../user-guides/restore_from_keys.md | 4 +- .../user-guides/securely_purchase.md | 4 +- .../tr/resources/user-guides/solo_mine_GUI.md | 4 +- _i18n/tr/resources/user-guides/tor_wallet.md | 3 +- .../verification-allos-advanced.md | 4 +- .../verification-windows-beginner.md | 4 +- _i18n/tr/resources/user-guides/view_only.md | 4 +- .../tr/resources/user-guides/vps_run_node.md | 4 +- ...e-Monero-XMR-without-a-mining-equipment.md | 4 +- .../resources/user-guides/Offline_Backup.md | 4 +- ...li_wallet_daemon_isolation_qubes_whonix.md | 4 +- .../user-guides/howto_fix_stuck_funds.md | 4 +- .../user-guides/importing_blockchain.md | 4 +- .../user-guides/ledger-wallet-cli.md | 4 +- .../resources/user-guides/mine-to-pool.md | 4 +- .../user-guides/monero-wallet-cli.md | 4 +- .../resources/user-guides/monero_tools.md | 4 +- .../user-guides/multisig-messaging-system.md | 4 +- .../resources/user-guides/prove-payment.md | 4 +- .../resources/user-guides/remote_node_gui.md | 4 +- .../resources/user-guides/restore_account.md | 4 +- .../user-guides/restore_from_keys.md | 4 +- .../user-guides/securely_purchase.md | 4 +- .../resources/user-guides/solo_mine_GUI.md | 4 +- .../zh-cn/resources/user-guides/tor_wallet.md | 3 +- .../verification-allos-advanced.md | 4 +- .../verification-windows-beginner.md | 4 +- .../zh-cn/resources/user-guides/view_only.md | 4 +- .../resources/user-guides/vps_run_node.md | 4 +- ...e-Monero-XMR-without-a-mining-equipment.md | 4 +- .../resources/user-guides/Offline_Backup.md | 4 +- ...li_wallet_daemon_isolation_qubes_whonix.md | 4 +- .../user-guides/howto_fix_stuck_funds.md | 4 +- .../user-guides/importing_blockchain.md | 4 +- .../user-guides/ledger-wallet-cli.md | 4 +- .../resources/user-guides/mine-to-pool.md | 4 +- .../user-guides/monero-wallet-cli.md | 4 +- .../resources/user-guides/monero_tools.md | 4 +- .../user-guides/multisig-messaging-system.md | 4 +- .../resources/user-guides/prove-payment.md | 4 +- .../resources/user-guides/remote_node_gui.md | 4 +- .../resources/user-guides/restore_account.md | 4 +- .../user-guides/restore_from_keys.md | 4 +- .../user-guides/securely_purchase.md | 4 +- .../resources/user-guides/solo_mine_GUI.md | 4 +- .../zh-tw/resources/user-guides/tor_wallet.md | 3 +- .../verification-allos-advanced.md | 4 +- .../verification-windows-beginner.md | 4 +- .../zh-tw/resources/user-guides/view_only.md | 4 +- .../resources/user-guides/vps_run_node.md | 4 +- _includes/disclaimer.html | 38 +++++++++---------- ...e-Monero-XMR-without-a-mining-equipment.md | 5 +-- resources/user-guides/Offline_Backup.md | 5 +-- ...li_wallet_daemon_isolation_qubes_whonix.md | 5 +-- .../user-guides/howto_fix_stuck_funds.md | 5 +-- resources/user-guides/importing_blockchain.md | 5 +-- resources/user-guides/ledger-wallet-cli.md | 5 +-- resources/user-guides/mine-to-pool.md | 5 +-- resources/user-guides/monero-wallet-cli.md | 5 +-- resources/user-guides/monero_tools.md | 5 +-- .../user-guides/multisig-messaging-system.md | 5 +-- resources/user-guides/prove-payment.md | 5 +-- resources/user-guides/remote_node_gui.md | 5 +-- resources/user-guides/restore_account.md | 5 +-- resources/user-guides/restore_from_keys.md | 5 +-- resources/user-guides/securely_purchase.md | 5 +-- resources/user-guides/solo_mine_GUI.md | 5 +-- resources/user-guides/tor_wallet.md | 5 +-- .../verification-allos-advanced.md | 5 +-- .../verification-windows-beginner.md | 5 +-- resources/user-guides/view_only.md | 5 +-- resources/user-guides/vps_run_node.md | 5 +-- 296 files changed, 572 insertions(+), 650 deletions(-) diff --git a/_i18n/ar/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md b/_i18n/ar/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md index 3ce4e622..a3fa0c9a 100644 --- a/_i18n/ar/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md +++ b/_i18n/ar/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md @@ -1,5 +1,5 @@ -{% assign version = '3.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## How to mine Monero (XMR) without a mining equipment? If you don’t have a profitable mining equipment, nor time or diff --git a/_i18n/ar/resources/user-guides/Offline_Backup.md b/_i18n/ar/resources/user-guides/Offline_Backup.md index e1c8005a..030d2179 100644 --- a/_i18n/ar/resources/user-guides/Offline_Backup.md +++ b/_i18n/ar/resources/user-guides/Offline_Backup.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## نظام التشغيل : إصدارات مُختلِفه من ليُنكس وويندوز 7 و 8 ### برنامج المحفظه : Simplewallet diff --git a/_i18n/ar/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md b/_i18n/ar/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md index 8008f816..73d806bf 100644 --- a/_i18n/ar/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md +++ b/_i18n/ar/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # عزل واجهه سطر الأوامر/الخادم في نظام Qubes + Whonix مع نظام [Qubes](https://qubes-os.org) + [Whonix](https://whonix.org) يُمكنك إنشاء محفظه مونيرو بدون إتصال بالإنترنت تعمل علي نظام إفتراضي معزول عن خادم مونيرو الذي يَمر كل بياناته من خلال شبكه التور [Tor](https://torproject.org). diff --git a/_i18n/ar/resources/user-guides/howto_fix_stuck_funds.md b/_i18n/ar/resources/user-guides/howto_fix_stuck_funds.md index 583916a8..69ff53e2 100644 --- a/_i18n/ar/resources/user-guides/howto_fix_stuck_funds.md +++ b/_i18n/ar/resources/user-guides/howto_fix_stuck_funds.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + في بعض الأحيان سوف تتعلق أموالك - سيكون لديك بعض الأموال المغلقه. هذه هي طريقة إصلاحها. - شغل محفظتك في واجهه سطر الأوامر (monero-wallet-cli) diff --git a/_i18n/ar/resources/user-guides/importing_blockchain.md b/_i18n/ar/resources/user-guides/importing_blockchain.md index 9e849876..3879e04e 100644 --- a/_i18n/ar/resources/user-guides/importing_blockchain.md +++ b/_i18n/ar/resources/user-guides/importing_blockchain.md @@ -1,5 +1,4 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} ### الخطوه 1 diff --git a/_i18n/ar/resources/user-guides/ledger-wallet-cli.md b/_i18n/ar/resources/user-guides/ledger-wallet-cli.md index edfec75b..3a1b19cf 100644 --- a/_i18n/ar/resources/user-guides/ledger-wallet-cli.md +++ b/_i18n/ar/resources/user-guides/ledger-wallet-cli.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## How to generate a Ledger Monero wallet with the CLI (monero-wallet-cli) ### Table of Content diff --git a/_i18n/ar/resources/user-guides/mine-to-pool.md b/_i18n/ar/resources/user-guides/mine-to-pool.md index 1df89a10..985d6d50 100644 --- a/_i18n/ar/resources/user-guides/mine-to-pool.md +++ b/_i18n/ar/resources/user-guides/mine-to-pool.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # إختيار حقل (تجمّع للتعدين) هُناك العديد من الحقول يمكنك الإختيار منها , قائمه بالحقول المتاحه موجوده بـ [moneropools.com](https://moneropools.com). diff --git a/_i18n/ar/resources/user-guides/monero-wallet-cli.md b/_i18n/ar/resources/user-guides/monero-wallet-cli.md index 41f4cae2..a94a58f1 100644 --- a/_i18n/ar/resources/user-guides/monero-wallet-cli.md +++ b/_i18n/ar/resources/user-guides/monero-wallet-cli.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # واجهه سطر الأوامر (monero-wallet-cli) واجهه سطر الأوامر `monero-wallet-cli` هو برنامج المحفظه الذي يأتي مع مونيرو. إنه برنامج وحده تحكم ويُدير الحساب. بينما في البتكوين تُدير المحفظه كلاً من الحساب وسلسله الكُتل. يقوم مونيرو بفصلهم : الخادم `monerod` يُدير سلسله الكُتل و واجهه سطر الأوامر `monero-wallet-cli` تُدير الحساب. diff --git a/_i18n/ar/resources/user-guides/monero_tools.md b/_i18n/ar/resources/user-guides/monero_tools.md index 9269a0bc..a81b5abc 100644 --- a/_i18n/ar/resources/user-guides/monero_tools.md +++ b/_i18n/ar/resources/user-guides/monero_tools.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # أدوات مونيرو هذه الأدوات يُمكن إستخدامها لجمع المعلومات حول شبكه مونيرو أو بيانات مُعاملاتك في سلسله الكتل. diff --git a/_i18n/ar/resources/user-guides/multisig-messaging-system.md b/_i18n/ar/resources/user-guides/multisig-messaging-system.md index e73088b7..ebc50db2 100644 --- a/_i18n/ar/resources/user-guides/multisig-messaging-system.md +++ b/_i18n/ar/resources/user-guides/multisig-messaging-system.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.1' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Multisig Transactions with MMS and CLI Wallet ## Introduction diff --git a/_i18n/ar/resources/user-guides/prove-payment.md b/_i18n/ar/resources/user-guides/prove-payment.md index 50aea1c1..5ece57dc 100644 --- a/_i18n/ar/resources/user-guides/prove-payment.md +++ b/_i18n/ar/resources/user-guides/prove-payment.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ### إثبات المدفوعات عند إرسال أموال إلى أحد الأطراف ويتم التنازع علي أن المعامله قد تمت أم لا يجب أن تكون قادرًا على إثبات الدفع. diff --git a/_i18n/ar/resources/user-guides/remote_node_gui.md b/_i18n/ar/resources/user-guides/remote_node_gui.md index 1cf0a397..c9eb001a 100644 --- a/_i18n/ar/resources/user-guides/remote_node_gui.md +++ b/_i18n/ar/resources/user-guides/remote_node_gui.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## إيجاد خادم أولاً يجب عليك إيجاد خادم للإتصال به! يحتوي [moneroworld.com](https://moneroworld.com/#nodes) علي العديد من الموارد العظيمه لإيجاد خوادم. أسهل هذه الطرق هو إستخدام الخادم المُشغل بواسطه moneroworld بالفعل, لكن لديهم أيضاً أداه لإيجاد خوادم عشوائيه. diff --git a/_i18n/ar/resources/user-guides/restore_account.md b/_i18n/ar/resources/user-guides/restore_account.md index fd309132..cc1f7279 100644 --- a/_i18n/ar/resources/user-guides/restore_account.md +++ b/_i18n/ar/resources/user-guides/restore_account.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## نظام التشغيل : ويندوز وليُنكس وماك - إستعاده ال25 كلمه (@mnemonic-seed) الذي قمت بحفظهم عند إنشائك محفظه مونيرو القديمه (@wallet) diff --git a/_i18n/ar/resources/user-guides/restore_from_keys.md b/_i18n/ar/resources/user-guides/restore_from_keys.md index a6b2cb66..237c9f89 100644 --- a/_i18n/ar/resources/user-guides/restore_from_keys.md +++ b/_i18n/ar/resources/user-guides/restore_from_keys.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ### الإستعاده من خلال المفاتيح إستعاده المحفظه من المفاتيح أمر بسيط للغايه إذا توافرت لديك البيانات اللازمه هذا الدليل سيُساعدك علي إستعاده محفظتك. ملاحظه: كلمه المرور غير ضروريه لإستعاده المحفظه من المفاتيح. diff --git a/_i18n/ar/resources/user-guides/securely_purchase.md b/_i18n/ar/resources/user-guides/securely_purchase.md index 7679e1c1..5ee5c666 100644 --- a/_i18n/ar/resources/user-guides/securely_purchase.md +++ b/_i18n/ar/resources/user-guides/securely_purchase.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## كيفية شراء مونيرو وتخزينه بأمان. هذا دليل لشراء وتخزين مونيرو بشكل آمن اعتبارًا من يونيو 2017. diff --git a/_i18n/ar/resources/user-guides/solo_mine_GUI.md b/_i18n/ar/resources/user-guides/solo_mine_GUI.md index eeb79010..65c48126 100644 --- a/_i18n/ar/resources/user-guides/solo_mine_GUI.md +++ b/_i18n/ar/resources/user-guides/solo_mine_GUI.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + من السهل جداً التعدين منفرداً بإستخدام الواجهه الرسوميه. إذا لم تقم بتنزيل الواجهه الرسوميه بعد توجه إلي صفحه تنزيلات مونيرو وقم بتنزيل الواجهه الرسوميه الخاصه بنظام تشغيلك. بعد ذلك قم بتشغيلها وكُن صبوراً خلال قيام مونيرو بالتزامن مع الشبكه. يجب أن تري كلمه " مُتصل " في أسفل اليسار . diff --git a/_i18n/ar/resources/user-guides/tor_wallet.md b/_i18n/ar/resources/user-guides/tor_wallet.md index aa44ff4f..6b517f91 100644 --- a/_i18n/ar/resources/user-guides/tor_wallet.md +++ b/_i18n/ar/resources/user-guides/tor_wallet.md @@ -1,5 +1,4 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} Below we'll show an example configuration that allows you to run a Monero daemon (eg on a home server or VPS) that you can connect to from another computer running your wallet. We do this over the Tor anonymity network to retrieve the transaction information needed by your wallet. The benefit of this approach is that the daemon (`monerod`) can stay on all of the time sending / receiving blocks, while the wallet can connect when needed and have access to the full blockchain. [Monerujo](https://www.monerujo.io/) should also work via [Orbot](https://guardianproject.info/apps/org.torproject.android/). Because Tor hidden services provide encryption and authentication, you can be confident that your RPC credentials will not be sent in the clear. Tor also solves problems often seen on home servers related to port-forwarding, IP addresses changing, etc -- it just works. This setup will also obfuscate the fact that you are connecting to a remote Monero node. Tested with Monero `v0.15.0.1` connecting a Mac laptop wallet to a remote Linux node (Ubuntu 18.04.2). diff --git a/_i18n/ar/resources/user-guides/verification-allos-advanced.md b/_i18n/ar/resources/user-guides/verification-allos-advanced.md index 5f176c58..ef265608 100644 --- a/_i18n/ar/resources/user-guides/verification-allos-advanced.md +++ b/_i18n/ar/resources/user-guides/verification-allos-advanced.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # التأكد من ملفات التثبيت : ليُنكس وماك وويندوز بإستخدام واجهه سطر الأوامر (مُتطور) التأكد من صحه ملفات التثبيت يجب أن يكون قبل فك الضغط أو التثبيت أو إستخدام البرامج. هذه هي الطريقه الوحيده للتأكد من حصولك علي البرامج الرسميه. إذا حصلت علي ملفات تثبيت مزيفه ( مثال هجمات التصيد و إختراق الإتصال وخلافه) بمتابعه هذا لدليل سوف تحمي نفسك من الوقوع ضحيه لهذه الملفات. diff --git a/_i18n/ar/resources/user-guides/verification-windows-beginner.md b/_i18n/ar/resources/user-guides/verification-windows-beginner.md index 11e8683e..d63a6432 100644 --- a/_i18n/ar/resources/user-guides/verification-windows-beginner.md +++ b/_i18n/ar/resources/user-guides/verification-windows-beginner.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="yes" %} + # تأكد من ملفات التسطيب علي ويندوز (للمُبتدئين) التأكد من صحه ملفات التثبيت يجب أن يكون قبل فك الضغط أو التثبيت أو إستخدام البرامج. هذه هي الطريقه الوحيده للتأكد من حصولك علي البرامج الرسميه. إذا حصلت علي ملفات تثبيت مزيفه ( مثال هجمات التصيد و إختراق الإتصال وخلافه) بمتابعه هذا لدليل سوف تحمي نفسك من الوقوع ضحيه لهذه الملفات. diff --git a/_i18n/ar/resources/user-guides/view_only.md b/_i18n/ar/resources/user-guides/view_only.md index 5b39fd29..34cc7b56 100644 --- a/_i18n/ar/resources/user-guides/view_only.md +++ b/_i18n/ar/resources/user-guides/view_only.md @@ -1,5 +1,5 @@ -{% assign version = '1.3.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + محفظه الرؤيه فقط يمكنها رؤيه المعاملات الوارده إلي المحفظه ولا يمكنها القيام بإنفاق الأموال, في الواقع لا يُمكنها حتي رؤيه المعاملات الصادره من هذه المحفظه. وهذا يجعلها مثيره للإهتمام لكل من * المُطورين القائمين بكتابه مكتبات للتحقق من المدفوعات diff --git a/_i18n/ar/resources/user-guides/vps_run_node.md b/_i18n/ar/resources/user-guides/vps_run_node.md index 611b6030..b1c6097b 100644 --- a/_i18n/ar/resources/user-guides/vps_run_node.md +++ b/_i18n/ar/resources/user-guides/vps_run_node.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # monerod `monerod` هو برنامج خادم مونيرو. وهو برنامج وحده تحكم في سلسله الكتل. بينما تُدير محفظه البيتكوين كلاً من الحساب وسلسله الكتل, يقوم مونيرو بفصلهم, فالخادم `monerod` يتحكم في سلسله الكتل وواجهه سطر الأوامر `monero-wallet-cli` تتحكم في الحساب. diff --git a/_i18n/de/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md b/_i18n/de/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md index fb7156cb..a8c5483a 100644 --- a/_i18n/de/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md +++ b/_i18n/de/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md @@ -1,5 +1,5 @@ -{% assign version = '3.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## How to mine Monero (XMR) without a mining equipment? If you don’t have a profitable mining equipment, nor time or diff --git a/_i18n/de/resources/user-guides/Offline_Backup.md b/_i18n/de/resources/user-guides/Offline_Backup.md index 6999cf8a..ac8f4a59 100644 --- a/_i18n/de/resources/user-guides/Offline_Backup.md +++ b/_i18n/de/resources/user-guides/Offline_Backup.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## Operating Systems: Various versions of Linux and Windows 7, 8 ### Wallet Software: Simplewallet diff --git a/_i18n/de/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md b/_i18n/de/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md index c1a65ef0..6702d3f5 100644 --- a/_i18n/de/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md +++ b/_i18n/de/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # CLI Wallet/Daemon Isolation with Qubes + Whonix With [Qubes](https://qubes-os.org) + [Whonix](https://whonix.org) you can have a Monero wallet that is without networking and running on a virtually isolated system from the Monero daemon which has all of its traffic forced over [Tor](https://torproject.org). diff --git a/_i18n/de/resources/user-guides/howto_fix_stuck_funds.md b/_i18n/de/resources/user-guides/howto_fix_stuck_funds.md index ea3b9396..0aba1f9b 100644 --- a/_i18n/de/resources/user-guides/howto_fix_stuck_funds.md +++ b/_i18n/de/resources/user-guides/howto_fix_stuck_funds.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + Sometimes, your funds will become stuck - you will have some locked funds that never become unlocked. This is how you fix it. - Load your wallet in monero-wallet-cli. diff --git a/_i18n/de/resources/user-guides/importing_blockchain.md b/_i18n/de/resources/user-guides/importing_blockchain.md index 5bf18b0d..30cc093f 100644 --- a/_i18n/de/resources/user-guides/importing_blockchain.md +++ b/_i18n/de/resources/user-guides/importing_blockchain.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ### Step 1 Download the Current bootstrap from https://downloads.getmonero.org/blockchain.raw; you can skip this step if you are importing the Blockchain from another source. diff --git a/_i18n/de/resources/user-guides/ledger-wallet-cli.md b/_i18n/de/resources/user-guides/ledger-wallet-cli.md index edfec75b..3a1b19cf 100644 --- a/_i18n/de/resources/user-guides/ledger-wallet-cli.md +++ b/_i18n/de/resources/user-guides/ledger-wallet-cli.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## How to generate a Ledger Monero wallet with the CLI (monero-wallet-cli) ### Table of Content diff --git a/_i18n/de/resources/user-guides/mine-to-pool.md b/_i18n/de/resources/user-guides/mine-to-pool.md index 708a4695..1753a341 100644 --- a/_i18n/de/resources/user-guides/mine-to-pool.md +++ b/_i18n/de/resources/user-guides/mine-to-pool.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Selecting a pool There are many pools to choose from, a list is available at diff --git a/_i18n/de/resources/user-guides/monero-wallet-cli.md b/_i18n/de/resources/user-guides/monero-wallet-cli.md index 9ade7dc2..9e42551c 100644 --- a/_i18n/de/resources/user-guides/monero-wallet-cli.md +++ b/_i18n/de/resources/user-guides/monero-wallet-cli.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # monero-wallet-cli `monero-wallet-cli` is the wallet software that ships with the Monero tree. It is a console program, diff --git a/_i18n/de/resources/user-guides/monero_tools.md b/_i18n/de/resources/user-guides/monero_tools.md index 19102fc7..5bd756c8 100644 --- a/_i18n/de/resources/user-guides/monero_tools.md +++ b/_i18n/de/resources/user-guides/monero_tools.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Monero tools These tools can be used to gain information about the Monero network or your transaction data in the blockchain. diff --git a/_i18n/de/resources/user-guides/multisig-messaging-system.md b/_i18n/de/resources/user-guides/multisig-messaging-system.md index e73088b7..ebc50db2 100644 --- a/_i18n/de/resources/user-guides/multisig-messaging-system.md +++ b/_i18n/de/resources/user-guides/multisig-messaging-system.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.1' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Multisig Transactions with MMS and CLI Wallet ## Introduction diff --git a/_i18n/de/resources/user-guides/prove-payment.md b/_i18n/de/resources/user-guides/prove-payment.md index 77154bee..2175b7d6 100644 --- a/_i18n/de/resources/user-guides/prove-payment.md +++ b/_i18n/de/resources/user-guides/prove-payment.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ### Prove payments When you send money to a party who then disputes the payment was made, you need to be able to prove the payment was made. diff --git a/_i18n/de/resources/user-guides/remote_node_gui.md b/_i18n/de/resources/user-guides/remote_node_gui.md index 6cd5dc04..6198fe9f 100644 --- a/_i18n/de/resources/user-guides/remote_node_gui.md +++ b/_i18n/de/resources/user-guides/remote_node_gui.md @@ -1,5 +1,5 @@ -{% assign version = '1.2.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## Finding a node First things first, you need to find a node to connect to! [moneroworld.com](https://moneroworld.com/#nodes) has some great resources for finding nodes. One of the easiest methods would be to use a node run by moneroworld, but they have a tool for finding random nodes too. diff --git a/_i18n/de/resources/user-guides/restore_account.md b/_i18n/de/resources/user-guides/restore_account.md index f010454e..83351d62 100644 --- a/_i18n/de/resources/user-guides/restore_account.md +++ b/_i18n/de/resources/user-guides/restore_account.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## Operating Systems: Windows, Linux, Mac - Retrieve your 25 word @mnemonic-seed that you saved when creating your old Monero @wallet diff --git a/_i18n/de/resources/user-guides/restore_from_keys.md b/_i18n/de/resources/user-guides/restore_from_keys.md index ed3326e3..817c26b6 100644 --- a/_i18n/de/resources/user-guides/restore_from_keys.md +++ b/_i18n/de/resources/user-guides/restore_from_keys.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ### Restoring from keys Restoring a wallet from private keys is pretty simple. If you have the necessary information, with this guide you can completely restore your wallet. Note: you do NOT have to have your password to restore from keys. diff --git a/_i18n/de/resources/user-guides/securely_purchase.md b/_i18n/de/resources/user-guides/securely_purchase.md index 39384562..c49306cd 100644 --- a/_i18n/de/resources/user-guides/securely_purchase.md +++ b/_i18n/de/resources/user-guides/securely_purchase.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## How to purchase Monero and securely store it. This is a guide to purchase and securely store Monero as of June 2017. diff --git a/_i18n/de/resources/user-guides/solo_mine_GUI.md b/_i18n/de/resources/user-guides/solo_mine_GUI.md index 9157cd62..131fc1f1 100644 --- a/_i18n/de/resources/user-guides/solo_mine_GUI.md +++ b/_i18n/de/resources/user-guides/solo_mine_GUI.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + It is very easy to solo mine with the official GUI. If you have not done so already, go to the Monero downloads page and download the official GUI for your operating system. Then, run the setup and be patient as Monero synchronizes with the network. You should see that it displays "Connected" in the lower left corner. diff --git a/_i18n/de/resources/user-guides/tor_wallet.md b/_i18n/de/resources/user-guides/tor_wallet.md index aa44ff4f..6b517f91 100644 --- a/_i18n/de/resources/user-guides/tor_wallet.md +++ b/_i18n/de/resources/user-guides/tor_wallet.md @@ -1,5 +1,4 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} Below we'll show an example configuration that allows you to run a Monero daemon (eg on a home server or VPS) that you can connect to from another computer running your wallet. We do this over the Tor anonymity network to retrieve the transaction information needed by your wallet. The benefit of this approach is that the daemon (`monerod`) can stay on all of the time sending / receiving blocks, while the wallet can connect when needed and have access to the full blockchain. [Monerujo](https://www.monerujo.io/) should also work via [Orbot](https://guardianproject.info/apps/org.torproject.android/). Because Tor hidden services provide encryption and authentication, you can be confident that your RPC credentials will not be sent in the clear. Tor also solves problems often seen on home servers related to port-forwarding, IP addresses changing, etc -- it just works. This setup will also obfuscate the fact that you are connecting to a remote Monero node. Tested with Monero `v0.15.0.1` connecting a Mac laptop wallet to a remote Linux node (Ubuntu 18.04.2). diff --git a/_i18n/de/resources/user-guides/verification-allos-advanced.md b/_i18n/de/resources/user-guides/verification-allos-advanced.md index 7d1f4d8d..11ea74fe 100644 --- a/_i18n/de/resources/user-guides/verification-allos-advanced.md +++ b/_i18n/de/resources/user-guides/verification-allos-advanced.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Binary Verification: Linux, Mac, or Windows Using CLI Tools (Advanced) Verification of the Monero binary files should be done prior to extracting, installing, or using the Monero software. This is the only way to ensure that you are using the official Monero software. If you receive a fake Monero binary (eg. phishing, MITM, etc.), following this guide will protect you from being tricked into using it. diff --git a/_i18n/de/resources/user-guides/verification-windows-beginner.md b/_i18n/de/resources/user-guides/verification-windows-beginner.md index 110e8119..ef190945 100644 --- a/_i18n/de/resources/user-guides/verification-windows-beginner.md +++ b/_i18n/de/resources/user-guides/verification-windows-beginner.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Verify Binaries: Windows (Beginner) Verification of the Monero binary files should be done prior to extracting, installing, or using the Monero software. This is the only way to ensure that you are using the official Monero binary. If you receive a fake binary (eg. phishing, MITM, etc.), following this guide will protect you from being tricked into using it. diff --git a/_i18n/de/resources/user-guides/view_only.md b/_i18n/de/resources/user-guides/view_only.md index e0dcb11b..b482d78a 100644 --- a/_i18n/de/resources/user-guides/view_only.md +++ b/_i18n/de/resources/user-guides/view_only.md @@ -1,5 +1,5 @@ -{% assign version = '1.3.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + A view-only wallet can only see which incoming transactions belong to you. It can not spend any of your Monero, in fact it can't even see outgoing transactions from this wallet. This makes view-only wallets particularly interesting for * Developers writing libraries to validate payments diff --git a/_i18n/de/resources/user-guides/vps_run_node.md b/_i18n/de/resources/user-guides/vps_run_node.md index 8686b8b7..d47edb45 100644 --- a/_i18n/de/resources/user-guides/vps_run_node.md +++ b/_i18n/de/resources/user-guides/vps_run_node.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # monerod `monerod` is the daemon software that ships with the Monero tree. It is a console program, and manages the blockchain. While a bitcoin wallet manages both an account and the blockchain, Monero separates these: `monerod` handles the blockchain, and `monero-wallet-cli` handles the account. diff --git a/_i18n/en.yml b/_i18n/en.yml index e3b61ac3..fa66cbd2 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -13,9 +13,9 @@ global: terms: Terms privacy: Privacy untranslated: This page is not yet translated. If you would like to help translate it, please see the - outdatedMax: This page is outdated. We do not recommend using it. Instead, please see the + outdated: The content of this page is outdated and the might be not valid anymore. Contact the community if you need support. + outdatedMin: This page has been updated since the translation. You can use this version, but it may be incomplete. Please use the outdatedVersion: English version - outdatedMin: This page has been updated since the translation. You can use this version, but it may be incomplete. upgrade: To continue using Monero, make sure your software is up-to-date with the November 30th network upgrade. moreinfo: More info lang_tag: "@lang_tag_en" diff --git a/_i18n/en/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md b/_i18n/en/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md index 2b7f8696..ae310466 100644 --- a/_i18n/en/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md +++ b/_i18n/en/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md @@ -1,5 +1,5 @@ -{% assign version = '3.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + If you don’t have a profitable mining equipment, nor time or money to invest into building it, you can still mine Monero with NiceHash. diff --git a/_i18n/en/resources/user-guides/Offline_Backup.md b/_i18n/en/resources/user-guides/Offline_Backup.md index 241e7cad..2b82dee8 100644 --- a/_i18n/en/resources/user-guides/Offline_Backup.md +++ b/_i18n/en/resources/user-guides/Offline_Backup.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## Operating Systems: Various versions of Linux and Windows 7, 8 ### Wallet Software: Simplewallet diff --git a/_i18n/en/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md b/_i18n/en/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md index 54c77bb1..a9a36e95 100644 --- a/_i18n/en/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md +++ b/_i18n/en/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + With [Qubes](https://qubes-os.org) + [Whonix](https://whonix.org) you can have a Monero wallet that is without networking and running on a virtually isolated system from the Monero daemon which has all of its traffic forced over [Tor](https://torproject.org). Qubes gives the flexibility to easily create separate VMs for different purposes. First you will create a Whonix workstation for the wallet with no networking. Next, another Whonix workstation for the daemon which will use your Whonix gateway as it's NetVM. For communication between the wallet and daemon you can make use of Qubes [qrexec](https://www.qubes-os.org/doc/qrexec3/). diff --git a/_i18n/en/resources/user-guides/howto_fix_stuck_funds.md b/_i18n/en/resources/user-guides/howto_fix_stuck_funds.md index b00847b5..0aba1f9b 100644 --- a/_i18n/en/resources/user-guides/howto_fix_stuck_funds.md +++ b/_i18n/en/resources/user-guides/howto_fix_stuck_funds.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + Sometimes, your funds will become stuck - you will have some locked funds that never become unlocked. This is how you fix it. - Load your wallet in monero-wallet-cli. diff --git a/_i18n/en/resources/user-guides/importing_blockchain.md b/_i18n/en/resources/user-guides/importing_blockchain.md index 65f74e5b..30cc093f 100644 --- a/_i18n/en/resources/user-guides/importing_blockchain.md +++ b/_i18n/en/resources/user-guides/importing_blockchain.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ### Step 1 Download the Current bootstrap from https://downloads.getmonero.org/blockchain.raw; you can skip this step if you are importing the Blockchain from another source. diff --git a/_i18n/en/resources/user-guides/ledger-wallet-cli.md b/_i18n/en/resources/user-guides/ledger-wallet-cli.md index 22e24133..2a681076 100644 --- a/_i18n/en/resources/user-guides/ledger-wallet-cli.md +++ b/_i18n/en/resources/user-guides/ledger-wallet-cli.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ### Table of Content * [1. Windows](#1-windows) diff --git a/_i18n/en/resources/user-guides/mine-to-pool.md b/_i18n/en/resources/user-guides/mine-to-pool.md index f0ec9ace..c8ef2f6a 100644 --- a/_i18n/en/resources/user-guides/mine-to-pool.md +++ b/_i18n/en/resources/user-guides/mine-to-pool.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.1' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## Selecting a pool There are many pools to choose from, a list is available at diff --git a/_i18n/en/resources/user-guides/monero-wallet-cli.md b/_i18n/en/resources/user-guides/monero-wallet-cli.md index c13403cb..db3bb6d3 100644 --- a/_i18n/en/resources/user-guides/monero-wallet-cli.md +++ b/_i18n/en/resources/user-guides/monero-wallet-cli.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # monero-wallet-cli `monero-wallet-cli` is the wallet software that ships with the Monero tree. It is a console program, diff --git a/_i18n/en/resources/user-guides/monero_tools.md b/_i18n/en/resources/user-guides/monero_tools.md index 531e7f31..b269622f 100644 --- a/_i18n/en/resources/user-guides/monero_tools.md +++ b/_i18n/en/resources/user-guides/monero_tools.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + These tools can be used to gain information about the Monero network or your transaction data in the blockchain. ### [Check that a recipient has received your funds](http://xmrtests.llcoins.net/checktx.html) diff --git a/_i18n/en/resources/user-guides/multisig-messaging-system.md b/_i18n/en/resources/user-guides/multisig-messaging-system.md index 8845ed31..9a7435da 100644 --- a/_i18n/en/resources/user-guides/multisig-messaging-system.md +++ b/_i18n/en/resources/user-guides/multisig-messaging-system.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.1' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## Introduction This manual describes the *Multisig Messaging System*, abbreviated as *MMS*. It's a system that aims to **simplify multisig transactions** for Monero and similar CrypoNote-based cryptocurrencies by making it easy to exchange info like key sets and sync data between wallets and by offering some "workflow support" guiding you through the various steps. diff --git a/_i18n/en/resources/user-guides/prove-payment.md b/_i18n/en/resources/user-guides/prove-payment.md index 5b644a2b..2175b7d6 100644 --- a/_i18n/en/resources/user-guides/prove-payment.md +++ b/_i18n/en/resources/user-guides/prove-payment.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ### Prove payments When you send money to a party who then disputes the payment was made, you need to be able to prove the payment was made. diff --git a/_i18n/en/resources/user-guides/remote_node_gui.md b/_i18n/en/resources/user-guides/remote_node_gui.md index ad4e3e56..a0219e7b 100644 --- a/_i18n/en/resources/user-guides/remote_node_gui.md +++ b/_i18n/en/resources/user-guides/remote_node_gui.md @@ -1,5 +1,5 @@ -{% assign version = '1.2.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## Finding a node First things first, you need to find a node to connect to! [moneroworld.com](https://moneroworld.com/#nodes) has some great resources for finding nodes. One of the easiest methods would be to use a node run by moneroworld, but they have a tool for finding random nodes too. diff --git a/_i18n/en/resources/user-guides/restore_account.md b/_i18n/en/resources/user-guides/restore_account.md index f503eb83..83351d62 100644 --- a/_i18n/en/resources/user-guides/restore_account.md +++ b/_i18n/en/resources/user-guides/restore_account.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## Operating Systems: Windows, Linux, Mac - Retrieve your 25 word @mnemonic-seed that you saved when creating your old Monero @wallet diff --git a/_i18n/en/resources/user-guides/restore_from_keys.md b/_i18n/en/resources/user-guides/restore_from_keys.md index fc173e30..35892d81 100644 --- a/_i18n/en/resources/user-guides/restore_from_keys.md +++ b/_i18n/en/resources/user-guides/restore_from_keys.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + Restoring a wallet from private keys is pretty simple. If you have the necessary information, with this guide you can completely restore your wallet. Note: you do NOT have to have your password to restore from keys. You need to have 3 pieces of data from your wallet, or your .keys file which holds this info and the password to decrypt it. The 3 wallet components that you need are: diff --git a/_i18n/en/resources/user-guides/securely_purchase.md b/_i18n/en/resources/user-guides/securely_purchase.md index 322203af..125a0c6e 100644 --- a/_i18n/en/resources/user-guides/securely_purchase.md +++ b/_i18n/en/resources/user-guides/securely_purchase.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + This is a guide to purchase and securely store Monero as of June 2017. #### Step 1: Buy Bitcoin diff --git a/_i18n/en/resources/user-guides/solo_mine_GUI.md b/_i18n/en/resources/user-guides/solo_mine_GUI.md index 152e213c..131fc1f1 100644 --- a/_i18n/en/resources/user-guides/solo_mine_GUI.md +++ b/_i18n/en/resources/user-guides/solo_mine_GUI.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + It is very easy to solo mine with the official GUI. If you have not done so already, go to the Monero downloads page and download the official GUI for your operating system. Then, run the setup and be patient as Monero synchronizes with the network. You should see that it displays "Connected" in the lower left corner. diff --git a/_i18n/en/resources/user-guides/tor_wallet.md b/_i18n/en/resources/user-guides/tor_wallet.md index 0c57495c..6b517f91 100644 --- a/_i18n/en/resources/user-guides/tor_wallet.md +++ b/_i18n/en/resources/user-guides/tor_wallet.md @@ -1,5 +1,4 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} Below we'll show an example configuration that allows you to run a Monero daemon (eg on a home server or VPS) that you can connect to from another computer running your wallet. We do this over the Tor anonymity network to retrieve the transaction information needed by your wallet. The benefit of this approach is that the daemon (`monerod`) can stay on all of the time sending / receiving blocks, while the wallet can connect when needed and have access to the full blockchain. [Monerujo](https://www.monerujo.io/) should also work via [Orbot](https://guardianproject.info/apps/org.torproject.android/). Because Tor hidden services provide encryption and authentication, you can be confident that your RPC credentials will not be sent in the clear. Tor also solves problems often seen on home servers related to port-forwarding, IP addresses changing, etc -- it just works. This setup will also obfuscate the fact that you are connecting to a remote Monero node. Tested with Monero `v0.15.0.1` connecting a Mac laptop wallet to a remote Linux node (Ubuntu 18.04.2). diff --git a/_i18n/en/resources/user-guides/verification-allos-advanced.md b/_i18n/en/resources/user-guides/verification-allos-advanced.md index c4eb208d..bf70044d 100644 --- a/_i18n/en/resources/user-guides/verification-allos-advanced.md +++ b/_i18n/en/resources/user-guides/verification-allos-advanced.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + Verification of the Monero binary files should be done prior to extracting, installing, or using the Monero software. This is the only way to ensure that you are using the official Monero software. If you receive a fake Monero binary (eg. phishing, MITM, etc.), following this guide will protect you from being tricked into using it. To protect the integrity of the binaries the Monero team provides a cryptographically signed list of all the [SHA256](https://en.wikipedia.org/wiki/SHA-2) hashes. If your downloaded binary has been tampered with it will be produce a [different hash](https://en.wikipedia.org/wiki/File_verification) than the one in the file. diff --git a/_i18n/en/resources/user-guides/verification-windows-beginner.md b/_i18n/en/resources/user-guides/verification-windows-beginner.md index 1b16533c..2559c769 100644 --- a/_i18n/en/resources/user-guides/verification-windows-beginner.md +++ b/_i18n/en/resources/user-guides/verification-windows-beginner.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + Verification of the Monero binary files should be done prior to extracting, installing, or using the Monero software. This is the only way to ensure that you are using the official Monero binary. If you receive a fake binary (eg. phishing, MITM, etc.), following this guide will protect you from being tricked into using it. To protect the integrity of the binaries the Monero team provides a cryptographically signed list of all the [SHA256](https://en.wikipedia.org/wiki/SHA-2) hashes. If your downloaded binary has been tampered with it will be produce a [different hash](https://en.wikipedia.org/wiki/File_verification) than the one in the file. diff --git a/_i18n/en/resources/user-guides/view_only.md b/_i18n/en/resources/user-guides/view_only.md index beea5138..b482d78a 100644 --- a/_i18n/en/resources/user-guides/view_only.md +++ b/_i18n/en/resources/user-guides/view_only.md @@ -1,5 +1,5 @@ -{% assign version = '1.3.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + A view-only wallet can only see which incoming transactions belong to you. It can not spend any of your Monero, in fact it can't even see outgoing transactions from this wallet. This makes view-only wallets particularly interesting for * Developers writing libraries to validate payments diff --git a/_i18n/en/resources/user-guides/vps_run_node.md b/_i18n/en/resources/user-guides/vps_run_node.md index db299694..d47edb45 100644 --- a/_i18n/en/resources/user-guides/vps_run_node.md +++ b/_i18n/en/resources/user-guides/vps_run_node.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # monerod `monerod` is the daemon software that ships with the Monero tree. It is a console program, and manages the blockchain. While a bitcoin wallet manages both an account and the blockchain, Monero separates these: `monerod` handles the blockchain, and `monero-wallet-cli` handles the account. diff --git a/_i18n/es/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md b/_i18n/es/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md index 90b210bc..53129278 100644 --- a/_i18n/es/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md +++ b/_i18n/es/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md @@ -1,5 +1,5 @@ -{% assign version = '3.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Cómo minar Monero (XMR) sin un equipo de minado? Si no cuentas con un equipo de minado rentable, tiempo o diff --git a/_i18n/es/resources/user-guides/Offline_Backup.md b/_i18n/es/resources/user-guides/Offline_Backup.md index d565d2fd..0587966e 100644 --- a/_i18n/es/resources/user-guides/Offline_Backup.md +++ b/_i18n/es/resources/user-guides/Offline_Backup.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Sistemas operativos: varias versiones de Linux y Windows 7, 8 ### Software de monedero: Simplewallet diff --git a/_i18n/es/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md b/_i18n/es/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md index f7b78e64..245f96ae 100644 --- a/_i18n/es/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md +++ b/_i18n/es/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # Aislamiento de Monedero CLI/Daemon con Qubes + Whonix Con [Qubes](https://qubes-os.org) más [Whonix](https://whonix.org) puedes tener un monedero de Monero sin conexión a la red y en ejecución en un sistema virtualmente aislado del daemon de Monero que tiene todo su tráfico sobre [Tor](https://torproject.org). diff --git a/_i18n/es/resources/user-guides/howto_fix_stuck_funds.md b/_i18n/es/resources/user-guides/howto_fix_stuck_funds.md index c97a97e9..b3cc2369 100644 --- a/_i18n/es/resources/user-guides/howto_fix_stuck_funds.md +++ b/_i18n/es/resources/user-guides/howto_fix_stuck_funds.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + Algunas veces, tus fondos estarán estancados - tendrás fondos bloqueados que nunca se podrán desbloquear. Esta es la forma de arreglarlo. - Carga tu monedero en monero-wallet-cli. diff --git a/_i18n/es/resources/user-guides/importing_blockchain.md b/_i18n/es/resources/user-guides/importing_blockchain.md index 77af8304..ce6f72f9 100644 --- a/_i18n/es/resources/user-guides/importing_blockchain.md +++ b/_i18n/es/resources/user-guides/importing_blockchain.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ### Paso 1 Descarga la blockchain actual de https://downloads.getmonero.org/blockchain.raw; puedes saltar este paso si estás importando la blockchain de otra fuente. diff --git a/_i18n/es/resources/user-guides/ledger-wallet-cli.md b/_i18n/es/resources/user-guides/ledger-wallet-cli.md index 73848bae..d7756a92 100644 --- a/_i18n/es/resources/user-guides/ledger-wallet-cli.md +++ b/_i18n/es/resources/user-guides/ledger-wallet-cli.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Cómo generar un monedero Ledger Monero con la consola de comandos (monero-wallet-cli) ### Tabla de Contenido diff --git a/_i18n/es/resources/user-guides/mine-to-pool.md b/_i18n/es/resources/user-guides/mine-to-pool.md index 5a507a8b..412a3509 100644 --- a/_i18n/es/resources/user-guides/mine-to-pool.md +++ b/_i18n/es/resources/user-guides/mine-to-pool.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # Seleccionando una pool Hay muchas pools para escoger, una lista está disponible en diff --git a/_i18n/es/resources/user-guides/monero-wallet-cli.md b/_i18n/es/resources/user-guides/monero-wallet-cli.md index a25276c7..689257f9 100644 --- a/_i18n/es/resources/user-guides/monero-wallet-cli.md +++ b/_i18n/es/resources/user-guides/monero-wallet-cli.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # monero-wallet-cli `monero-wallet-cli` es el software de monedero que viene con el árbol de Monero. Es un programa de consola, diff --git a/_i18n/es/resources/user-guides/monero_tools.md b/_i18n/es/resources/user-guides/monero_tools.md index 74b8ad8a..4c23582b 100644 --- a/_i18n/es/resources/user-guides/monero_tools.md +++ b/_i18n/es/resources/user-guides/monero_tools.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # Herramientas Monero Estas herramientas pueden ser utilizadas para obtener información acerca de la red de Monero o datos de tu transacción en la blockchain. diff --git a/_i18n/es/resources/user-guides/multisig-messaging-system.md b/_i18n/es/resources/user-guides/multisig-messaging-system.md index e73088b7..ebc50db2 100644 --- a/_i18n/es/resources/user-guides/multisig-messaging-system.md +++ b/_i18n/es/resources/user-guides/multisig-messaging-system.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.1' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Multisig Transactions with MMS and CLI Wallet ## Introduction diff --git a/_i18n/es/resources/user-guides/prove-payment.md b/_i18n/es/resources/user-guides/prove-payment.md index 64c8efa4..f2229267 100644 --- a/_i18n/es/resources/user-guides/prove-payment.md +++ b/_i18n/es/resources/user-guides/prove-payment.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ### Probar pagos Cuando envías dinero a una parte quien después reclama que el pago haya sido realizado, necesitas ser capaz de probar que el pago fue realizado. diff --git a/_i18n/es/resources/user-guides/remote_node_gui.md b/_i18n/es/resources/user-guides/remote_node_gui.md index 81ea9061..41c21b8e 100644 --- a/_i18n/es/resources/user-guides/remote_node_gui.md +++ b/_i18n/es/resources/user-guides/remote_node_gui.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Encontrando un nodo Primero lo primero, necesitas encontrar un modo para conectarte. [moneroworld.com](https://moneroworld.com/#nodes) cuenta con buenos recursos para encontrar nodos. Uno de los métodos más fáciles sería ejecutar un nodo por moneroworld, pero también tienen una herramienta para encontrar nodos aleatorios. diff --git a/_i18n/es/resources/user-guides/restore_account.md b/_i18n/es/resources/user-guides/restore_account.md index 0fde60b0..f90174e6 100644 --- a/_i18n/es/resources/user-guides/restore_account.md +++ b/_i18n/es/resources/user-guides/restore_account.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Sistemas Operativos: Windows, Linux, Mac - Recupera la semilla mnemónica de 25 palabras que guardaste cuando creaste tu viejo monedero de Monero. diff --git a/_i18n/es/resources/user-guides/restore_from_keys.md b/_i18n/es/resources/user-guides/restore_from_keys.md index a7c0a30a..015f9cd6 100644 --- a/_i18n/es/resources/user-guides/restore_from_keys.md +++ b/_i18n/es/resources/user-guides/restore_from_keys.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ### Restaurar desde claves Restaurar un monedero desde las claves privadas es muy simple. Si cuentas con la información necesaria, con esta guía puedes restaurar tu monedero completamente. Nota: no necesitas tener tu contraseña para restaurar desde claves privadas. diff --git a/_i18n/es/resources/user-guides/securely_purchase.md b/_i18n/es/resources/user-guides/securely_purchase.md index 4ddad014..28f83c7e 100644 --- a/_i18n/es/resources/user-guides/securely_purchase.md +++ b/_i18n/es/resources/user-guides/securely_purchase.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Cómo comprar y guardar Monero de manera segura. Esta es una guía para comprar y guardar Monero de manera segura a Junio del 2017. diff --git a/_i18n/es/resources/user-guides/solo_mine_GUI.md b/_i18n/es/resources/user-guides/solo_mine_GUI.md index 739f195c..cafd30e2 100644 --- a/_i18n/es/resources/user-guides/solo_mine_GUI.md +++ b/_i18n/es/resources/user-guides/solo_mine_GUI.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + Es muy fácil minar en solitario en la GUI oficial. Si no lo has hecho aún, ve a Monero downloads page y descarga la GUI oficial para tu sistema operativo. Después, ejecuta el programa y espera a que Monero se sincronice con la red. Deberás ver que se muestre "Conectado" en la esquina inferior izquierda. diff --git a/_i18n/es/resources/user-guides/tor_wallet.md b/_i18n/es/resources/user-guides/tor_wallet.md index aa44ff4f..41aeb402 100644 --- a/_i18n/es/resources/user-guides/tor_wallet.md +++ b/_i18n/es/resources/user-guides/tor_wallet.md @@ -1,5 +1,4 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} Below we'll show an example configuration that allows you to run a Monero daemon (eg on a home server or VPS) that you can connect to from another computer running your wallet. We do this over the Tor anonymity network to retrieve the transaction information needed by your wallet. The benefit of this approach is that the daemon (`monerod`) can stay on all of the time sending / receiving blocks, while the wallet can connect when needed and have access to the full blockchain. [Monerujo](https://www.monerujo.io/) should also work via [Orbot](https://guardianproject.info/apps/org.torproject.android/). Because Tor hidden services provide encryption and authentication, you can be confident that your RPC credentials will not be sent in the clear. Tor also solves problems often seen on home servers related to port-forwarding, IP addresses changing, etc -- it just works. This setup will also obfuscate the fact that you are connecting to a remote Monero node. Tested with Monero `v0.15.0.1` connecting a Mac laptop wallet to a remote Linux node (Ubuntu 18.04.2). diff --git a/_i18n/es/resources/user-guides/verification-allos-advanced.md b/_i18n/es/resources/user-guides/verification-allos-advanced.md index 2847a11f..3e9c4967 100644 --- a/_i18n/es/resources/user-guides/verification-allos-advanced.md +++ b/_i18n/es/resources/user-guides/verification-allos-advanced.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="yes" %} + # Verificación de Binarios: Linux, Mac, o Windows Usando las herramientas de la Consola de Comandos (Avanzado) La verificación de los archivos binarios de Monero debería ser hecha antes de extraer, instalar o usar el software Monero. Esta es la única forma de asegurar que estás utilizando software oficial de Monero. Si recibes un falso binario Monero (e.g. phishing, MITM, entre otros), seguir esta guía te protegerá de ser engañado en usarlo. diff --git a/_i18n/es/resources/user-guides/verification-windows-beginner.md b/_i18n/es/resources/user-guides/verification-windows-beginner.md index e88bfce0..22a08837 100644 --- a/_i18n/es/resources/user-guides/verification-windows-beginner.md +++ b/_i18n/es/resources/user-guides/verification-windows-beginner.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="yes" %} + # Verificación de Binarios: Windows (Principiante) La verificación de los archivos binarios de Monero debería ser hecha antes de extraer, instalar o usar el software Monero. Esta es la única forma de asegurar que estás utilizando software oficial de Monero. Si recibes un falso binario Monero (e.g. phishing, MITM, entre otros), seguir esta guía te protegerá de ser engañado en usarlo. diff --git a/_i18n/es/resources/user-guides/view_only.md b/_i18n/es/resources/user-guides/view_only.md index 0f694079..9fab7256 100644 --- a/_i18n/es/resources/user-guides/view_only.md +++ b/_i18n/es/resources/user-guides/view_only.md @@ -1,5 +1,5 @@ -{% assign version = '1.3.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + Un monedero de visualización solamente puede ver qué transacciones de entrada te pertenecen. No puede utilizar nada de tu Monero, de hecho ni siquiera puede ver las transacciones de salida del monedero. Esto hace a los monederos de sólo visualización interesantes para * Desarrolladores escribiendo librerías para validar pagos diff --git a/_i18n/es/resources/user-guides/vps_run_node.md b/_i18n/es/resources/user-guides/vps_run_node.md index dac02335..1888c048 100644 --- a/_i18n/es/resources/user-guides/vps_run_node.md +++ b/_i18n/es/resources/user-guides/vps_run_node.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # monerod `monerod` es el software daemon que viene con el árbol de Monero. Es un programa de consola, y administra la blockchain. Mientras bitcoin administra tanto cuenta como blockchain, Monero lo separa en: `monerod` se encarga de la blockchain, y `monero-wallet-cli` de la cuenta. diff --git a/_i18n/fr/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md b/_i18n/fr/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md index 215d70a6..ab3be21b 100644 --- a/_i18n/fr/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md +++ b/_i18n/fr/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md @@ -1,5 +1,5 @@ -{% assign version = '3.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Comment miner Monero (XMR) sans matériel d'extraction minière ? Si vous ne disposez pas d'un matériel d'extraction minière rentable, ni de temps ou diff --git a/_i18n/fr/resources/user-guides/Offline_Backup.md b/_i18n/fr/resources/user-guides/Offline_Backup.md index f9d18464..cde08578 100644 --- a/_i18n/fr/resources/user-guides/Offline_Backup.md +++ b/_i18n/fr/resources/user-guides/Offline_Backup.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Système d'exploitations : Différentes versions de Linux et Windows 7, 8 ### Application de portefeuille : Simplewallet diff --git a/_i18n/fr/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md b/_i18n/fr/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md index 3bf1ce75..5658d6f3 100644 --- a/_i18n/fr/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md +++ b/_i18n/fr/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # Isolation du Portefeuille CLI et du Démon avec Qubes et Whonix Avec [Qubes](https://qubes-os.org) et [Whonix](https://whonix.org) vous pouvez disposer d'un portefeuille Monero hors connexion fonctionnant sur un système virtuel isolé du démon Monero dont tout le trafic est forcé à passer à travers [Tor](https://torproject.org). diff --git a/_i18n/fr/resources/user-guides/howto_fix_stuck_funds.md b/_i18n/fr/resources/user-guides/howto_fix_stuck_funds.md index 882a22f1..537c4cb2 100644 --- a/_i18n/fr/resources/user-guides/howto_fix_stuck_funds.md +++ b/_i18n/fr/resources/user-guides/howto_fix_stuck_funds.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + Parfois, vos fonds pourraient être bloqués, ou vous auriez des fonds bloqués qui ne se débloqueraient jamais. Voici comment solutionner ce problème. - Chargez votre portefeuille dans monero-wallet-cli. diff --git a/_i18n/fr/resources/user-guides/importing_blockchain.md b/_i18n/fr/resources/user-guides/importing_blockchain.md index c86ac49a..fd1a0163 100644 --- a/_i18n/fr/resources/user-guides/importing_blockchain.md +++ b/_i18n/fr/resources/user-guides/importing_blockchain.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ### Étape 1 Téléchargez l'amorce actuelle depuis https://downloads.getmonero.org/blockchain.raw ; vous pouvez sauter cette étape si vous importez la chaîne de blocs depuis une autre source. diff --git a/_i18n/fr/resources/user-guides/ledger-wallet-cli.md b/_i18n/fr/resources/user-guides/ledger-wallet-cli.md index 18cd72fb..b3b767ef 100644 --- a/_i18n/fr/resources/user-guides/ledger-wallet-cli.md +++ b/_i18n/fr/resources/user-guides/ledger-wallet-cli.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Comment générer un portefeuille Monero Ledger avec la CLI (monero-wallet-cli) ### Table des Matières diff --git a/_i18n/fr/resources/user-guides/mine-to-pool.md b/_i18n/fr/resources/user-guides/mine-to-pool.md index ae70afbc..b1bfcb78 100644 --- a/_i18n/fr/resources/user-guides/mine-to-pool.md +++ b/_i18n/fr/resources/user-guides/mine-to-pool.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # Choisir un pool Il y a de nombreux pool parmi lesquels choisir, une liste est disponible sur diff --git a/_i18n/fr/resources/user-guides/monero-wallet-cli.md b/_i18n/fr/resources/user-guides/monero-wallet-cli.md index 0ceb2e0f..d6f53344 100644 --- a/_i18n/fr/resources/user-guides/monero-wallet-cli.md +++ b/_i18n/fr/resources/user-guides/monero-wallet-cli.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # monero-wallet-cli `monero-wallet-cli` est une application de portefeuille qui est incluse dans la suite Monero. C'est un diff --git a/_i18n/fr/resources/user-guides/monero_tools.md b/_i18n/fr/resources/user-guides/monero_tools.md index e74d73b8..b4fe61d9 100644 --- a/_i18n/fr/resources/user-guides/monero_tools.md +++ b/_i18n/fr/resources/user-guides/monero_tools.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # Outils Monero Ces outils peuvent être utilisés pour obtenir des informations concernant le réseau Monero ou les données de vos transactions dans la chaîne de blocs. diff --git a/_i18n/fr/resources/user-guides/multisig-messaging-system.md b/_i18n/fr/resources/user-guides/multisig-messaging-system.md index e73088b7..ebc50db2 100644 --- a/_i18n/fr/resources/user-guides/multisig-messaging-system.md +++ b/_i18n/fr/resources/user-guides/multisig-messaging-system.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.1' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Multisig Transactions with MMS and CLI Wallet ## Introduction diff --git a/_i18n/fr/resources/user-guides/prove-payment.md b/_i18n/fr/resources/user-guides/prove-payment.md index a3fc29a7..7776c54f 100644 --- a/_i18n/fr/resources/user-guides/prove-payment.md +++ b/_i18n/fr/resources/user-guides/prove-payment.md @@ -1,3 +1,5 @@ +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ### Prouver un paiement Lorsque vous envoyez un paiement à une partie qui conteste qu'il ait été effectué, vous devez pouvoir prouver qu'il a bien été effectué. diff --git a/_i18n/fr/resources/user-guides/remote_node_gui.md b/_i18n/fr/resources/user-guides/remote_node_gui.md index 65d8232b..791c4750 100644 --- a/_i18n/fr/resources/user-guides/remote_node_gui.md +++ b/_i18n/fr/resources/user-guides/remote_node_gui.md @@ -1,5 +1,5 @@ -{% assign version = '1.2.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Trouver un nœud Commencez par le commencement, vous devez trouver un nœud auquel vous connecter ! [moneroworld.com](https://moneroworld.com/#nodes) propose quelques bonnes ressources pour trouver des nœuds. L'une des méthodes les plus simple serait d'utiliser un nœud appartenant à moneroworld, mais ils propose également un outil pour trouver des nœuds aléatoires. diff --git a/_i18n/fr/resources/user-guides/restore_account.md b/_i18n/fr/resources/user-guides/restore_account.md index c78b3181..437cde25 100644 --- a/_i18n/fr/resources/user-guides/restore_account.md +++ b/_i18n/fr/resources/user-guides/restore_account.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Systèmes d'exploitation : Windows, Linux, Mac - Récupérez votre @mnemonic-seed de 25 mots que vous avez sauvegardé lorsque vous avez créé votre ancien @wallet Monero ; diff --git a/_i18n/fr/resources/user-guides/restore_from_keys.md b/_i18n/fr/resources/user-guides/restore_from_keys.md index cfb02b85..de8ed554 100644 --- a/_i18n/fr/resources/user-guides/restore_from_keys.md +++ b/_i18n/fr/resources/user-guides/restore_from_keys.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ### Restoring from keys Restaurer un portefeuille à partir de la clef privé est très simple. Si vous avez les informations nécessaire, avec ce guide vous pourrez totalement restaurer votre portefeuille. Notez : vous n'avez pas besoin de connaître votre mot de passe pour restaurer depuis la clef. diff --git a/_i18n/fr/resources/user-guides/securely_purchase.md b/_i18n/fr/resources/user-guides/securely_purchase.md index 15f9c374..83dd8089 100644 --- a/_i18n/fr/resources/user-guides/securely_purchase.md +++ b/_i18n/fr/resources/user-guides/securely_purchase.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Comment acheter des Moneroj et les conserver en toute sécurité Voici un guide d'achat et de conservation en toute sécurité de Monero à la date de Juin 2017. diff --git a/_i18n/fr/resources/user-guides/solo_mine_GUI.md b/_i18n/fr/resources/user-guides/solo_mine_GUI.md index 14918365..cb854e14 100644 --- a/_i18n/fr/resources/user-guides/solo_mine_GUI.md +++ b/_i18n/fr/resources/user-guides/solo_mine_GUI.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + Il est très facile de miner en solo avec la GUI officielle. Si vous ne l'avez pas déjà fait, allez sur la page de téléchargement Monero et téléchargez la GUI officielle pour votre système d'exploitation. Puis, lancez l'installation et patientez pendant que Monero se synchronise avec le réseau. Vous devriez voir qu'elle indique "Connecté" dans le coin en bas à gauche. diff --git a/_i18n/fr/resources/user-guides/tor_wallet.md b/_i18n/fr/resources/user-guides/tor_wallet.md index aa44ff4f..41aeb402 100644 --- a/_i18n/fr/resources/user-guides/tor_wallet.md +++ b/_i18n/fr/resources/user-guides/tor_wallet.md @@ -1,5 +1,4 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} Below we'll show an example configuration that allows you to run a Monero daemon (eg on a home server or VPS) that you can connect to from another computer running your wallet. We do this over the Tor anonymity network to retrieve the transaction information needed by your wallet. The benefit of this approach is that the daemon (`monerod`) can stay on all of the time sending / receiving blocks, while the wallet can connect when needed and have access to the full blockchain. [Monerujo](https://www.monerujo.io/) should also work via [Orbot](https://guardianproject.info/apps/org.torproject.android/). Because Tor hidden services provide encryption and authentication, you can be confident that your RPC credentials will not be sent in the clear. Tor also solves problems often seen on home servers related to port-forwarding, IP addresses changing, etc -- it just works. This setup will also obfuscate the fact that you are connecting to a remote Monero node. Tested with Monero `v0.15.0.1` connecting a Mac laptop wallet to a remote Linux node (Ubuntu 18.04.2). diff --git a/_i18n/fr/resources/user-guides/verification-allos-advanced.md b/_i18n/fr/resources/user-guides/verification-allos-advanced.md index b4aca2f2..e4f2603f 100644 --- a/_i18n/fr/resources/user-guides/verification-allos-advanced.md +++ b/_i18n/fr/resources/user-guides/verification-allos-advanced.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # Vérifier des binaires : Outils CLI pour Linux, Mac ou (Avancé) Les fichiers binaires Monero devrait être vérifiés avant extraction, installation ou utilisation de l'application Monero. C'est l'unique manière de vous assurer que vous utilisez le binaire officiel Monero. Si vous recevez un binaire contrefait (p. ex. hameçonnage, HDM, etc.), suivre ce guide vous évitera de vous faire piéger. diff --git a/_i18n/fr/resources/user-guides/verification-windows-beginner.md b/_i18n/fr/resources/user-guides/verification-windows-beginner.md index d398a18f..a38272b2 100644 --- a/_i18n/fr/resources/user-guides/verification-windows-beginner.md +++ b/_i18n/fr/resources/user-guides/verification-windows-beginner.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="yes" %} + # Vérifier des binaires : Windows (Débutant) Les fichiers binaires Monero devrait être vérifiés avant extraction, installation ou utilisation de l'application Monero. C'est l'unique manière de vous assurer que vous utilisez le binaire officiel Monero. Si vous recevez un binaire contrefait (p. ex. hameçonnage, HDM, etc.), suivre ce guide vous évitera de vous faire piéger. diff --git a/_i18n/fr/resources/user-guides/view_only.md b/_i18n/fr/resources/user-guides/view_only.md index acc07b69..2c2cb41e 100644 --- a/_i18n/fr/resources/user-guides/view_only.md +++ b/_i18n/fr/resources/user-guides/view_only.md @@ -1,5 +1,5 @@ -{% assign version = '1.3.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + Un portefeuille d'audit ne peut que voir quelles transactions entrantes vous appartiennent. Il ne peut pas dépenser vos Moneroj, en fait il ne peut même pas voir les transactions sortantes de votre portefeuille. Cela rend le portefeuille d'audit particulièrement intéressant pour : * Les développeurs écrivant des librairies de validation de paiements ; diff --git a/_i18n/fr/resources/user-guides/vps_run_node.md b/_i18n/fr/resources/user-guides/vps_run_node.md index a42ba236..805c8fd4 100644 --- a/_i18n/fr/resources/user-guides/vps_run_node.md +++ b/_i18n/fr/resources/user-guides/vps_run_node.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # monerod `monerod` est le démon est une application incluse dans la suite Monero. C'est un programme en ligne de commande qui gère la chaîne de blocs. Tandis que le portefeuille Bitcoin gère à la fois un compte et la chaîne de blocs, Monero sépare ces composants : `monerod` gère la chaîne de blocs, et `monero-wallet-cli` gère le compte. diff --git a/_i18n/it/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md b/_i18n/it/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md index 3ce4e622..a3fa0c9a 100644 --- a/_i18n/it/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md +++ b/_i18n/it/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md @@ -1,5 +1,5 @@ -{% assign version = '3.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## How to mine Monero (XMR) without a mining equipment? If you don’t have a profitable mining equipment, nor time or diff --git a/_i18n/it/resources/user-guides/Offline_Backup.md b/_i18n/it/resources/user-guides/Offline_Backup.md index 6999cf8a..ac8f4a59 100644 --- a/_i18n/it/resources/user-guides/Offline_Backup.md +++ b/_i18n/it/resources/user-guides/Offline_Backup.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## Operating Systems: Various versions of Linux and Windows 7, 8 ### Wallet Software: Simplewallet diff --git a/_i18n/it/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md b/_i18n/it/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md index c1a65ef0..6702d3f5 100644 --- a/_i18n/it/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md +++ b/_i18n/it/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # CLI Wallet/Daemon Isolation with Qubes + Whonix With [Qubes](https://qubes-os.org) + [Whonix](https://whonix.org) you can have a Monero wallet that is without networking and running on a virtually isolated system from the Monero daemon which has all of its traffic forced over [Tor](https://torproject.org). diff --git a/_i18n/it/resources/user-guides/howto_fix_stuck_funds.md b/_i18n/it/resources/user-guides/howto_fix_stuck_funds.md index ea3b9396..0aba1f9b 100644 --- a/_i18n/it/resources/user-guides/howto_fix_stuck_funds.md +++ b/_i18n/it/resources/user-guides/howto_fix_stuck_funds.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + Sometimes, your funds will become stuck - you will have some locked funds that never become unlocked. This is how you fix it. - Load your wallet in monero-wallet-cli. diff --git a/_i18n/it/resources/user-guides/importing_blockchain.md b/_i18n/it/resources/user-guides/importing_blockchain.md index b4089c41..5d421e4b 100644 --- a/_i18n/it/resources/user-guides/importing_blockchain.md +++ b/_i18n/it/resources/user-guides/importing_blockchain.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ### Passo 1 Scarica il file della Blockchain attuale da https://downloads.getmonero.org/blockchain.raw; puoi saltare questo passo se vuoi importare la Blockchain da un'altra fonte. diff --git a/_i18n/it/resources/user-guides/ledger-wallet-cli.md b/_i18n/it/resources/user-guides/ledger-wallet-cli.md index edfec75b..3a1b19cf 100644 --- a/_i18n/it/resources/user-guides/ledger-wallet-cli.md +++ b/_i18n/it/resources/user-guides/ledger-wallet-cli.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## How to generate a Ledger Monero wallet with the CLI (monero-wallet-cli) ### Table of Content diff --git a/_i18n/it/resources/user-guides/mine-to-pool.md b/_i18n/it/resources/user-guides/mine-to-pool.md index 708a4695..1753a341 100644 --- a/_i18n/it/resources/user-guides/mine-to-pool.md +++ b/_i18n/it/resources/user-guides/mine-to-pool.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Selecting a pool There are many pools to choose from, a list is available at diff --git a/_i18n/it/resources/user-guides/monero-wallet-cli.md b/_i18n/it/resources/user-guides/monero-wallet-cli.md index 8de8ec5d..db3bb6d3 100644 --- a/_i18n/it/resources/user-guides/monero-wallet-cli.md +++ b/_i18n/it/resources/user-guides/monero-wallet-cli.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # monero-wallet-cli `monero-wallet-cli` is the wallet software that ships with the Monero tree. It is a console program, diff --git a/_i18n/it/resources/user-guides/monero_tools.md b/_i18n/it/resources/user-guides/monero_tools.md index 19102fc7..5bd756c8 100644 --- a/_i18n/it/resources/user-guides/monero_tools.md +++ b/_i18n/it/resources/user-guides/monero_tools.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Monero tools These tools can be used to gain information about the Monero network or your transaction data in the blockchain. diff --git a/_i18n/it/resources/user-guides/multisig-messaging-system.md b/_i18n/it/resources/user-guides/multisig-messaging-system.md index e73088b7..ebc50db2 100644 --- a/_i18n/it/resources/user-guides/multisig-messaging-system.md +++ b/_i18n/it/resources/user-guides/multisig-messaging-system.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.1' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Multisig Transactions with MMS and CLI Wallet ## Introduction diff --git a/_i18n/it/resources/user-guides/prove-payment.md b/_i18n/it/resources/user-guides/prove-payment.md index 77154bee..2175b7d6 100644 --- a/_i18n/it/resources/user-guides/prove-payment.md +++ b/_i18n/it/resources/user-guides/prove-payment.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ### Prove payments When you send money to a party who then disputes the payment was made, you need to be able to prove the payment was made. diff --git a/_i18n/it/resources/user-guides/remote_node_gui.md b/_i18n/it/resources/user-guides/remote_node_gui.md index 11421f9a..be4df2af 100644 --- a/_i18n/it/resources/user-guides/remote_node_gui.md +++ b/_i18n/it/resources/user-guides/remote_node_gui.md @@ -1,5 +1,5 @@ -{% assign version = '1.2.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## Finding a node First things first, you need to find a node to connect to! [moneroworld.com](https://moneroworld.com/#nodes) has some great resources for finding nodes. One of the easiest methods would be to use a node run by moneroworld, but they have a tool for finding random nodes too. diff --git a/_i18n/it/resources/user-guides/restore_account.md b/_i18n/it/resources/user-guides/restore_account.md index 41f79d32..b40c177d 100644 --- a/_i18n/it/resources/user-guides/restore_account.md +++ b/_i18n/it/resources/user-guides/restore_account.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## Operating Systems: Windows, Linux, Mac - Retrieve your 25 word @mnemonic-seed that you saved when creating your old Monero @wallet diff --git a/_i18n/it/resources/user-guides/restore_from_keys.md b/_i18n/it/resources/user-guides/restore_from_keys.md index cce409a8..d6e5a6bb 100644 --- a/_i18n/it/resources/user-guides/restore_from_keys.md +++ b/_i18n/it/resources/user-guides/restore_from_keys.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ### Restoring from keys Restoring a wallet from private keys is pretty simple. If you have the necessary information, with this guide you can completely restore your wallet. Note: you do NOT have to have your password to restore from keys. diff --git a/_i18n/it/resources/user-guides/securely_purchase.md b/_i18n/it/resources/user-guides/securely_purchase.md index 3553e95c..91f7b72e 100644 --- a/_i18n/it/resources/user-guides/securely_purchase.md +++ b/_i18n/it/resources/user-guides/securely_purchase.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## How to purchase Monero and securely store it. This is a guide to purchase and securely store Monero as of June 2017. diff --git a/_i18n/it/resources/user-guides/solo_mine_GUI.md b/_i18n/it/resources/user-guides/solo_mine_GUI.md index ee1f7e22..bd5a55cc 100644 --- a/_i18n/it/resources/user-guides/solo_mine_GUI.md +++ b/_i18n/it/resources/user-guides/solo_mine_GUI.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + Minare con la GUI ufficiale è molto semplice. Se non l'hai ancora fatto, vai sulla pagina dei download di Monero e scarica la GUI ufficiale per il tuo sistema operativo. Avvia la GUI e attendi che Monero si sincronizzi con la rete. Dovresti vedere "Connesso" nell'angolo in basso a sinistra. diff --git a/_i18n/it/resources/user-guides/tor_wallet.md b/_i18n/it/resources/user-guides/tor_wallet.md index aa44ff4f..6b517f91 100644 --- a/_i18n/it/resources/user-guides/tor_wallet.md +++ b/_i18n/it/resources/user-guides/tor_wallet.md @@ -1,5 +1,4 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} Below we'll show an example configuration that allows you to run a Monero daemon (eg on a home server or VPS) that you can connect to from another computer running your wallet. We do this over the Tor anonymity network to retrieve the transaction information needed by your wallet. The benefit of this approach is that the daemon (`monerod`) can stay on all of the time sending / receiving blocks, while the wallet can connect when needed and have access to the full blockchain. [Monerujo](https://www.monerujo.io/) should also work via [Orbot](https://guardianproject.info/apps/org.torproject.android/). Because Tor hidden services provide encryption and authentication, you can be confident that your RPC credentials will not be sent in the clear. Tor also solves problems often seen on home servers related to port-forwarding, IP addresses changing, etc -- it just works. This setup will also obfuscate the fact that you are connecting to a remote Monero node. Tested with Monero `v0.15.0.1` connecting a Mac laptop wallet to a remote Linux node (Ubuntu 18.04.2). diff --git a/_i18n/it/resources/user-guides/verification-allos-advanced.md b/_i18n/it/resources/user-guides/verification-allos-advanced.md index cc78f5f5..22b4c026 100644 --- a/_i18n/it/resources/user-guides/verification-allos-advanced.md +++ b/_i18n/it/resources/user-guides/verification-allos-advanced.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Binary Verification: Linux, Mac, or Windows Using CLI Tools (Advanced) Verification of the Monero binary files should be done prior to extracting, installing, or using the Monero software. This is the only way to ensure that you are using the official Monero software. If you receive a fake Monero binary (eg. phishing, MITM, etc.), following this guide will protect you from being tricked into using it. diff --git a/_i18n/it/resources/user-guides/verification-windows-beginner.md b/_i18n/it/resources/user-guides/verification-windows-beginner.md index 110e8119..ef190945 100644 --- a/_i18n/it/resources/user-guides/verification-windows-beginner.md +++ b/_i18n/it/resources/user-guides/verification-windows-beginner.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Verify Binaries: Windows (Beginner) Verification of the Monero binary files should be done prior to extracting, installing, or using the Monero software. This is the only way to ensure that you are using the official Monero binary. If you receive a fake binary (eg. phishing, MITM, etc.), following this guide will protect you from being tricked into using it. diff --git a/_i18n/it/resources/user-guides/view_only.md b/_i18n/it/resources/user-guides/view_only.md index 06267352..3d9ebcf4 100644 --- a/_i18n/it/resources/user-guides/view_only.md +++ b/_i18n/it/resources/user-guides/view_only.md @@ -1,5 +1,5 @@ -{% assign version = '1.3.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + A view-only wallet can only see which incoming transactions belong to you. It can not spend any of your Monero, in fact it can't even see outgoing transactions from this wallet. This makes view-only wallets particularly interesting for * Developers writing libraries to validate payments diff --git a/_i18n/it/resources/user-guides/vps_run_node.md b/_i18n/it/resources/user-guides/vps_run_node.md index 8686b8b7..d47edb45 100644 --- a/_i18n/it/resources/user-guides/vps_run_node.md +++ b/_i18n/it/resources/user-guides/vps_run_node.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # monerod `monerod` is the daemon software that ships with the Monero tree. It is a console program, and manages the blockchain. While a bitcoin wallet manages both an account and the blockchain, Monero separates these: `monerod` handles the blockchain, and `monero-wallet-cli` handles the account. diff --git a/_i18n/nl/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md b/_i18n/nl/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md index 7b57a88c..07f2a46b 100644 --- a/_i18n/nl/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md +++ b/_i18n/nl/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md @@ -1,5 +1,5 @@ -{% assign version = '3.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Monero (XMR) minen zonder miningapparatuur Als je geen rendabele apparatuur om te minen hebt, en geen tijd of diff --git a/_i18n/nl/resources/user-guides/Offline_Backup.md b/_i18n/nl/resources/user-guides/Offline_Backup.md index 1dec2c78..c69c76d2 100644 --- a/_i18n/nl/resources/user-guides/Offline_Backup.md +++ b/_i18n/nl/resources/user-guides/Offline_Backup.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Besturingssystemen: diverse Linux-versies en Windows 7/8 ### Portemonneesoftware Simplewallet diff --git a/_i18n/nl/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md b/_i18n/nl/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md index fa70ac96..662153d9 100644 --- a/_i18n/nl/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md +++ b/_i18n/nl/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # Portemonnee isoleren van node met Qubes en Whonix Met [Qubes](https://qubes-os.org) en [Whonix](https://whonix.org) kun je een Monero-portemonnee zonder netwerkverbinding uitvoeren op een virtueel systeem, geïsoleerd van de Monero-node, waarvan al het verkeer verplicht via [Tor](https://torproject.org) loopt. diff --git a/_i18n/nl/resources/user-guides/howto_fix_stuck_funds.md b/_i18n/nl/resources/user-guides/howto_fix_stuck_funds.md index adf4eed3..e9cbfcc1 100644 --- a/_i18n/nl/resources/user-guides/howto_fix_stuck_funds.md +++ b/_i18n/nl/resources/user-guides/howto_fix_stuck_funds.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + Het kan gebeuren dat je geld vast komt te zitten. Je Monero wordt vergrendeld maar nooit ontgrendeld. Dat kun je op de volgende manier oplossen. - Laad je portemonnee in monero-wallet-cli. diff --git a/_i18n/nl/resources/user-guides/importing_blockchain.md b/_i18n/nl/resources/user-guides/importing_blockchain.md index 66b48d18..8f2ad03f 100644 --- a/_i18n/nl/resources/user-guides/importing_blockchain.md +++ b/_i18n/nl/resources/user-guides/importing_blockchain.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ### Stap 1 Download het huidige bootstrap-bestand van https://downloads.getmonero.org/blockchain.raw. Deze stap kun je overslaan als je de blockchain uit een andere bron importeert. diff --git a/_i18n/nl/resources/user-guides/ledger-wallet-cli.md b/_i18n/nl/resources/user-guides/ledger-wallet-cli.md index 0fff7bf6..9a1e8468 100644 --- a/_i18n/nl/resources/user-guides/ledger-wallet-cli.md +++ b/_i18n/nl/resources/user-guides/ledger-wallet-cli.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Een Monero-portemonnee op een Ledger maken met de opdrachtregel (monero-wallet-cli) ## Inhoud diff --git a/_i18n/nl/resources/user-guides/mine-to-pool.md b/_i18n/nl/resources/user-guides/mine-to-pool.md index ee1ebb1c..6e1860d4 100644 --- a/_i18n/nl/resources/user-guides/mine-to-pool.md +++ b/_i18n/nl/resources/user-guides/mine-to-pool.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # Een pool selecteren Je kunt uit allerlei pools kiezen. Er staat een lijst op diff --git a/_i18n/nl/resources/user-guides/monero-wallet-cli.md b/_i18n/nl/resources/user-guides/monero-wallet-cli.md index e72eb709..6fc4d2c4 100644 --- a/_i18n/nl/resources/user-guides/monero-wallet-cli.md +++ b/_i18n/nl/resources/user-guides/monero-wallet-cli.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # monero-wallet-cli `monero-wallet-cli` is de portemonnee-software die onderdeel uitmaakt van de Monero-code. Het is een consoleprogramma diff --git a/_i18n/nl/resources/user-guides/monero_tools.md b/_i18n/nl/resources/user-guides/monero_tools.md index 678ba565..6eb252ce 100644 --- a/_i18n/nl/resources/user-guides/monero_tools.md +++ b/_i18n/nl/resources/user-guides/monero_tools.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # Monero-tools Met deze hulpmiddelen kun je informatie vinden over het Monero-netwerk of over je transactiegegevens op de blockchain. diff --git a/_i18n/nl/resources/user-guides/multisig-messaging-system.md b/_i18n/nl/resources/user-guides/multisig-messaging-system.md index e73088b7..ebc50db2 100644 --- a/_i18n/nl/resources/user-guides/multisig-messaging-system.md +++ b/_i18n/nl/resources/user-guides/multisig-messaging-system.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.1' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Multisig Transactions with MMS and CLI Wallet ## Introduction diff --git a/_i18n/nl/resources/user-guides/prove-payment.md b/_i18n/nl/resources/user-guides/prove-payment.md index 0e1149ba..e56afac5 100644 --- a/_i18n/nl/resources/user-guides/prove-payment.md +++ b/_i18n/nl/resources/user-guides/prove-payment.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ### Betalingen bewijzen Wanneer iemand naar wie je geld hebt gestuurd beweert dat de betaling niet is uitgevoerd, moet je kunnen bewijzen dat je hebt betaald. diff --git a/_i18n/nl/resources/user-guides/remote_node_gui.md b/_i18n/nl/resources/user-guides/remote_node_gui.md index e9affa6a..2a0cebd4 100644 --- a/_i18n/nl/resources/user-guides/remote_node_gui.md +++ b/_i18n/nl/resources/user-guides/remote_node_gui.md @@ -1,5 +1,5 @@ -{% assign version = '1.2.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Een node vinden Eerst moet je natuurlijk een node vinden om verbinding mee te maken! [moneroworld.com](https://moneroworld.com/#nodes) biedt uitstekende hulpmiddelen voor het vinden van nodes. Een van de eenvoudigste methoden is een node van moneroworld zelf gebruiken, maar ze bieden ook een hulpmiddel aan voor het vinden van willekeurige nodes. diff --git a/_i18n/nl/resources/user-guides/restore_account.md b/_i18n/nl/resources/user-guides/restore_account.md index 3de4108e..488597bf 100644 --- a/_i18n/nl/resources/user-guides/restore_account.md +++ b/_i18n/nl/resources/user-guides/restore_account.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Besturingssystemen: Windows, Linux, Mac - Neem je hersteltekst (zie @mnemonic-seed) erbij die je hebt opgeslagen bij het maken van je oude Monero-portemonnee (zie @wallet). diff --git a/_i18n/nl/resources/user-guides/restore_from_keys.md b/_i18n/nl/resources/user-guides/restore_from_keys.md index df4e41f1..94082d3f 100644 --- a/_i18n/nl/resources/user-guides/restore_from_keys.md +++ b/_i18n/nl/resources/user-guides/restore_from_keys.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ### Herstellen met sleutels Je kunt een portemonnee makkelijk herstellen met je privésleutels. Als je de benodigde gegevens hebt, kun je met deze handleiding je portemonnee volledig herstellen. Je hebt je wachtwoord NIET nodig voor herstellen met sleutels. diff --git a/_i18n/nl/resources/user-guides/securely_purchase.md b/_i18n/nl/resources/user-guides/securely_purchase.md index 0f8b5584..13c1e603 100644 --- a/_i18n/nl/resources/user-guides/securely_purchase.md +++ b/_i18n/nl/resources/user-guides/securely_purchase.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Monero kopen en veilig opslaan Dit is een handleiding voor het aanschaffen en veilig opslaan van Monero, geschreven in juni 2017. diff --git a/_i18n/nl/resources/user-guides/solo_mine_GUI.md b/_i18n/nl/resources/user-guides/solo_mine_GUI.md index caf3d0e0..1301c781 100644 --- a/_i18n/nl/resources/user-guides/solo_mine_GUI.md +++ b/_i18n/nl/resources/user-guides/solo_mine_GUI.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + Het is heel makkelijk om solo te minen met de officiële grafische interface (GUI). Als je het nog niet gedaan hebt, ga dan naar de pagina Monero-downloads en download de officiële GUI voor je besturingssysteem. Voer de installatie uit en wacht terwijl Monero wordt gesynchroniseerd met het netwerk. Als het goed is, staat er "Verbonden" in de linkerbenedenhoek. diff --git a/_i18n/nl/resources/user-guides/tor_wallet.md b/_i18n/nl/resources/user-guides/tor_wallet.md index aa44ff4f..6b517f91 100644 --- a/_i18n/nl/resources/user-guides/tor_wallet.md +++ b/_i18n/nl/resources/user-guides/tor_wallet.md @@ -1,5 +1,4 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} Below we'll show an example configuration that allows you to run a Monero daemon (eg on a home server or VPS) that you can connect to from another computer running your wallet. We do this over the Tor anonymity network to retrieve the transaction information needed by your wallet. The benefit of this approach is that the daemon (`monerod`) can stay on all of the time sending / receiving blocks, while the wallet can connect when needed and have access to the full blockchain. [Monerujo](https://www.monerujo.io/) should also work via [Orbot](https://guardianproject.info/apps/org.torproject.android/). Because Tor hidden services provide encryption and authentication, you can be confident that your RPC credentials will not be sent in the clear. Tor also solves problems often seen on home servers related to port-forwarding, IP addresses changing, etc -- it just works. This setup will also obfuscate the fact that you are connecting to a remote Monero node. Tested with Monero `v0.15.0.1` connecting a Mac laptop wallet to a remote Linux node (Ubuntu 18.04.2). diff --git a/_i18n/nl/resources/user-guides/verification-allos-advanced.md b/_i18n/nl/resources/user-guides/verification-allos-advanced.md index 73127170..ef9a9316 100644 --- a/_i18n/nl/resources/user-guides/verification-allos-advanced.md +++ b/_i18n/nl/resources/user-guides/verification-allos-advanced.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="yes" %} + # Binary verifiëren: Linux, Mac of Windows via opdrachtregel (geavanceerd) Voordat je de Monero-software uitpakt, installeert en gebruikt, moet je de binaire bestanden van Monero verifiëren. Dit is de enige manier om er zeker van te zijn dat je de officiële Monero-software gebruikt. Als je een onecht Monero-binary ontvangt (bijvoorbeeld via phishing of een *man-in-the-middle attack*), voorkomt deze methode dat je er gebruik van maakt. diff --git a/_i18n/nl/resources/user-guides/verification-windows-beginner.md b/_i18n/nl/resources/user-guides/verification-windows-beginner.md index f432b4a6..07d21e6d 100644 --- a/_i18n/nl/resources/user-guides/verification-windows-beginner.md +++ b/_i18n/nl/resources/user-guides/verification-windows-beginner.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="yes" %} + Binaries verifiëren Windows (beginner) Voordat je de Monero-software uitpakt, installeert en gebruikt, moet je de binaire bestanden van Monero verifiëren. Dit is de enige manier om er zeker van te zijn dat je de officiële Monero-binaries gebruikt. Als je een onecht binair bestand ontvangt (bijvoorbeeld via phishing of een *man-in-the-middle attack*), voorkomt deze methode dat je er gebruik van maakt. diff --git a/_i18n/nl/resources/user-guides/view_only.md b/_i18n/nl/resources/user-guides/view_only.md index e3cd7366..8f4a2faa 100644 --- a/_i18n/nl/resources/user-guides/view_only.md +++ b/_i18n/nl/resources/user-guides/view_only.md @@ -1,5 +1,5 @@ -{% assign version = '1.3.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + Met een alleen-lezen portemonnee kun je alleen zien welke binnenkomende transacties van jou zijn. Je kunt er geen Monero mee uitgeven. Sterker nog, je kunt zelfs uitgaande transacties vanuit deze portemonnee niet zien. Alleen-lezen portemonnees zijn daarom interessant voor: * Ontwikkelaars die libraries voor het valideren van betalingen programmeren diff --git a/_i18n/nl/resources/user-guides/vps_run_node.md b/_i18n/nl/resources/user-guides/vps_run_node.md index a261d4ff..ae008772 100644 --- a/_i18n/nl/resources/user-guides/vps_run_node.md +++ b/_i18n/nl/resources/user-guides/vps_run_node.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # monerod `monerod` is de daemon-software die onderdeel uitmaakt van de Monero-code. Het is een console-programma waarmee de blockchain wordt beheerd. Terwijl een Bitcoin-portemonnee zowel een account als de blockchain beheert, worden deze functies in Monero gescheiden: `monerod` beheert de blockchain en `monero-wallet-cli` beheert het account. diff --git a/_i18n/pl/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md b/_i18n/pl/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md index 28157fef..e36c80ae 100644 --- a/_i18n/pl/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md +++ b/_i18n/pl/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md @@ -1,5 +1,5 @@ -{% assign version = '3.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Jak wydobywać Monero (XMR) bez sprzętu wydobywczego? Jeżeli nie posiadasz opłacalnego sprzętu wydobywczego ani czasu lub pieniędzy na zainwestowanie w niego, nadal możesz wydobywać Monero z NiceHash. diff --git a/_i18n/pl/resources/user-guides/Offline_Backup.md b/_i18n/pl/resources/user-guides/Offline_Backup.md index 124f0567..159dd164 100644 --- a/_i18n/pl/resources/user-guides/Offline_Backup.md +++ b/_i18n/pl/resources/user-guides/Offline_Backup.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Systemy operacyjne: różne wersje Linuxa oraz Windows 7 i 8 ### Oprogramowanie portfela: Simplewallet diff --git a/_i18n/pl/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md b/_i18n/pl/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md index c1a65ef0..6702d3f5 100644 --- a/_i18n/pl/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md +++ b/_i18n/pl/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # CLI Wallet/Daemon Isolation with Qubes + Whonix With [Qubes](https://qubes-os.org) + [Whonix](https://whonix.org) you can have a Monero wallet that is without networking and running on a virtually isolated system from the Monero daemon which has all of its traffic forced over [Tor](https://torproject.org). diff --git a/_i18n/pl/resources/user-guides/howto_fix_stuck_funds.md b/_i18n/pl/resources/user-guides/howto_fix_stuck_funds.md index ddd40e35..1e8943af 100644 --- a/_i18n/pl/resources/user-guides/howto_fix_stuck_funds.md +++ b/_i18n/pl/resources/user-guides/howto_fix_stuck_funds.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + Czasami twoje fundusze utkną - część z nich zostanie zablokowana i nigdy nie odblokowana. Oto jak to naprawić: - Załaduj swój portfel w monero-wallet-cli. diff --git a/_i18n/pl/resources/user-guides/importing_blockchain.md b/_i18n/pl/resources/user-guides/importing_blockchain.md index ca8be2e5..c11108e2 100644 --- a/_i18n/pl/resources/user-guides/importing_blockchain.md +++ b/_i18n/pl/resources/user-guides/importing_blockchain.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ### Krok 1 Ściągnij aktualny bootrstap ze strony https://downloads.getmonero.org/blockchain.raw. Możesz pominąć ten krok, jeśli importujesz łańcuch bloków z innego źródła. diff --git a/_i18n/pl/resources/user-guides/ledger-wallet-cli.md b/_i18n/pl/resources/user-guides/ledger-wallet-cli.md index edfec75b..3a1b19cf 100644 --- a/_i18n/pl/resources/user-guides/ledger-wallet-cli.md +++ b/_i18n/pl/resources/user-guides/ledger-wallet-cli.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## How to generate a Ledger Monero wallet with the CLI (monero-wallet-cli) ### Table of Content diff --git a/_i18n/pl/resources/user-guides/mine-to-pool.md b/_i18n/pl/resources/user-guides/mine-to-pool.md index af0fa12e..702ed3d1 100644 --- a/_i18n/pl/resources/user-guides/mine-to-pool.md +++ b/_i18n/pl/resources/user-guides/mine-to-pool.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # Wybieranie zrzeszenia Istnieje wiele zrzeszeń do wyboru. Lista dostępna jest na stronie [moneropools.com](https://moneropools.com). Wydobywanie w większym zrzeszeniu może oznaczać częstszą wypłatę, ale to wydobywanie w mniejszej grupie pomaga utrzymać sieć zdecentralizowaną. diff --git a/_i18n/pl/resources/user-guides/monero-wallet-cli.md b/_i18n/pl/resources/user-guides/monero-wallet-cli.md index 077026ab..0cbc75c7 100644 --- a/_i18n/pl/resources/user-guides/monero-wallet-cli.md +++ b/_i18n/pl/resources/user-guides/monero-wallet-cli.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # monero-wallet-cli `monero-wallet-cli` jest oprogramowaniem, które współpracuje z Monero. To program konsoli zarządzający kontem. Podczas gdy portfel Bitcoina zarządza zarówno kontem, jak i łańcuchem bloków, Monero rozdzielił je, aby `monerod`operował łańcuchem, a `monero-wallet-cli` kontem. diff --git a/_i18n/pl/resources/user-guides/monero_tools.md b/_i18n/pl/resources/user-guides/monero_tools.md index 3376eaa3..d300318f 100644 --- a/_i18n/pl/resources/user-guides/monero_tools.md +++ b/_i18n/pl/resources/user-guides/monero_tools.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # Narzędzia Monero Poniższe narzędzia mogą zostać użyte w celu zdobycia informacji na temat sieci Monero lub twoich transakcji w łańcuchu bloków. diff --git a/_i18n/pl/resources/user-guides/multisig-messaging-system.md b/_i18n/pl/resources/user-guides/multisig-messaging-system.md index e73088b7..ebc50db2 100644 --- a/_i18n/pl/resources/user-guides/multisig-messaging-system.md +++ b/_i18n/pl/resources/user-guides/multisig-messaging-system.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.1' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Multisig Transactions with MMS and CLI Wallet ## Introduction diff --git a/_i18n/pl/resources/user-guides/prove-payment.md b/_i18n/pl/resources/user-guides/prove-payment.md index 192f9a30..06bc59e1 100644 --- a/_i18n/pl/resources/user-guides/prove-payment.md +++ b/_i18n/pl/resources/user-guides/prove-payment.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ### Udowodnij płatności Jeżeli dokonasz płatności osobie, która później ją zakwestionuje, musisz być w stanie udowodnić, że pieniądze zostały przesłane. diff --git a/_i18n/pl/resources/user-guides/remote_node_gui.md b/_i18n/pl/resources/user-guides/remote_node_gui.md index af0baadd..0260f262 100644 --- a/_i18n/pl/resources/user-guides/remote_node_gui.md +++ b/_i18n/pl/resources/user-guides/remote_node_gui.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Wyszukiwanie węzła Pierwszą rzeczą jest znalezienie węzła, aby się podłączyć. [Moneroworld.com](https://moneroworld.com/#nodes) posiada dobre materiały służące odnajdywaniu węzłów. Jedną z najprostszych metod jest użycie węzła prowadzonego przez moneroworld, ale oni mają także narzędzie służące do wynajdywania losowych węzłów. diff --git a/_i18n/pl/resources/user-guides/restore_account.md b/_i18n/pl/resources/user-guides/restore_account.md index 888daad6..0edaf798 100644 --- a/_i18n/pl/resources/user-guides/restore_account.md +++ b/_i18n/pl/resources/user-guides/restore_account.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Systemy operacyjne: Windows, Linux, Mac - Przygotuj swój 25-słowny kod mnemoniczny, który zachowałeś przy zakładaniu swojego starego portfela Monero diff --git a/_i18n/pl/resources/user-guides/restore_from_keys.md b/_i18n/pl/resources/user-guides/restore_from_keys.md index 046cfda0..629ec6ad 100644 --- a/_i18n/pl/resources/user-guides/restore_from_keys.md +++ b/_i18n/pl/resources/user-guides/restore_from_keys.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ### Przywróć portfel z kluczy Przywracanie portfela za pomocą prywatnych kluczy jest całkiem proste. Jeśli posiadasz potrzebne informacje, z tym przewodnikiem będziesz mógł całkowicie przywrócić swój portfel. Zauważ, że nie musisz posiadać swojego hasła, aby przywracać za pomocą kluczy. diff --git a/_i18n/pl/resources/user-guides/securely_purchase.md b/_i18n/pl/resources/user-guides/securely_purchase.md index 2b37300b..91ecc9af 100644 --- a/_i18n/pl/resources/user-guides/securely_purchase.md +++ b/_i18n/pl/resources/user-guides/securely_purchase.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Jak bezpiecznie kupować i przechowywać Monero? Ten przewodnik opisuje, jak kupować i bezpiecznie przechowywać Monero, zgodnie ze stanem na czerwiec 2017 roku. diff --git a/_i18n/pl/resources/user-guides/solo_mine_GUI.md b/_i18n/pl/resources/user-guides/solo_mine_GUI.md index 5653227f..ef13e04f 100644 --- a/_i18n/pl/resources/user-guides/solo_mine_GUI.md +++ b/_i18n/pl/resources/user-guides/solo_mine_GUI.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + Wydobywanie samemu za poomocą oficjalnego Interfejsu Graficznego Użytkownika jest bardzo proste. Jeśli jeszcze go nie ściągnąłeś, wejdź na stronę z materiałami do ściągnięcia i wybierz wersję Graficznego Interfejsu Użytkownika dla twojego systemu operacyjnego. Następnie uruchom ustawienia i uzbrój się w cierpliwość podczas synchronizacji Monero z siecią. Powinienieś zobaczyć "Connected" w lewym dolnym rogu. diff --git a/_i18n/pl/resources/user-guides/tor_wallet.md b/_i18n/pl/resources/user-guides/tor_wallet.md index aa44ff4f..b6fd5667 100644 --- a/_i18n/pl/resources/user-guides/tor_wallet.md +++ b/_i18n/pl/resources/user-guides/tor_wallet.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + Below we'll show an example configuration that allows you to run a Monero daemon (eg on a home server or VPS) that you can connect to from another computer running your wallet. We do this over the Tor anonymity network to retrieve the transaction information needed by your wallet. The benefit of this approach is that the daemon (`monerod`) can stay on all of the time sending / receiving blocks, while the wallet can connect when needed and have access to the full blockchain. [Monerujo](https://www.monerujo.io/) should also work via [Orbot](https://guardianproject.info/apps/org.torproject.android/). Because Tor hidden services provide encryption and authentication, you can be confident that your RPC credentials will not be sent in the clear. Tor also solves problems often seen on home servers related to port-forwarding, IP addresses changing, etc -- it just works. This setup will also obfuscate the fact that you are connecting to a remote Monero node. Tested with Monero `v0.15.0.1` connecting a Mac laptop wallet to a remote Linux node (Ubuntu 18.04.2). diff --git a/_i18n/pl/resources/user-guides/verification-allos-advanced.md b/_i18n/pl/resources/user-guides/verification-allos-advanced.md index 7d1f4d8d..11ea74fe 100644 --- a/_i18n/pl/resources/user-guides/verification-allos-advanced.md +++ b/_i18n/pl/resources/user-guides/verification-allos-advanced.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Binary Verification: Linux, Mac, or Windows Using CLI Tools (Advanced) Verification of the Monero binary files should be done prior to extracting, installing, or using the Monero software. This is the only way to ensure that you are using the official Monero software. If you receive a fake Monero binary (eg. phishing, MITM, etc.), following this guide will protect you from being tricked into using it. diff --git a/_i18n/pl/resources/user-guides/verification-windows-beginner.md b/_i18n/pl/resources/user-guides/verification-windows-beginner.md index 110e8119..ef190945 100644 --- a/_i18n/pl/resources/user-guides/verification-windows-beginner.md +++ b/_i18n/pl/resources/user-guides/verification-windows-beginner.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Verify Binaries: Windows (Beginner) Verification of the Monero binary files should be done prior to extracting, installing, or using the Monero software. This is the only way to ensure that you are using the official Monero binary. If you receive a fake binary (eg. phishing, MITM, etc.), following this guide will protect you from being tricked into using it. diff --git a/_i18n/pl/resources/user-guides/view_only.md b/_i18n/pl/resources/user-guides/view_only.md index 2a675637..2aaae5dd 100644 --- a/_i18n/pl/resources/user-guides/view_only.md +++ b/_i18n/pl/resources/user-guides/view_only.md @@ -1,5 +1,5 @@ -{% assign version = '1.3.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + Portfel tylko do odczytu wyświetla jedynie twoje przychodzące transakcje. Nie może on dokonać żadnej płatności, nie może nawet wyświetlić żadnej transakcji wychodzącej. Portfel tylko do odczytu może być ciekawą opcją dla: * deweloperów, którzy tworzą biblioteki w celu sprawdzania poprawności płatności diff --git a/_i18n/pl/resources/user-guides/vps_run_node.md b/_i18n/pl/resources/user-guides/vps_run_node.md index ce21441e..0e5268e0 100644 --- a/_i18n/pl/resources/user-guides/vps_run_node.md +++ b/_i18n/pl/resources/user-guides/vps_run_node.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # monerod `monerod` jest oprogramowaniem daemona, które współpracuje z Monero. To program konsoli zarządzający łańcuchem bloków. Podczas gdy portfel Bitcoina zarządza zarówno kontem, jak i łańcuchem bloków, Monero rozdzielił je, aby `monerod` operował łańcuchem, a `monero-wallet-cli` kontem. diff --git a/_i18n/pt-br/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md b/_i18n/pt-br/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md index 2fcf4f5b..ca416034 100644 --- a/_i18n/pt-br/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md +++ b/_i18n/pt-br/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## How to mine Monero (XMR) without a mining equipment? If you don’t have a profitable mining equipment, nor time or diff --git a/_i18n/pt-br/resources/user-guides/Offline_Backup.md b/_i18n/pt-br/resources/user-guides/Offline_Backup.md index 6999cf8a..ac8f4a59 100644 --- a/_i18n/pt-br/resources/user-guides/Offline_Backup.md +++ b/_i18n/pt-br/resources/user-guides/Offline_Backup.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## Operating Systems: Various versions of Linux and Windows 7, 8 ### Wallet Software: Simplewallet diff --git a/_i18n/pt-br/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md b/_i18n/pt-br/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md index c1a65ef0..6702d3f5 100644 --- a/_i18n/pt-br/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md +++ b/_i18n/pt-br/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # CLI Wallet/Daemon Isolation with Qubes + Whonix With [Qubes](https://qubes-os.org) + [Whonix](https://whonix.org) you can have a Monero wallet that is without networking and running on a virtually isolated system from the Monero daemon which has all of its traffic forced over [Tor](https://torproject.org). diff --git a/_i18n/pt-br/resources/user-guides/howto_fix_stuck_funds.md b/_i18n/pt-br/resources/user-guides/howto_fix_stuck_funds.md index ea3b9396..0aba1f9b 100644 --- a/_i18n/pt-br/resources/user-guides/howto_fix_stuck_funds.md +++ b/_i18n/pt-br/resources/user-guides/howto_fix_stuck_funds.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + Sometimes, your funds will become stuck - you will have some locked funds that never become unlocked. This is how you fix it. - Load your wallet in monero-wallet-cli. diff --git a/_i18n/pt-br/resources/user-guides/importing_blockchain.md b/_i18n/pt-br/resources/user-guides/importing_blockchain.md index 5bf18b0d..30cc093f 100644 --- a/_i18n/pt-br/resources/user-guides/importing_blockchain.md +++ b/_i18n/pt-br/resources/user-guides/importing_blockchain.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ### Step 1 Download the Current bootstrap from https://downloads.getmonero.org/blockchain.raw; you can skip this step if you are importing the Blockchain from another source. diff --git a/_i18n/pt-br/resources/user-guides/ledger-wallet-cli.md b/_i18n/pt-br/resources/user-guides/ledger-wallet-cli.md index edfec75b..3a1b19cf 100644 --- a/_i18n/pt-br/resources/user-guides/ledger-wallet-cli.md +++ b/_i18n/pt-br/resources/user-guides/ledger-wallet-cli.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## How to generate a Ledger Monero wallet with the CLI (monero-wallet-cli) ### Table of Content diff --git a/_i18n/pt-br/resources/user-guides/mine-to-pool.md b/_i18n/pt-br/resources/user-guides/mine-to-pool.md index 708a4695..1753a341 100644 --- a/_i18n/pt-br/resources/user-guides/mine-to-pool.md +++ b/_i18n/pt-br/resources/user-guides/mine-to-pool.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Selecting a pool There are many pools to choose from, a list is available at diff --git a/_i18n/pt-br/resources/user-guides/monero-wallet-cli.md b/_i18n/pt-br/resources/user-guides/monero-wallet-cli.md index 8de8ec5d..db3bb6d3 100644 --- a/_i18n/pt-br/resources/user-guides/monero-wallet-cli.md +++ b/_i18n/pt-br/resources/user-guides/monero-wallet-cli.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # monero-wallet-cli `monero-wallet-cli` is the wallet software that ships with the Monero tree. It is a console program, diff --git a/_i18n/pt-br/resources/user-guides/monero_tools.md b/_i18n/pt-br/resources/user-guides/monero_tools.md index 19102fc7..5bd756c8 100644 --- a/_i18n/pt-br/resources/user-guides/monero_tools.md +++ b/_i18n/pt-br/resources/user-guides/monero_tools.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Monero tools These tools can be used to gain information about the Monero network or your transaction data in the blockchain. diff --git a/_i18n/pt-br/resources/user-guides/multisig-messaging-system.md b/_i18n/pt-br/resources/user-guides/multisig-messaging-system.md index 232e75ca..e33efc6c 100644 --- a/_i18n/pt-br/resources/user-guides/multisig-messaging-system.md +++ b/_i18n/pt-br/resources/user-guides/multisig-messaging-system.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Multisig Transactions with MMS and CLI Wallet ## Introduction diff --git a/_i18n/pt-br/resources/user-guides/prove-payment.md b/_i18n/pt-br/resources/user-guides/prove-payment.md index 2e51ae8c..7e605804 100644 --- a/_i18n/pt-br/resources/user-guides/prove-payment.md +++ b/_i18n/pt-br/resources/user-guides/prove-payment.md @@ -1,4 +1,4 @@ -{% assign version = '1.1.0' | split: '.' %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} ### Provando pagamentos diff --git a/_i18n/pt-br/resources/user-guides/remote_node_gui.md b/_i18n/pt-br/resources/user-guides/remote_node_gui.md index 6cd5dc04..6198fe9f 100644 --- a/_i18n/pt-br/resources/user-guides/remote_node_gui.md +++ b/_i18n/pt-br/resources/user-guides/remote_node_gui.md @@ -1,5 +1,5 @@ -{% assign version = '1.2.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## Finding a node First things first, you need to find a node to connect to! [moneroworld.com](https://moneroworld.com/#nodes) has some great resources for finding nodes. One of the easiest methods would be to use a node run by moneroworld, but they have a tool for finding random nodes too. diff --git a/_i18n/pt-br/resources/user-guides/restore_account.md b/_i18n/pt-br/resources/user-guides/restore_account.md index f010454e..83351d62 100644 --- a/_i18n/pt-br/resources/user-guides/restore_account.md +++ b/_i18n/pt-br/resources/user-guides/restore_account.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## Operating Systems: Windows, Linux, Mac - Retrieve your 25 word @mnemonic-seed that you saved when creating your old Monero @wallet diff --git a/_i18n/pt-br/resources/user-guides/restore_from_keys.md b/_i18n/pt-br/resources/user-guides/restore_from_keys.md index ed3326e3..817c26b6 100644 --- a/_i18n/pt-br/resources/user-guides/restore_from_keys.md +++ b/_i18n/pt-br/resources/user-guides/restore_from_keys.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ### Restoring from keys Restoring a wallet from private keys is pretty simple. If you have the necessary information, with this guide you can completely restore your wallet. Note: you do NOT have to have your password to restore from keys. diff --git a/_i18n/pt-br/resources/user-guides/securely_purchase.md b/_i18n/pt-br/resources/user-guides/securely_purchase.md index 39384562..c49306cd 100644 --- a/_i18n/pt-br/resources/user-guides/securely_purchase.md +++ b/_i18n/pt-br/resources/user-guides/securely_purchase.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## How to purchase Monero and securely store it. This is a guide to purchase and securely store Monero as of June 2017. diff --git a/_i18n/pt-br/resources/user-guides/solo_mine_GUI.md b/_i18n/pt-br/resources/user-guides/solo_mine_GUI.md index 9157cd62..131fc1f1 100644 --- a/_i18n/pt-br/resources/user-guides/solo_mine_GUI.md +++ b/_i18n/pt-br/resources/user-guides/solo_mine_GUI.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + It is very easy to solo mine with the official GUI. If you have not done so already, go to the Monero downloads page and download the official GUI for your operating system. Then, run the setup and be patient as Monero synchronizes with the network. You should see that it displays "Connected" in the lower left corner. diff --git a/_i18n/pt-br/resources/user-guides/tor_wallet.md b/_i18n/pt-br/resources/user-guides/tor_wallet.md index aa44ff4f..6b517f91 100644 --- a/_i18n/pt-br/resources/user-guides/tor_wallet.md +++ b/_i18n/pt-br/resources/user-guides/tor_wallet.md @@ -1,5 +1,4 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} Below we'll show an example configuration that allows you to run a Monero daemon (eg on a home server or VPS) that you can connect to from another computer running your wallet. We do this over the Tor anonymity network to retrieve the transaction information needed by your wallet. The benefit of this approach is that the daemon (`monerod`) can stay on all of the time sending / receiving blocks, while the wallet can connect when needed and have access to the full blockchain. [Monerujo](https://www.monerujo.io/) should also work via [Orbot](https://guardianproject.info/apps/org.torproject.android/). Because Tor hidden services provide encryption and authentication, you can be confident that your RPC credentials will not be sent in the clear. Tor also solves problems often seen on home servers related to port-forwarding, IP addresses changing, etc -- it just works. This setup will also obfuscate the fact that you are connecting to a remote Monero node. Tested with Monero `v0.15.0.1` connecting a Mac laptop wallet to a remote Linux node (Ubuntu 18.04.2). diff --git a/_i18n/pt-br/resources/user-guides/verification-allos-advanced.md b/_i18n/pt-br/resources/user-guides/verification-allos-advanced.md index 7b6af452..b33727cd 100644 --- a/_i18n/pt-br/resources/user-guides/verification-allos-advanced.md +++ b/_i18n/pt-br/resources/user-guides/verification-allos-advanced.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + A verificação dos arquivos binários deve sempre ser feita antes de se extrair, instalar e usar o software do Monero. Essa é a única maneira de assegurar que você está usando o software oficial do Monero. Com esse guia você aprenderá como não ser enganado a usar um programa falso do Monero que você venha a baixar em um phishing, em um ataque hacker, etc. Para proteger a integridade dos binários, a equipe Monero fornece uma lista assinada criptograficamente contendo todos os hashes [SHA256](https://pt.wikipedia.org/wiki/SHA-2) dos binários. Se o binário que você baixou foi adulterado, ele irá produzir um [hash diferente](https://pt.wikipedia.org/wiki/File_hashing) do que o hash esperado para o arquivo. diff --git a/_i18n/pt-br/resources/user-guides/verification-windows-beginner.md b/_i18n/pt-br/resources/user-guides/verification-windows-beginner.md index 110e8119..ef190945 100644 --- a/_i18n/pt-br/resources/user-guides/verification-windows-beginner.md +++ b/_i18n/pt-br/resources/user-guides/verification-windows-beginner.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Verify Binaries: Windows (Beginner) Verification of the Monero binary files should be done prior to extracting, installing, or using the Monero software. This is the only way to ensure that you are using the official Monero binary. If you receive a fake binary (eg. phishing, MITM, etc.), following this guide will protect you from being tricked into using it. diff --git a/_i18n/pt-br/resources/user-guides/view_only.md b/_i18n/pt-br/resources/user-guides/view_only.md index e0dcb11b..b482d78a 100644 --- a/_i18n/pt-br/resources/user-guides/view_only.md +++ b/_i18n/pt-br/resources/user-guides/view_only.md @@ -1,5 +1,5 @@ -{% assign version = '1.3.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + A view-only wallet can only see which incoming transactions belong to you. It can not spend any of your Monero, in fact it can't even see outgoing transactions from this wallet. This makes view-only wallets particularly interesting for * Developers writing libraries to validate payments diff --git a/_i18n/pt-br/resources/user-guides/vps_run_node.md b/_i18n/pt-br/resources/user-guides/vps_run_node.md index 8686b8b7..d47edb45 100644 --- a/_i18n/pt-br/resources/user-guides/vps_run_node.md +++ b/_i18n/pt-br/resources/user-guides/vps_run_node.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # monerod `monerod` is the daemon software that ships with the Monero tree. It is a console program, and manages the blockchain. While a bitcoin wallet manages both an account and the blockchain, Monero separates these: `monerod` handles the blockchain, and `monero-wallet-cli` handles the account. diff --git a/_i18n/ru/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md b/_i18n/ru/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md index 10c11995..9864843e 100644 --- a/_i18n/ru/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md +++ b/_i18n/ru/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md @@ -1,5 +1,5 @@ -{% assign version = '3.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + Если у вас нет рентабельного оборудования для майнинга, а также нет ни времени, ни средств, чтобы заняться его сборкой, вы можете заниматься майнингом Monero, используя NiceHash. NiceHash является торговой площадкой, где можно буквально купить хешрейт. Продавцы хешрейта, то есть майнеры, предлагают хешрейт покупателям (тем, кто хочет приобрести услуги по майнингу определённой монеты). Таким образом, NiceHash может обеспечить вас приличным хешрейтом за короткий промежуток времени. Вам не придётся проводить годы в ожидании, чтобы понять, сможете ли вы извлечь какую-либо выгоду или нет, а также вы будете контролировать процесс выбора монеты, пула и продолжительности майнинга. diff --git a/_i18n/ru/resources/user-guides/Offline_Backup.md b/_i18n/ru/resources/user-guides/Offline_Backup.md index 45d0d0b1..2d4e0479 100644 --- a/_i18n/ru/resources/user-guides/Offline_Backup.md +++ b/_i18n/ru/resources/user-guides/Offline_Backup.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Операционные системы: разные версии для Linux и Windows 7, 8 ### Кошелёк: Simplewallet diff --git a/_i18n/ru/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md b/_i18n/ru/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md index a5f61a6f..e37e7fe5 100644 --- a/_i18n/ru/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md +++ b/_i18n/ru/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + С помощью [Qubes](https://qubes-os.org) + [Whonix](https://whonix.org) можно создать кошелек Monero, который не будет требовать подключения к сети и работать на фактически изолированной от демона Monero системе , у которого весь сетевой трафик будет проходить через сеть [Tor](https://torproject.org). Qubes предоставляет гибкость, позволяющую легко создавать отдельные виртуальные машины для разных целей. Сначала нужно создать рабочую станцию Whonix для кошелька без подключения к сети. Далее, создается другая рабочая станция Whonix для демона, который будет использовать шлюз Whonix, так как это NetVM. Для обмена данными между кошельком и демоном можно использовать Qubes [qrexec](https://www.qubes-os.org/doc/qrexec3/). diff --git a/_i18n/ru/resources/user-guides/howto_fix_stuck_funds.md b/_i18n/ru/resources/user-guides/howto_fix_stuck_funds.md index 8f0e98f0..1030f5ce 100644 --- a/_i18n/ru/resources/user-guides/howto_fix_stuck_funds.md +++ b/_i18n/ru/resources/user-guides/howto_fix_stuck_funds.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + Случается так, что ваши средства «застревают», то есть у вас появляются заблокированные средства, которые никогда не будут разблокированы. И вот способ решения этой проблемы. - Загрузить ваш кошелёк в monero-wallet-cli. diff --git a/_i18n/ru/resources/user-guides/importing_blockchain.md b/_i18n/ru/resources/user-guides/importing_blockchain.md index 037a3eab..3a6d9717 100644 --- a/_i18n/ru/resources/user-guides/importing_blockchain.md +++ b/_i18n/ru/resources/user-guides/importing_blockchain.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ### Шаг 1 Скачать последнюю программу самозагрузки по ссылке: https://downloads.getmonero.org/blockchain.raw. Этот шаг можно пропустить, если блокчейн импортируется из другого источника. diff --git a/_i18n/ru/resources/user-guides/ledger-wallet-cli.md b/_i18n/ru/resources/user-guides/ledger-wallet-cli.md index 678476df..25fbfa94 100644 --- a/_i18n/ru/resources/user-guides/ledger-wallet-cli.md +++ b/_i18n/ru/resources/user-guides/ledger-wallet-cli.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ### Содержание * [1. Windows](#1-windows) diff --git a/_i18n/ru/resources/user-guides/mine-to-pool.md b/_i18n/ru/resources/user-guides/mine-to-pool.md index beb8204e..067ba22d 100644 --- a/_i18n/ru/resources/user-guides/mine-to-pool.md +++ b/_i18n/ru/resources/user-guides/mine-to-pool.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Выбираем пул Существует множество пулов, список которых можно найти на [moneropools.com](https://moneropools.com). Если выбрать для майнинга большой пул, то выплаты будут происходить чаще, но небольшие майнинговые пулы способствуют поддержанию децентрализации сети. diff --git a/_i18n/ru/resources/user-guides/monero-wallet-cli.md b/_i18n/ru/resources/user-guides/monero-wallet-cli.md index 1d39c427..96412dac 100644 --- a/_i18n/ru/resources/user-guides/monero-wallet-cli.md +++ b/_i18n/ru/resources/user-guides/monero-wallet-cli.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # monero-wallet-cli `monero-wallet-cli` - это программное обеспечение кошелька, которое поставляется вместе с Monero. Оно представляет собой консольную программу, которая управляет учетными записями пользователей Monero. В то время как кошелек Bitcoin управляет как учетными записями, так и блокчейном, в Monero эти функции разделены: `monerod` обрабатывает блокчейн, а `monero-wallet-cli` обрабатывает учетные записи пользователей. diff --git a/_i18n/ru/resources/user-guides/monero_tools.md b/_i18n/ru/resources/user-guides/monero_tools.md index b7cf814c..3e3a9fcc 100644 --- a/_i18n/ru/resources/user-guides/monero_tools.md +++ b/_i18n/ru/resources/user-guides/monero_tools.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + Для сбора информации о сети Monero или данных ваших транзакций в блокчейне можно использовать следующие инструменты. ### [Проверка получения средств адресатом](http://xmrtests.llcoins.net/checktx.html) diff --git a/_i18n/ru/resources/user-guides/multisig-messaging-system.md b/_i18n/ru/resources/user-guides/multisig-messaging-system.md index 551b79ac..b9feae36 100644 --- a/_i18n/ru/resources/user-guides/multisig-messaging-system.md +++ b/_i18n/ru/resources/user-guides/multisig-messaging-system.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.1' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Вступление В настоящем руководстве описана *Multisig Messaging System*, сокращённо *MMS*. Система призвана облегчить **проведение multisig-транзакций** Monero и похожих криптовалют, в основе которых лежит протокол CryptoNote, за счёт упрощения обмена между кошельками такой информацией, как наборы данных ключей и данные синхронизации, а также путём обеспечения руководства по последовательности выполняемых операций, которое поможет вам на различных этапах. diff --git a/_i18n/ru/resources/user-guides/prove-payment.md b/_i18n/ru/resources/user-guides/prove-payment.md index a2e2337f..f4204227 100644 --- a/_i18n/ru/resources/user-guides/prove-payment.md +++ b/_i18n/ru/resources/user-guides/prove-payment.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ### Доказательство платежей Когда вы отправляете деньги стороне, которая затем оспаривает платеж, вы должны быть в состоянии доказать, что платеж был действительно совершен. diff --git a/_i18n/ru/resources/user-guides/remote_node_gui.md b/_i18n/ru/resources/user-guides/remote_node_gui.md index 9313363e..a7b82a9e 100644 --- a/_i18n/ru/resources/user-guides/remote_node_gui.md +++ b/_i18n/ru/resources/user-guides/remote_node_gui.md @@ -1,5 +1,5 @@ -{% assign version = '1.2.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Как найти узел Перво-наперво необходимо найти узел, к которому можно будет подключится! На веб-сайте [moneroworld.com](https://moneroworld.com/#nodes) предлагается множество способов для поиска узлов. Один из самых простых заключается в использовании узла, поддерживаемого самим сайтом, но вы также можете воспользоваться и инструментом, позволяющим найти случайные узлы. diff --git a/_i18n/ru/resources/user-guides/restore_account.md b/_i18n/ru/resources/user-guides/restore_account.md index 2e83b3a1..521aacbb 100644 --- a/_i18n/ru/resources/user-guides/restore_account.md +++ b/_i18n/ru/resources/user-guides/restore_account.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + ## Операционные системы: Windows, Linux, Mac - Найти состоящую из 25 слов @мнемоническую-фразу, которую вы сохранили, когда создавали @кошелёк Monero. diff --git a/_i18n/ru/resources/user-guides/restore_from_keys.md b/_i18n/ru/resources/user-guides/restore_from_keys.md index cc7827e4..564e57c5 100644 --- a/_i18n/ru/resources/user-guides/restore_from_keys.md +++ b/_i18n/ru/resources/user-guides/restore_from_keys.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + Восстановление кошелька при помощи приватных ключей — довольно простой процесс. Если вы обладаете необходимой информацией, это руководство позволит вам полностью восстановить ваш кошелёк. Примечание: при восстановлении при помощи ключей пароль НЕ НУЖЕН. Необходимо три элемента данных вашего кошелька или же файл с вашими ключами, в котором будет содержаться эта информация и пароль, позволяющий расшифровать её. Вам понадобится знание следующих 3 компонентов кошелька: diff --git a/_i18n/ru/resources/user-guides/securely_purchase.md b/_i18n/ru/resources/user-guides/securely_purchase.md index 3946279e..207b6ac0 100644 --- a/_i18n/ru/resources/user-guides/securely_purchase.md +++ b/_i18n/ru/resources/user-guides/securely_purchase.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + Это руководство по приобретению и безопасному хранению Monero по состоянию на июнь 2017 года. #### Шаг 1. Покупка Bitcoin diff --git a/_i18n/ru/resources/user-guides/solo_mine_GUI.md b/_i18n/ru/resources/user-guides/solo_mine_GUI.md index c9483369..6e14a2eb 100644 --- a/_i18n/ru/resources/user-guides/solo_mine_GUI.md +++ b/_i18n/ru/resources/user-guides/solo_mine_GUI.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + Соло-майнинг довольно прост, если использовать официальный GUI. Если у вас до сих пор нет его, следует зайти на страницу для скачивания файлов Monero и загрузить официальный GUI для вашей операционной системы. Затем необходимо запустить настройку и терпеливо ожидать, пока Monero синхронизируется с сетью. Когда это произойдёт, в левом нижнем углу отобразится надпись "Connected" (Соединение установлено). diff --git a/_i18n/ru/resources/user-guides/tor_wallet.md b/_i18n/ru/resources/user-guides/tor_wallet.md index b100b1a5..f901c3d7 100644 --- a/_i18n/ru/resources/user-guides/tor_wallet.md +++ b/_i18n/ru/resources/user-guides/tor_wallet.md @@ -1,5 +1,4 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} Ниже нами приводится пример конфигурации, позволяющей запустить демон Monero (например, на домашнем сервере или VPS), к которому вы могли бы подсоединиться с другого компьютера, на котором будет запущен ваш кошелёк. Для получения информации транзакций, необходимой для вашего кошелька, мы используем анонимную сеть Tor. Преимущество данного подхода заключается том, что демон (`monerod`) может постоянно осуществлять передачу/приём блоков, в то время как кошелёк будет подсоединяться по необходимости и иметь доступ к полному блокчейну. [Monerujo](https://www.monerujo.io/) также должен работать через [Orbot](https://guardianproject.info/apps/org.torproject.android/). Поскольку скрытые службы Tor обеспечивают возможность шифрования и аутентификации, вы можете быть уверены в том, что ваши данные RPC не будут передаваться в открытую. Tor также решает проблемы, зачастую характерные для домашних серверов и связанные с пробросом портов, изменением IP-адресов и т. д. Всё это просто работает. Данная настройка также позволит скрыть тот факт, что вы подсоединяетесь к удалённому узлу Monero. Она была протестирована с версией Monero `v0.15.0.1` В ходе тестирования кошелёк, установленный на ноутбук Mac, соединялся с удалённым узлом Linux (Ubuntu 18.04.2). diff --git a/_i18n/ru/resources/user-guides/verification-allos-advanced.md b/_i18n/ru/resources/user-guides/verification-allos-advanced.md index 9e3efc14..fd31ab82 100644 --- a/_i18n/ru/resources/user-guides/verification-allos-advanced.md +++ b/_i18n/ru/resources/user-guides/verification-allos-advanced.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + Верификация двоичных файлов Monero производится до извлечения, установки или использования программного обеспечения Monero. Это единственный способ убедиться в том, что вы используете официальное программное обеспечение Monero. Если вами был получен поддельный двоичный файл Monero (например, фишинговый, MITM и т. д.), соблюдение правил, изложенных в данном руководстве, поможет избежать обмана, связанного с использованием такого файла. Для защиты целостности двоичных файлов команда Monero обеспечивает криптографически подписанный список всех хешей [SHA256](https://en.wikipedia.org/wiki/SHA-2) Если загруженный вами двоичный файл был изменён, он будет выдавать хеш, [отличающийся](https://en.wikipedia.org/wiki/File_verification) от того, что находится в файле. diff --git a/_i18n/ru/resources/user-guides/verification-windows-beginner.md b/_i18n/ru/resources/user-guides/verification-windows-beginner.md index 20d069a3..0a0ab969 100644 --- a/_i18n/ru/resources/user-guides/verification-windows-beginner.md +++ b/_i18n/ru/resources/user-guides/verification-windows-beginner.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + Верификацию двоичных файлов Monero следует производить до извлечения, установки или использования программного обеспечения Monero. Это единственный способ гарантированно убедиться в том, что вы используете официальный двоичный файл Monero. Если вами был получен фальшивый файл (фишинговый, MITM и т. д.), лучше воспользоваться этим руководством, чтобы такой файл не навредил вам. Для защиты целостности двоичных файлов командой Monero используется криптографически подписанный список хешей [SHA256](https://en.wikipedia.org/wiki/SHA-2). Если скачанный вами двоичный файл изменён каким-либо образом, его хеш [будет отличатся](https://en.wikipedia.org/wiki/File_verification) от того, что указан в файле. diff --git a/_i18n/ru/resources/user-guides/view_only.md b/_i18n/ru/resources/user-guides/view_only.md index f7516f3a..fa2a8062 100644 --- a/_i18n/ru/resources/user-guides/view_only.md +++ b/_i18n/ru/resources/user-guides/view_only.md @@ -1,5 +1,5 @@ -{% assign version = '1.3.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + Кошелек для просмотра может видеть только то, какие входящие транзакции принадлежат вам. С помощью него нельзя потратить ваши Monero. На самом деле он даже не может видеть исходящие транзакции из этого кошелька. Это делает кошелек для просмотра исключительно интересным в следующих целях: * Разработчикам, которые создают библиотеки для проверки платежей diff --git a/_i18n/ru/resources/user-guides/vps_run_node.md b/_i18n/ru/resources/user-guides/vps_run_node.md index 9318fb3e..fe2e51b7 100644 --- a/_i18n/ru/resources/user-guides/vps_run_node.md +++ b/_i18n/ru/resources/user-guides/vps_run_node.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="yes" translationOutdated="no" %} + # monerod `monerod` является демон-программой в составе дерева Monero. Это консольная программа, используемая для управления блокчейном. Если кошелек Bitcoin позволяет управлять как аккаунтом, так и блокчейном, то в Monero эти функции разделены: `monerod` работает с блокчейном, а `monero-wallet-cli` управляет аккаунтом. diff --git a/_i18n/tr/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md b/_i18n/tr/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md index 3ce4e622..a3fa0c9a 100644 --- a/_i18n/tr/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md +++ b/_i18n/tr/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md @@ -1,5 +1,5 @@ -{% assign version = '3.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## How to mine Monero (XMR) without a mining equipment? If you don’t have a profitable mining equipment, nor time or diff --git a/_i18n/tr/resources/user-guides/Offline_Backup.md b/_i18n/tr/resources/user-guides/Offline_Backup.md index 68ed66a8..2b82dee8 100644 --- a/_i18n/tr/resources/user-guides/Offline_Backup.md +++ b/_i18n/tr/resources/user-guides/Offline_Backup.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## Operating Systems: Various versions of Linux and Windows 7, 8 ### Wallet Software: Simplewallet diff --git a/_i18n/tr/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md b/_i18n/tr/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md index 7dd639f3..1669d3f2 100644 --- a/_i18n/tr/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md +++ b/_i18n/tr/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # CLI Wallet/Daemon Isolation with Qubes + Whonix With [Qubes](https://qubes-os.org) + [Whonix](https://whonix.org) you can have a Monero wallet that is without networking and running on a virtually isolated system from the Monero daemon which has all of its traffic forced over [Tor](https://torproject.org). diff --git a/_i18n/tr/resources/user-guides/howto_fix_stuck_funds.md b/_i18n/tr/resources/user-guides/howto_fix_stuck_funds.md index ea3b9396..0aba1f9b 100644 --- a/_i18n/tr/resources/user-guides/howto_fix_stuck_funds.md +++ b/_i18n/tr/resources/user-guides/howto_fix_stuck_funds.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + Sometimes, your funds will become stuck - you will have some locked funds that never become unlocked. This is how you fix it. - Load your wallet in monero-wallet-cli. diff --git a/_i18n/tr/resources/user-guides/importing_blockchain.md b/_i18n/tr/resources/user-guides/importing_blockchain.md index 5bf18b0d..30cc093f 100644 --- a/_i18n/tr/resources/user-guides/importing_blockchain.md +++ b/_i18n/tr/resources/user-guides/importing_blockchain.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ### Step 1 Download the Current bootstrap from https://downloads.getmonero.org/blockchain.raw; you can skip this step if you are importing the Blockchain from another source. diff --git a/_i18n/tr/resources/user-guides/ledger-wallet-cli.md b/_i18n/tr/resources/user-guides/ledger-wallet-cli.md index edfec75b..3a1b19cf 100644 --- a/_i18n/tr/resources/user-guides/ledger-wallet-cli.md +++ b/_i18n/tr/resources/user-guides/ledger-wallet-cli.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## How to generate a Ledger Monero wallet with the CLI (monero-wallet-cli) ### Table of Content diff --git a/_i18n/tr/resources/user-guides/mine-to-pool.md b/_i18n/tr/resources/user-guides/mine-to-pool.md index 708a4695..1753a341 100644 --- a/_i18n/tr/resources/user-guides/mine-to-pool.md +++ b/_i18n/tr/resources/user-guides/mine-to-pool.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Selecting a pool There are many pools to choose from, a list is available at diff --git a/_i18n/tr/resources/user-guides/monero-wallet-cli.md b/_i18n/tr/resources/user-guides/monero-wallet-cli.md index 8de8ec5d..db3bb6d3 100644 --- a/_i18n/tr/resources/user-guides/monero-wallet-cli.md +++ b/_i18n/tr/resources/user-guides/monero-wallet-cli.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # monero-wallet-cli `monero-wallet-cli` is the wallet software that ships with the Monero tree. It is a console program, diff --git a/_i18n/tr/resources/user-guides/monero_tools.md b/_i18n/tr/resources/user-guides/monero_tools.md index 19102fc7..5bd756c8 100644 --- a/_i18n/tr/resources/user-guides/monero_tools.md +++ b/_i18n/tr/resources/user-guides/monero_tools.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Monero tools These tools can be used to gain information about the Monero network or your transaction data in the blockchain. diff --git a/_i18n/tr/resources/user-guides/multisig-messaging-system.md b/_i18n/tr/resources/user-guides/multisig-messaging-system.md index e73088b7..ebc50db2 100644 --- a/_i18n/tr/resources/user-guides/multisig-messaging-system.md +++ b/_i18n/tr/resources/user-guides/multisig-messaging-system.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.1' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Multisig Transactions with MMS and CLI Wallet ## Introduction diff --git a/_i18n/tr/resources/user-guides/prove-payment.md b/_i18n/tr/resources/user-guides/prove-payment.md index 77154bee..2175b7d6 100644 --- a/_i18n/tr/resources/user-guides/prove-payment.md +++ b/_i18n/tr/resources/user-guides/prove-payment.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ### Prove payments When you send money to a party who then disputes the payment was made, you need to be able to prove the payment was made. diff --git a/_i18n/tr/resources/user-guides/remote_node_gui.md b/_i18n/tr/resources/user-guides/remote_node_gui.md index 4a308f53..f6aecc40 100644 --- a/_i18n/tr/resources/user-guides/remote_node_gui.md +++ b/_i18n/tr/resources/user-guides/remote_node_gui.md @@ -1,5 +1,5 @@ -{% assign version = '1.2.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## Finding a node First things first, you need to find a node to connect to! [moneroworld.com](https://moneroworld.com/#nodes) has some great resources for finding nodes. One of the easiest methods would be to use a node run by moneroworld, but they have a tool for finding random nodes too. diff --git a/_i18n/tr/resources/user-guides/restore_account.md b/_i18n/tr/resources/user-guides/restore_account.md index f010454e..83351d62 100644 --- a/_i18n/tr/resources/user-guides/restore_account.md +++ b/_i18n/tr/resources/user-guides/restore_account.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## Operating Systems: Windows, Linux, Mac - Retrieve your 25 word @mnemonic-seed that you saved when creating your old Monero @wallet diff --git a/_i18n/tr/resources/user-guides/restore_from_keys.md b/_i18n/tr/resources/user-guides/restore_from_keys.md index ed3326e3..817c26b6 100644 --- a/_i18n/tr/resources/user-guides/restore_from_keys.md +++ b/_i18n/tr/resources/user-guides/restore_from_keys.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ### Restoring from keys Restoring a wallet from private keys is pretty simple. If you have the necessary information, with this guide you can completely restore your wallet. Note: you do NOT have to have your password to restore from keys. diff --git a/_i18n/tr/resources/user-guides/securely_purchase.md b/_i18n/tr/resources/user-guides/securely_purchase.md index 39384562..c49306cd 100644 --- a/_i18n/tr/resources/user-guides/securely_purchase.md +++ b/_i18n/tr/resources/user-guides/securely_purchase.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## How to purchase Monero and securely store it. This is a guide to purchase and securely store Monero as of June 2017. diff --git a/_i18n/tr/resources/user-guides/solo_mine_GUI.md b/_i18n/tr/resources/user-guides/solo_mine_GUI.md index 9157cd62..131fc1f1 100644 --- a/_i18n/tr/resources/user-guides/solo_mine_GUI.md +++ b/_i18n/tr/resources/user-guides/solo_mine_GUI.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + It is very easy to solo mine with the official GUI. If you have not done so already, go to the Monero downloads page and download the official GUI for your operating system. Then, run the setup and be patient as Monero synchronizes with the network. You should see that it displays "Connected" in the lower left corner. diff --git a/_i18n/tr/resources/user-guides/tor_wallet.md b/_i18n/tr/resources/user-guides/tor_wallet.md index aa44ff4f..6b517f91 100644 --- a/_i18n/tr/resources/user-guides/tor_wallet.md +++ b/_i18n/tr/resources/user-guides/tor_wallet.md @@ -1,5 +1,4 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} Below we'll show an example configuration that allows you to run a Monero daemon (eg on a home server or VPS) that you can connect to from another computer running your wallet. We do this over the Tor anonymity network to retrieve the transaction information needed by your wallet. The benefit of this approach is that the daemon (`monerod`) can stay on all of the time sending / receiving blocks, while the wallet can connect when needed and have access to the full blockchain. [Monerujo](https://www.monerujo.io/) should also work via [Orbot](https://guardianproject.info/apps/org.torproject.android/). Because Tor hidden services provide encryption and authentication, you can be confident that your RPC credentials will not be sent in the clear. Tor also solves problems often seen on home servers related to port-forwarding, IP addresses changing, etc -- it just works. This setup will also obfuscate the fact that you are connecting to a remote Monero node. Tested with Monero `v0.15.0.1` connecting a Mac laptop wallet to a remote Linux node (Ubuntu 18.04.2). diff --git a/_i18n/tr/resources/user-guides/verification-allos-advanced.md b/_i18n/tr/resources/user-guides/verification-allos-advanced.md index 7d1f4d8d..11ea74fe 100644 --- a/_i18n/tr/resources/user-guides/verification-allos-advanced.md +++ b/_i18n/tr/resources/user-guides/verification-allos-advanced.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Binary Verification: Linux, Mac, or Windows Using CLI Tools (Advanced) Verification of the Monero binary files should be done prior to extracting, installing, or using the Monero software. This is the only way to ensure that you are using the official Monero software. If you receive a fake Monero binary (eg. phishing, MITM, etc.), following this guide will protect you from being tricked into using it. diff --git a/_i18n/tr/resources/user-guides/verification-windows-beginner.md b/_i18n/tr/resources/user-guides/verification-windows-beginner.md index c5557b4e..d4c78cd4 100644 --- a/_i18n/tr/resources/user-guides/verification-windows-beginner.md +++ b/_i18n/tr/resources/user-guides/verification-windows-beginner.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Verify Binaries: Windows (Beginner) Verification of the Monero binary files should be done prior to extracting, installing, or using the Monero software. This is the only way to ensure that you are using the official Monero binary. If you receive a fake binary (eg. phishing, MITM, etc.), following this guide will protect you from being tricked into using it. diff --git a/_i18n/tr/resources/user-guides/view_only.md b/_i18n/tr/resources/user-guides/view_only.md index b5526e42..fdff1bfd 100644 --- a/_i18n/tr/resources/user-guides/view_only.md +++ b/_i18n/tr/resources/user-guides/view_only.md @@ -1,5 +1,5 @@ -{% assign version = '1.2.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + A view-only wallet can only see which incoming transactions belong to you. It can not spend any of your Monero, in fact it can't even see outgoing transactions from this wallet. This makes view-only wallets particularly interesting for * Developers writing libraries to validate payments diff --git a/_i18n/tr/resources/user-guides/vps_run_node.md b/_i18n/tr/resources/user-guides/vps_run_node.md index 8686b8b7..d47edb45 100644 --- a/_i18n/tr/resources/user-guides/vps_run_node.md +++ b/_i18n/tr/resources/user-guides/vps_run_node.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # monerod `monerod` is the daemon software that ships with the Monero tree. It is a console program, and manages the blockchain. While a bitcoin wallet manages both an account and the blockchain, Monero separates these: `monerod` handles the blockchain, and `monero-wallet-cli` handles the account. diff --git a/_i18n/zh-cn/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md b/_i18n/zh-cn/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md index 3ce4e622..a3fa0c9a 100644 --- a/_i18n/zh-cn/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md +++ b/_i18n/zh-cn/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md @@ -1,5 +1,5 @@ -{% assign version = '3.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## How to mine Monero (XMR) without a mining equipment? If you don’t have a profitable mining equipment, nor time or diff --git a/_i18n/zh-cn/resources/user-guides/Offline_Backup.md b/_i18n/zh-cn/resources/user-guides/Offline_Backup.md index 6999cf8a..ac8f4a59 100644 --- a/_i18n/zh-cn/resources/user-guides/Offline_Backup.md +++ b/_i18n/zh-cn/resources/user-guides/Offline_Backup.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## Operating Systems: Various versions of Linux and Windows 7, 8 ### Wallet Software: Simplewallet diff --git a/_i18n/zh-cn/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md b/_i18n/zh-cn/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md index c1a65ef0..6702d3f5 100644 --- a/_i18n/zh-cn/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md +++ b/_i18n/zh-cn/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # CLI Wallet/Daemon Isolation with Qubes + Whonix With [Qubes](https://qubes-os.org) + [Whonix](https://whonix.org) you can have a Monero wallet that is without networking and running on a virtually isolated system from the Monero daemon which has all of its traffic forced over [Tor](https://torproject.org). diff --git a/_i18n/zh-cn/resources/user-guides/howto_fix_stuck_funds.md b/_i18n/zh-cn/resources/user-guides/howto_fix_stuck_funds.md index ea3b9396..0aba1f9b 100644 --- a/_i18n/zh-cn/resources/user-guides/howto_fix_stuck_funds.md +++ b/_i18n/zh-cn/resources/user-guides/howto_fix_stuck_funds.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + Sometimes, your funds will become stuck - you will have some locked funds that never become unlocked. This is how you fix it. - Load your wallet in monero-wallet-cli. diff --git a/_i18n/zh-cn/resources/user-guides/importing_blockchain.md b/_i18n/zh-cn/resources/user-guides/importing_blockchain.md index 5bf18b0d..30cc093f 100644 --- a/_i18n/zh-cn/resources/user-guides/importing_blockchain.md +++ b/_i18n/zh-cn/resources/user-guides/importing_blockchain.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ### Step 1 Download the Current bootstrap from https://downloads.getmonero.org/blockchain.raw; you can skip this step if you are importing the Blockchain from another source. diff --git a/_i18n/zh-cn/resources/user-guides/ledger-wallet-cli.md b/_i18n/zh-cn/resources/user-guides/ledger-wallet-cli.md index edfec75b..3a1b19cf 100644 --- a/_i18n/zh-cn/resources/user-guides/ledger-wallet-cli.md +++ b/_i18n/zh-cn/resources/user-guides/ledger-wallet-cli.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## How to generate a Ledger Monero wallet with the CLI (monero-wallet-cli) ### Table of Content diff --git a/_i18n/zh-cn/resources/user-guides/mine-to-pool.md b/_i18n/zh-cn/resources/user-guides/mine-to-pool.md index 708a4695..1753a341 100644 --- a/_i18n/zh-cn/resources/user-guides/mine-to-pool.md +++ b/_i18n/zh-cn/resources/user-guides/mine-to-pool.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Selecting a pool There are many pools to choose from, a list is available at diff --git a/_i18n/zh-cn/resources/user-guides/monero-wallet-cli.md b/_i18n/zh-cn/resources/user-guides/monero-wallet-cli.md index 8de8ec5d..db3bb6d3 100644 --- a/_i18n/zh-cn/resources/user-guides/monero-wallet-cli.md +++ b/_i18n/zh-cn/resources/user-guides/monero-wallet-cli.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # monero-wallet-cli `monero-wallet-cli` is the wallet software that ships with the Monero tree. It is a console program, diff --git a/_i18n/zh-cn/resources/user-guides/monero_tools.md b/_i18n/zh-cn/resources/user-guides/monero_tools.md index 19102fc7..5bd756c8 100644 --- a/_i18n/zh-cn/resources/user-guides/monero_tools.md +++ b/_i18n/zh-cn/resources/user-guides/monero_tools.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Monero tools These tools can be used to gain information about the Monero network or your transaction data in the blockchain. diff --git a/_i18n/zh-cn/resources/user-guides/multisig-messaging-system.md b/_i18n/zh-cn/resources/user-guides/multisig-messaging-system.md index e73088b7..ebc50db2 100644 --- a/_i18n/zh-cn/resources/user-guides/multisig-messaging-system.md +++ b/_i18n/zh-cn/resources/user-guides/multisig-messaging-system.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.1' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Multisig Transactions with MMS and CLI Wallet ## Introduction diff --git a/_i18n/zh-cn/resources/user-guides/prove-payment.md b/_i18n/zh-cn/resources/user-guides/prove-payment.md index 77154bee..2175b7d6 100644 --- a/_i18n/zh-cn/resources/user-guides/prove-payment.md +++ b/_i18n/zh-cn/resources/user-guides/prove-payment.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ### Prove payments When you send money to a party who then disputes the payment was made, you need to be able to prove the payment was made. diff --git a/_i18n/zh-cn/resources/user-guides/remote_node_gui.md b/_i18n/zh-cn/resources/user-guides/remote_node_gui.md index 6cd5dc04..6198fe9f 100644 --- a/_i18n/zh-cn/resources/user-guides/remote_node_gui.md +++ b/_i18n/zh-cn/resources/user-guides/remote_node_gui.md @@ -1,5 +1,5 @@ -{% assign version = '1.2.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## Finding a node First things first, you need to find a node to connect to! [moneroworld.com](https://moneroworld.com/#nodes) has some great resources for finding nodes. One of the easiest methods would be to use a node run by moneroworld, but they have a tool for finding random nodes too. diff --git a/_i18n/zh-cn/resources/user-guides/restore_account.md b/_i18n/zh-cn/resources/user-guides/restore_account.md index f010454e..83351d62 100644 --- a/_i18n/zh-cn/resources/user-guides/restore_account.md +++ b/_i18n/zh-cn/resources/user-guides/restore_account.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## Operating Systems: Windows, Linux, Mac - Retrieve your 25 word @mnemonic-seed that you saved when creating your old Monero @wallet diff --git a/_i18n/zh-cn/resources/user-guides/restore_from_keys.md b/_i18n/zh-cn/resources/user-guides/restore_from_keys.md index ed3326e3..817c26b6 100644 --- a/_i18n/zh-cn/resources/user-guides/restore_from_keys.md +++ b/_i18n/zh-cn/resources/user-guides/restore_from_keys.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ### Restoring from keys Restoring a wallet from private keys is pretty simple. If you have the necessary information, with this guide you can completely restore your wallet. Note: you do NOT have to have your password to restore from keys. diff --git a/_i18n/zh-cn/resources/user-guides/securely_purchase.md b/_i18n/zh-cn/resources/user-guides/securely_purchase.md index 39384562..c49306cd 100644 --- a/_i18n/zh-cn/resources/user-guides/securely_purchase.md +++ b/_i18n/zh-cn/resources/user-guides/securely_purchase.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## How to purchase Monero and securely store it. This is a guide to purchase and securely store Monero as of June 2017. diff --git a/_i18n/zh-cn/resources/user-guides/solo_mine_GUI.md b/_i18n/zh-cn/resources/user-guides/solo_mine_GUI.md index 9157cd62..131fc1f1 100644 --- a/_i18n/zh-cn/resources/user-guides/solo_mine_GUI.md +++ b/_i18n/zh-cn/resources/user-guides/solo_mine_GUI.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + It is very easy to solo mine with the official GUI. If you have not done so already, go to the Monero downloads page and download the official GUI for your operating system. Then, run the setup and be patient as Monero synchronizes with the network. You should see that it displays "Connected" in the lower left corner. diff --git a/_i18n/zh-cn/resources/user-guides/tor_wallet.md b/_i18n/zh-cn/resources/user-guides/tor_wallet.md index aa44ff4f..6b517f91 100644 --- a/_i18n/zh-cn/resources/user-guides/tor_wallet.md +++ b/_i18n/zh-cn/resources/user-guides/tor_wallet.md @@ -1,5 +1,4 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} Below we'll show an example configuration that allows you to run a Monero daemon (eg on a home server or VPS) that you can connect to from another computer running your wallet. We do this over the Tor anonymity network to retrieve the transaction information needed by your wallet. The benefit of this approach is that the daemon (`monerod`) can stay on all of the time sending / receiving blocks, while the wallet can connect when needed and have access to the full blockchain. [Monerujo](https://www.monerujo.io/) should also work via [Orbot](https://guardianproject.info/apps/org.torproject.android/). Because Tor hidden services provide encryption and authentication, you can be confident that your RPC credentials will not be sent in the clear. Tor also solves problems often seen on home servers related to port-forwarding, IP addresses changing, etc -- it just works. This setup will also obfuscate the fact that you are connecting to a remote Monero node. Tested with Monero `v0.15.0.1` connecting a Mac laptop wallet to a remote Linux node (Ubuntu 18.04.2). diff --git a/_i18n/zh-cn/resources/user-guides/verification-allos-advanced.md b/_i18n/zh-cn/resources/user-guides/verification-allos-advanced.md index 7d1f4d8d..11ea74fe 100644 --- a/_i18n/zh-cn/resources/user-guides/verification-allos-advanced.md +++ b/_i18n/zh-cn/resources/user-guides/verification-allos-advanced.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Binary Verification: Linux, Mac, or Windows Using CLI Tools (Advanced) Verification of the Monero binary files should be done prior to extracting, installing, or using the Monero software. This is the only way to ensure that you are using the official Monero software. If you receive a fake Monero binary (eg. phishing, MITM, etc.), following this guide will protect you from being tricked into using it. diff --git a/_i18n/zh-cn/resources/user-guides/verification-windows-beginner.md b/_i18n/zh-cn/resources/user-guides/verification-windows-beginner.md index 110e8119..ef190945 100644 --- a/_i18n/zh-cn/resources/user-guides/verification-windows-beginner.md +++ b/_i18n/zh-cn/resources/user-guides/verification-windows-beginner.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Verify Binaries: Windows (Beginner) Verification of the Monero binary files should be done prior to extracting, installing, or using the Monero software. This is the only way to ensure that you are using the official Monero binary. If you receive a fake binary (eg. phishing, MITM, etc.), following this guide will protect you from being tricked into using it. diff --git a/_i18n/zh-cn/resources/user-guides/view_only.md b/_i18n/zh-cn/resources/user-guides/view_only.md index b5526e42..fdff1bfd 100644 --- a/_i18n/zh-cn/resources/user-guides/view_only.md +++ b/_i18n/zh-cn/resources/user-guides/view_only.md @@ -1,5 +1,5 @@ -{% assign version = '1.2.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + A view-only wallet can only see which incoming transactions belong to you. It can not spend any of your Monero, in fact it can't even see outgoing transactions from this wallet. This makes view-only wallets particularly interesting for * Developers writing libraries to validate payments diff --git a/_i18n/zh-cn/resources/user-guides/vps_run_node.md b/_i18n/zh-cn/resources/user-guides/vps_run_node.md index 8686b8b7..d47edb45 100644 --- a/_i18n/zh-cn/resources/user-guides/vps_run_node.md +++ b/_i18n/zh-cn/resources/user-guides/vps_run_node.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # monerod `monerod` is the daemon software that ships with the Monero tree. It is a console program, and manages the blockchain. While a bitcoin wallet manages both an account and the blockchain, Monero separates these: `monerod` handles the blockchain, and `monero-wallet-cli` handles the account. diff --git a/_i18n/zh-tw/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md b/_i18n/zh-tw/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md index 2df6e99f..a3fa0c9a 100644 --- a/_i18n/zh-tw/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md +++ b/_i18n/zh-tw/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md @@ -1,5 +1,5 @@ -{% assign version = '3.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## How to mine Monero (XMR) without a mining equipment? If you don’t have a profitable mining equipment, nor time or diff --git a/_i18n/zh-tw/resources/user-guides/Offline_Backup.md b/_i18n/zh-tw/resources/user-guides/Offline_Backup.md index c88f4900..ac8f4a59 100644 --- a/_i18n/zh-tw/resources/user-guides/Offline_Backup.md +++ b/_i18n/zh-tw/resources/user-guides/Offline_Backup.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## Operating Systems: Various versions of Linux and Windows 7, 8 ### Wallet Software: Simplewallet diff --git a/_i18n/zh-tw/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md b/_i18n/zh-tw/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md index 601afbe6..6702d3f5 100644 --- a/_i18n/zh-tw/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md +++ b/_i18n/zh-tw/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # CLI Wallet/Daemon Isolation with Qubes + Whonix With [Qubes](https://qubes-os.org) + [Whonix](https://whonix.org) you can have a Monero wallet that is without networking and running on a virtually isolated system from the Monero daemon which has all of its traffic forced over [Tor](https://torproject.org). diff --git a/_i18n/zh-tw/resources/user-guides/howto_fix_stuck_funds.md b/_i18n/zh-tw/resources/user-guides/howto_fix_stuck_funds.md index b00847b5..0aba1f9b 100644 --- a/_i18n/zh-tw/resources/user-guides/howto_fix_stuck_funds.md +++ b/_i18n/zh-tw/resources/user-guides/howto_fix_stuck_funds.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + Sometimes, your funds will become stuck - you will have some locked funds that never become unlocked. This is how you fix it. - Load your wallet in monero-wallet-cli. diff --git a/_i18n/zh-tw/resources/user-guides/importing_blockchain.md b/_i18n/zh-tw/resources/user-guides/importing_blockchain.md index 65f74e5b..30cc093f 100644 --- a/_i18n/zh-tw/resources/user-guides/importing_blockchain.md +++ b/_i18n/zh-tw/resources/user-guides/importing_blockchain.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ### Step 1 Download the Current bootstrap from https://downloads.getmonero.org/blockchain.raw; you can skip this step if you are importing the Blockchain from another source. diff --git a/_i18n/zh-tw/resources/user-guides/ledger-wallet-cli.md b/_i18n/zh-tw/resources/user-guides/ledger-wallet-cli.md index c417d67a..3a1b19cf 100644 --- a/_i18n/zh-tw/resources/user-guides/ledger-wallet-cli.md +++ b/_i18n/zh-tw/resources/user-guides/ledger-wallet-cli.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## How to generate a Ledger Monero wallet with the CLI (monero-wallet-cli) ### Table of Content diff --git a/_i18n/zh-tw/resources/user-guides/mine-to-pool.md b/_i18n/zh-tw/resources/user-guides/mine-to-pool.md index 3d5abd89..1753a341 100644 --- a/_i18n/zh-tw/resources/user-guides/mine-to-pool.md +++ b/_i18n/zh-tw/resources/user-guides/mine-to-pool.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Selecting a pool There are many pools to choose from, a list is available at diff --git a/_i18n/zh-tw/resources/user-guides/monero-wallet-cli.md b/_i18n/zh-tw/resources/user-guides/monero-wallet-cli.md index c13403cb..db3bb6d3 100644 --- a/_i18n/zh-tw/resources/user-guides/monero-wallet-cli.md +++ b/_i18n/zh-tw/resources/user-guides/monero-wallet-cli.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # monero-wallet-cli `monero-wallet-cli` is the wallet software that ships with the Monero tree. It is a console program, diff --git a/_i18n/zh-tw/resources/user-guides/monero_tools.md b/_i18n/zh-tw/resources/user-guides/monero_tools.md index 1d2bd838..5bd756c8 100644 --- a/_i18n/zh-tw/resources/user-guides/monero_tools.md +++ b/_i18n/zh-tw/resources/user-guides/monero_tools.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Monero tools These tools can be used to gain information about the Monero network or your transaction data in the blockchain. diff --git a/_i18n/zh-tw/resources/user-guides/multisig-messaging-system.md b/_i18n/zh-tw/resources/user-guides/multisig-messaging-system.md index 1669de72..ebc50db2 100644 --- a/_i18n/zh-tw/resources/user-guides/multisig-messaging-system.md +++ b/_i18n/zh-tw/resources/user-guides/multisig-messaging-system.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.1' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Multisig Transactions with MMS and CLI Wallet ## Introduction diff --git a/_i18n/zh-tw/resources/user-guides/prove-payment.md b/_i18n/zh-tw/resources/user-guides/prove-payment.md index 5b644a2b..2175b7d6 100644 --- a/_i18n/zh-tw/resources/user-guides/prove-payment.md +++ b/_i18n/zh-tw/resources/user-guides/prove-payment.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ### Prove payments When you send money to a party who then disputes the payment was made, you need to be able to prove the payment was made. diff --git a/_i18n/zh-tw/resources/user-guides/remote_node_gui.md b/_i18n/zh-tw/resources/user-guides/remote_node_gui.md index 64392a97..6198fe9f 100644 --- a/_i18n/zh-tw/resources/user-guides/remote_node_gui.md +++ b/_i18n/zh-tw/resources/user-guides/remote_node_gui.md @@ -1,5 +1,5 @@ -{% assign version = '1.2.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## Finding a node First things first, you need to find a node to connect to! [moneroworld.com](https://moneroworld.com/#nodes) has some great resources for finding nodes. One of the easiest methods would be to use a node run by moneroworld, but they have a tool for finding random nodes too. diff --git a/_i18n/zh-tw/resources/user-guides/restore_account.md b/_i18n/zh-tw/resources/user-guides/restore_account.md index f503eb83..83351d62 100644 --- a/_i18n/zh-tw/resources/user-guides/restore_account.md +++ b/_i18n/zh-tw/resources/user-guides/restore_account.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## Operating Systems: Windows, Linux, Mac - Retrieve your 25 word @mnemonic-seed that you saved when creating your old Monero @wallet diff --git a/_i18n/zh-tw/resources/user-guides/restore_from_keys.md b/_i18n/zh-tw/resources/user-guides/restore_from_keys.md index 7850b47e..817c26b6 100644 --- a/_i18n/zh-tw/resources/user-guides/restore_from_keys.md +++ b/_i18n/zh-tw/resources/user-guides/restore_from_keys.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ### Restoring from keys Restoring a wallet from private keys is pretty simple. If you have the necessary information, with this guide you can completely restore your wallet. Note: you do NOT have to have your password to restore from keys. diff --git a/_i18n/zh-tw/resources/user-guides/securely_purchase.md b/_i18n/zh-tw/resources/user-guides/securely_purchase.md index dca92894..c49306cd 100644 --- a/_i18n/zh-tw/resources/user-guides/securely_purchase.md +++ b/_i18n/zh-tw/resources/user-guides/securely_purchase.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + ## How to purchase Monero and securely store it. This is a guide to purchase and securely store Monero as of June 2017. diff --git a/_i18n/zh-tw/resources/user-guides/solo_mine_GUI.md b/_i18n/zh-tw/resources/user-guides/solo_mine_GUI.md index 152e213c..131fc1f1 100644 --- a/_i18n/zh-tw/resources/user-guides/solo_mine_GUI.md +++ b/_i18n/zh-tw/resources/user-guides/solo_mine_GUI.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + It is very easy to solo mine with the official GUI. If you have not done so already, go to the Monero downloads page and download the official GUI for your operating system. Then, run the setup and be patient as Monero synchronizes with the network. You should see that it displays "Connected" in the lower left corner. diff --git a/_i18n/zh-tw/resources/user-guides/tor_wallet.md b/_i18n/zh-tw/resources/user-guides/tor_wallet.md index aa44ff4f..6b517f91 100644 --- a/_i18n/zh-tw/resources/user-guides/tor_wallet.md +++ b/_i18n/zh-tw/resources/user-guides/tor_wallet.md @@ -1,5 +1,4 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="false" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} Below we'll show an example configuration that allows you to run a Monero daemon (eg on a home server or VPS) that you can connect to from another computer running your wallet. We do this over the Tor anonymity network to retrieve the transaction information needed by your wallet. The benefit of this approach is that the daemon (`monerod`) can stay on all of the time sending / receiving blocks, while the wallet can connect when needed and have access to the full blockchain. [Monerujo](https://www.monerujo.io/) should also work via [Orbot](https://guardianproject.info/apps/org.torproject.android/). Because Tor hidden services provide encryption and authentication, you can be confident that your RPC credentials will not be sent in the clear. Tor also solves problems often seen on home servers related to port-forwarding, IP addresses changing, etc -- it just works. This setup will also obfuscate the fact that you are connecting to a remote Monero node. Tested with Monero `v0.15.0.1` connecting a Mac laptop wallet to a remote Linux node (Ubuntu 18.04.2). diff --git a/_i18n/zh-tw/resources/user-guides/verification-allos-advanced.md b/_i18n/zh-tw/resources/user-guides/verification-allos-advanced.md index 22ad5cb3..11ea74fe 100644 --- a/_i18n/zh-tw/resources/user-guides/verification-allos-advanced.md +++ b/_i18n/zh-tw/resources/user-guides/verification-allos-advanced.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Binary Verification: Linux, Mac, or Windows Using CLI Tools (Advanced) Verification of the Monero binary files should be done prior to extracting, installing, or using the Monero software. This is the only way to ensure that you are using the official Monero software. If you receive a fake Monero binary (eg. phishing, MITM, etc.), following this guide will protect you from being tricked into using it. diff --git a/_i18n/zh-tw/resources/user-guides/verification-windows-beginner.md b/_i18n/zh-tw/resources/user-guides/verification-windows-beginner.md index f8b92919..ef190945 100644 --- a/_i18n/zh-tw/resources/user-guides/verification-windows-beginner.md +++ b/_i18n/zh-tw/resources/user-guides/verification-windows-beginner.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # Verify Binaries: Windows (Beginner) Verification of the Monero binary files should be done prior to extracting, installing, or using the Monero software. This is the only way to ensure that you are using the official Monero binary. If you receive a fake binary (eg. phishing, MITM, etc.), following this guide will protect you from being tricked into using it. diff --git a/_i18n/zh-tw/resources/user-guides/view_only.md b/_i18n/zh-tw/resources/user-guides/view_only.md index 355e024f..fdff1bfd 100644 --- a/_i18n/zh-tw/resources/user-guides/view_only.md +++ b/_i18n/zh-tw/resources/user-guides/view_only.md @@ -1,5 +1,5 @@ -{% assign version = '1.2.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + A view-only wallet can only see which incoming transactions belong to you. It can not spend any of your Monero, in fact it can't even see outgoing transactions from this wallet. This makes view-only wallets particularly interesting for * Developers writing libraries to validate payments diff --git a/_i18n/zh-tw/resources/user-guides/vps_run_node.md b/_i18n/zh-tw/resources/user-guides/vps_run_node.md index db299694..d47edb45 100644 --- a/_i18n/zh-tw/resources/user-guides/vps_run_node.md +++ b/_i18n/zh-tw/resources/user-guides/vps_run_node.md @@ -1,5 +1,5 @@ -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} + # monerod `monerod` is the daemon software that ships with the Monero tree. It is a console program, and manages the blockchain. While a bitcoin wallet manages both an account and the blockchain, Monero separates these: `monerod` handles the blockchain, and `monero-wallet-cli` handles the account. diff --git a/_includes/disclaimer.html b/_includes/disclaimer.html index ba13361c..adae5c78 100644 --- a/_includes/disclaimer.html +++ b/_includes/disclaimer.html @@ -1,28 +1,24 @@ {% assign disclaimer = "" %} -{% if site.lang == 'en' %} - -{% elsif version[0] != page.mainVersion[0] %} - - {% capture linkEN %}{{ site.baseurl_root }}{{ page.url }}{% endcapture %} - {% capture disclaimer %}{% t global.outdatedMax %} {% t global.outdatedVersion %}.{% endcapture %} -{% elsif version[1] != page.mainVersion[1] %} - - {% capture disclaimer %}{% t global.outdatedMin %}{% endcapture %} -{% endif %} + +{% if page.outdated %} +
+

{% t global.outdated %}

+
-{% if include.translated != "true" %} - - {% if disclaimer != "" %} - {% capture disclaimer %}
{{ disclaimer }}{% endcapture %} - {% endif %} - {% capture disclaimer %}{% t global.untranslated %} README.{{ disclaimer }}{% endcapture %} -{% else %} + +{% elsif include.translationOutdated == "yes" %} + {% capture disclaimer %}{% t global.outdatedMin %} {% t global.outdatedVersion %}.{% endcapture %} + + +{% elsif include.translated == "no" %} + {% capture disclaimer %}{% t global.untranslated %} README{% endcapture %} {% endif %} -{% if disclaimer != "" %} - -
+ + +{% if disclaimer != "" and site.lang != "en" %} +

{{ disclaimer }}

-
+
{% endif %} \ No newline at end of file diff --git a/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md b/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md index d3169f40..f338e893 100644 --- a/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md +++ b/resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.md @@ -2,10 +2,7 @@ layout: user-guide title: "How to mine Monero XMR without a mining equipment" permalink: /resources/user-guides/How-to-mine-Monero-XMR-without-a-mining-equipment.html -mainVersion: - - "3" - - "1" - - "0" +outdated: False --- {% t global.lang_tag %} diff --git a/resources/user-guides/Offline_Backup.md b/resources/user-guides/Offline_Backup.md index 2e375934..09581d9d 100644 --- a/resources/user-guides/Offline_Backup.md +++ b/resources/user-guides/Offline_Backup.md @@ -2,10 +2,7 @@ layout: user-guide title: "Creating an Offline Backup of your Monero Account" permalink: /resources/user-guides/Offline_Backup.html -mainVersion: - - "1" - - "1" - - "0" +outdated: False --- {% t global.lang_tag %} diff --git a/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md b/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md index 0e76b3b5..c0f8478e 100644 --- a/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md +++ b/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md @@ -2,10 +2,7 @@ layout: user-guide title: CLI Wallet/Daemon Isolation with Qubes + Whonix permalink: /resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.html -mainVersion: - - "1" - - "1" - - "0" +outdated: False --- {% t global.lang_tag %} diff --git a/resources/user-guides/howto_fix_stuck_funds.md b/resources/user-guides/howto_fix_stuck_funds.md index fc09827f..1f1c23d7 100644 --- a/resources/user-guides/howto_fix_stuck_funds.md +++ b/resources/user-guides/howto_fix_stuck_funds.md @@ -2,10 +2,7 @@ layout: user-guide title: "How to fix stuck funds" permalink: /resources/user-guides/howto_fix_stuck_funds.html -mainVersion: - - "1" - - "1" - - "0" +outdated: False --- {% t global.lang_tag %} diff --git a/resources/user-guides/importing_blockchain.md b/resources/user-guides/importing_blockchain.md index ae6bdcbe..2f7319fd 100644 --- a/resources/user-guides/importing_blockchain.md +++ b/resources/user-guides/importing_blockchain.md @@ -2,10 +2,7 @@ layout: user-guide title: Importing the Monero Blockchain from an outside source permalink: /resources/user-guides/importing_blockchain.html -mainVersion: - - "1" - - "1" - - "0" +outdated: False --- {% t global.lang_tag %} diff --git a/resources/user-guides/ledger-wallet-cli.md b/resources/user-guides/ledger-wallet-cli.md index 3a5b4491..4df86915 100644 --- a/resources/user-guides/ledger-wallet-cli.md +++ b/resources/user-guides/ledger-wallet-cli.md @@ -2,10 +2,7 @@ layout: user-guide title: "How to generate a Ledger Monero wallet with the CLI (monero-wallet-cli)" permalink: /resources/user-guides/ledger-wallet-cli.html -mainVersion: - - "1" - - "1" - - "0" +outdated: False ---

{% t user-guides.ledger-wallet-cli %}

diff --git a/resources/user-guides/mine-to-pool.md b/resources/user-guides/mine-to-pool.md index 5d23f274..25bc2763 100644 --- a/resources/user-guides/mine-to-pool.md +++ b/resources/user-guides/mine-to-pool.md @@ -2,10 +2,7 @@ layout: user-guide title: How to mine on a pool with xmr-stak-cpu permalink: /resources/user-guides/mine-to-pool.html -mainVersion: - - "1" - - "1" - - "0" +outdated: False --- {% t global.lang_tag %}

{% t user-guides.mine-on-pool %}

diff --git a/resources/user-guides/monero-wallet-cli.md b/resources/user-guides/monero-wallet-cli.md index d9806a11..c03051aa 100644 --- a/resources/user-guides/monero-wallet-cli.md +++ b/resources/user-guides/monero-wallet-cli.md @@ -2,10 +2,7 @@ layout: user-guide title: "Monero tools" permalink: /resources/user-guides/monero-wallet-cli.html -mainVersion: - - "1" - - "1" - - "0" +outdated: False --- {% t global.lang_tag %}

{% t user-guides.cli-wallet %}

diff --git a/resources/user-guides/monero_tools.md b/resources/user-guides/monero_tools.md index 729865f9..d89fc17c 100644 --- a/resources/user-guides/monero_tools.md +++ b/resources/user-guides/monero_tools.md @@ -2,10 +2,7 @@ layout: user-guide title: "Monero tools" permalink: /resources/user-guides/monero_tools.html -mainVersion: - - "1" - - "1" - - "0" +outdated: False --- {% t global.lang_tag %}

{% t user-guides.monero-tools %}

diff --git a/resources/user-guides/multisig-messaging-system.md b/resources/user-guides/multisig-messaging-system.md index 651b7876..3052414e 100644 --- a/resources/user-guides/multisig-messaging-system.md +++ b/resources/user-guides/multisig-messaging-system.md @@ -2,10 +2,7 @@ layout: user-guide title: "Multisig Transactions with MMS and CLI Wallet" permalink: /resources/user-guides/multisig-messaging-system.html -mainVersion: - - "1" - - "1" - - "1" +outdated: False --- {% t global.lang_tag %}

{% t user-guides.multisig-messaging-system %}

diff --git a/resources/user-guides/prove-payment.md b/resources/user-guides/prove-payment.md index dcd0643c..ced98ae6 100644 --- a/resources/user-guides/prove-payment.md +++ b/resources/user-guides/prove-payment.md @@ -2,10 +2,7 @@ layout: user-guide title: "How to prove payment" permalink: /resources/user-guides/prove-payment.html -mainVersion: - - "1" - - "1" - - "0" +outdated: False --- {% t global.lang_tag %} diff --git a/resources/user-guides/remote_node_gui.md b/resources/user-guides/remote_node_gui.md index 21d8f2ba..db4bf0fd 100644 --- a/resources/user-guides/remote_node_gui.md +++ b/resources/user-guides/remote_node_gui.md @@ -2,10 +2,7 @@ layout: user-guide title: How to use a remote node in the GUI wallet permalink: /resources/user-guides/remote_node_gui.html -mainVersion: - - "1" - - "2" - - "1" +outdated: False --- {% t global.lang_tag %} diff --git a/resources/user-guides/restore_account.md b/resources/user-guides/restore_account.md index 6fd04c4b..8a88dc66 100644 --- a/resources/user-guides/restore_account.md +++ b/resources/user-guides/restore_account.md @@ -2,10 +2,7 @@ layout: user-guide title: "Restoring your Monero Wallet" permalink: /resources/user-guides/restore_account.html -mainVersion: - - "1" - - "1" - - "0" +outdated: False --- {% t global.lang_tag %} diff --git a/resources/user-guides/restore_from_keys.md b/resources/user-guides/restore_from_keys.md index af72e903..1ab24d36 100644 --- a/resources/user-guides/restore_from_keys.md +++ b/resources/user-guides/restore_from_keys.md @@ -2,10 +2,7 @@ layout: user-guide title: "Restoring a wallet from private keys" permalink: /resources/user-guides/restore_from_keys.html -mainVersion: - - "1" - - "1" - - "0" +outdated: False --- {% t global.lang_tag %}

{% t user-guides.restore-from-keys %}

diff --git a/resources/user-guides/securely_purchase.md b/resources/user-guides/securely_purchase.md index 3a5dc248..fcdf969d 100644 --- a/resources/user-guides/securely_purchase.md +++ b/resources/user-guides/securely_purchase.md @@ -2,10 +2,7 @@ layout: user-guide title: Securely purchasing and storing Monero permalink: /resources/user-guides/securely_purchase.html -mainVersion: - - "1" - - "1" - - "0" +outdated: False --- {% t global.lang_tag %} diff --git a/resources/user-guides/solo_mine_GUI.md b/resources/user-guides/solo_mine_GUI.md index 51bef09f..fc1edc8e 100644 --- a/resources/user-guides/solo_mine_GUI.md +++ b/resources/user-guides/solo_mine_GUI.md @@ -2,10 +2,7 @@ layout: user-guide title: "How to solo mine with the GUI" permalink: /resources/user-guides/solo_mine_GUI.html -mainVersion: - - "1" - - "1" - - "0" +outdated: False --- {% t global.lang_tag %} diff --git a/resources/user-guides/tor_wallet.md b/resources/user-guides/tor_wallet.md index b603ce11..f2ca3cc6 100644 --- a/resources/user-guides/tor_wallet.md +++ b/resources/user-guides/tor_wallet.md @@ -2,10 +2,7 @@ layout: user-guide title: "Connecting your local wallet to your own daemon over Tor" permalink: /resources/user-guides/tor_wallet.html -mainVersion: - - "1" - - "1" - - "0" +outdated: False --- {% t global.lang_tag %} diff --git a/resources/user-guides/verification-allos-advanced.md b/resources/user-guides/verification-allos-advanced.md index 89041d50..139ceaf0 100644 --- a/resources/user-guides/verification-allos-advanced.md +++ b/resources/user-guides/verification-allos-advanced.md @@ -2,10 +2,7 @@ layout: user-guide title: "Binary Verification: Linux, Mac, or Windows Using CLI Tools (Advanced)" permalink: /resources/user-guides/verification-allos-advanced.html -mainVersion: - - "1" - - "1" - - "0" +outdated: False --- {% t global.lang_tag %} diff --git a/resources/user-guides/verification-windows-beginner.md b/resources/user-guides/verification-windows-beginner.md index fefd2276..ada6c1fd 100644 --- a/resources/user-guides/verification-windows-beginner.md +++ b/resources/user-guides/verification-windows-beginner.md @@ -2,10 +2,7 @@ layout: user-guide title: Verify Binaries Windows (Beginner) permalink: /resources/user-guides/verification-windows-beginner.html -mainVersion: - - "1" - - "1" - - "0" +outdated: False --- {% t global.lang_tag %} diff --git a/resources/user-guides/view_only.md b/resources/user-guides/view_only.md index 988334c8..9620a92a 100644 --- a/resources/user-guides/view_only.md +++ b/resources/user-guides/view_only.md @@ -2,10 +2,7 @@ layout: user-guide title: "View Only Wallets" permalink: /resources/user-guides/view_only.html -mainVersion: - - "1" - - "3" - - "0" +outdated: False --- {% t global.lang_tag %} diff --git a/resources/user-guides/vps_run_node.md b/resources/user-guides/vps_run_node.md index 6edb7dae..f529d576 100644 --- a/resources/user-guides/vps_run_node.md +++ b/resources/user-guides/vps_run_node.md @@ -2,10 +2,7 @@ layout: user-guide title: "Monero tools" permalink: /resources/user-guides/vps_run_node.html -mainVersion: - - "1" - - "1" - - "0" +outdated: False --- {% t global.lang_tag %}

{% t user-guides.vps-node %}

From 2ae0866c5d32d1ad3c0ea14446fbc654c02056d8 Mon Sep 17 00:00:00 2001 From: erciccione Date: Mon, 4 May 2020 11:16:23 +0200 Subject: [PATCH 2/2] README: refer to new versioning snippet --- README.md | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index eaef63c4..bb73607c 100644 --- a/README.md +++ b/README.md @@ -216,10 +216,7 @@ Navigate to the /resources/user-guides folder and make a new file. Be sure the f layout: user-guide title: TITLE OF YOUR USER GUIDE permalink: /resources/user-guides/NAME-OF-FILE-GOES-HERE.html -mainVersion: - - "1" - - "1" - - "0" +outdated: False --- {% tf resources/user-guides/NAME-OF-FILE-GOES-HERE.md %} @@ -231,22 +228,19 @@ Copy this exactly and merely change the files names where indicated. Navigate to the /i18n/ folder and choose the correct folder for your language. Navigate further into the `resources/user-guides` folders and make a .md file with the EXACT SAME filename as the you made before. ### 5. Write -Write your user guide. Be succinct but thorough. Remember, people will be using your guides when they need help. Make sure all the information is there. Feel free to use images or screenshots if necessary to help get your point across. +Write your user guide. Be succinct but thorough. Remember, people will be using your guides when they need help. Make sure all the information is there. Feel free to use images or screenshots if necessary to help get your point across. There should be NO front matter on this file. -The title should be at the top of the User Guide using a single `#` for an H1 tag. Titles will not be automatically put on these pages as with other pages. There should be NO front matter on this file. - -Add the version snippet at the top of your guide (before your title): +Add the snippet monitoring the status of the translations at the top of your guide: ``` -{% assign version = '1.1.0' | split: '.' %} -{% include disclaimer.html translated="true" version=page.version %} +{% include disclaimer.html translated="no" translationOutdated="no" %} ``` -Your version should start at `1.1.0` as it is the first Major, first Minor, and no cosmetic changes have occurred. +If you are copying the structure of another guide, the snippet will be already there with the default value (`no` and `no`. Meaning the guide is not translated) ### 6. Copy User Guide file into all languages Copy your file and navigate to each language file in the /i18n folder. In each language folder go to the resources/user-guides folder and paste your user guide (don't worry, you don't have to translate it) there. This is very important, and the site will not build if the file with the same name is not in each language folder. -As you paste into each folder, open up the file and edit the snippet at the top of the file (before your title) to mark it untranslated: -`{% include disclaimer.html translated="false" version=page.version %}`. This does not need to be done in the original language that the User Guide was written in. +As you paste into each folder, open up the file and make sure the snippet at the top of the file is correct: +`{% include disclaimer.html translated="no" translationOutdated="no" %}`. ### 7. Add Guide to the 'User Guide' landing page of EACH LANGUAGE In the /\_i18n/[ORIGINAL LANGUAGE OF USER GUIDE]/resources/user-guides folder, find the file labeled index.md and open it.