diff --git a/README.md b/README.md
index 2d48c44a..d661dab0 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ We are trying to move most of the localization work on Weblate, but some parts o
* Navigate to the correct language in the /i18n folder and find the page you wish to translate
* Do not translate any of the `*.yml` files in the /_18n folder
* Click the file and translate the page, not touching any HTML or markdown
-* Remove `{% include untranslated.html %}` from the page
+* Adapt the snippet keeping track of the status of the translation in the document `{% include disclaimer.html translated="no" translationOutdated="no" %}`, changing to `yes` where appropriate
* Test/Build
* Submit PR
@@ -86,7 +86,7 @@ Moneropedia entries have two specificities:
Moneropedia Fron should be translated for both *entry:* and *summary:* elements. However, *terms:* should be extanded with their translation, leaving the English words **untouched**.
This is really important for compatibility purposes. With this, if a new guide is added to the site, an English term on the untranslated version of the guide in another language could be linked to the moneropedia article (of the same language).
-* The old *untranslated* snippet must be removed, therefore the next section is irrelevant here.
+* The snippet keeping track of the status of the translation must be updated (`{% include disclaimer.html translated="no" translationOutdated="no" %}`). If the document is translated, change `translated="no"` to `translated="yes"`. If the document is translated, but the original file (in English) was updated, change `translationOutdated="no"` to `translationOutdated="yes`.
Finally, your entry should go from:
```
@@ -96,7 +96,7 @@ terms: ["English", "terms"]
summary: "English summary."
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
```
To:
```
diff --git a/_i18n/ar/resources/moneropedia/account.md b/_i18n/ar/resources/moneropedia/account.md
index 84b71560..08869702 100644
--- a/_i18n/ar/resources/moneropedia/account.md
+++ b/_i18n/ar/resources/moneropedia/account.md
@@ -3,7 +3,7 @@ terms: ["account", "accounts", "wallet", "wallets"]
summary: "similar in function to a bank account, contains all of your sent and received transactions"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Those familiar with Monero's predecessors will be more familiar with the term *wallet* to describe this. In Monero we call this an account, and it is a private account owned and operated by a Monero user.
diff --git a/_i18n/ar/resources/moneropedia/address-book.md b/_i18n/ar/resources/moneropedia/address-book.md
index 06f7df91..f23fa518 100644
--- a/_i18n/ar/resources/moneropedia/address-book.md
+++ b/_i18n/ar/resources/moneropedia/address-book.md
@@ -4,7 +4,7 @@ terms: ["Address-Book"]
summary: "Allows you to visit I2P websites/services that have the .i2p domain"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
In order to browse @I2P sites or services with @Kovri, you'll need an address book. An address book will allow you to translate @I2P websites/services that use the `.i2p` [top-level domain](https://en.wikipedia.org/wiki/Top_level_domain) into an address that @I2P network will understand.
diff --git a/_i18n/ar/resources/moneropedia/address.md b/_i18n/ar/resources/moneropedia/address.md
index c4b919d4..67a02c07 100644
--- a/_i18n/ar/resources/moneropedia/address.md
+++ b/_i18n/ar/resources/moneropedia/address.md
@@ -3,7 +3,7 @@ terms: ["address", "addresses"]
summary: "either an alias, such as donate.getmonero.org, or a set of 95 characters starting with a 4"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
When you send Monero to someone you only need one piece of information, and that is their Monero address. A *raw* Monero address is a set of 95 characters starting with a '4'. The Monero donation address, for instance, is 888tNkZrPN6JsEgekjMnABU4TBzc2Dt29EPAvkRxbANsAnjyPbb3iQ1YBRk1UXcdRsiKc9dhwMVgN5S9cQUiyoogDavup3H.
diff --git a/_i18n/ar/resources/moneropedia/airgap.md b/_i18n/ar/resources/moneropedia/airgap.md
index 4f9de2a4..0a3d42f4 100644
--- a/_i18n/ar/resources/moneropedia/airgap.md
+++ b/_i18n/ar/resources/moneropedia/airgap.md
@@ -3,7 +3,7 @@ terms: ["airgap"]
summary: "An airgap is a security measure to physically separate a computer or device from all other networks, such as the Internet."
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
"An air gap, air wall or air gapping is a network security measure employed on one or more computers to ensure that a secure computer network is physically isolated from unsecured networks, such as the public Internet or an unsecured local area network.[2] The name arises from the technique of creating a network that is physically separated (with a conceptual air gap) from all other networks. The air gap may not be completely literal, as networks employing the use of dedicated cryptographic devices that can tunnel packets over untrusted networks while avoiding packet rate or size variation can be considered air gapped, as there is no ability for computers on opposite sides of the gap to communicate."
diff --git a/_i18n/ar/resources/moneropedia/atomic-units.md b/_i18n/ar/resources/moneropedia/atomic-units.md
index 93b66834..c377bb2d 100644
--- a/_i18n/ar/resources/moneropedia/atomic-units.md
+++ b/_i18n/ar/resources/moneropedia/atomic-units.md
@@ -3,7 +3,7 @@ terms: ["atomic-units", "atomic-unit"]
summary: "Atomic Units refer to the smallest fraction of 1 XMR."
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Atomic Units refer to the smallest fraction of 1 XMR.
diff --git a/_i18n/ar/resources/moneropedia/block.md b/_i18n/ar/resources/moneropedia/block.md
index 8a18461d..515ab7e3 100644
--- a/_i18n/ar/resources/moneropedia/block.md
+++ b/_i18n/ar/resources/moneropedia/block.md
@@ -3,7 +3,7 @@ terms: ["block", "blocks"]
summary: "a container of transactions, a sequence of which forms a blockchain"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A block is a container of @transactions, with a new block being added to the @blockchain once every 2 minutes (see constant `DIFFICULTY_TARGET_V2` defined as 120 seconds), on average.
diff --git a/_i18n/ar/resources/moneropedia/blockchain.md b/_i18n/ar/resources/moneropedia/blockchain.md
index 688c028e..b77b9f41 100644
--- a/_i18n/ar/resources/moneropedia/blockchain.md
+++ b/_i18n/ar/resources/moneropedia/blockchain.md
@@ -4,7 +4,7 @@ summary: "a distributed ledger of all transactions both past and present, withou
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A @blockchain is a distributed database that continuously grows with a record of all of the transactions that have occurred with a given cryptocurrency. This database is often referred to as a ledger because the data contains a large list of transactions that have taken place. In Monero, these transactions are packaged together into 'blocks' every 2 minutes (on average), and all miners and nodes on the network have copies of these blocks.
diff --git a/_i18n/ar/resources/moneropedia/bootstrap-node.md b/_i18n/ar/resources/moneropedia/bootstrap-node.md
index ca61af22..67f65097 100644
--- a/_i18n/ar/resources/moneropedia/bootstrap-node.md
+++ b/_i18n/ar/resources/moneropedia/bootstrap-node.md
@@ -3,7 +3,7 @@ terms: ["bootstrap-node", "bootstrap-nodes"]
summary: "A node to which a daemon connects to give immediate usability to wallets while syncing"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The daemon running on a local @node has to sync with other (remote) @nodes. While it is not fully synced, @wallet may still be connected to the local node. Therefore, the @wallet cannot access the @blocks that are bot yet synced on the local @node.
diff --git a/_i18n/ar/resources/moneropedia/bulletproofs.md b/_i18n/ar/resources/moneropedia/bulletproofs.md
index 04ea71fc..d21caf3a 100644
--- a/_i18n/ar/resources/moneropedia/bulletproofs.md
+++ b/_i18n/ar/resources/moneropedia/bulletproofs.md
@@ -3,7 +3,7 @@ terms: ["bulletproofs", "bulletproof"]
summary: "a new kind of range proofs replacing RingCT in transactions to obfuscate the amounts sent"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
@RingCT was introduced to obfuscate transaction amounts. One goal of @RingCT was to prove the sum of inputs - outputs in the @transaction was equal to 0, and all outputs were positive numbers.
To accomplish this, two kind of ring signatures were constructed: One ring signature for the whole transaction (to prove the sum is 0), and a set of ring signatures for the subsets of transaction bits (to prove the outputs are positive numbers), then combined together using originally Schnorr signatures (and later replaced by Borromean ring signature).
diff --git a/_i18n/ar/resources/moneropedia/canonically-unique-host.md b/_i18n/ar/resources/moneropedia/canonically-unique-host.md
index f8c8c7bc..2b8d4b29 100644
--- a/_i18n/ar/resources/moneropedia/canonically-unique-host.md
+++ b/_i18n/ar/resources/moneropedia/canonically-unique-host.md
@@ -4,7 +4,7 @@ terms: ["Canonically-unique-host"]
summary: "A host that is canonically resolved to an address or set of addresses"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A Canonically-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) that will canonically resolve to a designated address or set of addresses. Not to be confused with a @locally-unique-host.
diff --git a/_i18n/ar/resources/moneropedia/change.md b/_i18n/ar/resources/moneropedia/change.md
index c870d1ef..bf0f1629 100644
--- a/_i18n/ar/resources/moneropedia/change.md
+++ b/_i18n/ar/resources/moneropedia/change.md
@@ -3,7 +3,7 @@ terms: ["change"]
summary: "Monero sent as part of a transaction, that returns to your account instead of going to another recipient"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Monero sent as part of a transaction, that returns to your account instead of going to another recipient.
diff --git a/_i18n/ar/resources/moneropedia/clearnet.md b/_i18n/ar/resources/moneropedia/clearnet.md
index 34f20eaa..962e03d5 100644
--- a/_i18n/ar/resources/moneropedia/clearnet.md
+++ b/_i18n/ar/resources/moneropedia/clearnet.md
@@ -4,7 +4,7 @@ terms: ["Clearnet"]
summary: "The Internet in which anonymous overlay networks are built upon"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
When you use the Internet for things like news, email, social media, and even Monero, you are most likely using a clearnet connection. This means that *all* of your connections can be tracked, traced, and monitored by:
diff --git a/_i18n/ar/resources/moneropedia/coinbase.md b/_i18n/ar/resources/moneropedia/coinbase.md
index 13674680..52100b57 100644
--- a/_i18n/ar/resources/moneropedia/coinbase.md
+++ b/_i18n/ar/resources/moneropedia/coinbase.md
@@ -3,7 +3,7 @@ terms: ["coinbase-transaction"]
summary: "a special type of transaction included in each block, which contains a small amount of Monero sent to the miner as a reward for their mining work"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A special type of transaction included in each block, which contains a small amount of Monero sent to the miner as a reward for their mining work.
\ No newline at end of file
diff --git a/_i18n/ar/resources/moneropedia/consensus.md b/_i18n/ar/resources/moneropedia/consensus.md
index 3df97bc5..c5a17e49 100644
--- a/_i18n/ar/resources/moneropedia/consensus.md
+++ b/_i18n/ar/resources/moneropedia/consensus.md
@@ -3,7 +3,7 @@ terms: ["consensus", "consensus-network"]
summary: "consensus describes a property of distributed networks like Monero where most of the participants follow the rules, and thus reject bad participants"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Consensus describes a property of distributed networks like Monero where most of the participants follow the rules, and thus reject bad participants.
\ No newline at end of file
diff --git a/_i18n/ar/resources/moneropedia/cryptocurrency.md b/_i18n/ar/resources/moneropedia/cryptocurrency.md
index 8b30816f..0d3a9b87 100644
--- a/_i18n/ar/resources/moneropedia/cryptocurrency.md
+++ b/_i18n/ar/resources/moneropedia/cryptocurrency.md
@@ -3,7 +3,7 @@ terms: ["cryptocurrency", "cryptocurrencies", "altcoin", "altcoins"]
summary: "a digital currency in which encryption techniques are used to regulate the generation of units of currency and verify the transfer of funds, usually operating independently of a central bank"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A digital currency in which encryption techniques are used to regulate the generation of units of currency and verify the transfer of funds, usually operating independently of a central bank.
diff --git a/_i18n/ar/resources/moneropedia/daemon.md b/_i18n/ar/resources/moneropedia/daemon.md
index e5041a11..a1b51832 100644
--- a/_i18n/ar/resources/moneropedia/daemon.md
+++ b/_i18n/ar/resources/moneropedia/daemon.md
@@ -3,6 +3,7 @@ terms: ["daemon"]
summary: "Background process which runs and controls a Monero node"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
'Daemon' is the general term for a piece of software running in the background. In Monero, the Daemon is started through the 'monerod' program. If you run the Daemon locally, you are running a local @node. If the Daemon is running on another device it's a @remote-node. A @wallet, like the CLI or the GUI, needs to connect to a Daemon (local or remote) to relay @transactions to the network.
It's possible to send commands to the Daemon directly or through the RPC interface. See the [Daemon RPC guide]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html), which contains a detailed explanation (with examples) of the available RPC calls. For more detailed and technical information about the Daemon, see the Monerodocs reference at the bottom of this page.
diff --git a/_i18n/ar/resources/moneropedia/denominations.md b/_i18n/ar/resources/moneropedia/denominations.md
index e110a221..b1649218 100644
--- a/_i18n/ar/resources/moneropedia/denominations.md
+++ b/_i18n/ar/resources/moneropedia/denominations.md
@@ -3,7 +3,7 @@ terms: ["denominations", "subunits", "tacoshi", "piconero", "nanonero", "microne
summary: "A denomination is a proper description of a currency amount. It is oftentimes a sub-unit of the currency. For example, traditionally a cent is 1/100th of a particular unit of currency.)"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A denomination is a proper description of a currency amount. It is oftentimes a sub-unit of the currency. For example, traditionally a cent is 1/100th of a particular unit of currency.).
diff --git a/_i18n/ar/resources/moneropedia/destination.md b/_i18n/ar/resources/moneropedia/destination.md
index 7a48da2a..dfa1a033 100644
--- a/_i18n/ar/resources/moneropedia/destination.md
+++ b/_i18n/ar/resources/moneropedia/destination.md
@@ -4,7 +4,7 @@ terms: ["Destination", "Destinations"]
summary: "A in-net address that serves as a final endpoint (either local or remote)"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A @destination is the @I2P @in-net address of the final endpoint you are trying to connect to (example: an @I2P website, service, or Monero node). This can also include a *local destination* of which *other* peers need to connect to in order to make contact for communication (similar to how, in @clearnet, your IP address is given to a website when you connect so it knows *where* to send the information back to).
diff --git a/_i18n/ar/resources/moneropedia/encryption.md b/_i18n/ar/resources/moneropedia/encryption.md
index f066d826..0b8aed2f 100644
--- a/_i18n/ar/resources/moneropedia/encryption.md
+++ b/_i18n/ar/resources/moneropedia/encryption.md
@@ -4,7 +4,7 @@ terms: ["encryption", "encrypted", "encrypting", "decryption", "decrypted", "dec
summary: "The process of encoding messages or information in a way that only authorized parties can decode and read"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
From [Encryption](https://en.wikipedia.org/wiki/Encryption):
diff --git a/_i18n/ar/resources/moneropedia/fluffyblocks.md b/_i18n/ar/resources/moneropedia/fluffyblocks.md
index 5bd5aaca..448de5ec 100644
--- a/_i18n/ar/resources/moneropedia/fluffyblocks.md
+++ b/_i18n/ar/resources/moneropedia/fluffyblocks.md
@@ -3,7 +3,7 @@ terms: ["fluffy blocks", "fluffyblocks"]
summary: "a way of saving bandwidth when sending new blocks around the network"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A @block is made up of a header and @transactions. Fluffy Blocks only contain
diff --git a/_i18n/ar/resources/moneropedia/fungibility.md b/_i18n/ar/resources/moneropedia/fungibility.md
index 18eff751..2151d35d 100644
--- a/_i18n/ar/resources/moneropedia/fungibility.md
+++ b/_i18n/ar/resources/moneropedia/fungibility.md
@@ -3,7 +3,7 @@ terms: ["fungibility", "fungible"]
summary: "property of a currency whereby two units can be substituted in place of one another"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Property of a currency whereby two units can be substituted in place of one another.
diff --git a/_i18n/ar/resources/moneropedia/kovri.md b/_i18n/ar/resources/moneropedia/kovri.md
index 0697af9f..779bed41 100644
--- a/_i18n/ar/resources/moneropedia/kovri.md
+++ b/_i18n/ar/resources/moneropedia/kovri.md
@@ -4,6 +4,7 @@ terms: ["Kovri"]
summary: "C++ router implementation of the I2P network"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
[Kovri](https://gitlab.com/kovri-project/kovri/) is a C++ implementation of the I2P network which was proposed to be integrated in Monero. At the moment the future of this I2P router is unclear and an integration with Monero is not planned.
diff --git a/_i18n/ar/resources/moneropedia/locally-unique-host.md b/_i18n/ar/resources/moneropedia/locally-unique-host.md
index 55b3226a..fa12a7fd 100644
--- a/_i18n/ar/resources/moneropedia/locally-unique-host.md
+++ b/_i18n/ar/resources/moneropedia/locally-unique-host.md
@@ -4,7 +4,7 @@ terms: ["Locally-unique-host"]
summary: "A host defined by you and resolved only by you"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A locally-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) defined by **you** and resolved only by you; similar to how a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file)) is implemented. Not to be confused with @canonically-unique-host.
diff --git a/_i18n/ar/resources/moneropedia/mining.md b/_i18n/ar/resources/moneropedia/mining.md
index 1a097bfb..dd446e0c 100644
--- a/_i18n/ar/resources/moneropedia/mining.md
+++ b/_i18n/ar/resources/moneropedia/mining.md
@@ -3,7 +3,7 @@ terms: ["mining", "miner", "miners"]
summary: "the process of cryptographically computing a mathematical proof for a block, containing a number of transactions, which is then added to the blockchain"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The process of cryptographically computing a mathematical proof for a block, containing a number of transactions, which is then added to the blockchain.
diff --git a/_i18n/ar/resources/moneropedia/mnemonicseed.md b/_i18n/ar/resources/moneropedia/mnemonicseed.md
index 62796e6d..c92b9f53 100644
--- a/_i18n/ar/resources/moneropedia/mnemonicseed.md
+++ b/_i18n/ar/resources/moneropedia/mnemonicseed.md
@@ -3,7 +3,7 @@ terms: ["mnemonic-seed", "mnemonic"]
summary: "a 13 or 25 word phrase used to backup a Monero account, available in a number of languages"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A 13 or 25 word phrase used to backup a Monero account, available in a number of languages. This 25-word phrase (13 words in the case of MyMonero) has all the information needed to view and spend funds from a Monero @account.
diff --git a/_i18n/ar/resources/moneropedia/node.md b/_i18n/ar/resources/moneropedia/node.md
index c94ec80a..808c79f2 100644
--- a/_i18n/ar/resources/moneropedia/node.md
+++ b/_i18n/ar/resources/moneropedia/node.md
@@ -3,7 +3,7 @@ terms: ["node", "nodes", "full-node", "full-nodes"]
summary: "a device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network.
diff --git a/_i18n/ar/resources/moneropedia/openalias.md b/_i18n/ar/resources/moneropedia/openalias.md
index a56a93f9..6af00f8b 100644
--- a/_i18n/ar/resources/moneropedia/openalias.md
+++ b/_i18n/ar/resources/moneropedia/openalias.md
@@ -3,7 +3,7 @@ terms: ["OpenAlias"]
summary: "a standard that allows you to use an email or domain syntax to pay someone instead of an address, eg. donate@getmonero.org or donate.getmonero.org"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The Monero Core Team released a standard called OpenAlias which permits much more human-readable addresses and "squares" the Zooko's triangle. OpenAlias can be used for any cryptocurrency and is already implemented in Monero, Bitcoin (in latest Electrum versions) and HyperStake.
diff --git a/_i18n/ar/resources/moneropedia/paperwallet.md b/_i18n/ar/resources/moneropedia/paperwallet.md
index 76de7f5d..0f52bf42 100644
--- a/_i18n/ar/resources/moneropedia/paperwallet.md
+++ b/_i18n/ar/resources/moneropedia/paperwallet.md
@@ -3,7 +3,7 @@ terms: ["paperwallet", "paperwallets", "paper-wallet", "paper-wallets"]
summary: "A paper wallet stores the information necessary to send and receive Monero"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A paper wallet stores the information necessary to send and receive Monero.
diff --git a/_i18n/ar/resources/moneropedia/paymentid.md b/_i18n/ar/resources/moneropedia/paymentid.md
index f71fb8f2..032d847b 100644
--- a/_i18n/ar/resources/moneropedia/paymentid.md
+++ b/_i18n/ar/resources/moneropedia/paymentid.md
@@ -3,7 +3,7 @@ terms: ["payment-ID", "payment-IDs"]
summary: "an optional flag that is added to identify transactions to merchants, consisting of 64 hexadecimal characters"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
*Note:* Long Payment IDs have been removed since release 0.15; it's not possible to use them anymore. More info in the [blog post](https://getmonero.org/2019/06/04/Long-Payment-ID-Deprecation.html) that announced their deprecation.
diff --git a/_i18n/ar/resources/moneropedia/pedersen-commitment.md b/_i18n/ar/resources/moneropedia/pedersen-commitment.md
index d91570fb..9b2fa62c 100644
--- a/_i18n/ar/resources/moneropedia/pedersen-commitment.md
+++ b/_i18n/ar/resources/moneropedia/pedersen-commitment.md
@@ -3,7 +3,7 @@ terms: ["commitments", "commitment", "pedersen", "pedersen-commitment", "pederse
summary: "Pedersen commitments are cryptographic algorythms that allow a prover to commit to a certain value without revealing it or being able to change it"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Pedersen commitments are cryptographic algorythms that allow a prover to commit to a certain value without revealing it or being able to change it.
diff --git a/_i18n/ar/resources/moneropedia/pruning.md b/_i18n/ar/resources/moneropedia/pruning.md
index ead9dc4c..581f827e 100644
--- a/_i18n/ar/resources/moneropedia/pruning.md
+++ b/_i18n/ar/resources/moneropedia/pruning.md
@@ -3,7 +3,7 @@ terms: ["pruning"]
summary: "Feature that allows node operators to download and sync only 1/3 of the blockchain"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
'Pruning' allows node operators to save 2/3 of storage space while keeping the full transaction history. Pruning works by removing 7/8 of unnecessary ring signature data. The 1/8 remaining data will be available to the other nodes and will be used to sync with the network. Other pruned nodes will have a random 1/8 of the data, which they will also make available to the network. There are no privacy or security downsides when using a pruned node.
There are three ways to prune:
diff --git a/_i18n/ar/resources/moneropedia/randomx.md b/_i18n/ar/resources/moneropedia/randomx.md
index 768765ac..1491a581 100644
--- a/_i18n/ar/resources/moneropedia/randomx.md
+++ b/_i18n/ar/resources/moneropedia/randomx.md
@@ -3,6 +3,7 @@ terms: ["randomx", "random-x"]
summary: "ASIC-resistant POW algoritm currenctly used by Monero"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15.
This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the block rewards.
diff --git a/_i18n/ar/resources/moneropedia/remote-node.md b/_i18n/ar/resources/moneropedia/remote-node.md
index 48953545..dfde0509 100644
--- a/_i18n/ar/resources/moneropedia/remote-node.md
+++ b/_i18n/ar/resources/moneropedia/remote-node.md
@@ -3,6 +3,7 @@ terms: ["remote-node", "remote-nodes"]
summary: "Nodes wich are not running in the same machine as the wallet. Open remote nodes allow to use the Monero network immediately"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
A @node that doesn't run on the same local machine where the Monero @wallet is located is called "Remote Node" and can be private or open.
A **private remote node** doesn't run on your local machine, but you have full control over it. A classic example is a node running on a VPS or a server. That node is not on your local machine, but you have full control over it. You can even decide to make it become an open node, allowing people to connect to it.
diff --git a/_i18n/ar/resources/moneropedia/ring-size.md b/_i18n/ar/resources/moneropedia/ring-size.md
index 5c94016f..4888c220 100644
--- a/_i18n/ar/resources/moneropedia/ring-size.md
+++ b/_i18n/ar/resources/moneropedia/ring-size.md
@@ -3,7 +3,7 @@ terms: ["ring-size"]
summary: "total number of possible signers in a ring signature"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Ring size refers to the total number of possible signers in a @ring-signature. If a ring size of 4 is selected for a given @transaction, this means that there are 3 foreign outputs in addition to your “real” output. A higher ring size number will typically provide more privacy than a lower number. However, reusing an odd, recognizable ring size number for transactions could possibly make transactions stand out.
diff --git a/_i18n/ar/resources/moneropedia/ringCT.md b/_i18n/ar/resources/moneropedia/ringCT.md
index 03e19097..1d7d01ad 100644
--- a/_i18n/ar/resources/moneropedia/ringCT.md
+++ b/_i18n/ar/resources/moneropedia/ringCT.md
@@ -3,7 +3,7 @@ terms: ["ringCT", "ring-CT"]
summary: "a way to hide the amount sent in a Monero transaction"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
RingCT, short for Ring Confidential Transactions, is how transaction amounts are hidden in Monero.
diff --git a/_i18n/ar/resources/moneropedia/ringsignatures.md b/_i18n/ar/resources/moneropedia/ringsignatures.md
index fd0a3bcf..85babd23 100644
--- a/_i18n/ar/resources/moneropedia/ringsignatures.md
+++ b/_i18n/ar/resources/moneropedia/ringsignatures.md
@@ -3,7 +3,7 @@ terms: ["ring-signature", "ring-signatures"]
summary: "a group of cryptographic signatures with at least one real participant, but no way to tell which in the group is the real one as they all appear valid"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
In cryptography, a ring signature is a type of digital signature that can be performed by any member of a group of users that each have keys. Therefore, a message signed with a ring signature is endorsed by someone in a particular group of people. One of the security properties of a ring signature is that it should be computationally infeasible to determine *which* of the group members' keys was used to produce the signature.
diff --git a/_i18n/ar/resources/moneropedia/scalability.md b/_i18n/ar/resources/moneropedia/scalability.md
index a36e9373..f69f79cb 100644
--- a/_i18n/ar/resources/moneropedia/scalability.md
+++ b/_i18n/ar/resources/moneropedia/scalability.md
@@ -3,7 +3,7 @@ terms: ["scalability"]
summary: "How Monero scaling is flexible and can accommodate many transactions as demand changes"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The size of Monero @blocks (which contain @transactions) is flexible and can accommodate many transactions as demand changes. Formulas determine how the reward miners receive interacts with the number of transactions they choose to include in blocks. The @blockchain can therefore scale to meet changes in transaction volume.
diff --git a/_i18n/ar/resources/moneropedia/signature.md b/_i18n/ar/resources/moneropedia/signature.md
index fefbf024..31e7130c 100644
--- a/_i18n/ar/resources/moneropedia/signature.md
+++ b/_i18n/ar/resources/moneropedia/signature.md
@@ -3,7 +3,7 @@ terms: ["signature", "signatures"]
summary: "a cryptographic method for proving ownership of a piece of information, as well as proving that the information has not been modified after being signed"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A cryptographic method for proving ownership of a piece of information, as well as proving that the information has not been modified after being signed.
\ No newline at end of file
diff --git a/_i18n/ar/resources/moneropedia/smartmining.md b/_i18n/ar/resources/moneropedia/smartmining.md
index 43d705fe..bab78d4a 100644
--- a/_i18n/ar/resources/moneropedia/smartmining.md
+++ b/_i18n/ar/resources/moneropedia/smartmining.md
@@ -3,7 +3,7 @@ terms: ["smart-mining"]
summary: "a process of having a throttled miner mine when it otherwise does not cause drawbacks"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Smart mining is the process of having a throttled @miner mine when it otherwise does not cause drawbacks.
diff --git a/_i18n/ar/resources/moneropedia/spendkey.md b/_i18n/ar/resources/moneropedia/spendkey.md
index 5373f13c..079332fc 100644
--- a/_i18n/ar/resources/moneropedia/spendkey.md
+++ b/_i18n/ar/resources/moneropedia/spendkey.md
@@ -3,7 +3,7 @@ terms: ["spend-key", "spend-keys"]
summary: "one of the two pairs of private and public cryptographic keys that each account has, with the *private* spend key used to spend any funds in the account"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
One of the two pairs of private and public cryptographic keys that each account has, with the *private* spend key used to spend any funds in the account.
diff --git a/_i18n/ar/resources/moneropedia/stealthaddress.md b/_i18n/ar/resources/moneropedia/stealthaddress.md
index 22df9a84..f53e14a6 100644
--- a/_i18n/ar/resources/moneropedia/stealthaddress.md
+++ b/_i18n/ar/resources/moneropedia/stealthaddress.md
@@ -3,7 +3,7 @@ terms: ["stealth-address", "stealth-addresses"]
summary: "automatic one-time addresses for every transaction"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Stealth addresses are an important part of Monero's inherent privacy. They allow and require the sender to create random one-time addresses for every @transaction on behalf of the recipient. The recipient can publish just one address, yet have all of his/her incoming payments go to unique addresses on the @blockchain, where they cannot be linked back to either the recipient's published address or any other transactions' addresses. By using stealth addresses, only the sender and receiver can determine where a payment was sent.
diff --git a/_i18n/ar/resources/moneropedia/tail-emission.md b/_i18n/ar/resources/moneropedia/tail-emission.md
index bc24cf8e..fbfac361 100644
--- a/_i18n/ar/resources/moneropedia/tail-emission.md
+++ b/_i18n/ar/resources/moneropedia/tail-emission.md
@@ -3,7 +3,7 @@ terms: ["Tail-Emission"]
summary: "the block reward at the end of the emission curve"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Monero block rewards will never drop to zero. Block rewards will gradually drop until tail emission commences at the end of May 2022. At this point, rewards will be fixed at 0.6 XMR per block.
diff --git a/_i18n/ar/resources/moneropedia/transaction.md b/_i18n/ar/resources/moneropedia/transaction.md
index 4a782ac4..603b9fcd 100644
--- a/_i18n/ar/resources/moneropedia/transaction.md
+++ b/_i18n/ar/resources/moneropedia/transaction.md
@@ -3,7 +3,7 @@ terms: ["transaction", "transactions"]
summary: "a cryptographically signed container that details the transfer of Monero to a recipient (or recipients)"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A cryptographically signed container that details the transfer of Monero to a recipient (or recipients).
diff --git a/_i18n/ar/resources/moneropedia/unlocktime.md b/_i18n/ar/resources/moneropedia/unlocktime.md
index 977952cd..776a62d1 100644
--- a/_i18n/ar/resources/moneropedia/unlocktime.md
+++ b/_i18n/ar/resources/moneropedia/unlocktime.md
@@ -3,7 +3,7 @@ terms: ["unlock-time"]
summary: "a special transaction where the recipient can only spend the funds after a future date, as set by the sender"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A special transaction where the recipient can only spend the funds after a future date, as set by the sender.
diff --git a/_i18n/ar/resources/moneropedia/viewkey.md b/_i18n/ar/resources/moneropedia/viewkey.md
index 0cb390ad..59763cc7 100644
--- a/_i18n/ar/resources/moneropedia/viewkey.md
+++ b/_i18n/ar/resources/moneropedia/viewkey.md
@@ -3,7 +3,7 @@ terms: ["view-key", "view-keys"]
summary: "one of two sets of private and public cryptographic keys that each account has, with the private view key required to view all transactions related to the account"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
One of two sets of private and public cryptographic keys that each account has, with the private view key required to view all transactions related to the account.
diff --git a/_i18n/ar/resources/moneropedia/wallet.md b/_i18n/ar/resources/moneropedia/wallet.md
index 7b937af4..6f84b36d 100644
--- a/_i18n/ar/resources/moneropedia/wallet.md
+++ b/_i18n/ar/resources/moneropedia/wallet.md
@@ -3,7 +3,7 @@ terms: ["wallet", "wallets"]
summary: "A wallet stores the information necessary to send and receive Monero"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A Monero account, or wallet, stores the information necessary to send and receive Moneroj. In addition to sending and receiving, the Monero Wallet software keeps a private history of your transactions and allows you to cryptographically sign messages. It also includes Monero mining software and an address book.
diff --git a/_i18n/de/resources/moneropedia/account.md b/_i18n/de/resources/moneropedia/account.md
index ae1f8e53..7992c7ea 100644
--- a/_i18n/de/resources/moneropedia/account.md
+++ b/_i18n/de/resources/moneropedia/account.md
@@ -3,7 +3,7 @@ terms: ["account", "accounts", "wallet", "wallets", "Account", "Accounts"]
summary: "similar in function to a bank account, contains all of your sent and received transactions"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Those familiar with Monero's predecessors will be more familiar with the term *wallet* to describe this. In Monero we call this an account, and it is a private account owned and operated by a Monero user.
diff --git a/_i18n/de/resources/moneropedia/address-book.md b/_i18n/de/resources/moneropedia/address-book.md
index 06f7df91..f23fa518 100644
--- a/_i18n/de/resources/moneropedia/address-book.md
+++ b/_i18n/de/resources/moneropedia/address-book.md
@@ -4,7 +4,7 @@ terms: ["Address-Book"]
summary: "Allows you to visit I2P websites/services that have the .i2p domain"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
In order to browse @I2P sites or services with @Kovri, you'll need an address book. An address book will allow you to translate @I2P websites/services that use the `.i2p` [top-level domain](https://en.wikipedia.org/wiki/Top_level_domain) into an address that @I2P network will understand.
diff --git a/_i18n/de/resources/moneropedia/address.md b/_i18n/de/resources/moneropedia/address.md
index 7f688eec..5a49df4c 100644
--- a/_i18n/de/resources/moneropedia/address.md
+++ b/_i18n/de/resources/moneropedia/address.md
@@ -3,7 +3,7 @@ terms: ["address", "addresses", "Adresse" , "Adressen"]
summary: "either an alias, such as donate.getmonero.org, or a set of 95 characters starting with a 4"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
When you send Monero to someone you only need one piece of information, and that is their Monero address. A *raw* Monero address is a set of 95 characters starting with a '4'. The Monero donation address, for instance, is 888tNkZrPN6JsEgekjMnABU4TBzc2Dt29EPAvkRxbANsAnjyPbb3iQ1YBRk1UXcdRsiKc9dhwMVgN5S9cQUiyoogDavup3H.
diff --git a/_i18n/de/resources/moneropedia/airgap.md b/_i18n/de/resources/moneropedia/airgap.md
index 4f9de2a4..0a3d42f4 100644
--- a/_i18n/de/resources/moneropedia/airgap.md
+++ b/_i18n/de/resources/moneropedia/airgap.md
@@ -3,7 +3,7 @@ terms: ["airgap"]
summary: "An airgap is a security measure to physically separate a computer or device from all other networks, such as the Internet."
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
"An air gap, air wall or air gapping is a network security measure employed on one or more computers to ensure that a secure computer network is physically isolated from unsecured networks, such as the public Internet or an unsecured local area network.[2] The name arises from the technique of creating a network that is physically separated (with a conceptual air gap) from all other networks. The air gap may not be completely literal, as networks employing the use of dedicated cryptographic devices that can tunnel packets over untrusted networks while avoiding packet rate or size variation can be considered air gapped, as there is no ability for computers on opposite sides of the gap to communicate."
diff --git a/_i18n/de/resources/moneropedia/atomic-units.md b/_i18n/de/resources/moneropedia/atomic-units.md
index 93b66834..c377bb2d 100644
--- a/_i18n/de/resources/moneropedia/atomic-units.md
+++ b/_i18n/de/resources/moneropedia/atomic-units.md
@@ -3,7 +3,7 @@ terms: ["atomic-units", "atomic-unit"]
summary: "Atomic Units refer to the smallest fraction of 1 XMR."
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Atomic Units refer to the smallest fraction of 1 XMR.
diff --git a/_i18n/de/resources/moneropedia/block.md b/_i18n/de/resources/moneropedia/block.md
index 8a18461d..515ab7e3 100644
--- a/_i18n/de/resources/moneropedia/block.md
+++ b/_i18n/de/resources/moneropedia/block.md
@@ -3,7 +3,7 @@ terms: ["block", "blocks"]
summary: "a container of transactions, a sequence of which forms a blockchain"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A block is a container of @transactions, with a new block being added to the @blockchain once every 2 minutes (see constant `DIFFICULTY_TARGET_V2` defined as 120 seconds), on average.
diff --git a/_i18n/de/resources/moneropedia/blockchain.md b/_i18n/de/resources/moneropedia/blockchain.md
index 688c028e..b77b9f41 100644
--- a/_i18n/de/resources/moneropedia/blockchain.md
+++ b/_i18n/de/resources/moneropedia/blockchain.md
@@ -4,7 +4,7 @@ summary: "a distributed ledger of all transactions both past and present, withou
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A @blockchain is a distributed database that continuously grows with a record of all of the transactions that have occurred with a given cryptocurrency. This database is often referred to as a ledger because the data contains a large list of transactions that have taken place. In Monero, these transactions are packaged together into 'blocks' every 2 minutes (on average), and all miners and nodes on the network have copies of these blocks.
diff --git a/_i18n/de/resources/moneropedia/bootstrap-node.md b/_i18n/de/resources/moneropedia/bootstrap-node.md
index ca61af22..67f65097 100644
--- a/_i18n/de/resources/moneropedia/bootstrap-node.md
+++ b/_i18n/de/resources/moneropedia/bootstrap-node.md
@@ -3,7 +3,7 @@ terms: ["bootstrap-node", "bootstrap-nodes"]
summary: "A node to which a daemon connects to give immediate usability to wallets while syncing"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The daemon running on a local @node has to sync with other (remote) @nodes. While it is not fully synced, @wallet may still be connected to the local node. Therefore, the @wallet cannot access the @blocks that are bot yet synced on the local @node.
diff --git a/_i18n/de/resources/moneropedia/bulletproofs.md b/_i18n/de/resources/moneropedia/bulletproofs.md
index 5946cd00..d21caf3a 100644
--- a/_i18n/de/resources/moneropedia/bulletproofs.md
+++ b/_i18n/de/resources/moneropedia/bulletproofs.md
@@ -3,6 +3,7 @@ terms: ["bulletproofs", "bulletproof"]
summary: "a new kind of range proofs replacing RingCT in transactions to obfuscate the amounts sent"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
@RingCT was introduced to obfuscate transaction amounts. One goal of @RingCT was to prove the sum of inputs - outputs in the @transaction was equal to 0, and all outputs were positive numbers.
To accomplish this, two kind of ring signatures were constructed: One ring signature for the whole transaction (to prove the sum is 0), and a set of ring signatures for the subsets of transaction bits (to prove the outputs are positive numbers), then combined together using originally Schnorr signatures (and later replaced by Borromean ring signature).
diff --git a/_i18n/de/resources/moneropedia/canonically-unique-host.md b/_i18n/de/resources/moneropedia/canonically-unique-host.md
index f8c8c7bc..2b8d4b29 100644
--- a/_i18n/de/resources/moneropedia/canonically-unique-host.md
+++ b/_i18n/de/resources/moneropedia/canonically-unique-host.md
@@ -4,7 +4,7 @@ terms: ["Canonically-unique-host"]
summary: "A host that is canonically resolved to an address or set of addresses"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A Canonically-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) that will canonically resolve to a designated address or set of addresses. Not to be confused with a @locally-unique-host.
diff --git a/_i18n/de/resources/moneropedia/change.md b/_i18n/de/resources/moneropedia/change.md
index c870d1ef..bf0f1629 100644
--- a/_i18n/de/resources/moneropedia/change.md
+++ b/_i18n/de/resources/moneropedia/change.md
@@ -3,7 +3,7 @@ terms: ["change"]
summary: "Monero sent as part of a transaction, that returns to your account instead of going to another recipient"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Monero sent as part of a transaction, that returns to your account instead of going to another recipient.
diff --git a/_i18n/de/resources/moneropedia/clearnet.md b/_i18n/de/resources/moneropedia/clearnet.md
index 34f20eaa..962e03d5 100644
--- a/_i18n/de/resources/moneropedia/clearnet.md
+++ b/_i18n/de/resources/moneropedia/clearnet.md
@@ -4,7 +4,7 @@ terms: ["Clearnet"]
summary: "The Internet in which anonymous overlay networks are built upon"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
When you use the Internet for things like news, email, social media, and even Monero, you are most likely using a clearnet connection. This means that *all* of your connections can be tracked, traced, and monitored by:
diff --git a/_i18n/de/resources/moneropedia/coinbase.md b/_i18n/de/resources/moneropedia/coinbase.md
index 13674680..52100b57 100644
--- a/_i18n/de/resources/moneropedia/coinbase.md
+++ b/_i18n/de/resources/moneropedia/coinbase.md
@@ -3,7 +3,7 @@ terms: ["coinbase-transaction"]
summary: "a special type of transaction included in each block, which contains a small amount of Monero sent to the miner as a reward for their mining work"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A special type of transaction included in each block, which contains a small amount of Monero sent to the miner as a reward for their mining work.
\ No newline at end of file
diff --git a/_i18n/de/resources/moneropedia/consensus.md b/_i18n/de/resources/moneropedia/consensus.md
index 3df97bc5..c5a17e49 100644
--- a/_i18n/de/resources/moneropedia/consensus.md
+++ b/_i18n/de/resources/moneropedia/consensus.md
@@ -3,7 +3,7 @@ terms: ["consensus", "consensus-network"]
summary: "consensus describes a property of distributed networks like Monero where most of the participants follow the rules, and thus reject bad participants"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Consensus describes a property of distributed networks like Monero where most of the participants follow the rules, and thus reject bad participants.
\ No newline at end of file
diff --git a/_i18n/de/resources/moneropedia/cryptocurrency.md b/_i18n/de/resources/moneropedia/cryptocurrency.md
index 55e3f5b3..d14b5a13 100644
--- a/_i18n/de/resources/moneropedia/cryptocurrency.md
+++ b/_i18n/de/resources/moneropedia/cryptocurrency.md
@@ -3,7 +3,7 @@ terms: ["cryptocurrency", "cryptocurrencies", "altcoin", "altcoins", "Kryptowäh
summary: "a digital currency in which encryption techniques are used to regulate the generation of units of currency and verify the transfer of funds, usually operating independently of a central bank"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A digital currency in which encryption techniques are used to regulate the generation of units of currency and verify the transfer of funds, usually operating independently of a central bank.
diff --git a/_i18n/de/resources/moneropedia/daemon.md b/_i18n/de/resources/moneropedia/daemon.md
index e5041a11..a1b51832 100644
--- a/_i18n/de/resources/moneropedia/daemon.md
+++ b/_i18n/de/resources/moneropedia/daemon.md
@@ -3,6 +3,7 @@ terms: ["daemon"]
summary: "Background process which runs and controls a Monero node"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
'Daemon' is the general term for a piece of software running in the background. In Monero, the Daemon is started through the 'monerod' program. If you run the Daemon locally, you are running a local @node. If the Daemon is running on another device it's a @remote-node. A @wallet, like the CLI or the GUI, needs to connect to a Daemon (local or remote) to relay @transactions to the network.
It's possible to send commands to the Daemon directly or through the RPC interface. See the [Daemon RPC guide]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html), which contains a detailed explanation (with examples) of the available RPC calls. For more detailed and technical information about the Daemon, see the Monerodocs reference at the bottom of this page.
diff --git a/_i18n/de/resources/moneropedia/denominations.md b/_i18n/de/resources/moneropedia/denominations.md
index e110a221..b1649218 100644
--- a/_i18n/de/resources/moneropedia/denominations.md
+++ b/_i18n/de/resources/moneropedia/denominations.md
@@ -3,7 +3,7 @@ terms: ["denominations", "subunits", "tacoshi", "piconero", "nanonero", "microne
summary: "A denomination is a proper description of a currency amount. It is oftentimes a sub-unit of the currency. For example, traditionally a cent is 1/100th of a particular unit of currency.)"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A denomination is a proper description of a currency amount. It is oftentimes a sub-unit of the currency. For example, traditionally a cent is 1/100th of a particular unit of currency.).
diff --git a/_i18n/de/resources/moneropedia/destination.md b/_i18n/de/resources/moneropedia/destination.md
index 7a48da2a..dfa1a033 100644
--- a/_i18n/de/resources/moneropedia/destination.md
+++ b/_i18n/de/resources/moneropedia/destination.md
@@ -4,7 +4,7 @@ terms: ["Destination", "Destinations"]
summary: "A in-net address that serves as a final endpoint (either local or remote)"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A @destination is the @I2P @in-net address of the final endpoint you are trying to connect to (example: an @I2P website, service, or Monero node). This can also include a *local destination* of which *other* peers need to connect to in order to make contact for communication (similar to how, in @clearnet, your IP address is given to a website when you connect so it knows *where* to send the information back to).
diff --git a/_i18n/de/resources/moneropedia/encryption.md b/_i18n/de/resources/moneropedia/encryption.md
index f066d826..0b8aed2f 100644
--- a/_i18n/de/resources/moneropedia/encryption.md
+++ b/_i18n/de/resources/moneropedia/encryption.md
@@ -4,7 +4,7 @@ terms: ["encryption", "encrypted", "encrypting", "decryption", "decrypted", "dec
summary: "The process of encoding messages or information in a way that only authorized parties can decode and read"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
From [Encryption](https://en.wikipedia.org/wiki/Encryption):
diff --git a/_i18n/de/resources/moneropedia/fluffyblocks.md b/_i18n/de/resources/moneropedia/fluffyblocks.md
index 5bd5aaca..448de5ec 100644
--- a/_i18n/de/resources/moneropedia/fluffyblocks.md
+++ b/_i18n/de/resources/moneropedia/fluffyblocks.md
@@ -3,7 +3,7 @@ terms: ["fluffy blocks", "fluffyblocks"]
summary: "a way of saving bandwidth when sending new blocks around the network"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A @block is made up of a header and @transactions. Fluffy Blocks only contain
diff --git a/_i18n/de/resources/moneropedia/fungibility.md b/_i18n/de/resources/moneropedia/fungibility.md
index 18eff751..2151d35d 100644
--- a/_i18n/de/resources/moneropedia/fungibility.md
+++ b/_i18n/de/resources/moneropedia/fungibility.md
@@ -3,7 +3,7 @@ terms: ["fungibility", "fungible"]
summary: "property of a currency whereby two units can be substituted in place of one another"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Property of a currency whereby two units can be substituted in place of one another.
diff --git a/_i18n/de/resources/moneropedia/kovri.md b/_i18n/de/resources/moneropedia/kovri.md
index 0697af9f..779bed41 100644
--- a/_i18n/de/resources/moneropedia/kovri.md
+++ b/_i18n/de/resources/moneropedia/kovri.md
@@ -4,6 +4,7 @@ terms: ["Kovri"]
summary: "C++ router implementation of the I2P network"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
[Kovri](https://gitlab.com/kovri-project/kovri/) is a C++ implementation of the I2P network which was proposed to be integrated in Monero. At the moment the future of this I2P router is unclear and an integration with Monero is not planned.
diff --git a/_i18n/de/resources/moneropedia/locally-unique-host.md b/_i18n/de/resources/moneropedia/locally-unique-host.md
index 55b3226a..fa12a7fd 100644
--- a/_i18n/de/resources/moneropedia/locally-unique-host.md
+++ b/_i18n/de/resources/moneropedia/locally-unique-host.md
@@ -4,7 +4,7 @@ terms: ["Locally-unique-host"]
summary: "A host defined by you and resolved only by you"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A locally-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) defined by **you** and resolved only by you; similar to how a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file)) is implemented. Not to be confused with @canonically-unique-host.
diff --git a/_i18n/de/resources/moneropedia/mining.md b/_i18n/de/resources/moneropedia/mining.md
index 1a097bfb..dd446e0c 100644
--- a/_i18n/de/resources/moneropedia/mining.md
+++ b/_i18n/de/resources/moneropedia/mining.md
@@ -3,7 +3,7 @@ terms: ["mining", "miner", "miners"]
summary: "the process of cryptographically computing a mathematical proof for a block, containing a number of transactions, which is then added to the blockchain"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The process of cryptographically computing a mathematical proof for a block, containing a number of transactions, which is then added to the blockchain.
diff --git a/_i18n/de/resources/moneropedia/mnemonicseed.md b/_i18n/de/resources/moneropedia/mnemonicseed.md
index 62796e6d..c92b9f53 100644
--- a/_i18n/de/resources/moneropedia/mnemonicseed.md
+++ b/_i18n/de/resources/moneropedia/mnemonicseed.md
@@ -3,7 +3,7 @@ terms: ["mnemonic-seed", "mnemonic"]
summary: "a 13 or 25 word phrase used to backup a Monero account, available in a number of languages"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A 13 or 25 word phrase used to backup a Monero account, available in a number of languages. This 25-word phrase (13 words in the case of MyMonero) has all the information needed to view and spend funds from a Monero @account.
diff --git a/_i18n/de/resources/moneropedia/node.md b/_i18n/de/resources/moneropedia/node.md
index c94ec80a..808c79f2 100644
--- a/_i18n/de/resources/moneropedia/node.md
+++ b/_i18n/de/resources/moneropedia/node.md
@@ -3,7 +3,7 @@ terms: ["node", "nodes", "full-node", "full-nodes"]
summary: "a device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network.
diff --git a/_i18n/de/resources/moneropedia/openalias.md b/_i18n/de/resources/moneropedia/openalias.md
index f9ec8c94..fb61a637 100644
--- a/_i18n/de/resources/moneropedia/openalias.md
+++ b/_i18n/de/resources/moneropedia/openalias.md
@@ -3,7 +3,7 @@ terms: ["OpenAlias"]
summary: "a standard that allows you to use an email or domain syntax to pay someone instead of an address, eg. donate@getmonero.org or donate.getmonero.org"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The Monero Core Team released a standard called OpenAlias which permits much more human-readable addresses and "squares" the Zooko's triangle. OpenAlias can be used for any cryptocurrency and is already implemented in Monero, Bitcoin (in latest Electrum versions) and HyperStake.
diff --git a/_i18n/de/resources/moneropedia/paperwallet.md b/_i18n/de/resources/moneropedia/paperwallet.md
index 76de7f5d..0f52bf42 100644
--- a/_i18n/de/resources/moneropedia/paperwallet.md
+++ b/_i18n/de/resources/moneropedia/paperwallet.md
@@ -3,7 +3,7 @@ terms: ["paperwallet", "paperwallets", "paper-wallet", "paper-wallets"]
summary: "A paper wallet stores the information necessary to send and receive Monero"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A paper wallet stores the information necessary to send and receive Monero.
diff --git a/_i18n/de/resources/moneropedia/paymentid.md b/_i18n/de/resources/moneropedia/paymentid.md
index f71fb8f2..032d847b 100644
--- a/_i18n/de/resources/moneropedia/paymentid.md
+++ b/_i18n/de/resources/moneropedia/paymentid.md
@@ -3,7 +3,7 @@ terms: ["payment-ID", "payment-IDs"]
summary: "an optional flag that is added to identify transactions to merchants, consisting of 64 hexadecimal characters"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
*Note:* Long Payment IDs have been removed since release 0.15; it's not possible to use them anymore. More info in the [blog post](https://getmonero.org/2019/06/04/Long-Payment-ID-Deprecation.html) that announced their deprecation.
diff --git a/_i18n/de/resources/moneropedia/pedersen-commitment.md b/_i18n/de/resources/moneropedia/pedersen-commitment.md
index d91570fb..9b2fa62c 100644
--- a/_i18n/de/resources/moneropedia/pedersen-commitment.md
+++ b/_i18n/de/resources/moneropedia/pedersen-commitment.md
@@ -3,7 +3,7 @@ terms: ["commitments", "commitment", "pedersen", "pedersen-commitment", "pederse
summary: "Pedersen commitments are cryptographic algorythms that allow a prover to commit to a certain value without revealing it or being able to change it"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Pedersen commitments are cryptographic algorythms that allow a prover to commit to a certain value without revealing it or being able to change it.
diff --git a/_i18n/de/resources/moneropedia/pruning.md b/_i18n/de/resources/moneropedia/pruning.md
index ead9dc4c..581f827e 100644
--- a/_i18n/de/resources/moneropedia/pruning.md
+++ b/_i18n/de/resources/moneropedia/pruning.md
@@ -3,7 +3,7 @@ terms: ["pruning"]
summary: "Feature that allows node operators to download and sync only 1/3 of the blockchain"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
'Pruning' allows node operators to save 2/3 of storage space while keeping the full transaction history. Pruning works by removing 7/8 of unnecessary ring signature data. The 1/8 remaining data will be available to the other nodes and will be used to sync with the network. Other pruned nodes will have a random 1/8 of the data, which they will also make available to the network. There are no privacy or security downsides when using a pruned node.
There are three ways to prune:
diff --git a/_i18n/de/resources/moneropedia/randomx.md b/_i18n/de/resources/moneropedia/randomx.md
index 768765ac..1491a581 100644
--- a/_i18n/de/resources/moneropedia/randomx.md
+++ b/_i18n/de/resources/moneropedia/randomx.md
@@ -3,6 +3,7 @@ terms: ["randomx", "random-x"]
summary: "ASIC-resistant POW algoritm currenctly used by Monero"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15.
This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the block rewards.
diff --git a/_i18n/de/resources/moneropedia/remote-node.md b/_i18n/de/resources/moneropedia/remote-node.md
index 48953545..dfde0509 100644
--- a/_i18n/de/resources/moneropedia/remote-node.md
+++ b/_i18n/de/resources/moneropedia/remote-node.md
@@ -3,6 +3,7 @@ terms: ["remote-node", "remote-nodes"]
summary: "Nodes wich are not running in the same machine as the wallet. Open remote nodes allow to use the Monero network immediately"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
A @node that doesn't run on the same local machine where the Monero @wallet is located is called "Remote Node" and can be private or open.
A **private remote node** doesn't run on your local machine, but you have full control over it. A classic example is a node running on a VPS or a server. That node is not on your local machine, but you have full control over it. You can even decide to make it become an open node, allowing people to connect to it.
diff --git a/_i18n/de/resources/moneropedia/ring-size.md b/_i18n/de/resources/moneropedia/ring-size.md
index 5c94016f..4888c220 100644
--- a/_i18n/de/resources/moneropedia/ring-size.md
+++ b/_i18n/de/resources/moneropedia/ring-size.md
@@ -3,7 +3,7 @@ terms: ["ring-size"]
summary: "total number of possible signers in a ring signature"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Ring size refers to the total number of possible signers in a @ring-signature. If a ring size of 4 is selected for a given @transaction, this means that there are 3 foreign outputs in addition to your “real” output. A higher ring size number will typically provide more privacy than a lower number. However, reusing an odd, recognizable ring size number for transactions could possibly make transactions stand out.
diff --git a/_i18n/de/resources/moneropedia/ringCT.md b/_i18n/de/resources/moneropedia/ringCT.md
index 03e19097..1d7d01ad 100644
--- a/_i18n/de/resources/moneropedia/ringCT.md
+++ b/_i18n/de/resources/moneropedia/ringCT.md
@@ -3,7 +3,7 @@ terms: ["ringCT", "ring-CT"]
summary: "a way to hide the amount sent in a Monero transaction"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
RingCT, short for Ring Confidential Transactions, is how transaction amounts are hidden in Monero.
diff --git a/_i18n/de/resources/moneropedia/ringsignatures.md b/_i18n/de/resources/moneropedia/ringsignatures.md
index fd0a3bcf..85babd23 100644
--- a/_i18n/de/resources/moneropedia/ringsignatures.md
+++ b/_i18n/de/resources/moneropedia/ringsignatures.md
@@ -3,7 +3,7 @@ terms: ["ring-signature", "ring-signatures"]
summary: "a group of cryptographic signatures with at least one real participant, but no way to tell which in the group is the real one as they all appear valid"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
In cryptography, a ring signature is a type of digital signature that can be performed by any member of a group of users that each have keys. Therefore, a message signed with a ring signature is endorsed by someone in a particular group of people. One of the security properties of a ring signature is that it should be computationally infeasible to determine *which* of the group members' keys was used to produce the signature.
diff --git a/_i18n/de/resources/moneropedia/scalability.md b/_i18n/de/resources/moneropedia/scalability.md
index e143f7cb..14bafd48 100644
--- a/_i18n/de/resources/moneropedia/scalability.md
+++ b/_i18n/de/resources/moneropedia/scalability.md
@@ -3,7 +3,7 @@ terms: ["scalability"]
summary: "How Monero scaling is flexible and can accommodate many transactions as demand changes"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The size of Monero @blocks (which contain @transactions) is flexible and can accommodate many transactions as demand changes. Formulas determine how the reward miners receive interacts with the number of transactions they choose to include in blocks. The @blockchain can therefore scale to meet changes in transaction volume.
diff --git a/_i18n/de/resources/moneropedia/signature.md b/_i18n/de/resources/moneropedia/signature.md
index fefbf024..31e7130c 100644
--- a/_i18n/de/resources/moneropedia/signature.md
+++ b/_i18n/de/resources/moneropedia/signature.md
@@ -3,7 +3,7 @@ terms: ["signature", "signatures"]
summary: "a cryptographic method for proving ownership of a piece of information, as well as proving that the information has not been modified after being signed"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A cryptographic method for proving ownership of a piece of information, as well as proving that the information has not been modified after being signed.
\ No newline at end of file
diff --git a/_i18n/de/resources/moneropedia/smartmining.md b/_i18n/de/resources/moneropedia/smartmining.md
index 43d705fe..bab78d4a 100644
--- a/_i18n/de/resources/moneropedia/smartmining.md
+++ b/_i18n/de/resources/moneropedia/smartmining.md
@@ -3,7 +3,7 @@ terms: ["smart-mining"]
summary: "a process of having a throttled miner mine when it otherwise does not cause drawbacks"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Smart mining is the process of having a throttled @miner mine when it otherwise does not cause drawbacks.
diff --git a/_i18n/de/resources/moneropedia/spendkey.md b/_i18n/de/resources/moneropedia/spendkey.md
index 5373f13c..079332fc 100644
--- a/_i18n/de/resources/moneropedia/spendkey.md
+++ b/_i18n/de/resources/moneropedia/spendkey.md
@@ -3,7 +3,7 @@ terms: ["spend-key", "spend-keys"]
summary: "one of the two pairs of private and public cryptographic keys that each account has, with the *private* spend key used to spend any funds in the account"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
One of the two pairs of private and public cryptographic keys that each account has, with the *private* spend key used to spend any funds in the account.
diff --git a/_i18n/de/resources/moneropedia/stealthaddress.md b/_i18n/de/resources/moneropedia/stealthaddress.md
index e015f2dd..fb8d8879 100644
--- a/_i18n/de/resources/moneropedia/stealthaddress.md
+++ b/_i18n/de/resources/moneropedia/stealthaddress.md
@@ -3,7 +3,7 @@ terms: ["stealth-address", "stealth-addresses", "Schattenadressen", "Schattenadr
summary: "automatic one-time addresses for every transaction"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Stealth addresses are an important part of Monero's inherent privacy. They allow and require the sender to create random one-time addresses for every @transaction on behalf of the recipient. The recipient can publish just one address, yet have all of his/her incoming payments go to unique addresses on the @blockchain, where they cannot be linked back to either the recipient's published address or any other transactions' addresses. By using stealth addresses, only the sender and receiver can determine where a payment was sent.
diff --git a/_i18n/de/resources/moneropedia/tail-emission.md b/_i18n/de/resources/moneropedia/tail-emission.md
index bc24cf8e..fbfac361 100644
--- a/_i18n/de/resources/moneropedia/tail-emission.md
+++ b/_i18n/de/resources/moneropedia/tail-emission.md
@@ -3,7 +3,7 @@ terms: ["Tail-Emission"]
summary: "the block reward at the end of the emission curve"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Monero block rewards will never drop to zero. Block rewards will gradually drop until tail emission commences at the end of May 2022. At this point, rewards will be fixed at 0.6 XMR per block.
diff --git a/_i18n/de/resources/moneropedia/transaction.md b/_i18n/de/resources/moneropedia/transaction.md
index 4a782ac4..603b9fcd 100644
--- a/_i18n/de/resources/moneropedia/transaction.md
+++ b/_i18n/de/resources/moneropedia/transaction.md
@@ -3,7 +3,7 @@ terms: ["transaction", "transactions"]
summary: "a cryptographically signed container that details the transfer of Monero to a recipient (or recipients)"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A cryptographically signed container that details the transfer of Monero to a recipient (or recipients).
diff --git a/_i18n/de/resources/moneropedia/unlocktime.md b/_i18n/de/resources/moneropedia/unlocktime.md
index 977952cd..776a62d1 100644
--- a/_i18n/de/resources/moneropedia/unlocktime.md
+++ b/_i18n/de/resources/moneropedia/unlocktime.md
@@ -3,7 +3,7 @@ terms: ["unlock-time"]
summary: "a special transaction where the recipient can only spend the funds after a future date, as set by the sender"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A special transaction where the recipient can only spend the funds after a future date, as set by the sender.
diff --git a/_i18n/de/resources/moneropedia/viewkey.md b/_i18n/de/resources/moneropedia/viewkey.md
index 0cb390ad..59763cc7 100644
--- a/_i18n/de/resources/moneropedia/viewkey.md
+++ b/_i18n/de/resources/moneropedia/viewkey.md
@@ -3,7 +3,7 @@ terms: ["view-key", "view-keys"]
summary: "one of two sets of private and public cryptographic keys that each account has, with the private view key required to view all transactions related to the account"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
One of two sets of private and public cryptographic keys that each account has, with the private view key required to view all transactions related to the account.
diff --git a/_i18n/de/resources/moneropedia/wallet.md b/_i18n/de/resources/moneropedia/wallet.md
index 7b937af4..6f84b36d 100644
--- a/_i18n/de/resources/moneropedia/wallet.md
+++ b/_i18n/de/resources/moneropedia/wallet.md
@@ -3,7 +3,7 @@ terms: ["wallet", "wallets"]
summary: "A wallet stores the information necessary to send and receive Monero"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A Monero account, or wallet, stores the information necessary to send and receive Moneroj. In addition to sending and receiving, the Monero Wallet software keeps a private history of your transactions and allows you to cryptographically sign messages. It also includes Monero mining software and an address book.
diff --git a/_i18n/en/resources/moneropedia/account.md b/_i18n/en/resources/moneropedia/account.md
index efd4522c..c3374774 100644
--- a/_i18n/en/resources/moneropedia/account.md
+++ b/_i18n/en/resources/moneropedia/account.md
@@ -3,6 +3,7 @@ terms: ["account", "accounts", "wallet", "wallets"]
summary: "similar in function to a bank account, contains all of your sent and received transactions"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Those familiar with Monero's predecessors will be more familiar with the term *wallet* to describe this. In Monero we call this an account, and it is a private account owned and operated by a Monero user.
diff --git a/_i18n/en/resources/moneropedia/address.md b/_i18n/en/resources/moneropedia/address.md
index 35aef916..8112cf83 100644
--- a/_i18n/en/resources/moneropedia/address.md
+++ b/_i18n/en/resources/moneropedia/address.md
@@ -3,6 +3,7 @@ terms: ["address", "addresses"]
summary: "either an alias, such as donate.getmonero.org, or a set of 95 characters starting with a 4"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
When you send Monero to someone you only need one piece of information, and that is their Monero address. A *raw* Monero address is a set of 95 characters starting with a '4'. The Monero donation address, for instance, is 888tNkZrPN6JsEgekjMnABU4TBzc2Dt29EPAvkRxbANsAnjyPbb3iQ1YBRk1UXcdRsiKc9dhwMVgN5S9cQUiyoogDavup3H.
diff --git a/_i18n/en/resources/moneropedia/airgap.md b/_i18n/en/resources/moneropedia/airgap.md
index 9565484c..0a3d42f4 100644
--- a/_i18n/en/resources/moneropedia/airgap.md
+++ b/_i18n/en/resources/moneropedia/airgap.md
@@ -3,6 +3,7 @@ terms: ["airgap"]
summary: "An airgap is a security measure to physically separate a computer or device from all other networks, such as the Internet."
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
"An air gap, air wall or air gapping is a network security measure employed on one or more computers to ensure that a secure computer network is physically isolated from unsecured networks, such as the public Internet or an unsecured local area network.[2] The name arises from the technique of creating a network that is physically separated (with a conceptual air gap) from all other networks. The air gap may not be completely literal, as networks employing the use of dedicated cryptographic devices that can tunnel packets over untrusted networks while avoiding packet rate or size variation can be considered air gapped, as there is no ability for computers on opposite sides of the gap to communicate."
diff --git a/_i18n/en/resources/moneropedia/atomic-units.md b/_i18n/en/resources/moneropedia/atomic-units.md
index 057b5727..c377bb2d 100644
--- a/_i18n/en/resources/moneropedia/atomic-units.md
+++ b/_i18n/en/resources/moneropedia/atomic-units.md
@@ -3,6 +3,7 @@ terms: ["atomic-units", "atomic-unit"]
summary: "Atomic Units refer to the smallest fraction of 1 XMR."
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Atomic Units refer to the smallest fraction of 1 XMR.
diff --git a/_i18n/en/resources/moneropedia/block.md b/_i18n/en/resources/moneropedia/block.md
index 61cc6c80..515ab7e3 100644
--- a/_i18n/en/resources/moneropedia/block.md
+++ b/_i18n/en/resources/moneropedia/block.md
@@ -3,6 +3,7 @@ terms: ["block", "blocks"]
summary: "a container of transactions, a sequence of which forms a blockchain"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A block is a container of @transactions, with a new block being added to the @blockchain once every 2 minutes (see constant `DIFFICULTY_TARGET_V2` defined as 120 seconds), on average.
diff --git a/_i18n/en/resources/moneropedia/blockchain.md b/_i18n/en/resources/moneropedia/blockchain.md
index 9e97181e..c6fd2004 100644
--- a/_i18n/en/resources/moneropedia/blockchain.md
+++ b/_i18n/en/resources/moneropedia/blockchain.md
@@ -3,6 +3,7 @@ terms: ["blockchain", "blockchains"]
summary: "a distributed ledger of all transactions both past and present, without revealing who the funds came from or went to"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A @blockchain is a distributed database that continuously grows with a record of all of the transactions that have occurred with a given cryptocurrency. This database is often referred to as a ledger because the data contains a large list of transactions that have taken place. In Monero, these transactions are packaged together into 'blocks' every 2 minutes (on average), and all miners and nodes on the network have copies of these blocks.
diff --git a/_i18n/en/resources/moneropedia/bootstrap-node.md b/_i18n/en/resources/moneropedia/bootstrap-node.md
index 67a420a1..29748337 100644
--- a/_i18n/en/resources/moneropedia/bootstrap-node.md
+++ b/_i18n/en/resources/moneropedia/bootstrap-node.md
@@ -3,6 +3,7 @@ terms: ["bootstrap-node", "bootstrap-nodes"]
summary: "A node to which a daemon connects to give immediate usability to wallets while syncing"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The @daemon running on a local @node has to sync with other @remote-nodes. While it is not fully synced, @wallet may still be connected to the local node. Therefore, the @wallet cannot access the @blocks that are not yet synced on the local @node.
diff --git a/_i18n/en/resources/moneropedia/bulletproofs.md b/_i18n/en/resources/moneropedia/bulletproofs.md
index 5946cd00..d21caf3a 100644
--- a/_i18n/en/resources/moneropedia/bulletproofs.md
+++ b/_i18n/en/resources/moneropedia/bulletproofs.md
@@ -3,6 +3,7 @@ terms: ["bulletproofs", "bulletproof"]
summary: "a new kind of range proofs replacing RingCT in transactions to obfuscate the amounts sent"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
@RingCT was introduced to obfuscate transaction amounts. One goal of @RingCT was to prove the sum of inputs - outputs in the @transaction was equal to 0, and all outputs were positive numbers.
To accomplish this, two kind of ring signatures were constructed: One ring signature for the whole transaction (to prove the sum is 0), and a set of ring signatures for the subsets of transaction bits (to prove the outputs are positive numbers), then combined together using originally Schnorr signatures (and later replaced by Borromean ring signature).
diff --git a/_i18n/en/resources/moneropedia/canonically-unique-host.md b/_i18n/en/resources/moneropedia/canonically-unique-host.md
index 329887df..2b8d4b29 100644
--- a/_i18n/en/resources/moneropedia/canonically-unique-host.md
+++ b/_i18n/en/resources/moneropedia/canonically-unique-host.md
@@ -4,6 +4,7 @@ terms: ["Canonically-unique-host"]
summary: "A host that is canonically resolved to an address or set of addresses"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A Canonically-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) that will canonically resolve to a designated address or set of addresses. Not to be confused with a @locally-unique-host.
diff --git a/_i18n/en/resources/moneropedia/change.md b/_i18n/en/resources/moneropedia/change.md
index 12db7382..bf0f1629 100644
--- a/_i18n/en/resources/moneropedia/change.md
+++ b/_i18n/en/resources/moneropedia/change.md
@@ -3,6 +3,7 @@ terms: ["change"]
summary: "Monero sent as part of a transaction, that returns to your account instead of going to another recipient"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Monero sent as part of a transaction, that returns to your account instead of going to another recipient.
diff --git a/_i18n/en/resources/moneropedia/clearnet.md b/_i18n/en/resources/moneropedia/clearnet.md
index 836bbf01..962e03d5 100644
--- a/_i18n/en/resources/moneropedia/clearnet.md
+++ b/_i18n/en/resources/moneropedia/clearnet.md
@@ -4,6 +4,7 @@ terms: ["Clearnet"]
summary: "The Internet in which anonymous overlay networks are built upon"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
When you use the Internet for things like news, email, social media, and even Monero, you are most likely using a clearnet connection. This means that *all* of your connections can be tracked, traced, and monitored by:
diff --git a/_i18n/en/resources/moneropedia/coinbase.md b/_i18n/en/resources/moneropedia/coinbase.md
index ee935871..52100b57 100644
--- a/_i18n/en/resources/moneropedia/coinbase.md
+++ b/_i18n/en/resources/moneropedia/coinbase.md
@@ -3,6 +3,7 @@ terms: ["coinbase-transaction"]
summary: "a special type of transaction included in each block, which contains a small amount of Monero sent to the miner as a reward for their mining work"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A special type of transaction included in each block, which contains a small amount of Monero sent to the miner as a reward for their mining work.
\ No newline at end of file
diff --git a/_i18n/en/resources/moneropedia/consensus.md b/_i18n/en/resources/moneropedia/consensus.md
index a4484c63..c5a17e49 100644
--- a/_i18n/en/resources/moneropedia/consensus.md
+++ b/_i18n/en/resources/moneropedia/consensus.md
@@ -3,6 +3,7 @@ terms: ["consensus", "consensus-network"]
summary: "consensus describes a property of distributed networks like Monero where most of the participants follow the rules, and thus reject bad participants"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Consensus describes a property of distributed networks like Monero where most of the participants follow the rules, and thus reject bad participants.
\ No newline at end of file
diff --git a/_i18n/en/resources/moneropedia/cryptocurrency.md b/_i18n/en/resources/moneropedia/cryptocurrency.md
index 8d291380..0d3a9b87 100644
--- a/_i18n/en/resources/moneropedia/cryptocurrency.md
+++ b/_i18n/en/resources/moneropedia/cryptocurrency.md
@@ -3,6 +3,7 @@ terms: ["cryptocurrency", "cryptocurrencies", "altcoin", "altcoins"]
summary: "a digital currency in which encryption techniques are used to regulate the generation of units of currency and verify the transfer of funds, usually operating independently of a central bank"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A digital currency in which encryption techniques are used to regulate the generation of units of currency and verify the transfer of funds, usually operating independently of a central bank.
diff --git a/_i18n/en/resources/moneropedia/daemon.md b/_i18n/en/resources/moneropedia/daemon.md
index e5041a11..a1b51832 100644
--- a/_i18n/en/resources/moneropedia/daemon.md
+++ b/_i18n/en/resources/moneropedia/daemon.md
@@ -3,6 +3,7 @@ terms: ["daemon"]
summary: "Background process which runs and controls a Monero node"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
'Daemon' is the general term for a piece of software running in the background. In Monero, the Daemon is started through the 'monerod' program. If you run the Daemon locally, you are running a local @node. If the Daemon is running on another device it's a @remote-node. A @wallet, like the CLI or the GUI, needs to connect to a Daemon (local or remote) to relay @transactions to the network.
It's possible to send commands to the Daemon directly or through the RPC interface. See the [Daemon RPC guide]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html), which contains a detailed explanation (with examples) of the available RPC calls. For more detailed and technical information about the Daemon, see the Monerodocs reference at the bottom of this page.
diff --git a/_i18n/en/resources/moneropedia/denominations.md b/_i18n/en/resources/moneropedia/denominations.md
index 23475766..b1649218 100644
--- a/_i18n/en/resources/moneropedia/denominations.md
+++ b/_i18n/en/resources/moneropedia/denominations.md
@@ -3,6 +3,7 @@ terms: ["denominations", "subunits", "tacoshi", "piconero", "nanonero", "microne
summary: "A denomination is a proper description of a currency amount. It is oftentimes a sub-unit of the currency. For example, traditionally a cent is 1/100th of a particular unit of currency.)"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A denomination is a proper description of a currency amount. It is oftentimes a sub-unit of the currency. For example, traditionally a cent is 1/100th of a particular unit of currency.).
diff --git a/_i18n/en/resources/moneropedia/encryption.md b/_i18n/en/resources/moneropedia/encryption.md
index 0e7e0146..0b8aed2f 100644
--- a/_i18n/en/resources/moneropedia/encryption.md
+++ b/_i18n/en/resources/moneropedia/encryption.md
@@ -4,6 +4,7 @@ terms: ["encryption", "encrypted", "encrypting", "decryption", "decrypted", "dec
summary: "The process of encoding messages or information in a way that only authorized parties can decode and read"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
From [Encryption](https://en.wikipedia.org/wiki/Encryption):
diff --git a/_i18n/en/resources/moneropedia/fluffyblocks.md b/_i18n/en/resources/moneropedia/fluffyblocks.md
index ade4ee39..448de5ec 100644
--- a/_i18n/en/resources/moneropedia/fluffyblocks.md
+++ b/_i18n/en/resources/moneropedia/fluffyblocks.md
@@ -3,6 +3,7 @@ terms: ["fluffy blocks", "fluffyblocks"]
summary: "a way of saving bandwidth when sending new blocks around the network"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A @block is made up of a header and @transactions. Fluffy Blocks only contain
diff --git a/_i18n/en/resources/moneropedia/fungibility.md b/_i18n/en/resources/moneropedia/fungibility.md
index 98fa7137..2151d35d 100644
--- a/_i18n/en/resources/moneropedia/fungibility.md
+++ b/_i18n/en/resources/moneropedia/fungibility.md
@@ -3,6 +3,7 @@ terms: ["fungibility", "fungible"]
summary: "property of a currency whereby two units can be substituted in place of one another"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Property of a currency whereby two units can be substituted in place of one another.
diff --git a/_i18n/en/resources/moneropedia/kovri.md b/_i18n/en/resources/moneropedia/kovri.md
index 0697af9f..779bed41 100644
--- a/_i18n/en/resources/moneropedia/kovri.md
+++ b/_i18n/en/resources/moneropedia/kovri.md
@@ -4,6 +4,7 @@ terms: ["Kovri"]
summary: "C++ router implementation of the I2P network"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
[Kovri](https://gitlab.com/kovri-project/kovri/) is a C++ implementation of the I2P network which was proposed to be integrated in Monero. At the moment the future of this I2P router is unclear and an integration with Monero is not planned.
diff --git a/_i18n/en/resources/moneropedia/locally-unique-host.md b/_i18n/en/resources/moneropedia/locally-unique-host.md
index fecc2c48..fa12a7fd 100644
--- a/_i18n/en/resources/moneropedia/locally-unique-host.md
+++ b/_i18n/en/resources/moneropedia/locally-unique-host.md
@@ -4,6 +4,7 @@ terms: ["Locally-unique-host"]
summary: "A host defined by you and resolved only by you"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A locally-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) defined by **you** and resolved only by you; similar to how a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file)) is implemented. Not to be confused with @canonically-unique-host.
diff --git a/_i18n/en/resources/moneropedia/mining.md b/_i18n/en/resources/moneropedia/mining.md
index 82c1aeb8..dd446e0c 100644
--- a/_i18n/en/resources/moneropedia/mining.md
+++ b/_i18n/en/resources/moneropedia/mining.md
@@ -3,6 +3,7 @@ terms: ["mining", "miner", "miners"]
summary: "the process of cryptographically computing a mathematical proof for a block, containing a number of transactions, which is then added to the blockchain"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The process of cryptographically computing a mathematical proof for a block, containing a number of transactions, which is then added to the blockchain.
diff --git a/_i18n/en/resources/moneropedia/mnemonicseed.md b/_i18n/en/resources/moneropedia/mnemonicseed.md
index 0aaecb97..c92b9f53 100644
--- a/_i18n/en/resources/moneropedia/mnemonicseed.md
+++ b/_i18n/en/resources/moneropedia/mnemonicseed.md
@@ -3,6 +3,7 @@ terms: ["mnemonic-seed", "mnemonic"]
summary: "a 13 or 25 word phrase used to backup a Monero account, available in a number of languages"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A 13 or 25 word phrase used to backup a Monero account, available in a number of languages. This 25-word phrase (13 words in the case of MyMonero) has all the information needed to view and spend funds from a Monero @account.
diff --git a/_i18n/en/resources/moneropedia/node.md b/_i18n/en/resources/moneropedia/node.md
index 776c2d52..5fa2ff2b 100644
--- a/_i18n/en/resources/moneropedia/node.md
+++ b/_i18n/en/resources/moneropedia/node.md
@@ -3,6 +3,7 @@ terms: ["node", "nodes", "full-node", "full-nodes"]
summary: "A device on the Internet running the Monero software, with a full copy of the Monero blockchain. It can be local or remote"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network. A node that is not running on your local machine is called @remote-node. Remote nodes can be private, if they are for personal use only, or open, if they are accessible by other people.
diff --git a/_i18n/en/resources/moneropedia/openalias.md b/_i18n/en/resources/moneropedia/openalias.md
index 4862d62b..2307ecec 100644
--- a/_i18n/en/resources/moneropedia/openalias.md
+++ b/_i18n/en/resources/moneropedia/openalias.md
@@ -3,6 +3,7 @@ terms: ["OpenAlias"]
summary: "a standard that allows you to use an email or domain syntax to pay someone instead of an address, eg. donate@getmonero.org or donate.getmonero.org"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The Monero Core Team released a standard called OpenAlias which permits much more human-readable addresses and "squares" the Zooko's triangle. OpenAlias can be used for any cryptocurrency and is already implemented in Monero, Bitcoin (in latest Electrum versions) and HyperStake.
diff --git a/_i18n/en/resources/moneropedia/paperwallet.md b/_i18n/en/resources/moneropedia/paperwallet.md
index db1a35c8..0f52bf42 100644
--- a/_i18n/en/resources/moneropedia/paperwallet.md
+++ b/_i18n/en/resources/moneropedia/paperwallet.md
@@ -3,6 +3,7 @@ terms: ["paperwallet", "paperwallets", "paper-wallet", "paper-wallets"]
summary: "A paper wallet stores the information necessary to send and receive Monero"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A paper wallet stores the information necessary to send and receive Monero.
diff --git a/_i18n/en/resources/moneropedia/paymentid.md b/_i18n/en/resources/moneropedia/paymentid.md
index 9a5b9c56..9fe4e451 100644
--- a/_i18n/en/resources/moneropedia/paymentid.md
+++ b/_i18n/en/resources/moneropedia/paymentid.md
@@ -3,6 +3,7 @@ terms: ["payment-ID", "payment-IDs"]
summary: "an optional flag that is added to identify transactions to merchants, consisting of 64 hexadecimal characters"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
*Note:* Long Payment IDs have been removed since release 0.15; it's not possible to use them anymore. More info in the [blog post](https://getmonero.org/2019/06/04/Long-Payment-ID-Deprecation.html) that announced their deprecation.
### The Basics
diff --git a/_i18n/en/resources/moneropedia/pedersen-commitment.md b/_i18n/en/resources/moneropedia/pedersen-commitment.md
index 0f4e255a..9b2fa62c 100644
--- a/_i18n/en/resources/moneropedia/pedersen-commitment.md
+++ b/_i18n/en/resources/moneropedia/pedersen-commitment.md
@@ -3,6 +3,7 @@ terms: ["commitments", "commitment", "pedersen", "pedersen-commitment", "pederse
summary: "Pedersen commitments are cryptographic algorythms that allow a prover to commit to a certain value without revealing it or being able to change it"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Pedersen commitments are cryptographic algorythms that allow a prover to commit to a certain value without revealing it or being able to change it.
diff --git a/_i18n/en/resources/moneropedia/pruning.md b/_i18n/en/resources/moneropedia/pruning.md
index 7485e1d6..581f827e 100644
--- a/_i18n/en/resources/moneropedia/pruning.md
+++ b/_i18n/en/resources/moneropedia/pruning.md
@@ -3,6 +3,7 @@ terms: ["pruning"]
summary: "Feature that allows node operators to download and sync only 1/3 of the blockchain"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
'Pruning' allows node operators to save 2/3 of storage space while keeping the full transaction history. Pruning works by removing 7/8 of unnecessary ring signature data. The 1/8 remaining data will be available to the other nodes and will be used to sync with the network. Other pruned nodes will have a random 1/8 of the data, which they will also make available to the network. There are no privacy or security downsides when using a pruned node.
There are three ways to prune:
diff --git a/_i18n/en/resources/moneropedia/randomx.md b/_i18n/en/resources/moneropedia/randomx.md
index 1c803036..e505eebf 100644
--- a/_i18n/en/resources/moneropedia/randomx.md
+++ b/_i18n/en/resources/moneropedia/randomx.md
@@ -3,6 +3,7 @@ terms: ["randomx", "random-x"]
summary: "ASIC-resistant POW algoritm currenctly used by Monero"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15.
This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for @mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the @block rewards.
diff --git a/_i18n/en/resources/moneropedia/remote-node.md b/_i18n/en/resources/moneropedia/remote-node.md
index 73b43b5b..9f733edc 100644
--- a/_i18n/en/resources/moneropedia/remote-node.md
+++ b/_i18n/en/resources/moneropedia/remote-node.md
@@ -3,6 +3,7 @@ terms: ["remote-node", "remote-nodes"]
summary: "Nodes wich are not running in the same machine as the wallet. Open remote nodes allow to use the Monero network immediately"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
A @node that doesn't run on the same local machine where the Monero @wallet is located is called "Remote Node" and can be private or open.
A **private remote node** doesn't run on your local machine, but you have full control over it. A classic example is a node running on a VPS or a server. That node is not on your local machine, but you have full control over it. You can even decide to make it become an open node, allowing people to connect to it.
diff --git a/_i18n/en/resources/moneropedia/ring-size.md b/_i18n/en/resources/moneropedia/ring-size.md
index 4ad33ddd..4888c220 100644
--- a/_i18n/en/resources/moneropedia/ring-size.md
+++ b/_i18n/en/resources/moneropedia/ring-size.md
@@ -3,6 +3,7 @@ terms: ["ring-size"]
summary: "total number of possible signers in a ring signature"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Ring size refers to the total number of possible signers in a @ring-signature. If a ring size of 4 is selected for a given @transaction, this means that there are 3 foreign outputs in addition to your “real” output. A higher ring size number will typically provide more privacy than a lower number. However, reusing an odd, recognizable ring size number for transactions could possibly make transactions stand out.
diff --git a/_i18n/en/resources/moneropedia/ringCT.md b/_i18n/en/resources/moneropedia/ringCT.md
index 3ebaae17..1d7d01ad 100644
--- a/_i18n/en/resources/moneropedia/ringCT.md
+++ b/_i18n/en/resources/moneropedia/ringCT.md
@@ -3,6 +3,7 @@ terms: ["ringCT", "ring-CT"]
summary: "a way to hide the amount sent in a Monero transaction"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
RingCT, short for Ring Confidential Transactions, is how transaction amounts are hidden in Monero.
diff --git a/_i18n/en/resources/moneropedia/ringsignatures.md b/_i18n/en/resources/moneropedia/ringsignatures.md
index b5db207f..85babd23 100644
--- a/_i18n/en/resources/moneropedia/ringsignatures.md
+++ b/_i18n/en/resources/moneropedia/ringsignatures.md
@@ -3,6 +3,7 @@ terms: ["ring-signature", "ring-signatures"]
summary: "a group of cryptographic signatures with at least one real participant, but no way to tell which in the group is the real one as they all appear valid"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
In cryptography, a ring signature is a type of digital signature that can be performed by any member of a group of users that each have keys. Therefore, a message signed with a ring signature is endorsed by someone in a particular group of people. One of the security properties of a ring signature is that it should be computationally infeasible to determine *which* of the group members' keys was used to produce the signature.
diff --git a/_i18n/en/resources/moneropedia/scalability.md b/_i18n/en/resources/moneropedia/scalability.md
index 9ccb9f56..f69f79cb 100644
--- a/_i18n/en/resources/moneropedia/scalability.md
+++ b/_i18n/en/resources/moneropedia/scalability.md
@@ -3,6 +3,7 @@ terms: ["scalability"]
summary: "How Monero scaling is flexible and can accommodate many transactions as demand changes"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The size of Monero @blocks (which contain @transactions) is flexible and can accommodate many transactions as demand changes. Formulas determine how the reward miners receive interacts with the number of transactions they choose to include in blocks. The @blockchain can therefore scale to meet changes in transaction volume.
diff --git a/_i18n/en/resources/moneropedia/signature.md b/_i18n/en/resources/moneropedia/signature.md
index 7ad1e27d..31e7130c 100644
--- a/_i18n/en/resources/moneropedia/signature.md
+++ b/_i18n/en/resources/moneropedia/signature.md
@@ -3,6 +3,7 @@ terms: ["signature", "signatures"]
summary: "a cryptographic method for proving ownership of a piece of information, as well as proving that the information has not been modified after being signed"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A cryptographic method for proving ownership of a piece of information, as well as proving that the information has not been modified after being signed.
\ No newline at end of file
diff --git a/_i18n/en/resources/moneropedia/smartmining.md b/_i18n/en/resources/moneropedia/smartmining.md
index 0c037082..9500f1df 100644
--- a/_i18n/en/resources/moneropedia/smartmining.md
+++ b/_i18n/en/resources/moneropedia/smartmining.md
@@ -3,6 +3,7 @@ terms: ["smart-mining"]
summary: "a process of having a throttled miner mine when it otherwise does not cause drawbacks"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Smart mining is the process of having a throttled @miner mine when it otherwise does not cause drawbacks.
diff --git a/_i18n/en/resources/moneropedia/spendkey.md b/_i18n/en/resources/moneropedia/spendkey.md
index 893328c5..079332fc 100644
--- a/_i18n/en/resources/moneropedia/spendkey.md
+++ b/_i18n/en/resources/moneropedia/spendkey.md
@@ -3,6 +3,7 @@ terms: ["spend-key", "spend-keys"]
summary: "one of the two pairs of private and public cryptographic keys that each account has, with the *private* spend key used to spend any funds in the account"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
One of the two pairs of private and public cryptographic keys that each account has, with the *private* spend key used to spend any funds in the account.
diff --git a/_i18n/en/resources/moneropedia/stealthaddress.md b/_i18n/en/resources/moneropedia/stealthaddress.md
index 46d908be..f53e14a6 100644
--- a/_i18n/en/resources/moneropedia/stealthaddress.md
+++ b/_i18n/en/resources/moneropedia/stealthaddress.md
@@ -3,6 +3,7 @@ terms: ["stealth-address", "stealth-addresses"]
summary: "automatic one-time addresses for every transaction"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Stealth addresses are an important part of Monero's inherent privacy. They allow and require the sender to create random one-time addresses for every @transaction on behalf of the recipient. The recipient can publish just one address, yet have all of his/her incoming payments go to unique addresses on the @blockchain, where they cannot be linked back to either the recipient's published address or any other transactions' addresses. By using stealth addresses, only the sender and receiver can determine where a payment was sent.
diff --git a/_i18n/en/resources/moneropedia/tail-emission.md b/_i18n/en/resources/moneropedia/tail-emission.md
index ade85309..fbfac361 100644
--- a/_i18n/en/resources/moneropedia/tail-emission.md
+++ b/_i18n/en/resources/moneropedia/tail-emission.md
@@ -3,6 +3,7 @@ terms: ["Tail-Emission"]
summary: "the block reward at the end of the emission curve"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Monero block rewards will never drop to zero. Block rewards will gradually drop until tail emission commences at the end of May 2022. At this point, rewards will be fixed at 0.6 XMR per block.
diff --git a/_i18n/en/resources/moneropedia/transaction.md b/_i18n/en/resources/moneropedia/transaction.md
index 95c68703..603b9fcd 100644
--- a/_i18n/en/resources/moneropedia/transaction.md
+++ b/_i18n/en/resources/moneropedia/transaction.md
@@ -3,6 +3,7 @@ terms: ["transaction", "transactions"]
summary: "a cryptographically signed container that details the transfer of Monero to a recipient (or recipients)"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A cryptographically signed container that details the transfer of Monero to a recipient (or recipients).
diff --git a/_i18n/en/resources/moneropedia/unlocktime.md b/_i18n/en/resources/moneropedia/unlocktime.md
index 335a946b..776a62d1 100644
--- a/_i18n/en/resources/moneropedia/unlocktime.md
+++ b/_i18n/en/resources/moneropedia/unlocktime.md
@@ -3,6 +3,7 @@ terms: ["unlock-time"]
summary: "a special transaction where the recipient can only spend the funds after a future date, as set by the sender"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A special transaction where the recipient can only spend the funds after a future date, as set by the sender.
diff --git a/_i18n/en/resources/moneropedia/viewkey.md b/_i18n/en/resources/moneropedia/viewkey.md
index 469fc02a..59763cc7 100644
--- a/_i18n/en/resources/moneropedia/viewkey.md
+++ b/_i18n/en/resources/moneropedia/viewkey.md
@@ -3,6 +3,7 @@ terms: ["view-key", "view-keys"]
summary: "one of two sets of private and public cryptographic keys that each account has, with the private view key required to view all transactions related to the account"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
One of two sets of private and public cryptographic keys that each account has, with the private view key required to view all transactions related to the account.
diff --git a/_i18n/en/resources/moneropedia/wallet.md b/_i18n/en/resources/moneropedia/wallet.md
index 078033d4..6f84b36d 100644
--- a/_i18n/en/resources/moneropedia/wallet.md
+++ b/_i18n/en/resources/moneropedia/wallet.md
@@ -3,6 +3,7 @@ terms: ["wallet", "wallets"]
summary: "A wallet stores the information necessary to send and receive Monero"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A Monero account, or wallet, stores the information necessary to send and receive Moneroj. In addition to sending and receiving, the Monero Wallet software keeps a private history of your transactions and allows you to cryptographically sign messages. It also includes Monero mining software and an address book.
diff --git a/_i18n/es/resources/moneropedia/account.md b/_i18n/es/resources/moneropedia/account.md
index 84b71560..08869702 100644
--- a/_i18n/es/resources/moneropedia/account.md
+++ b/_i18n/es/resources/moneropedia/account.md
@@ -3,7 +3,7 @@ terms: ["account", "accounts", "wallet", "wallets"]
summary: "similar in function to a bank account, contains all of your sent and received transactions"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Those familiar with Monero's predecessors will be more familiar with the term *wallet* to describe this. In Monero we call this an account, and it is a private account owned and operated by a Monero user.
diff --git a/_i18n/es/resources/moneropedia/address-book.md b/_i18n/es/resources/moneropedia/address-book.md
index 06f7df91..f23fa518 100644
--- a/_i18n/es/resources/moneropedia/address-book.md
+++ b/_i18n/es/resources/moneropedia/address-book.md
@@ -4,7 +4,7 @@ terms: ["Address-Book"]
summary: "Allows you to visit I2P websites/services that have the .i2p domain"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
In order to browse @I2P sites or services with @Kovri, you'll need an address book. An address book will allow you to translate @I2P websites/services that use the `.i2p` [top-level domain](https://en.wikipedia.org/wiki/Top_level_domain) into an address that @I2P network will understand.
diff --git a/_i18n/es/resources/moneropedia/address.md b/_i18n/es/resources/moneropedia/address.md
index 9d75657d..896c8099 100644
--- a/_i18n/es/resources/moneropedia/address.md
+++ b/_i18n/es/resources/moneropedia/address.md
@@ -3,7 +3,7 @@ terms: ["address", "addresses"]
summary: "either an alias, such as donate.getmonero.org, or a set of 95 characters starting with a 4"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
When you send Monero to someone you only need one piece of information, and that is their Monero address. A *raw* Monero address is a set of 95 characters starting with a '4'. The Monero donation address, for instance, is 888tNkZrPN6JsEgekjMnABU4TBzc2Dt29EPAvkRxbANsAnjyPbb3iQ1YBRk1UXcdRsiKc9dhwMVgN5S9cQUiyoogDavup3H.
diff --git a/_i18n/es/resources/moneropedia/airgap.md b/_i18n/es/resources/moneropedia/airgap.md
index 4f9de2a4..0a3d42f4 100644
--- a/_i18n/es/resources/moneropedia/airgap.md
+++ b/_i18n/es/resources/moneropedia/airgap.md
@@ -3,7 +3,7 @@ terms: ["airgap"]
summary: "An airgap is a security measure to physically separate a computer or device from all other networks, such as the Internet."
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
"An air gap, air wall or air gapping is a network security measure employed on one or more computers to ensure that a secure computer network is physically isolated from unsecured networks, such as the public Internet or an unsecured local area network.[2] The name arises from the technique of creating a network that is physically separated (with a conceptual air gap) from all other networks. The air gap may not be completely literal, as networks employing the use of dedicated cryptographic devices that can tunnel packets over untrusted networks while avoiding packet rate or size variation can be considered air gapped, as there is no ability for computers on opposite sides of the gap to communicate."
diff --git a/_i18n/es/resources/moneropedia/atomic-units.md b/_i18n/es/resources/moneropedia/atomic-units.md
index 93b66834..c377bb2d 100644
--- a/_i18n/es/resources/moneropedia/atomic-units.md
+++ b/_i18n/es/resources/moneropedia/atomic-units.md
@@ -3,7 +3,7 @@ terms: ["atomic-units", "atomic-unit"]
summary: "Atomic Units refer to the smallest fraction of 1 XMR."
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Atomic Units refer to the smallest fraction of 1 XMR.
diff --git a/_i18n/es/resources/moneropedia/block.md b/_i18n/es/resources/moneropedia/block.md
index 8a18461d..515ab7e3 100644
--- a/_i18n/es/resources/moneropedia/block.md
+++ b/_i18n/es/resources/moneropedia/block.md
@@ -3,7 +3,7 @@ terms: ["block", "blocks"]
summary: "a container of transactions, a sequence of which forms a blockchain"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A block is a container of @transactions, with a new block being added to the @blockchain once every 2 minutes (see constant `DIFFICULTY_TARGET_V2` defined as 120 seconds), on average.
diff --git a/_i18n/es/resources/moneropedia/blockchain.md b/_i18n/es/resources/moneropedia/blockchain.md
index 688c028e..b77b9f41 100644
--- a/_i18n/es/resources/moneropedia/blockchain.md
+++ b/_i18n/es/resources/moneropedia/blockchain.md
@@ -4,7 +4,7 @@ summary: "a distributed ledger of all transactions both past and present, withou
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A @blockchain is a distributed database that continuously grows with a record of all of the transactions that have occurred with a given cryptocurrency. This database is often referred to as a ledger because the data contains a large list of transactions that have taken place. In Monero, these transactions are packaged together into 'blocks' every 2 minutes (on average), and all miners and nodes on the network have copies of these blocks.
diff --git a/_i18n/es/resources/moneropedia/bootstrap-node.md b/_i18n/es/resources/moneropedia/bootstrap-node.md
index ca61af22..67f65097 100644
--- a/_i18n/es/resources/moneropedia/bootstrap-node.md
+++ b/_i18n/es/resources/moneropedia/bootstrap-node.md
@@ -3,7 +3,7 @@ terms: ["bootstrap-node", "bootstrap-nodes"]
summary: "A node to which a daemon connects to give immediate usability to wallets while syncing"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The daemon running on a local @node has to sync with other (remote) @nodes. While it is not fully synced, @wallet may still be connected to the local node. Therefore, the @wallet cannot access the @blocks that are bot yet synced on the local @node.
diff --git a/_i18n/es/resources/moneropedia/bulletproofs.md b/_i18n/es/resources/moneropedia/bulletproofs.md
index 04ea71fc..d21caf3a 100644
--- a/_i18n/es/resources/moneropedia/bulletproofs.md
+++ b/_i18n/es/resources/moneropedia/bulletproofs.md
@@ -3,7 +3,7 @@ terms: ["bulletproofs", "bulletproof"]
summary: "a new kind of range proofs replacing RingCT in transactions to obfuscate the amounts sent"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
@RingCT was introduced to obfuscate transaction amounts. One goal of @RingCT was to prove the sum of inputs - outputs in the @transaction was equal to 0, and all outputs were positive numbers.
To accomplish this, two kind of ring signatures were constructed: One ring signature for the whole transaction (to prove the sum is 0), and a set of ring signatures for the subsets of transaction bits (to prove the outputs are positive numbers), then combined together using originally Schnorr signatures (and later replaced by Borromean ring signature).
diff --git a/_i18n/es/resources/moneropedia/canonically-unique-host.md b/_i18n/es/resources/moneropedia/canonically-unique-host.md
index f8c8c7bc..2b8d4b29 100644
--- a/_i18n/es/resources/moneropedia/canonically-unique-host.md
+++ b/_i18n/es/resources/moneropedia/canonically-unique-host.md
@@ -4,7 +4,7 @@ terms: ["Canonically-unique-host"]
summary: "A host that is canonically resolved to an address or set of addresses"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A Canonically-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) that will canonically resolve to a designated address or set of addresses. Not to be confused with a @locally-unique-host.
diff --git a/_i18n/es/resources/moneropedia/change.md b/_i18n/es/resources/moneropedia/change.md
index c870d1ef..bf0f1629 100644
--- a/_i18n/es/resources/moneropedia/change.md
+++ b/_i18n/es/resources/moneropedia/change.md
@@ -3,7 +3,7 @@ terms: ["change"]
summary: "Monero sent as part of a transaction, that returns to your account instead of going to another recipient"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Monero sent as part of a transaction, that returns to your account instead of going to another recipient.
diff --git a/_i18n/es/resources/moneropedia/clearnet.md b/_i18n/es/resources/moneropedia/clearnet.md
index 34f20eaa..962e03d5 100644
--- a/_i18n/es/resources/moneropedia/clearnet.md
+++ b/_i18n/es/resources/moneropedia/clearnet.md
@@ -4,7 +4,7 @@ terms: ["Clearnet"]
summary: "The Internet in which anonymous overlay networks are built upon"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
When you use the Internet for things like news, email, social media, and even Monero, you are most likely using a clearnet connection. This means that *all* of your connections can be tracked, traced, and monitored by:
diff --git a/_i18n/es/resources/moneropedia/coinbase.md b/_i18n/es/resources/moneropedia/coinbase.md
index 13674680..52100b57 100644
--- a/_i18n/es/resources/moneropedia/coinbase.md
+++ b/_i18n/es/resources/moneropedia/coinbase.md
@@ -3,7 +3,7 @@ terms: ["coinbase-transaction"]
summary: "a special type of transaction included in each block, which contains a small amount of Monero sent to the miner as a reward for their mining work"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A special type of transaction included in each block, which contains a small amount of Monero sent to the miner as a reward for their mining work.
\ No newline at end of file
diff --git a/_i18n/es/resources/moneropedia/consensus.md b/_i18n/es/resources/moneropedia/consensus.md
index 3df97bc5..c5a17e49 100644
--- a/_i18n/es/resources/moneropedia/consensus.md
+++ b/_i18n/es/resources/moneropedia/consensus.md
@@ -3,7 +3,7 @@ terms: ["consensus", "consensus-network"]
summary: "consensus describes a property of distributed networks like Monero where most of the participants follow the rules, and thus reject bad participants"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Consensus describes a property of distributed networks like Monero where most of the participants follow the rules, and thus reject bad participants.
\ No newline at end of file
diff --git a/_i18n/es/resources/moneropedia/cryptocurrency.md b/_i18n/es/resources/moneropedia/cryptocurrency.md
index 8b30816f..0d3a9b87 100644
--- a/_i18n/es/resources/moneropedia/cryptocurrency.md
+++ b/_i18n/es/resources/moneropedia/cryptocurrency.md
@@ -3,7 +3,7 @@ terms: ["cryptocurrency", "cryptocurrencies", "altcoin", "altcoins"]
summary: "a digital currency in which encryption techniques are used to regulate the generation of units of currency and verify the transfer of funds, usually operating independently of a central bank"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A digital currency in which encryption techniques are used to regulate the generation of units of currency and verify the transfer of funds, usually operating independently of a central bank.
diff --git a/_i18n/es/resources/moneropedia/daemon.md b/_i18n/es/resources/moneropedia/daemon.md
index e5041a11..a1b51832 100644
--- a/_i18n/es/resources/moneropedia/daemon.md
+++ b/_i18n/es/resources/moneropedia/daemon.md
@@ -3,6 +3,7 @@ terms: ["daemon"]
summary: "Background process which runs and controls a Monero node"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
'Daemon' is the general term for a piece of software running in the background. In Monero, the Daemon is started through the 'monerod' program. If you run the Daemon locally, you are running a local @node. If the Daemon is running on another device it's a @remote-node. A @wallet, like the CLI or the GUI, needs to connect to a Daemon (local or remote) to relay @transactions to the network.
It's possible to send commands to the Daemon directly or through the RPC interface. See the [Daemon RPC guide]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html), which contains a detailed explanation (with examples) of the available RPC calls. For more detailed and technical information about the Daemon, see the Monerodocs reference at the bottom of this page.
diff --git a/_i18n/es/resources/moneropedia/denominations.md b/_i18n/es/resources/moneropedia/denominations.md
index e110a221..b1649218 100644
--- a/_i18n/es/resources/moneropedia/denominations.md
+++ b/_i18n/es/resources/moneropedia/denominations.md
@@ -3,7 +3,7 @@ terms: ["denominations", "subunits", "tacoshi", "piconero", "nanonero", "microne
summary: "A denomination is a proper description of a currency amount. It is oftentimes a sub-unit of the currency. For example, traditionally a cent is 1/100th of a particular unit of currency.)"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A denomination is a proper description of a currency amount. It is oftentimes a sub-unit of the currency. For example, traditionally a cent is 1/100th of a particular unit of currency.).
diff --git a/_i18n/es/resources/moneropedia/destination.md b/_i18n/es/resources/moneropedia/destination.md
index 7a48da2a..dfa1a033 100644
--- a/_i18n/es/resources/moneropedia/destination.md
+++ b/_i18n/es/resources/moneropedia/destination.md
@@ -4,7 +4,7 @@ terms: ["Destination", "Destinations"]
summary: "A in-net address that serves as a final endpoint (either local or remote)"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A @destination is the @I2P @in-net address of the final endpoint you are trying to connect to (example: an @I2P website, service, or Monero node). This can also include a *local destination* of which *other* peers need to connect to in order to make contact for communication (similar to how, in @clearnet, your IP address is given to a website when you connect so it knows *where* to send the information back to).
diff --git a/_i18n/es/resources/moneropedia/encryption.md b/_i18n/es/resources/moneropedia/encryption.md
index f066d826..0b8aed2f 100644
--- a/_i18n/es/resources/moneropedia/encryption.md
+++ b/_i18n/es/resources/moneropedia/encryption.md
@@ -4,7 +4,7 @@ terms: ["encryption", "encrypted", "encrypting", "decryption", "decrypted", "dec
summary: "The process of encoding messages or information in a way that only authorized parties can decode and read"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
From [Encryption](https://en.wikipedia.org/wiki/Encryption):
diff --git a/_i18n/es/resources/moneropedia/fluffyblocks.md b/_i18n/es/resources/moneropedia/fluffyblocks.md
index 5bd5aaca..448de5ec 100644
--- a/_i18n/es/resources/moneropedia/fluffyblocks.md
+++ b/_i18n/es/resources/moneropedia/fluffyblocks.md
@@ -3,7 +3,7 @@ terms: ["fluffy blocks", "fluffyblocks"]
summary: "a way of saving bandwidth when sending new blocks around the network"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A @block is made up of a header and @transactions. Fluffy Blocks only contain
diff --git a/_i18n/es/resources/moneropedia/fungibility.md b/_i18n/es/resources/moneropedia/fungibility.md
index 18eff751..2151d35d 100644
--- a/_i18n/es/resources/moneropedia/fungibility.md
+++ b/_i18n/es/resources/moneropedia/fungibility.md
@@ -3,7 +3,7 @@ terms: ["fungibility", "fungible"]
summary: "property of a currency whereby two units can be substituted in place of one another"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Property of a currency whereby two units can be substituted in place of one another.
diff --git a/_i18n/es/resources/moneropedia/kovri.md b/_i18n/es/resources/moneropedia/kovri.md
index 0697af9f..779bed41 100644
--- a/_i18n/es/resources/moneropedia/kovri.md
+++ b/_i18n/es/resources/moneropedia/kovri.md
@@ -4,6 +4,7 @@ terms: ["Kovri"]
summary: "C++ router implementation of the I2P network"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
[Kovri](https://gitlab.com/kovri-project/kovri/) is a C++ implementation of the I2P network which was proposed to be integrated in Monero. At the moment the future of this I2P router is unclear and an integration with Monero is not planned.
diff --git a/_i18n/es/resources/moneropedia/locally-unique-host.md b/_i18n/es/resources/moneropedia/locally-unique-host.md
index 55b3226a..fa12a7fd 100644
--- a/_i18n/es/resources/moneropedia/locally-unique-host.md
+++ b/_i18n/es/resources/moneropedia/locally-unique-host.md
@@ -4,7 +4,7 @@ terms: ["Locally-unique-host"]
summary: "A host defined by you and resolved only by you"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A locally-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) defined by **you** and resolved only by you; similar to how a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file)) is implemented. Not to be confused with @canonically-unique-host.
diff --git a/_i18n/es/resources/moneropedia/mining.md b/_i18n/es/resources/moneropedia/mining.md
index 1a097bfb..dd446e0c 100644
--- a/_i18n/es/resources/moneropedia/mining.md
+++ b/_i18n/es/resources/moneropedia/mining.md
@@ -3,7 +3,7 @@ terms: ["mining", "miner", "miners"]
summary: "the process of cryptographically computing a mathematical proof for a block, containing a number of transactions, which is then added to the blockchain"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The process of cryptographically computing a mathematical proof for a block, containing a number of transactions, which is then added to the blockchain.
diff --git a/_i18n/es/resources/moneropedia/mnemonicseed.md b/_i18n/es/resources/moneropedia/mnemonicseed.md
index 62796e6d..c92b9f53 100644
--- a/_i18n/es/resources/moneropedia/mnemonicseed.md
+++ b/_i18n/es/resources/moneropedia/mnemonicseed.md
@@ -3,7 +3,7 @@ terms: ["mnemonic-seed", "mnemonic"]
summary: "a 13 or 25 word phrase used to backup a Monero account, available in a number of languages"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A 13 or 25 word phrase used to backup a Monero account, available in a number of languages. This 25-word phrase (13 words in the case of MyMonero) has all the information needed to view and spend funds from a Monero @account.
diff --git a/_i18n/es/resources/moneropedia/node.md b/_i18n/es/resources/moneropedia/node.md
index c94ec80a..808c79f2 100644
--- a/_i18n/es/resources/moneropedia/node.md
+++ b/_i18n/es/resources/moneropedia/node.md
@@ -3,7 +3,7 @@ terms: ["node", "nodes", "full-node", "full-nodes"]
summary: "a device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network.
diff --git a/_i18n/es/resources/moneropedia/openalias.md b/_i18n/es/resources/moneropedia/openalias.md
index f597f49f..5c5ff79b 100644
--- a/_i18n/es/resources/moneropedia/openalias.md
+++ b/_i18n/es/resources/moneropedia/openalias.md
@@ -3,7 +3,7 @@ terms: ["OpenAlias"]
summary: "a standard that allows you to use an email or domain syntax to pay someone instead of an address, eg. donate@getmonero.org or donate.getmonero.org"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The Monero Core Team released a standard called OpenAlias which permits much more human-readable addresses and "squares" the Zooko's triangle. OpenAlias can be used for any cryptocurrency and is already implemented in Monero, Bitcoin (in latest Electrum versions) and HyperStake.
diff --git a/_i18n/es/resources/moneropedia/paperwallet.md b/_i18n/es/resources/moneropedia/paperwallet.md
index 76de7f5d..0f52bf42 100644
--- a/_i18n/es/resources/moneropedia/paperwallet.md
+++ b/_i18n/es/resources/moneropedia/paperwallet.md
@@ -3,7 +3,7 @@ terms: ["paperwallet", "paperwallets", "paper-wallet", "paper-wallets"]
summary: "A paper wallet stores the information necessary to send and receive Monero"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A paper wallet stores the information necessary to send and receive Monero.
diff --git a/_i18n/es/resources/moneropedia/paymentid.md b/_i18n/es/resources/moneropedia/paymentid.md
index 4c99c0c0..4e4e5a2b 100644
--- a/_i18n/es/resources/moneropedia/paymentid.md
+++ b/_i18n/es/resources/moneropedia/paymentid.md
@@ -3,9 +3,10 @@ terms: ["payment-ID", "payment-IDs"]
summary: "an optional flag that is added to identify transactions to merchants, consisting of 64 hexadecimal characters"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
*Note:* Long Payment IDs have been removed since release 0.15; it's not possible to use them anymore. More info in the [blog post](https://getmonero.org/2019/06/04/Long-Payment-ID-Deprecation.html) that announced their deprecation.
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Payment ID is an **arbitrary** and **optional** transaction attachment that consists of 32 bytes (64 hexadecimal characters) or 8 bytes (in the case of integrated addresses).
diff --git a/_i18n/es/resources/moneropedia/pedersen-commitment.md b/_i18n/es/resources/moneropedia/pedersen-commitment.md
index d91570fb..9b2fa62c 100644
--- a/_i18n/es/resources/moneropedia/pedersen-commitment.md
+++ b/_i18n/es/resources/moneropedia/pedersen-commitment.md
@@ -3,7 +3,7 @@ terms: ["commitments", "commitment", "pedersen", "pedersen-commitment", "pederse
summary: "Pedersen commitments are cryptographic algorythms that allow a prover to commit to a certain value without revealing it or being able to change it"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Pedersen commitments are cryptographic algorythms that allow a prover to commit to a certain value without revealing it or being able to change it.
diff --git a/_i18n/es/resources/moneropedia/pruning.md b/_i18n/es/resources/moneropedia/pruning.md
index ead9dc4c..581f827e 100644
--- a/_i18n/es/resources/moneropedia/pruning.md
+++ b/_i18n/es/resources/moneropedia/pruning.md
@@ -3,7 +3,7 @@ terms: ["pruning"]
summary: "Feature that allows node operators to download and sync only 1/3 of the blockchain"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
'Pruning' allows node operators to save 2/3 of storage space while keeping the full transaction history. Pruning works by removing 7/8 of unnecessary ring signature data. The 1/8 remaining data will be available to the other nodes and will be used to sync with the network. Other pruned nodes will have a random 1/8 of the data, which they will also make available to the network. There are no privacy or security downsides when using a pruned node.
There are three ways to prune:
diff --git a/_i18n/es/resources/moneropedia/randomx.md b/_i18n/es/resources/moneropedia/randomx.md
index 768765ac..1491a581 100644
--- a/_i18n/es/resources/moneropedia/randomx.md
+++ b/_i18n/es/resources/moneropedia/randomx.md
@@ -3,6 +3,7 @@ terms: ["randomx", "random-x"]
summary: "ASIC-resistant POW algoritm currenctly used by Monero"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15.
This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the block rewards.
diff --git a/_i18n/es/resources/moneropedia/remote-node.md b/_i18n/es/resources/moneropedia/remote-node.md
index 48953545..dfde0509 100644
--- a/_i18n/es/resources/moneropedia/remote-node.md
+++ b/_i18n/es/resources/moneropedia/remote-node.md
@@ -3,6 +3,7 @@ terms: ["remote-node", "remote-nodes"]
summary: "Nodes wich are not running in the same machine as the wallet. Open remote nodes allow to use the Monero network immediately"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
A @node that doesn't run on the same local machine where the Monero @wallet is located is called "Remote Node" and can be private or open.
A **private remote node** doesn't run on your local machine, but you have full control over it. A classic example is a node running on a VPS or a server. That node is not on your local machine, but you have full control over it. You can even decide to make it become an open node, allowing people to connect to it.
diff --git a/_i18n/es/resources/moneropedia/ring-size.md b/_i18n/es/resources/moneropedia/ring-size.md
index 5c94016f..4888c220 100644
--- a/_i18n/es/resources/moneropedia/ring-size.md
+++ b/_i18n/es/resources/moneropedia/ring-size.md
@@ -3,7 +3,7 @@ terms: ["ring-size"]
summary: "total number of possible signers in a ring signature"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Ring size refers to the total number of possible signers in a @ring-signature. If a ring size of 4 is selected for a given @transaction, this means that there are 3 foreign outputs in addition to your “real” output. A higher ring size number will typically provide more privacy than a lower number. However, reusing an odd, recognizable ring size number for transactions could possibly make transactions stand out.
diff --git a/_i18n/es/resources/moneropedia/ringCT.md b/_i18n/es/resources/moneropedia/ringCT.md
index 03e19097..1d7d01ad 100644
--- a/_i18n/es/resources/moneropedia/ringCT.md
+++ b/_i18n/es/resources/moneropedia/ringCT.md
@@ -3,7 +3,7 @@ terms: ["ringCT", "ring-CT"]
summary: "a way to hide the amount sent in a Monero transaction"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
RingCT, short for Ring Confidential Transactions, is how transaction amounts are hidden in Monero.
diff --git a/_i18n/es/resources/moneropedia/ringsignatures.md b/_i18n/es/resources/moneropedia/ringsignatures.md
index fd0a3bcf..85babd23 100644
--- a/_i18n/es/resources/moneropedia/ringsignatures.md
+++ b/_i18n/es/resources/moneropedia/ringsignatures.md
@@ -3,7 +3,7 @@ terms: ["ring-signature", "ring-signatures"]
summary: "a group of cryptographic signatures with at least one real participant, but no way to tell which in the group is the real one as they all appear valid"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
In cryptography, a ring signature is a type of digital signature that can be performed by any member of a group of users that each have keys. Therefore, a message signed with a ring signature is endorsed by someone in a particular group of people. One of the security properties of a ring signature is that it should be computationally infeasible to determine *which* of the group members' keys was used to produce the signature.
diff --git a/_i18n/es/resources/moneropedia/scalability.md b/_i18n/es/resources/moneropedia/scalability.md
index 971d8d07..86294fc2 100644
--- a/_i18n/es/resources/moneropedia/scalability.md
+++ b/_i18n/es/resources/moneropedia/scalability.md
@@ -3,7 +3,7 @@ terms: ["scalability"]
summary: "How Monero scaling is flexible and can accommodate many transactions as demand changes"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The size of Monero @blocks (which contain @transactions) is flexible and can accommodate many transactions as demand changes. Formulas determine how the reward miners receive interacts with the number of transactions they choose to include in blocks. The @blockchain can therefore scale to meet changes in transaction volume.
diff --git a/_i18n/es/resources/moneropedia/signature.md b/_i18n/es/resources/moneropedia/signature.md
index fefbf024..31e7130c 100644
--- a/_i18n/es/resources/moneropedia/signature.md
+++ b/_i18n/es/resources/moneropedia/signature.md
@@ -3,7 +3,7 @@ terms: ["signature", "signatures"]
summary: "a cryptographic method for proving ownership of a piece of information, as well as proving that the information has not been modified after being signed"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A cryptographic method for proving ownership of a piece of information, as well as proving that the information has not been modified after being signed.
\ No newline at end of file
diff --git a/_i18n/es/resources/moneropedia/smartmining.md b/_i18n/es/resources/moneropedia/smartmining.md
index 43d705fe..bab78d4a 100644
--- a/_i18n/es/resources/moneropedia/smartmining.md
+++ b/_i18n/es/resources/moneropedia/smartmining.md
@@ -3,7 +3,7 @@ terms: ["smart-mining"]
summary: "a process of having a throttled miner mine when it otherwise does not cause drawbacks"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Smart mining is the process of having a throttled @miner mine when it otherwise does not cause drawbacks.
diff --git a/_i18n/es/resources/moneropedia/spendkey.md b/_i18n/es/resources/moneropedia/spendkey.md
index 5373f13c..079332fc 100644
--- a/_i18n/es/resources/moneropedia/spendkey.md
+++ b/_i18n/es/resources/moneropedia/spendkey.md
@@ -3,7 +3,7 @@ terms: ["spend-key", "spend-keys"]
summary: "one of the two pairs of private and public cryptographic keys that each account has, with the *private* spend key used to spend any funds in the account"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
One of the two pairs of private and public cryptographic keys that each account has, with the *private* spend key used to spend any funds in the account.
diff --git a/_i18n/es/resources/moneropedia/stealthaddress.md b/_i18n/es/resources/moneropedia/stealthaddress.md
index 22df9a84..f53e14a6 100644
--- a/_i18n/es/resources/moneropedia/stealthaddress.md
+++ b/_i18n/es/resources/moneropedia/stealthaddress.md
@@ -3,7 +3,7 @@ terms: ["stealth-address", "stealth-addresses"]
summary: "automatic one-time addresses for every transaction"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Stealth addresses are an important part of Monero's inherent privacy. They allow and require the sender to create random one-time addresses for every @transaction on behalf of the recipient. The recipient can publish just one address, yet have all of his/her incoming payments go to unique addresses on the @blockchain, where they cannot be linked back to either the recipient's published address or any other transactions' addresses. By using stealth addresses, only the sender and receiver can determine where a payment was sent.
diff --git a/_i18n/es/resources/moneropedia/tail-emission.md b/_i18n/es/resources/moneropedia/tail-emission.md
index bc24cf8e..fbfac361 100644
--- a/_i18n/es/resources/moneropedia/tail-emission.md
+++ b/_i18n/es/resources/moneropedia/tail-emission.md
@@ -3,7 +3,7 @@ terms: ["Tail-Emission"]
summary: "the block reward at the end of the emission curve"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Monero block rewards will never drop to zero. Block rewards will gradually drop until tail emission commences at the end of May 2022. At this point, rewards will be fixed at 0.6 XMR per block.
diff --git a/_i18n/es/resources/moneropedia/transaction.md b/_i18n/es/resources/moneropedia/transaction.md
index 4a782ac4..603b9fcd 100644
--- a/_i18n/es/resources/moneropedia/transaction.md
+++ b/_i18n/es/resources/moneropedia/transaction.md
@@ -3,7 +3,7 @@ terms: ["transaction", "transactions"]
summary: "a cryptographically signed container that details the transfer of Monero to a recipient (or recipients)"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A cryptographically signed container that details the transfer of Monero to a recipient (or recipients).
diff --git a/_i18n/es/resources/moneropedia/unlocktime.md b/_i18n/es/resources/moneropedia/unlocktime.md
index 977952cd..776a62d1 100644
--- a/_i18n/es/resources/moneropedia/unlocktime.md
+++ b/_i18n/es/resources/moneropedia/unlocktime.md
@@ -3,7 +3,7 @@ terms: ["unlock-time"]
summary: "a special transaction where the recipient can only spend the funds after a future date, as set by the sender"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A special transaction where the recipient can only spend the funds after a future date, as set by the sender.
diff --git a/_i18n/es/resources/moneropedia/viewkey.md b/_i18n/es/resources/moneropedia/viewkey.md
index 0cb390ad..59763cc7 100644
--- a/_i18n/es/resources/moneropedia/viewkey.md
+++ b/_i18n/es/resources/moneropedia/viewkey.md
@@ -3,7 +3,7 @@ terms: ["view-key", "view-keys"]
summary: "one of two sets of private and public cryptographic keys that each account has, with the private view key required to view all transactions related to the account"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
One of two sets of private and public cryptographic keys that each account has, with the private view key required to view all transactions related to the account.
diff --git a/_i18n/es/resources/moneropedia/wallet.md b/_i18n/es/resources/moneropedia/wallet.md
index 7b937af4..6f84b36d 100644
--- a/_i18n/es/resources/moneropedia/wallet.md
+++ b/_i18n/es/resources/moneropedia/wallet.md
@@ -3,7 +3,7 @@ terms: ["wallet", "wallets"]
summary: "A wallet stores the information necessary to send and receive Monero"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A Monero account, or wallet, stores the information necessary to send and receive Moneroj. In addition to sending and receiving, the Monero Wallet software keeps a private history of your transactions and allows you to cryptographically sign messages. It also includes Monero mining software and an address book.
diff --git a/_i18n/fr/resources/moneropedia/account.md b/_i18n/fr/resources/moneropedia/account.md
index b8e171ea..a2ce731f 100644
--- a/_i18n/fr/resources/moneropedia/account.md
+++ b/_i18n/fr/resources/moneropedia/account.md
@@ -3,6 +3,7 @@ terms: ["account", "accounts", "wallet", "wallets", "compte", "comptes", "portef
summary: "Similaire à un compte en banque dans son fonctionnement, contient toutes vos transactions envoyées et reçues"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
Ceux qui sont familiers avec les prédécesseurs de Monero seront plus familiers avec le terme de *portefeuille* pour décrire ceci. Dans Monero nous appelons cela un compte, et c'est un compte privé détenu et utilisé par un utilisateur de Monero.
diff --git a/_i18n/fr/resources/moneropedia/address.md b/_i18n/fr/resources/moneropedia/address.md
index 0a2bfa1f..23a4c335 100644
--- a/_i18n/fr/resources/moneropedia/address.md
+++ b/_i18n/fr/resources/moneropedia/address.md
@@ -3,6 +3,7 @@ terms: ["address", "addresses", "adresse", "adresses"]
summary: "soit un alias, comme donate.getmonero.org, ou un lot de 95 caractères commençant par un 4"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
Lorsque vous envoyez des Moneroj à quelqu'un, vous n'avez besoin que de cette information, et c'est son adresse Monero. Une adresse Monero *brut* est un lot de 95 caractères commençant par un '4'. L'adresse de dons de Monero, par exemple, est 888tNkZrPN6JsEgekjMnABU4TBzc2Dt29EPAvkRxbANsAnjyPbb3iQ1YBRk1UXcdRsiKc9dhwMVgN5S9cQUiyoogDavup3H.
diff --git a/_i18n/fr/resources/moneropedia/airgap.md b/_i18n/fr/resources/moneropedia/airgap.md
index 8dc5402a..54ad32a4 100644
--- a/_i18n/fr/resources/moneropedia/airgap.md
+++ b/_i18n/fr/resources/moneropedia/airgap.md
@@ -3,6 +3,7 @@ terms: ["airgap", "air-gap"]
summary: "Un air-gap est une mesure de sécurité pour séparer un ordinateur ou périphérique de tout autre réseau, tel qu'Internet."
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### Las Bases
"Un *air gap*, *air wall* ou *air gapping* est une mesure de sécurité réseau utilisée sur un ou plusieurs ordinateurs pour s'assurer qu'un ordinateur sécurisé soit physiquement isolé des réseaux non-sécurisés, comme l'Internet publique ou un réseau LAN non-sécurisé. Le nom provient de la technique de création d'un réseau qui est physiquement séparé (avec un *air gap* conceptuel) de tout autre réseau. L'*air gap* peut ne pas être littéral, car des réseaux faisant appel à des équipements de chiffrement dédiés pouvant encapsuler les paquets sur des réseaux non-sécurisés tout en évitant les variations de taille et de fréquence des paquets peuvent être considérés sous *air gap*, dans la mesure où il n'y a aucun moyen pour les ordinateurs extérieurs à l'isolation de communiquer."
diff --git a/_i18n/fr/resources/moneropedia/atomic-units.md b/_i18n/fr/resources/moneropedia/atomic-units.md
index 2dfce075..1896433c 100644
--- a/_i18n/fr/resources/moneropedia/atomic-units.md
+++ b/_i18n/fr/resources/moneropedia/atomic-units.md
@@ -3,6 +3,7 @@ terms: ["atomic-units", "atomic-unit", "unité-atomique", "unités-atomiques"]
summary: "Les Unités Atomiques réfèrent à la plus petite fraction de 1 XMR."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
Les Unités Atomiques réfèrent à la plus petite fraction de 1 XMR.
diff --git a/_i18n/fr/resources/moneropedia/block.md b/_i18n/fr/resources/moneropedia/block.md
index efb5430f..bfc6da55 100644
--- a/_i18n/fr/resources/moneropedia/block.md
+++ b/_i18n/fr/resources/moneropedia/block.md
@@ -3,6 +3,7 @@ terms: ["block", "blocks", "bloc", "blocs"]
summary: "Un conteneur de transactions, dont une séquence forme une chaîne de blocs."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
Un bloc est un conteneur de @transactions, avec l'ajout d'un nouveau bloc à la @chaîne-de-blocs en moyenne toutes les 2 minutes (voir la constante `DIFFICULTY_TARGET_V2` définit à 120 secondes).
diff --git a/_i18n/fr/resources/moneropedia/blockchain.md b/_i18n/fr/resources/moneropedia/blockchain.md
index 64952395..64e56145 100644
--- a/_i18n/fr/resources/moneropedia/blockchain.md
+++ b/_i18n/fr/resources/moneropedia/blockchain.md
@@ -3,6 +3,7 @@ terms: ["blockchain", "blockchains", "chaîne-de-blocs", "chaînes-de-blocs", "c
summary: "Un registre distribué de toutes les transactions passées et présentes, ne révélant ni l'origine, ni la destination des fonds."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
Une chaîne de @blocs est une base de données distribuée qui s'agrandit continuellement en enregistrant toutes les @transactions qui se sont produites pour une @cryptomonnaies donnée. Cette base de données est souvent considérée comme un registre car les données contiennent une longue liste de transactions qui ont eu lieu. Dans Monero, ces transactions sont regroupés ensemble dans des "blocs" toutes les 2 minutes (en moyenne), et tous les mineurs et nœuds du réseau disposent de copies de ces blocs.
diff --git a/_i18n/fr/resources/moneropedia/bootstrap-node.md b/_i18n/fr/resources/moneropedia/bootstrap-node.md
index eada249c..1b5d3ff1 100644
--- a/_i18n/fr/resources/moneropedia/bootstrap-node.md
+++ b/_i18n/fr/resources/moneropedia/bootstrap-node.md
@@ -3,6 +3,7 @@ terms: ["bootstrap-node", "bootstrap-nodes", "nœud-d'amorce", "nœuds-d'amorce"
summary: "Un nœud auquel un démon se connecte pour permettre l'utilisation immédiate des portefeuilles pendant sa synchronisation."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
Le démon s'exécutant sur un @nœud local doit se synchroniser avec les autres @nœuds (distants). Tant qu'il n'est pas totalement synchronisé, un @portefeuille peut être connecté au nœud local. A ce moment-là, le @portefeuille ne peut pas accéder aux @blocs qui ne sont pas encore synchronisés sur le @nœud local.
diff --git a/_i18n/fr/resources/moneropedia/bulletproofs.md b/_i18n/fr/resources/moneropedia/bulletproofs.md
index c0c30daa..f7b754d2 100644
--- a/_i18n/fr/resources/moneropedia/bulletproofs.md
+++ b/_i18n/fr/resources/moneropedia/bulletproofs.md
@@ -3,6 +3,7 @@ terms: ["bulletproofs", "bulletproof"]
summary: "Une nouvelle sorte de preuve d'étendue remplaçant les transactions confidentielles de cercle pour masquer les montant envoyés."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
Les @transactions-confidentielles-de-cercle ont été mise en place pour masquer le montant des transactions. L'un des objectifs de @ringCT était de prouver que la sommes des entrées - sorties dans la @transaction était égale à 0, et que toutes les sorties étaient des nombre positifs.
Pour ce faire, deux types de signatures de cercle étaient construits : une signature cercle pour la totalité de la transaction (prouvant que la somme est 0) et un lot de signatures de cercle pour chaque bit de la transaction (prouvant que les sorties sont des nombres positifs), alors agrégés en utilisant d'abord les signatures de Schnorr (remplacées ensuite par les signatures de cercle Borroméennes).
diff --git a/_i18n/fr/resources/moneropedia/canonically-unique-host.md b/_i18n/fr/resources/moneropedia/canonically-unique-host.md
index caa85946..2bd61df7 100644
--- a/_i18n/fr/resources/moneropedia/canonically-unique-host.md
+++ b/_i18n/fr/resources/moneropedia/canonically-unique-host.md
@@ -4,6 +4,7 @@ terms: ["Canonically-unique-host", "hôte-canonique-unique", "hôtes-canoniques-
summary: "Un hôte qui est résolu canoniquement en une adresse ou un groupe d'adresses."
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### Les Bases
Un hôte canonique unique est un [FQDN](https://en.wikipedia.org/wiki/FQDN) qui sera résolu canoniquement en une adresse désignée ou un groupe d'adresses. A ne pas confondre avec un @hôte-unique-localement.
@@ -12,13 +13,8 @@ Un hôte canonique unique est un [FQDN](https://en.wikipedia.org/wiki/FQDN) qui
Un hôte canonique unique est défini par des sources autoritaires distantes, communément à travers [DNS](https://fr.wikipedia.org/wiki/Domain_Name_System). Lors de la résolution du nom d'hôte d'un correspondant, vous utiliserez certainement une source externe pour la résolution, à moins que vous n'ayez ceci d'implémenté :
-<<<<<<< HEAD
-- a database file similar to a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file))
-- an internal-network resolver (which eventually pulls from external sources)
-=======
- un fichier de bases de données similaire à un [fichier hosts](https://en.wikipedia.org/wiki/etc/hosts)
- un résolveur interne (qui éventuellement récupèrera des données depuis des sources externes)
->>>>>>> Ongoing Moneropedia French Translation
### Remarques
diff --git a/_i18n/fr/resources/moneropedia/change.md b/_i18n/fr/resources/moneropedia/change.md
index 54e7650f..735665dd 100644
--- a/_i18n/fr/resources/moneropedia/change.md
+++ b/_i18n/fr/resources/moneropedia/change.md
@@ -3,6 +3,7 @@ terms: ["change", "monnaie"]
summary: "Moneroj envoyés lors d'une transaction, qui reviennent dans votre compte au lieu d'être envoyés à un autre destinataire."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
Moneroj envoyés lors d'une transaction, qui reviennent dans votre compte au lieu d'être envoyés à un autre destinataire.
diff --git a/_i18n/fr/resources/moneropedia/clearnet.md b/_i18n/fr/resources/moneropedia/clearnet.md
index 1c38434b..2b932377 100644
--- a/_i18n/fr/resources/moneropedia/clearnet.md
+++ b/_i18n/fr/resources/moneropedia/clearnet.md
@@ -4,6 +4,7 @@ terms: ["Clearnet", "réseau-en-clair"]
summary: "L'Internet sur lequel les surcouches réseaux anonymes sont construites."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
Lorsque vous utilisez Internet pour des choses comme lire des actualités, e-mail, média sociaux, et même Monero, vous utilisez certainement une connexion réseau *en clair*. Cela signifie que *toutes* vos connexions peuvent être suivies, tracées et observées par :
diff --git a/_i18n/fr/resources/moneropedia/coinbase.md b/_i18n/fr/resources/moneropedia/coinbase.md
index 6b0919c9..2c500079 100644
--- a/_i18n/fr/resources/moneropedia/coinbase.md
+++ b/_i18n/fr/resources/moneropedia/coinbase.md
@@ -3,6 +3,7 @@ terms: ["coinbase-transaction", "transaction-de-la-base-de-la-pièce"]
summary: "Une transaction particulière, incluse dans chaque bloc, qui contient un petit montant de Moneroj envoyé au mineur en récompense pour son travail d'extraction minière."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
Une transaction particulière, incluse dans chaque bloc, qui contient un petit montant de Moneroj envoyé au mineur en récompense pour son travail d'extraction minière.
\ No newline at end of file
diff --git a/_i18n/fr/resources/moneropedia/consensus.md b/_i18n/fr/resources/moneropedia/consensus.md
index e130e220..023335b6 100644
--- a/_i18n/fr/resources/moneropedia/consensus.md
+++ b/_i18n/fr/resources/moneropedia/consensus.md
@@ -3,6 +3,7 @@ terms: ["consensus", "consensus-network", "réseau-à-consensus"]
summary: "Le consensus décrit une propriété des réseaux distribués comme Monero où la plupart des participants suivent les règles, et rejettent donc les participants nocifs."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
Le consensus décrit une propriété des réseaux distribués comme Monero où la plupart des participants suivent les règles, et rejettent donc les participants nocifs.
diff --git a/_i18n/fr/resources/moneropedia/cryptocurrency.md b/_i18n/fr/resources/moneropedia/cryptocurrency.md
index fdc282aa..895e67b1 100644
--- a/_i18n/fr/resources/moneropedia/cryptocurrency.md
+++ b/_i18n/fr/resources/moneropedia/cryptocurrency.md
@@ -3,6 +3,7 @@ terms: ["cryptocurrency", "cryptocurrencies", "altcoin", "altcoins", "cryptomonn
summary: "Une monnaie numérique s'appuyant sur des méthodes de chiffrement pour réguler la génération de nouvelles pièces de monnaie et vérifier le transfert des fonds, opérant généralement indépendamment d'une banque centrale."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
Une monnaie numérique s'appuyant sur des méthodes de chiffrement pour réguler la génération de nouvelles pièces de monnaie et vérifier le transfert des fonds, opérant généralement indépendamment d'une banque centrale.
diff --git a/_i18n/fr/resources/moneropedia/daemon.md b/_i18n/fr/resources/moneropedia/daemon.md
index e5041a11..a1b51832 100644
--- a/_i18n/fr/resources/moneropedia/daemon.md
+++ b/_i18n/fr/resources/moneropedia/daemon.md
@@ -3,6 +3,7 @@ terms: ["daemon"]
summary: "Background process which runs and controls a Monero node"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
'Daemon' is the general term for a piece of software running in the background. In Monero, the Daemon is started through the 'monerod' program. If you run the Daemon locally, you are running a local @node. If the Daemon is running on another device it's a @remote-node. A @wallet, like the CLI or the GUI, needs to connect to a Daemon (local or remote) to relay @transactions to the network.
It's possible to send commands to the Daemon directly or through the RPC interface. See the [Daemon RPC guide]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html), which contains a detailed explanation (with examples) of the available RPC calls. For more detailed and technical information about the Daemon, see the Monerodocs reference at the bottom of this page.
diff --git a/_i18n/fr/resources/moneropedia/denominations.md b/_i18n/fr/resources/moneropedia/denominations.md
index e96fbf7a..60332bce 100644
--- a/_i18n/fr/resources/moneropedia/denominations.md
+++ b/_i18n/fr/resources/moneropedia/denominations.md
@@ -3,6 +3,7 @@ terms: ["denominations", "subunits", "tacoshi", "piconero", "nanonero", "microne
summary: "Une dénomination ou coupure est une description exacte d'un montant d'une monnaie. Il s'agit souvent d'une sous-unité de la monnaie. Par exemple, traditionnellement, un centime est 1/100ème d'une unité de monnaie précise."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### The Basics
Une dénomination ou coupure est une description exacte d'un montant d'une monnaie. Il s'agit souvent d'une sous-unité de la monnaie. Par exemple, traditionnellement, un centime est 1/100ème d'une unité de monnaie précise.
diff --git a/_i18n/fr/resources/moneropedia/encryption.md b/_i18n/fr/resources/moneropedia/encryption.md
index 91d33e20..c4a1d112 100644
--- a/_i18n/fr/resources/moneropedia/encryption.md
+++ b/_i18n/fr/resources/moneropedia/encryption.md
@@ -4,6 +4,7 @@ terms: ["encryption", "encrypted", "encrypting", "decryption", "decrypted", "dec
summary: "Le processus d'encodage de messages ou d'informations de sorte que seule les parties autorisés puissent les décoder et les lire."
---
+{% include disclaimer.html translated="yes" translationOutdated="yes" %}
### Les Bases
Extrait de [Chiffrement](https://fr.wikipedia.org/wiki/Chiffrement) :
diff --git a/_i18n/fr/resources/moneropedia/fluffyblocks.md b/_i18n/fr/resources/moneropedia/fluffyblocks.md
index 239cdb79..3648969c 100644
--- a/_i18n/fr/resources/moneropedia/fluffyblocks.md
+++ b/_i18n/fr/resources/moneropedia/fluffyblocks.md
@@ -3,6 +3,7 @@ terms: ["fluffy blocks", "fluffyblocks", "blocs légers", "blocs allégés"]
summary: "une façon d'économiser de la bande passante lors de la transmission de nouveaux blocs sur le réseau"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
Un @bloc est constitué d'une entête et de @transactions. Les blocs allégés ne contiennent qu'une entête, une liste d'indices de transactions, et toute transaction manquante au nœud recevant le bloc. Cela économise de la bande passante car les nœuds peuvent déjà connaître la plupart des transactions du blocs et non pas besoin qu'on leur transmette de nouveau.
diff --git a/_i18n/fr/resources/moneropedia/fungibility.md b/_i18n/fr/resources/moneropedia/fungibility.md
index c699a0ff..8de40ec1 100644
--- a/_i18n/fr/resources/moneropedia/fungibility.md
+++ b/_i18n/fr/resources/moneropedia/fungibility.md
@@ -3,6 +3,7 @@ terms: ["fungibility", "fungible", "fongibilité", "fongible"]
summary: "propriété d'une monnaie selon laquelle deux unités peuvent se substituer l'une à l'autre"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
Propriété d'une monnaie selon laquelle deux unités peuvent se substituer l'une à l'autre.
diff --git a/_i18n/fr/resources/moneropedia/kovri.md b/_i18n/fr/resources/moneropedia/kovri.md
index 0697af9f..779bed41 100644
--- a/_i18n/fr/resources/moneropedia/kovri.md
+++ b/_i18n/fr/resources/moneropedia/kovri.md
@@ -4,6 +4,7 @@ terms: ["Kovri"]
summary: "C++ router implementation of the I2P network"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
[Kovri](https://gitlab.com/kovri-project/kovri/) is a C++ implementation of the I2P network which was proposed to be integrated in Monero. At the moment the future of this I2P router is unclear and an integration with Monero is not planned.
diff --git a/_i18n/fr/resources/moneropedia/locally-unique-host.md b/_i18n/fr/resources/moneropedia/locally-unique-host.md
index 59554c88..946171e0 100644
--- a/_i18n/fr/resources/moneropedia/locally-unique-host.md
+++ b/_i18n/fr/resources/moneropedia/locally-unique-host.md
@@ -6,11 +6,8 @@ summary: "Un hôte que vous avez définit et que vous seul pouvez résoudre"
### Les Bases
-<<<<<<< HEAD
-A locally-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) defined by **you** and resolved only by you; similar to how a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file)) is implemented. Not to be confused with @canonically-unique-host.
-=======
+{% include disclaimer.html translated="no" translationOutdated="no" %}
Un hôte unique localement est un [FQDN](https://fr.wikipedia.org/wiki/FQDN) que **vous** définissez et que vous seul pouvez résoudre, de manière analogue à l'implémentation d'un [fichier hosts](https://fr.wikipedia.org/wiki/Hosts). A ne pas confondre avec un @hôte-canonique-unique.
->>>>>>> Ongoing Moneropedia French Translation
### Informations détaillées
diff --git a/_i18n/fr/resources/moneropedia/mining.md b/_i18n/fr/resources/moneropedia/mining.md
index 9c52bac5..f4453dd4 100644
--- a/_i18n/fr/resources/moneropedia/mining.md
+++ b/_i18n/fr/resources/moneropedia/mining.md
@@ -3,6 +3,7 @@ terms: ["mining", "miner", "miners", "extraction-minière", "mineur", "mineurs"]
summary: "Le processus de calcul cryptographique d'une preuve mathématique pour un bloc, contenant une quantité de transactions, qui sont alors ajoutés à la chaîne de blocs"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
diff --git a/_i18n/fr/resources/moneropedia/mnemonicseed.md b/_i18n/fr/resources/moneropedia/mnemonicseed.md
index aef466c7..b0b8fbea 100644
--- a/_i18n/fr/resources/moneropedia/mnemonicseed.md
+++ b/_i18n/fr/resources/moneropedia/mnemonicseed.md
@@ -3,6 +3,7 @@ terms: ["mnemonic-seed", "mnemonic", "phrase-mnémonique", "mnémonique"]
summary: "Une phrase de 13 ou 25 mots utilisé pour sauvegarder votre compte Monero, disponible dans une quantité de langues"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
Une phrase de 13 ou 25 mots utilisé pour sauvegarder votre compte Monero, disponible dans une quantité de langues. Cette phrase de 25 mots (13 mots dans le cas de MyMonero) a toutes les informations nécessaire pour voir et dépenser des fonds depuis un @compte Monero.
diff --git a/_i18n/fr/resources/moneropedia/node.md b/_i18n/fr/resources/moneropedia/node.md
index 6831290b..c1b55747 100644
--- a/_i18n/fr/resources/moneropedia/node.md
+++ b/_i18n/fr/resources/moneropedia/node.md
@@ -3,6 +3,7 @@ terms: ["node", "nodes", "full-node", "full-nodes", "nœud", "nœuds", "noeud",
summary: "Un équipement sur Internet faisant fonctionner le logiciel Monero, avec une copie complète de la chaîne de bloc, soutenant activement le réseau Monero"
---
+{% include disclaimer.html translated="yes" translationOutdated="yes" %}
### Les Bases
Un équipement sur Internet faisant fonctionner le logiciel Monero, avec une copie complète de la chaîne de bloc, soutenant activement le réseau Monero.
diff --git a/_i18n/fr/resources/moneropedia/openalias.md b/_i18n/fr/resources/moneropedia/openalias.md
index 250a07e0..182748ae 100644
--- a/_i18n/fr/resources/moneropedia/openalias.md
+++ b/_i18n/fr/resources/moneropedia/openalias.md
@@ -3,6 +3,7 @@ terms: ["OpenAlias"]
summary: "Un standard qui permet d'utiliser une syntaxe d'adresse e-mail ou de nom de domaine pour payer quelqu'un au lieu d'une adresse, p.ex. donate@getmonero.org ou donate.getmonero.org"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
L'équipe cœur de Monero a publié un standard appelé OpenAlias qui permet aux adresses d'être plus facilement lisibles et répond au triangle de Zooko. OpenAlias peut être utilisé par toutes les cryptomonnaies et est déjà implémenté dans Monero, Bitcoin (dans les dernières versions Electrum) et HyperStake.
diff --git a/_i18n/fr/resources/moneropedia/paperwallet.md b/_i18n/fr/resources/moneropedia/paperwallet.md
index defffb8b..09689996 100644
--- a/_i18n/fr/resources/moneropedia/paperwallet.md
+++ b/_i18n/fr/resources/moneropedia/paperwallet.md
@@ -3,6 +3,7 @@ terms: ["paperwallet", "paperwallets", "paper-wallet", "paper-wallets", "portefe
summary: "Un portefeuille papier conserve les informations nécessaires pour envoyer et recevoir des Moneroj"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### Les Bases
Un portefeuille papier conserve les informations nécessaires pour envoyer et recevoir des Moneroj
diff --git a/_i18n/fr/resources/moneropedia/paymentid.md b/_i18n/fr/resources/moneropedia/paymentid.md
index 9be09b47..d51514ac 100644
--- a/_i18n/fr/resources/moneropedia/paymentid.md
+++ b/_i18n/fr/resources/moneropedia/paymentid.md
@@ -3,6 +3,7 @@ terms: ["payment-ID", "payment-IDs", "ID-de-paiement", IDs-de-paiement]
summary: "Une option supplémentaire que est ajouté pour identifier les transactions avec les commerçants, se composant de 64 caractères hexadécimaux"
---
+{% include disclaimer.html translated="yes" translationOutdated="yes" %}
*Note:* Long Payment IDs have been removed since release 0.15; it's not possible to use them anymore. More info in the [blog post](https://getmonero.org/2019/06/04/Long-Payment-ID-Deprecation.html) that announced their deprecation.
### Les Bases
diff --git a/_i18n/fr/resources/moneropedia/pedersen-commitment.md b/_i18n/fr/resources/moneropedia/pedersen-commitment.md
index 630e82d2..cd6844ac 100644
--- a/_i18n/fr/resources/moneropedia/pedersen-commitment.md
+++ b/_i18n/fr/resources/moneropedia/pedersen-commitment.md
@@ -3,6 +3,7 @@ terms: ["commitments", "commitment", "pedersen", "pedersen-commitment", "pederse
summary: "Les engagements de Pedersen sont des algorythmes de cryptographie qui permettent à un prouveur de s'engager sur une certaine valeur sans la révéler ou pouvoir la modifier"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
Les engagements de Pedersen sont des algorythmes de cryptographie qui permettent à un prouveur de s'engager sur une certaine valeur sans la révéler ou pouvoir la modifier.
diff --git a/_i18n/fr/resources/moneropedia/pruning.md b/_i18n/fr/resources/moneropedia/pruning.md
index ead9dc4c..581f827e 100644
--- a/_i18n/fr/resources/moneropedia/pruning.md
+++ b/_i18n/fr/resources/moneropedia/pruning.md
@@ -3,7 +3,7 @@ terms: ["pruning"]
summary: "Feature that allows node operators to download and sync only 1/3 of the blockchain"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
'Pruning' allows node operators to save 2/3 of storage space while keeping the full transaction history. Pruning works by removing 7/8 of unnecessary ring signature data. The 1/8 remaining data will be available to the other nodes and will be used to sync with the network. Other pruned nodes will have a random 1/8 of the data, which they will also make available to the network. There are no privacy or security downsides when using a pruned node.
There are three ways to prune:
diff --git a/_i18n/fr/resources/moneropedia/randomx.md b/_i18n/fr/resources/moneropedia/randomx.md
index 768765ac..1491a581 100644
--- a/_i18n/fr/resources/moneropedia/randomx.md
+++ b/_i18n/fr/resources/moneropedia/randomx.md
@@ -3,6 +3,7 @@ terms: ["randomx", "random-x"]
summary: "ASIC-resistant POW algoritm currenctly used by Monero"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15.
This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the block rewards.
diff --git a/_i18n/fr/resources/moneropedia/remote-node.md b/_i18n/fr/resources/moneropedia/remote-node.md
index 48953545..dfde0509 100644
--- a/_i18n/fr/resources/moneropedia/remote-node.md
+++ b/_i18n/fr/resources/moneropedia/remote-node.md
@@ -3,6 +3,7 @@ terms: ["remote-node", "remote-nodes"]
summary: "Nodes wich are not running in the same machine as the wallet. Open remote nodes allow to use the Monero network immediately"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
A @node that doesn't run on the same local machine where the Monero @wallet is located is called "Remote Node" and can be private or open.
A **private remote node** doesn't run on your local machine, but you have full control over it. A classic example is a node running on a VPS or a server. That node is not on your local machine, but you have full control over it. You can even decide to make it become an open node, allowing people to connect to it.
diff --git a/_i18n/fr/resources/moneropedia/ring-size.md b/_i18n/fr/resources/moneropedia/ring-size.md
index e258ba8b..a64a3d9f 100644
--- a/_i18n/fr/resources/moneropedia/ring-size.md
+++ b/_i18n/fr/resources/moneropedia/ring-size.md
@@ -3,6 +3,7 @@ terms: ["ring-size", "taille-de-cercle"]
summary: "Le nombre total de signataires possibles dans une signature de cercle"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
La taille de cercle réfère au nombre total de signataires possibles dans une @signature-de-cercle. Si une taille de cercle de 4 est sélectionnée pour une @transaction donnée, cela signifie qu'il y a 3 sorties distantes en plus de votre sortie "réelle". Une grande taille de cercle va typiquement fournir plus de confidentialité qu'une plus petite. cependant, réutiliser une taille de cercle curieuse et reconnaissable pour des transactions va potentiellement faire sortir ces transactions du lot.
diff --git a/_i18n/fr/resources/moneropedia/ringCT.md b/_i18n/fr/resources/moneropedia/ringCT.md
index 0e216c4a..e7cf6d4c 100644
--- a/_i18n/fr/resources/moneropedia/ringCT.md
+++ b/_i18n/fr/resources/moneropedia/ringCT.md
@@ -3,6 +3,7 @@ terms: ["ringCT", "ring-CT", "transactions-confidentielles-de-cercle", "transact
summary: "Un moyen de masquer le montant envoyé dans une transaction Monero"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
RingCT, abréviation de Transactions confidentielles de cercle (*Ring Confidential Transactions*), est la méthode grâce à laquelle les montants sont cachés dans Monero.
diff --git a/_i18n/fr/resources/moneropedia/ringsignatures.md b/_i18n/fr/resources/moneropedia/ringsignatures.md
index 4aee8a0b..1d5f69e4 100644
--- a/_i18n/fr/resources/moneropedia/ringsignatures.md
+++ b/_i18n/fr/resources/moneropedia/ringsignatures.md
@@ -3,6 +3,7 @@ terms: ["ring-signature", "ring-signatures", "signature-de-cercle", "signatures-
summary: "Un groupe de signatures cryptographiques qui contiennent au moins un participant réel, mais aucun moyen de déterminer laquelle est la vraie car elles paraissent toutes valides"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
En cryptographie, une signature de cercle est une sorte de signature numérique qui peut être générée par n'importe quel nombre d'utilisateurs disposant chacun d'une clef. De ce fait, un message signé par une signature de cercle est endossé par quelqu'un dans un groupe de personnes spécifique. L'une des propriétés de sécurité d'une signature de cercle est qu'il est informatiquement impossible de déterminer *quelle* clef des membres du groupe a été utilisée pour générer la signature.
diff --git a/_i18n/fr/resources/moneropedia/scalability.md b/_i18n/fr/resources/moneropedia/scalability.md
index ce25b4ae..0abe092a 100644
--- a/_i18n/fr/resources/moneropedia/scalability.md
+++ b/_i18n/fr/resources/moneropedia/scalability.md
@@ -3,7 +3,7 @@ terms: ["scalability", "Évolutivité"]
summary: "How Monero scaling is flexible and can accommodate many transactions as demand changes"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The size of Monero @blocks (which contain @transactions) is flexible and can accommodate many transactions as demand changes. Formulas determine how the reward miners receive interacts with the number of transactions they choose to include in blocks. The @blockchain can therefore scale to meet changes in transaction volume.
diff --git a/_i18n/fr/resources/moneropedia/signature.md b/_i18n/fr/resources/moneropedia/signature.md
index ed72827a..7c81990d 100644
--- a/_i18n/fr/resources/moneropedia/signature.md
+++ b/_i18n/fr/resources/moneropedia/signature.md
@@ -3,6 +3,7 @@ terms: ["signature", "signatures"]
summary: "Une méthode cryptographique permettant de prouver la propriété d'une information, de même que de prouver que l'information n'a pas été modifiée après avoir été signée"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### The Basics
Une méthode cryptographique permettant de prouver la propriété d'une information, de même que de prouver que l'information n'a pas été modifiée après avoir été signée.
\ No newline at end of file
diff --git a/_i18n/fr/resources/moneropedia/smartmining.md b/_i18n/fr/resources/moneropedia/smartmining.md
index 38f447a9..196c81d0 100644
--- a/_i18n/fr/resources/moneropedia/smartmining.md
+++ b/_i18n/fr/resources/moneropedia/smartmining.md
@@ -3,6 +3,7 @@ terms: ["smart-mining", "extraction-minière-intelligente"]
summary: "un processus selon lequel un mineur régulé mine lorsqu'il ne cause pas d'inconvénient"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
L'Extraction minière intelligente est le processus selon lequel un @mineur régulé mine lorsqu'il ne cause pas d'inconvénient
diff --git a/_i18n/fr/resources/moneropedia/spendkey.md b/_i18n/fr/resources/moneropedia/spendkey.md
index a68eaa6c..43282305 100644
--- a/_i18n/fr/resources/moneropedia/spendkey.md
+++ b/_i18n/fr/resources/moneropedia/spendkey.md
@@ -3,6 +3,7 @@ terms: ["spend-key", "spend-keys", "clef-de-dépense", "clefs-de-dépense"]
summary: "l'une des deux paires de clefs cryptographiques publiques et privées dont disposent chaque comptes, la clef *privée* de dépense permettant de dépensez tous les fonds du compte"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
L'une des deux paires de clefs cryptographiques publiques et privées dont disposent chaque comptes, la clef *privée* de dépense permettant de dépensez tous les fonds du compte.
diff --git a/_i18n/fr/resources/moneropedia/stealthaddress.md b/_i18n/fr/resources/moneropedia/stealthaddress.md
index d9db439f..5052275e 100644
--- a/_i18n/fr/resources/moneropedia/stealthaddress.md
+++ b/_i18n/fr/resources/moneropedia/stealthaddress.md
@@ -3,6 +3,7 @@ terms: ["stealth-address", "stealth-addresses", "adresse-furtive", "adresses-fur
summary: "Adresses à usage unique automatiques pour chaque transaction"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
Les adresses furtives constitue une part importante de la confidentialité inhérente à Monero. Elle permettent et imposent à l'émetteur de créer une adresse à usage unique aléatoire pour chaque @transaction pour le compte du destinataire. Le destinataire peut publier une seule adresse tout en recevant ses paiements à destinations d'adresses uniques sur la @chaîne-de-blocs, ou elles ne peuvent pas être reliées ni à l'adresse publiée du destinataire, ni à aucune autre adresse de transaction. En utilisant les adresses furtives, seule l'émetteur et le destinataire peuvent déterminer où un paiement à été envoyé.
diff --git a/_i18n/fr/resources/moneropedia/tail-emission.md b/_i18n/fr/resources/moneropedia/tail-emission.md
index 09f162cc..4ceed690 100644
--- a/_i18n/fr/resources/moneropedia/tail-emission.md
+++ b/_i18n/fr/resources/moneropedia/tail-emission.md
@@ -3,6 +3,7 @@ terms: ["Tail-Emission", "émission-résiduelle"]
summary: "la récompense de bloc à l'issue de la courbe d'émission"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
La récompense de bloc de Monero ne tombera jamais à zéro. La récompense de bloc va diminuer graduellement jusqu'à ce que l'émission résiduelle commence à la fin May 2022. A ce moment-là, la récompense sera fixée à 0,6 XMR par bloc.
diff --git a/_i18n/fr/resources/moneropedia/transaction.md b/_i18n/fr/resources/moneropedia/transaction.md
index c1b1a213..de86a2f0 100644
--- a/_i18n/fr/resources/moneropedia/transaction.md
+++ b/_i18n/fr/resources/moneropedia/transaction.md
@@ -3,6 +3,7 @@ terms: ["transaction", "transactions"]
summary: "un conteneur signé cryptographiquement qui détaille le transfert de Moneroj à un destinataire (ou des destinataires)"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
Un conteneur signé cryptographiquement qui détaille le transfert de Moneroj à un destinataire (ou des destinataires).
diff --git a/_i18n/fr/resources/moneropedia/unlocktime.md b/_i18n/fr/resources/moneropedia/unlocktime.md
index f1c16805..7b79f468 100644
--- a/_i18n/fr/resources/moneropedia/unlocktime.md
+++ b/_i18n/fr/resources/moneropedia/unlocktime.md
@@ -3,6 +3,7 @@ terms: ["unlock-time", "durée-de-déverrouillage"]
summary: "une transaction spécifique où le destinataire ne peut dépenser les fonds qu'à une date ultérieure, définie par l'émetteur"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
Une transaction spécifique où le destinataire ne peut dépenser les fonds qu'à une date ultérieure, définie par l'émetteur.
diff --git a/_i18n/fr/resources/moneropedia/viewkey.md b/_i18n/fr/resources/moneropedia/viewkey.md
index 22f5caaf..7d986381 100644
--- a/_i18n/fr/resources/moneropedia/viewkey.md
+++ b/_i18n/fr/resources/moneropedia/viewkey.md
@@ -3,6 +3,7 @@ terms: ["view-key", "view-keys", "clef-d'audit", "clefs-d'audit"]
summary: "l'une des deux paires de clefs cryptographiques publiques et privées dont disposent chaque compte, la clef privée d'audit étant nécessaire pour voir toutes les transactions liées à un compte"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
L'une des deux paires de clefs cryptographiques publiques et privées dont disposent chaque compte, la clef privée d'audit étant nécessaire pour voir toutes les transactions liées à un compte.
diff --git a/_i18n/fr/resources/moneropedia/wallet.md b/_i18n/fr/resources/moneropedia/wallet.md
index b31f3042..c620710f 100644
--- a/_i18n/fr/resources/moneropedia/wallet.md
+++ b/_i18n/fr/resources/moneropedia/wallet.md
@@ -3,6 +3,7 @@ terms: ["wallet", "wallets", "portefeuille", "portefeuilles"]
summary: "Un portefeuille conserve les informations nécessaires pour envoyer et recevoir des Moneroj"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Les Bases
Un compte Monero, ou portefeuille, conserve les informations nécessaires pour envoyer et recevoir des Moneroj. En plus d'envoyer et de recevoir, le logiciel du portefeuille Monero conserve un historique privé de vos transactions et vous permet de signer cryptographiquement des messages. Il inclut également un logiciel d'extraction minière de Monero et un carnet d'adresses.
diff --git a/_i18n/it/resources/moneropedia/account.md b/_i18n/it/resources/moneropedia/account.md
index 6dfed1a6..9106cbe2 100644
--- a/_i18n/it/resources/moneropedia/account.md
+++ b/_i18n/it/resources/moneropedia/account.md
@@ -3,6 +3,7 @@ terms: ["account", "accounts", "wallet", "wallets", "conto", "conti", "portafogl
summary: "funzionalmente simile ad un conto bancario, contiene tutte le transazioni in ingresso e in uscita"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Le Basi
Coloro che hanno familiarità con i predecessori di Monero, e con le criptovalute in generale, conosceranno probabilmente il termine *portafoglio*. In Monero il portafoglio viene descritto più propriamente col termine account, ed esso costituisce un conto privato di proprietà di e gestito da un utente Monero.
diff --git a/_i18n/it/resources/moneropedia/address-book.md b/_i18n/it/resources/moneropedia/address-book.md
index 06f7df91..f23fa518 100644
--- a/_i18n/it/resources/moneropedia/address-book.md
+++ b/_i18n/it/resources/moneropedia/address-book.md
@@ -4,7 +4,7 @@ terms: ["Address-Book"]
summary: "Allows you to visit I2P websites/services that have the .i2p domain"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
In order to browse @I2P sites or services with @Kovri, you'll need an address book. An address book will allow you to translate @I2P websites/services that use the `.i2p` [top-level domain](https://en.wikipedia.org/wiki/Top_level_domain) into an address that @I2P network will understand.
diff --git a/_i18n/it/resources/moneropedia/address.md b/_i18n/it/resources/moneropedia/address.md
index 08ca582e..031a2775 100644
--- a/_i18n/it/resources/moneropedia/address.md
+++ b/_i18n/it/resources/moneropedia/address.md
@@ -3,7 +3,7 @@ terms: ["address", "addresses"]
summary: "either an alias, such as donate.getmonero.org, or a set of 95 characters starting with a 4"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
When you send Monero to someone you only need one piece of information, and that is their Monero address. A *raw* Monero address is a set of 95 characters starting with a '4'. The Monero donation address, for instance, is 888tNkZrPN6JsEgekjMnABU4TBzc2Dt29EPAvkRxbANsAnjyPbb3iQ1YBRk1UXcdRsiKc9dhwMVgN5S9cQUiyoogDavup3H.
diff --git a/_i18n/it/resources/moneropedia/airgap.md b/_i18n/it/resources/moneropedia/airgap.md
index 4f9de2a4..0a3d42f4 100644
--- a/_i18n/it/resources/moneropedia/airgap.md
+++ b/_i18n/it/resources/moneropedia/airgap.md
@@ -3,7 +3,7 @@ terms: ["airgap"]
summary: "An airgap is a security measure to physically separate a computer or device from all other networks, such as the Internet."
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
"An air gap, air wall or air gapping is a network security measure employed on one or more computers to ensure that a secure computer network is physically isolated from unsecured networks, such as the public Internet or an unsecured local area network.[2] The name arises from the technique of creating a network that is physically separated (with a conceptual air gap) from all other networks. The air gap may not be completely literal, as networks employing the use of dedicated cryptographic devices that can tunnel packets over untrusted networks while avoiding packet rate or size variation can be considered air gapped, as there is no ability for computers on opposite sides of the gap to communicate."
diff --git a/_i18n/it/resources/moneropedia/atomic-units.md b/_i18n/it/resources/moneropedia/atomic-units.md
index 93b66834..c377bb2d 100644
--- a/_i18n/it/resources/moneropedia/atomic-units.md
+++ b/_i18n/it/resources/moneropedia/atomic-units.md
@@ -3,7 +3,7 @@ terms: ["atomic-units", "atomic-unit"]
summary: "Atomic Units refer to the smallest fraction of 1 XMR."
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Atomic Units refer to the smallest fraction of 1 XMR.
diff --git a/_i18n/it/resources/moneropedia/block.md b/_i18n/it/resources/moneropedia/block.md
index 8a18461d..515ab7e3 100644
--- a/_i18n/it/resources/moneropedia/block.md
+++ b/_i18n/it/resources/moneropedia/block.md
@@ -3,7 +3,7 @@ terms: ["block", "blocks"]
summary: "a container of transactions, a sequence of which forms a blockchain"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A block is a container of @transactions, with a new block being added to the @blockchain once every 2 minutes (see constant `DIFFICULTY_TARGET_V2` defined as 120 seconds), on average.
diff --git a/_i18n/it/resources/moneropedia/blockchain.md b/_i18n/it/resources/moneropedia/blockchain.md
index 688c028e..b77b9f41 100644
--- a/_i18n/it/resources/moneropedia/blockchain.md
+++ b/_i18n/it/resources/moneropedia/blockchain.md
@@ -4,7 +4,7 @@ summary: "a distributed ledger of all transactions both past and present, withou
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A @blockchain is a distributed database that continuously grows with a record of all of the transactions that have occurred with a given cryptocurrency. This database is often referred to as a ledger because the data contains a large list of transactions that have taken place. In Monero, these transactions are packaged together into 'blocks' every 2 minutes (on average), and all miners and nodes on the network have copies of these blocks.
diff --git a/_i18n/it/resources/moneropedia/bootstrap-node.md b/_i18n/it/resources/moneropedia/bootstrap-node.md
index ca61af22..67f65097 100644
--- a/_i18n/it/resources/moneropedia/bootstrap-node.md
+++ b/_i18n/it/resources/moneropedia/bootstrap-node.md
@@ -3,7 +3,7 @@ terms: ["bootstrap-node", "bootstrap-nodes"]
summary: "A node to which a daemon connects to give immediate usability to wallets while syncing"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The daemon running on a local @node has to sync with other (remote) @nodes. While it is not fully synced, @wallet may still be connected to the local node. Therefore, the @wallet cannot access the @blocks that are bot yet synced on the local @node.
diff --git a/_i18n/it/resources/moneropedia/bulletproofs.md b/_i18n/it/resources/moneropedia/bulletproofs.md
index 04ea71fc..d21caf3a 100644
--- a/_i18n/it/resources/moneropedia/bulletproofs.md
+++ b/_i18n/it/resources/moneropedia/bulletproofs.md
@@ -3,7 +3,7 @@ terms: ["bulletproofs", "bulletproof"]
summary: "a new kind of range proofs replacing RingCT in transactions to obfuscate the amounts sent"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
@RingCT was introduced to obfuscate transaction amounts. One goal of @RingCT was to prove the sum of inputs - outputs in the @transaction was equal to 0, and all outputs were positive numbers.
To accomplish this, two kind of ring signatures were constructed: One ring signature for the whole transaction (to prove the sum is 0), and a set of ring signatures for the subsets of transaction bits (to prove the outputs are positive numbers), then combined together using originally Schnorr signatures (and later replaced by Borromean ring signature).
diff --git a/_i18n/it/resources/moneropedia/canonically-unique-host.md b/_i18n/it/resources/moneropedia/canonically-unique-host.md
index f8c8c7bc..2b8d4b29 100644
--- a/_i18n/it/resources/moneropedia/canonically-unique-host.md
+++ b/_i18n/it/resources/moneropedia/canonically-unique-host.md
@@ -4,7 +4,7 @@ terms: ["Canonically-unique-host"]
summary: "A host that is canonically resolved to an address or set of addresses"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A Canonically-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) that will canonically resolve to a designated address or set of addresses. Not to be confused with a @locally-unique-host.
diff --git a/_i18n/it/resources/moneropedia/change.md b/_i18n/it/resources/moneropedia/change.md
index 0dc019c9..29a681bc 100644
--- a/_i18n/it/resources/moneropedia/change.md
+++ b/_i18n/it/resources/moneropedia/change.md
@@ -3,7 +3,7 @@ terms: ["change", "resto"]
summary: "Monero sent as part of a transaction, that returns to your account instead of going to another recipient"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Monero sent as part of a transaction, that returns to your account instead of going to another recipient.
diff --git a/_i18n/it/resources/moneropedia/clearnet.md b/_i18n/it/resources/moneropedia/clearnet.md
index 34f20eaa..962e03d5 100644
--- a/_i18n/it/resources/moneropedia/clearnet.md
+++ b/_i18n/it/resources/moneropedia/clearnet.md
@@ -4,7 +4,7 @@ terms: ["Clearnet"]
summary: "The Internet in which anonymous overlay networks are built upon"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
When you use the Internet for things like news, email, social media, and even Monero, you are most likely using a clearnet connection. This means that *all* of your connections can be tracked, traced, and monitored by:
diff --git a/_i18n/it/resources/moneropedia/coinbase.md b/_i18n/it/resources/moneropedia/coinbase.md
index 13674680..52100b57 100644
--- a/_i18n/it/resources/moneropedia/coinbase.md
+++ b/_i18n/it/resources/moneropedia/coinbase.md
@@ -3,7 +3,7 @@ terms: ["coinbase-transaction"]
summary: "a special type of transaction included in each block, which contains a small amount of Monero sent to the miner as a reward for their mining work"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A special type of transaction included in each block, which contains a small amount of Monero sent to the miner as a reward for their mining work.
\ No newline at end of file
diff --git a/_i18n/it/resources/moneropedia/consensus.md b/_i18n/it/resources/moneropedia/consensus.md
index 3df97bc5..c5a17e49 100644
--- a/_i18n/it/resources/moneropedia/consensus.md
+++ b/_i18n/it/resources/moneropedia/consensus.md
@@ -3,7 +3,7 @@ terms: ["consensus", "consensus-network"]
summary: "consensus describes a property of distributed networks like Monero where most of the participants follow the rules, and thus reject bad participants"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Consensus describes a property of distributed networks like Monero where most of the participants follow the rules, and thus reject bad participants.
\ No newline at end of file
diff --git a/_i18n/it/resources/moneropedia/cryptocurrency.md b/_i18n/it/resources/moneropedia/cryptocurrency.md
index 8b30816f..0d3a9b87 100644
--- a/_i18n/it/resources/moneropedia/cryptocurrency.md
+++ b/_i18n/it/resources/moneropedia/cryptocurrency.md
@@ -3,7 +3,7 @@ terms: ["cryptocurrency", "cryptocurrencies", "altcoin", "altcoins"]
summary: "a digital currency in which encryption techniques are used to regulate the generation of units of currency and verify the transfer of funds, usually operating independently of a central bank"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A digital currency in which encryption techniques are used to regulate the generation of units of currency and verify the transfer of funds, usually operating independently of a central bank.
diff --git a/_i18n/it/resources/moneropedia/daemon.md b/_i18n/it/resources/moneropedia/daemon.md
index e5041a11..a1b51832 100644
--- a/_i18n/it/resources/moneropedia/daemon.md
+++ b/_i18n/it/resources/moneropedia/daemon.md
@@ -3,6 +3,7 @@ terms: ["daemon"]
summary: "Background process which runs and controls a Monero node"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
'Daemon' is the general term for a piece of software running in the background. In Monero, the Daemon is started through the 'monerod' program. If you run the Daemon locally, you are running a local @node. If the Daemon is running on another device it's a @remote-node. A @wallet, like the CLI or the GUI, needs to connect to a Daemon (local or remote) to relay @transactions to the network.
It's possible to send commands to the Daemon directly or through the RPC interface. See the [Daemon RPC guide]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html), which contains a detailed explanation (with examples) of the available RPC calls. For more detailed and technical information about the Daemon, see the Monerodocs reference at the bottom of this page.
diff --git a/_i18n/it/resources/moneropedia/denominations.md b/_i18n/it/resources/moneropedia/denominations.md
index e110a221..b1649218 100644
--- a/_i18n/it/resources/moneropedia/denominations.md
+++ b/_i18n/it/resources/moneropedia/denominations.md
@@ -3,7 +3,7 @@ terms: ["denominations", "subunits", "tacoshi", "piconero", "nanonero", "microne
summary: "A denomination is a proper description of a currency amount. It is oftentimes a sub-unit of the currency. For example, traditionally a cent is 1/100th of a particular unit of currency.)"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A denomination is a proper description of a currency amount. It is oftentimes a sub-unit of the currency. For example, traditionally a cent is 1/100th of a particular unit of currency.).
diff --git a/_i18n/it/resources/moneropedia/destination.md b/_i18n/it/resources/moneropedia/destination.md
index 7a48da2a..dfa1a033 100644
--- a/_i18n/it/resources/moneropedia/destination.md
+++ b/_i18n/it/resources/moneropedia/destination.md
@@ -4,7 +4,7 @@ terms: ["Destination", "Destinations"]
summary: "A in-net address that serves as a final endpoint (either local or remote)"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A @destination is the @I2P @in-net address of the final endpoint you are trying to connect to (example: an @I2P website, service, or Monero node). This can also include a *local destination* of which *other* peers need to connect to in order to make contact for communication (similar to how, in @clearnet, your IP address is given to a website when you connect so it knows *where* to send the information back to).
diff --git a/_i18n/it/resources/moneropedia/encryption.md b/_i18n/it/resources/moneropedia/encryption.md
index f066d826..0b8aed2f 100644
--- a/_i18n/it/resources/moneropedia/encryption.md
+++ b/_i18n/it/resources/moneropedia/encryption.md
@@ -4,7 +4,7 @@ terms: ["encryption", "encrypted", "encrypting", "decryption", "decrypted", "dec
summary: "The process of encoding messages or information in a way that only authorized parties can decode and read"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
From [Encryption](https://en.wikipedia.org/wiki/Encryption):
diff --git a/_i18n/it/resources/moneropedia/fluffyblocks.md b/_i18n/it/resources/moneropedia/fluffyblocks.md
index 5bd5aaca..448de5ec 100644
--- a/_i18n/it/resources/moneropedia/fluffyblocks.md
+++ b/_i18n/it/resources/moneropedia/fluffyblocks.md
@@ -3,7 +3,7 @@ terms: ["fluffy blocks", "fluffyblocks"]
summary: "a way of saving bandwidth when sending new blocks around the network"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A @block is made up of a header and @transactions. Fluffy Blocks only contain
diff --git a/_i18n/it/resources/moneropedia/fungibility.md b/_i18n/it/resources/moneropedia/fungibility.md
index 18eff751..2151d35d 100644
--- a/_i18n/it/resources/moneropedia/fungibility.md
+++ b/_i18n/it/resources/moneropedia/fungibility.md
@@ -3,7 +3,7 @@ terms: ["fungibility", "fungible"]
summary: "property of a currency whereby two units can be substituted in place of one another"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Property of a currency whereby two units can be substituted in place of one another.
diff --git a/_i18n/it/resources/moneropedia/kovri.md b/_i18n/it/resources/moneropedia/kovri.md
index 0697af9f..779bed41 100644
--- a/_i18n/it/resources/moneropedia/kovri.md
+++ b/_i18n/it/resources/moneropedia/kovri.md
@@ -4,6 +4,7 @@ terms: ["Kovri"]
summary: "C++ router implementation of the I2P network"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
[Kovri](https://gitlab.com/kovri-project/kovri/) is a C++ implementation of the I2P network which was proposed to be integrated in Monero. At the moment the future of this I2P router is unclear and an integration with Monero is not planned.
diff --git a/_i18n/it/resources/moneropedia/locally-unique-host.md b/_i18n/it/resources/moneropedia/locally-unique-host.md
index 55b3226a..fa12a7fd 100644
--- a/_i18n/it/resources/moneropedia/locally-unique-host.md
+++ b/_i18n/it/resources/moneropedia/locally-unique-host.md
@@ -4,7 +4,7 @@ terms: ["Locally-unique-host"]
summary: "A host defined by you and resolved only by you"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A locally-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) defined by **you** and resolved only by you; similar to how a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file)) is implemented. Not to be confused with @canonically-unique-host.
diff --git a/_i18n/it/resources/moneropedia/mining.md b/_i18n/it/resources/moneropedia/mining.md
index 1a097bfb..dd446e0c 100644
--- a/_i18n/it/resources/moneropedia/mining.md
+++ b/_i18n/it/resources/moneropedia/mining.md
@@ -3,7 +3,7 @@ terms: ["mining", "miner", "miners"]
summary: "the process of cryptographically computing a mathematical proof for a block, containing a number of transactions, which is then added to the blockchain"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The process of cryptographically computing a mathematical proof for a block, containing a number of transactions, which is then added to the blockchain.
diff --git a/_i18n/it/resources/moneropedia/mnemonicseed.md b/_i18n/it/resources/moneropedia/mnemonicseed.md
index 62796e6d..c92b9f53 100644
--- a/_i18n/it/resources/moneropedia/mnemonicseed.md
+++ b/_i18n/it/resources/moneropedia/mnemonicseed.md
@@ -3,7 +3,7 @@ terms: ["mnemonic-seed", "mnemonic"]
summary: "a 13 or 25 word phrase used to backup a Monero account, available in a number of languages"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A 13 or 25 word phrase used to backup a Monero account, available in a number of languages. This 25-word phrase (13 words in the case of MyMonero) has all the information needed to view and spend funds from a Monero @account.
diff --git a/_i18n/it/resources/moneropedia/node.md b/_i18n/it/resources/moneropedia/node.md
index c94ec80a..808c79f2 100644
--- a/_i18n/it/resources/moneropedia/node.md
+++ b/_i18n/it/resources/moneropedia/node.md
@@ -3,7 +3,7 @@ terms: ["node", "nodes", "full-node", "full-nodes"]
summary: "a device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network.
diff --git a/_i18n/it/resources/moneropedia/openalias.md b/_i18n/it/resources/moneropedia/openalias.md
index 05c5ec07..e6531cb9 100644
--- a/_i18n/it/resources/moneropedia/openalias.md
+++ b/_i18n/it/resources/moneropedia/openalias.md
@@ -3,7 +3,7 @@ terms: ["OpenAlias"]
summary: "a standard that allows you to use an email or domain syntax to pay someone instead of an address, eg. donate@getmonero.org or donate.getmonero.org"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The Monero Core Team released a standard called OpenAlias which permits much more human-readable addresses and "squares" the Zooko's triangle. OpenAlias can be used for any cryptocurrency and is already implemented in Monero, Bitcoin (in latest Electrum versions) and HyperStake.
diff --git a/_i18n/it/resources/moneropedia/paperwallet.md b/_i18n/it/resources/moneropedia/paperwallet.md
index 76de7f5d..0f52bf42 100644
--- a/_i18n/it/resources/moneropedia/paperwallet.md
+++ b/_i18n/it/resources/moneropedia/paperwallet.md
@@ -3,7 +3,7 @@ terms: ["paperwallet", "paperwallets", "paper-wallet", "paper-wallets"]
summary: "A paper wallet stores the information necessary to send and receive Monero"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A paper wallet stores the information necessary to send and receive Monero.
diff --git a/_i18n/it/resources/moneropedia/paymentid.md b/_i18n/it/resources/moneropedia/paymentid.md
index 4c99c0c0..9fe4e451 100644
--- a/_i18n/it/resources/moneropedia/paymentid.md
+++ b/_i18n/it/resources/moneropedia/paymentid.md
@@ -3,9 +3,9 @@ terms: ["payment-ID", "payment-IDs"]
summary: "an optional flag that is added to identify transactions to merchants, consisting of 64 hexadecimal characters"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
*Note:* Long Payment IDs have been removed since release 0.15; it's not possible to use them anymore. More info in the [blog post](https://getmonero.org/2019/06/04/Long-Payment-ID-Deprecation.html) that announced their deprecation.
-{% include untranslated.html %}
### The Basics
Payment ID is an **arbitrary** and **optional** transaction attachment that consists of 32 bytes (64 hexadecimal characters) or 8 bytes (in the case of integrated addresses).
diff --git a/_i18n/it/resources/moneropedia/pedersen-commitment.md b/_i18n/it/resources/moneropedia/pedersen-commitment.md
index d91570fb..9b2fa62c 100644
--- a/_i18n/it/resources/moneropedia/pedersen-commitment.md
+++ b/_i18n/it/resources/moneropedia/pedersen-commitment.md
@@ -3,7 +3,7 @@ terms: ["commitments", "commitment", "pedersen", "pedersen-commitment", "pederse
summary: "Pedersen commitments are cryptographic algorythms that allow a prover to commit to a certain value without revealing it or being able to change it"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Pedersen commitments are cryptographic algorythms that allow a prover to commit to a certain value without revealing it or being able to change it.
diff --git a/_i18n/it/resources/moneropedia/pruning.md b/_i18n/it/resources/moneropedia/pruning.md
index ead9dc4c..581f827e 100644
--- a/_i18n/it/resources/moneropedia/pruning.md
+++ b/_i18n/it/resources/moneropedia/pruning.md
@@ -3,7 +3,7 @@ terms: ["pruning"]
summary: "Feature that allows node operators to download and sync only 1/3 of the blockchain"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
'Pruning' allows node operators to save 2/3 of storage space while keeping the full transaction history. Pruning works by removing 7/8 of unnecessary ring signature data. The 1/8 remaining data will be available to the other nodes and will be used to sync with the network. Other pruned nodes will have a random 1/8 of the data, which they will also make available to the network. There are no privacy or security downsides when using a pruned node.
There are three ways to prune:
diff --git a/_i18n/it/resources/moneropedia/randomx.md b/_i18n/it/resources/moneropedia/randomx.md
index 768765ac..1491a581 100644
--- a/_i18n/it/resources/moneropedia/randomx.md
+++ b/_i18n/it/resources/moneropedia/randomx.md
@@ -3,6 +3,7 @@ terms: ["randomx", "random-x"]
summary: "ASIC-resistant POW algoritm currenctly used by Monero"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15.
This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the block rewards.
diff --git a/_i18n/it/resources/moneropedia/remote-node.md b/_i18n/it/resources/moneropedia/remote-node.md
index 48953545..dfde0509 100644
--- a/_i18n/it/resources/moneropedia/remote-node.md
+++ b/_i18n/it/resources/moneropedia/remote-node.md
@@ -3,6 +3,7 @@ terms: ["remote-node", "remote-nodes"]
summary: "Nodes wich are not running in the same machine as the wallet. Open remote nodes allow to use the Monero network immediately"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
A @node that doesn't run on the same local machine where the Monero @wallet is located is called "Remote Node" and can be private or open.
A **private remote node** doesn't run on your local machine, but you have full control over it. A classic example is a node running on a VPS or a server. That node is not on your local machine, but you have full control over it. You can even decide to make it become an open node, allowing people to connect to it.
diff --git a/_i18n/it/resources/moneropedia/ring-size.md b/_i18n/it/resources/moneropedia/ring-size.md
index 5c94016f..4888c220 100644
--- a/_i18n/it/resources/moneropedia/ring-size.md
+++ b/_i18n/it/resources/moneropedia/ring-size.md
@@ -3,7 +3,7 @@ terms: ["ring-size"]
summary: "total number of possible signers in a ring signature"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Ring size refers to the total number of possible signers in a @ring-signature. If a ring size of 4 is selected for a given @transaction, this means that there are 3 foreign outputs in addition to your “real” output. A higher ring size number will typically provide more privacy than a lower number. However, reusing an odd, recognizable ring size number for transactions could possibly make transactions stand out.
diff --git a/_i18n/it/resources/moneropedia/ringCT.md b/_i18n/it/resources/moneropedia/ringCT.md
index 03e19097..1d7d01ad 100644
--- a/_i18n/it/resources/moneropedia/ringCT.md
+++ b/_i18n/it/resources/moneropedia/ringCT.md
@@ -3,7 +3,7 @@ terms: ["ringCT", "ring-CT"]
summary: "a way to hide the amount sent in a Monero transaction"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
RingCT, short for Ring Confidential Transactions, is how transaction amounts are hidden in Monero.
diff --git a/_i18n/it/resources/moneropedia/ringsignatures.md b/_i18n/it/resources/moneropedia/ringsignatures.md
index fd0a3bcf..85babd23 100644
--- a/_i18n/it/resources/moneropedia/ringsignatures.md
+++ b/_i18n/it/resources/moneropedia/ringsignatures.md
@@ -3,7 +3,7 @@ terms: ["ring-signature", "ring-signatures"]
summary: "a group of cryptographic signatures with at least one real participant, but no way to tell which in the group is the real one as they all appear valid"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
In cryptography, a ring signature is a type of digital signature that can be performed by any member of a group of users that each have keys. Therefore, a message signed with a ring signature is endorsed by someone in a particular group of people. One of the security properties of a ring signature is that it should be computationally infeasible to determine *which* of the group members' keys was used to produce the signature.
diff --git a/_i18n/it/resources/moneropedia/scalability.md b/_i18n/it/resources/moneropedia/scalability.md
index a36e9373..f69f79cb 100644
--- a/_i18n/it/resources/moneropedia/scalability.md
+++ b/_i18n/it/resources/moneropedia/scalability.md
@@ -3,7 +3,7 @@ terms: ["scalability"]
summary: "How Monero scaling is flexible and can accommodate many transactions as demand changes"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The size of Monero @blocks (which contain @transactions) is flexible and can accommodate many transactions as demand changes. Formulas determine how the reward miners receive interacts with the number of transactions they choose to include in blocks. The @blockchain can therefore scale to meet changes in transaction volume.
diff --git a/_i18n/it/resources/moneropedia/signature.md b/_i18n/it/resources/moneropedia/signature.md
index fefbf024..31e7130c 100644
--- a/_i18n/it/resources/moneropedia/signature.md
+++ b/_i18n/it/resources/moneropedia/signature.md
@@ -3,7 +3,7 @@ terms: ["signature", "signatures"]
summary: "a cryptographic method for proving ownership of a piece of information, as well as proving that the information has not been modified after being signed"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A cryptographic method for proving ownership of a piece of information, as well as proving that the information has not been modified after being signed.
\ No newline at end of file
diff --git a/_i18n/it/resources/moneropedia/smartmining.md b/_i18n/it/resources/moneropedia/smartmining.md
index 43d705fe..bab78d4a 100644
--- a/_i18n/it/resources/moneropedia/smartmining.md
+++ b/_i18n/it/resources/moneropedia/smartmining.md
@@ -3,7 +3,7 @@ terms: ["smart-mining"]
summary: "a process of having a throttled miner mine when it otherwise does not cause drawbacks"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Smart mining is the process of having a throttled @miner mine when it otherwise does not cause drawbacks.
diff --git a/_i18n/it/resources/moneropedia/spendkey.md b/_i18n/it/resources/moneropedia/spendkey.md
index 5373f13c..079332fc 100644
--- a/_i18n/it/resources/moneropedia/spendkey.md
+++ b/_i18n/it/resources/moneropedia/spendkey.md
@@ -3,7 +3,7 @@ terms: ["spend-key", "spend-keys"]
summary: "one of the two pairs of private and public cryptographic keys that each account has, with the *private* spend key used to spend any funds in the account"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
One of the two pairs of private and public cryptographic keys that each account has, with the *private* spend key used to spend any funds in the account.
diff --git a/_i18n/it/resources/moneropedia/stealthaddress.md b/_i18n/it/resources/moneropedia/stealthaddress.md
index 22df9a84..f53e14a6 100644
--- a/_i18n/it/resources/moneropedia/stealthaddress.md
+++ b/_i18n/it/resources/moneropedia/stealthaddress.md
@@ -3,7 +3,7 @@ terms: ["stealth-address", "stealth-addresses"]
summary: "automatic one-time addresses for every transaction"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Stealth addresses are an important part of Monero's inherent privacy. They allow and require the sender to create random one-time addresses for every @transaction on behalf of the recipient. The recipient can publish just one address, yet have all of his/her incoming payments go to unique addresses on the @blockchain, where they cannot be linked back to either the recipient's published address or any other transactions' addresses. By using stealth addresses, only the sender and receiver can determine where a payment was sent.
diff --git a/_i18n/it/resources/moneropedia/tail-emission.md b/_i18n/it/resources/moneropedia/tail-emission.md
index bc24cf8e..fbfac361 100644
--- a/_i18n/it/resources/moneropedia/tail-emission.md
+++ b/_i18n/it/resources/moneropedia/tail-emission.md
@@ -3,7 +3,7 @@ terms: ["Tail-Emission"]
summary: "the block reward at the end of the emission curve"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Monero block rewards will never drop to zero. Block rewards will gradually drop until tail emission commences at the end of May 2022. At this point, rewards will be fixed at 0.6 XMR per block.
diff --git a/_i18n/it/resources/moneropedia/transaction.md b/_i18n/it/resources/moneropedia/transaction.md
index b5585337..d904deab 100644
--- a/_i18n/it/resources/moneropedia/transaction.md
+++ b/_i18n/it/resources/moneropedia/transaction.md
@@ -3,7 +3,7 @@ terms: ["transaction", "transactions", "transazione", "transazioni"]
summary: "a cryptographically signed container that details the transfer of Monero to a recipient (or recipients)"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A cryptographically signed container that details the transfer of Monero to a recipient (or recipients).
diff --git a/_i18n/it/resources/moneropedia/unlocktime.md b/_i18n/it/resources/moneropedia/unlocktime.md
index ea7ed058..ef939a5c 100644
--- a/_i18n/it/resources/moneropedia/unlocktime.md
+++ b/_i18n/it/resources/moneropedia/unlocktime.md
@@ -3,7 +3,7 @@ terms: ["unlock-time", "tempo-di-sblocco"]
summary: "a special transaction where the recipient can only spend the funds after a future date, as set by the sender"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A special transaction where the recipient can only spend the funds after a future date, as set by the sender.
diff --git a/_i18n/it/resources/moneropedia/viewkey.md b/_i18n/it/resources/moneropedia/viewkey.md
index 0cb390ad..59763cc7 100644
--- a/_i18n/it/resources/moneropedia/viewkey.md
+++ b/_i18n/it/resources/moneropedia/viewkey.md
@@ -3,7 +3,7 @@ terms: ["view-key", "view-keys"]
summary: "one of two sets of private and public cryptographic keys that each account has, with the private view key required to view all transactions related to the account"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
One of two sets of private and public cryptographic keys that each account has, with the private view key required to view all transactions related to the account.
diff --git a/_i18n/it/resources/moneropedia/wallet.md b/_i18n/it/resources/moneropedia/wallet.md
index 7b937af4..6f84b36d 100644
--- a/_i18n/it/resources/moneropedia/wallet.md
+++ b/_i18n/it/resources/moneropedia/wallet.md
@@ -3,7 +3,7 @@ terms: ["wallet", "wallets"]
summary: "A wallet stores the information necessary to send and receive Monero"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A Monero account, or wallet, stores the information necessary to send and receive Moneroj. In addition to sending and receiving, the Monero Wallet software keeps a private history of your transactions and allows you to cryptographically sign messages. It also includes Monero mining software and an address book.
diff --git a/_i18n/nl/resources/moneropedia/account.md b/_i18n/nl/resources/moneropedia/account.md
index 37268bf6..08869702 100644
--- a/_i18n/nl/resources/moneropedia/account.md
+++ b/_i18n/nl/resources/moneropedia/account.md
@@ -3,6 +3,7 @@ terms: ["account", "accounts", "wallet", "wallets"]
summary: "similar in function to a bank account, contains all of your sent and received transactions"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Those familiar with Monero's predecessors will be more familiar with the term *wallet* to describe this. In Monero we call this an account, and it is a private account owned and operated by a Monero user.
diff --git a/_i18n/nl/resources/moneropedia/address.md b/_i18n/nl/resources/moneropedia/address.md
index 9decb007..c2bfec76 100644
--- a/_i18n/nl/resources/moneropedia/address.md
+++ b/_i18n/nl/resources/moneropedia/address.md
@@ -3,6 +3,7 @@ terms: ["address", "addresses"]
summary: "either an alias, such as donate.getmonero.org, or a set of 95 characters starting with a 4"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
When you send Monero to someone you only need one piece of information, and that is their Monero address. A *raw* Monero address is a set of 95 characters starting with a '4'. The Monero donation address, for instance, is 888tNkZrPN6JsEgekjMnABU4TBzc2Dt29EPAvkRxbANsAnjyPbb3iQ1YBRk1UXcdRsiKc9dhwMVgN5S9cQUiyoogDavup3H.
diff --git a/_i18n/nl/resources/moneropedia/airgap.md b/_i18n/nl/resources/moneropedia/airgap.md
index 9565484c..0a3d42f4 100644
--- a/_i18n/nl/resources/moneropedia/airgap.md
+++ b/_i18n/nl/resources/moneropedia/airgap.md
@@ -3,6 +3,7 @@ terms: ["airgap"]
summary: "An airgap is a security measure to physically separate a computer or device from all other networks, such as the Internet."
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
"An air gap, air wall or air gapping is a network security measure employed on one or more computers to ensure that a secure computer network is physically isolated from unsecured networks, such as the public Internet or an unsecured local area network.[2] The name arises from the technique of creating a network that is physically separated (with a conceptual air gap) from all other networks. The air gap may not be completely literal, as networks employing the use of dedicated cryptographic devices that can tunnel packets over untrusted networks while avoiding packet rate or size variation can be considered air gapped, as there is no ability for computers on opposite sides of the gap to communicate."
diff --git a/_i18n/nl/resources/moneropedia/atomic-units.md b/_i18n/nl/resources/moneropedia/atomic-units.md
index 057b5727..c377bb2d 100644
--- a/_i18n/nl/resources/moneropedia/atomic-units.md
+++ b/_i18n/nl/resources/moneropedia/atomic-units.md
@@ -3,6 +3,7 @@ terms: ["atomic-units", "atomic-unit"]
summary: "Atomic Units refer to the smallest fraction of 1 XMR."
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Atomic Units refer to the smallest fraction of 1 XMR.
diff --git a/_i18n/nl/resources/moneropedia/block.md b/_i18n/nl/resources/moneropedia/block.md
index 61cc6c80..515ab7e3 100644
--- a/_i18n/nl/resources/moneropedia/block.md
+++ b/_i18n/nl/resources/moneropedia/block.md
@@ -3,6 +3,7 @@ terms: ["block", "blocks"]
summary: "a container of transactions, a sequence of which forms a blockchain"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A block is a container of @transactions, with a new block being added to the @blockchain once every 2 minutes (see constant `DIFFICULTY_TARGET_V2` defined as 120 seconds), on average.
diff --git a/_i18n/nl/resources/moneropedia/blockchain.md b/_i18n/nl/resources/moneropedia/blockchain.md
index 9e97181e..c6fd2004 100644
--- a/_i18n/nl/resources/moneropedia/blockchain.md
+++ b/_i18n/nl/resources/moneropedia/blockchain.md
@@ -3,6 +3,7 @@ terms: ["blockchain", "blockchains"]
summary: "a distributed ledger of all transactions both past and present, without revealing who the funds came from or went to"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A @blockchain is a distributed database that continuously grows with a record of all of the transactions that have occurred with a given cryptocurrency. This database is often referred to as a ledger because the data contains a large list of transactions that have taken place. In Monero, these transactions are packaged together into 'blocks' every 2 minutes (on average), and all miners and nodes on the network have copies of these blocks.
diff --git a/_i18n/nl/resources/moneropedia/bootstrap-node.md b/_i18n/nl/resources/moneropedia/bootstrap-node.md
index 38291250..67f65097 100644
--- a/_i18n/nl/resources/moneropedia/bootstrap-node.md
+++ b/_i18n/nl/resources/moneropedia/bootstrap-node.md
@@ -3,6 +3,7 @@ terms: ["bootstrap-node", "bootstrap-nodes"]
summary: "A node to which a daemon connects to give immediate usability to wallets while syncing"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The daemon running on a local @node has to sync with other (remote) @nodes. While it is not fully synced, @wallet may still be connected to the local node. Therefore, the @wallet cannot access the @blocks that are bot yet synced on the local @node.
diff --git a/_i18n/nl/resources/moneropedia/bulletproofs.md b/_i18n/nl/resources/moneropedia/bulletproofs.md
index 5946cd00..d21caf3a 100644
--- a/_i18n/nl/resources/moneropedia/bulletproofs.md
+++ b/_i18n/nl/resources/moneropedia/bulletproofs.md
@@ -3,6 +3,7 @@ terms: ["bulletproofs", "bulletproof"]
summary: "a new kind of range proofs replacing RingCT in transactions to obfuscate the amounts sent"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
@RingCT was introduced to obfuscate transaction amounts. One goal of @RingCT was to prove the sum of inputs - outputs in the @transaction was equal to 0, and all outputs were positive numbers.
To accomplish this, two kind of ring signatures were constructed: One ring signature for the whole transaction (to prove the sum is 0), and a set of ring signatures for the subsets of transaction bits (to prove the outputs are positive numbers), then combined together using originally Schnorr signatures (and later replaced by Borromean ring signature).
diff --git a/_i18n/nl/resources/moneropedia/canonically-unique-host.md b/_i18n/nl/resources/moneropedia/canonically-unique-host.md
index 329887df..2b8d4b29 100644
--- a/_i18n/nl/resources/moneropedia/canonically-unique-host.md
+++ b/_i18n/nl/resources/moneropedia/canonically-unique-host.md
@@ -4,6 +4,7 @@ terms: ["Canonically-unique-host"]
summary: "A host that is canonically resolved to an address or set of addresses"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A Canonically-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) that will canonically resolve to a designated address or set of addresses. Not to be confused with a @locally-unique-host.
diff --git a/_i18n/nl/resources/moneropedia/change.md b/_i18n/nl/resources/moneropedia/change.md
index 12db7382..bf0f1629 100644
--- a/_i18n/nl/resources/moneropedia/change.md
+++ b/_i18n/nl/resources/moneropedia/change.md
@@ -3,6 +3,7 @@ terms: ["change"]
summary: "Monero sent as part of a transaction, that returns to your account instead of going to another recipient"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Monero sent as part of a transaction, that returns to your account instead of going to another recipient.
diff --git a/_i18n/nl/resources/moneropedia/clearnet.md b/_i18n/nl/resources/moneropedia/clearnet.md
index 836bbf01..962e03d5 100644
--- a/_i18n/nl/resources/moneropedia/clearnet.md
+++ b/_i18n/nl/resources/moneropedia/clearnet.md
@@ -4,6 +4,7 @@ terms: ["Clearnet"]
summary: "The Internet in which anonymous overlay networks are built upon"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
When you use the Internet for things like news, email, social media, and even Monero, you are most likely using a clearnet connection. This means that *all* of your connections can be tracked, traced, and monitored by:
diff --git a/_i18n/nl/resources/moneropedia/coinbase.md b/_i18n/nl/resources/moneropedia/coinbase.md
index ee935871..52100b57 100644
--- a/_i18n/nl/resources/moneropedia/coinbase.md
+++ b/_i18n/nl/resources/moneropedia/coinbase.md
@@ -3,6 +3,7 @@ terms: ["coinbase-transaction"]
summary: "a special type of transaction included in each block, which contains a small amount of Monero sent to the miner as a reward for their mining work"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A special type of transaction included in each block, which contains a small amount of Monero sent to the miner as a reward for their mining work.
\ No newline at end of file
diff --git a/_i18n/nl/resources/moneropedia/consensus.md b/_i18n/nl/resources/moneropedia/consensus.md
index a4484c63..c5a17e49 100644
--- a/_i18n/nl/resources/moneropedia/consensus.md
+++ b/_i18n/nl/resources/moneropedia/consensus.md
@@ -3,6 +3,7 @@ terms: ["consensus", "consensus-network"]
summary: "consensus describes a property of distributed networks like Monero where most of the participants follow the rules, and thus reject bad participants"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Consensus describes a property of distributed networks like Monero where most of the participants follow the rules, and thus reject bad participants.
\ No newline at end of file
diff --git a/_i18n/nl/resources/moneropedia/cryptocurrency.md b/_i18n/nl/resources/moneropedia/cryptocurrency.md
index 8d291380..0d3a9b87 100644
--- a/_i18n/nl/resources/moneropedia/cryptocurrency.md
+++ b/_i18n/nl/resources/moneropedia/cryptocurrency.md
@@ -3,6 +3,7 @@ terms: ["cryptocurrency", "cryptocurrencies", "altcoin", "altcoins"]
summary: "a digital currency in which encryption techniques are used to regulate the generation of units of currency and verify the transfer of funds, usually operating independently of a central bank"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A digital currency in which encryption techniques are used to regulate the generation of units of currency and verify the transfer of funds, usually operating independently of a central bank.
diff --git a/_i18n/nl/resources/moneropedia/daemon.md b/_i18n/nl/resources/moneropedia/daemon.md
index e5041a11..a1b51832 100644
--- a/_i18n/nl/resources/moneropedia/daemon.md
+++ b/_i18n/nl/resources/moneropedia/daemon.md
@@ -3,6 +3,7 @@ terms: ["daemon"]
summary: "Background process which runs and controls a Monero node"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
'Daemon' is the general term for a piece of software running in the background. In Monero, the Daemon is started through the 'monerod' program. If you run the Daemon locally, you are running a local @node. If the Daemon is running on another device it's a @remote-node. A @wallet, like the CLI or the GUI, needs to connect to a Daemon (local or remote) to relay @transactions to the network.
It's possible to send commands to the Daemon directly or through the RPC interface. See the [Daemon RPC guide]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html), which contains a detailed explanation (with examples) of the available RPC calls. For more detailed and technical information about the Daemon, see the Monerodocs reference at the bottom of this page.
diff --git a/_i18n/nl/resources/moneropedia/denominations.md b/_i18n/nl/resources/moneropedia/denominations.md
index 23475766..b1649218 100644
--- a/_i18n/nl/resources/moneropedia/denominations.md
+++ b/_i18n/nl/resources/moneropedia/denominations.md
@@ -3,6 +3,7 @@ terms: ["denominations", "subunits", "tacoshi", "piconero", "nanonero", "microne
summary: "A denomination is a proper description of a currency amount. It is oftentimes a sub-unit of the currency. For example, traditionally a cent is 1/100th of a particular unit of currency.)"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A denomination is a proper description of a currency amount. It is oftentimes a sub-unit of the currency. For example, traditionally a cent is 1/100th of a particular unit of currency.).
diff --git a/_i18n/nl/resources/moneropedia/destination.md b/_i18n/nl/resources/moneropedia/destination.md
index 176fd37d..dfa1a033 100644
--- a/_i18n/nl/resources/moneropedia/destination.md
+++ b/_i18n/nl/resources/moneropedia/destination.md
@@ -4,6 +4,7 @@ terms: ["Destination", "Destinations"]
summary: "A in-net address that serves as a final endpoint (either local or remote)"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A @destination is the @I2P @in-net address of the final endpoint you are trying to connect to (example: an @I2P website, service, or Monero node). This can also include a *local destination* of which *other* peers need to connect to in order to make contact for communication (similar to how, in @clearnet, your IP address is given to a website when you connect so it knows *where* to send the information back to).
diff --git a/_i18n/nl/resources/moneropedia/encryption.md b/_i18n/nl/resources/moneropedia/encryption.md
index 0e7e0146..0b8aed2f 100644
--- a/_i18n/nl/resources/moneropedia/encryption.md
+++ b/_i18n/nl/resources/moneropedia/encryption.md
@@ -4,6 +4,7 @@ terms: ["encryption", "encrypted", "encrypting", "decryption", "decrypted", "dec
summary: "The process of encoding messages or information in a way that only authorized parties can decode and read"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
From [Encryption](https://en.wikipedia.org/wiki/Encryption):
diff --git a/_i18n/nl/resources/moneropedia/fluffyblocks.md b/_i18n/nl/resources/moneropedia/fluffyblocks.md
index ade4ee39..448de5ec 100644
--- a/_i18n/nl/resources/moneropedia/fluffyblocks.md
+++ b/_i18n/nl/resources/moneropedia/fluffyblocks.md
@@ -3,6 +3,7 @@ terms: ["fluffy blocks", "fluffyblocks"]
summary: "a way of saving bandwidth when sending new blocks around the network"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A @block is made up of a header and @transactions. Fluffy Blocks only contain
diff --git a/_i18n/nl/resources/moneropedia/fungibility.md b/_i18n/nl/resources/moneropedia/fungibility.md
index 98fa7137..2151d35d 100644
--- a/_i18n/nl/resources/moneropedia/fungibility.md
+++ b/_i18n/nl/resources/moneropedia/fungibility.md
@@ -3,6 +3,7 @@ terms: ["fungibility", "fungible"]
summary: "property of a currency whereby two units can be substituted in place of one another"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Property of a currency whereby two units can be substituted in place of one another.
diff --git a/_i18n/nl/resources/moneropedia/kovri.md b/_i18n/nl/resources/moneropedia/kovri.md
index 0697af9f..779bed41 100644
--- a/_i18n/nl/resources/moneropedia/kovri.md
+++ b/_i18n/nl/resources/moneropedia/kovri.md
@@ -4,6 +4,7 @@ terms: ["Kovri"]
summary: "C++ router implementation of the I2P network"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
[Kovri](https://gitlab.com/kovri-project/kovri/) is a C++ implementation of the I2P network which was proposed to be integrated in Monero. At the moment the future of this I2P router is unclear and an integration with Monero is not planned.
diff --git a/_i18n/nl/resources/moneropedia/locally-unique-host.md b/_i18n/nl/resources/moneropedia/locally-unique-host.md
index fecc2c48..fa12a7fd 100644
--- a/_i18n/nl/resources/moneropedia/locally-unique-host.md
+++ b/_i18n/nl/resources/moneropedia/locally-unique-host.md
@@ -4,6 +4,7 @@ terms: ["Locally-unique-host"]
summary: "A host defined by you and resolved only by you"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A locally-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) defined by **you** and resolved only by you; similar to how a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file)) is implemented. Not to be confused with @canonically-unique-host.
diff --git a/_i18n/nl/resources/moneropedia/mining.md b/_i18n/nl/resources/moneropedia/mining.md
index 82c1aeb8..dd446e0c 100644
--- a/_i18n/nl/resources/moneropedia/mining.md
+++ b/_i18n/nl/resources/moneropedia/mining.md
@@ -3,6 +3,7 @@ terms: ["mining", "miner", "miners"]
summary: "the process of cryptographically computing a mathematical proof for a block, containing a number of transactions, which is then added to the blockchain"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The process of cryptographically computing a mathematical proof for a block, containing a number of transactions, which is then added to the blockchain.
diff --git a/_i18n/nl/resources/moneropedia/mnemonicseed.md b/_i18n/nl/resources/moneropedia/mnemonicseed.md
index 0aaecb97..c92b9f53 100644
--- a/_i18n/nl/resources/moneropedia/mnemonicseed.md
+++ b/_i18n/nl/resources/moneropedia/mnemonicseed.md
@@ -3,6 +3,7 @@ terms: ["mnemonic-seed", "mnemonic"]
summary: "a 13 or 25 word phrase used to backup a Monero account, available in a number of languages"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A 13 or 25 word phrase used to backup a Monero account, available in a number of languages. This 25-word phrase (13 words in the case of MyMonero) has all the information needed to view and spend funds from a Monero @account.
diff --git a/_i18n/nl/resources/moneropedia/node.md b/_i18n/nl/resources/moneropedia/node.md
index 68029fa2..9550ab75 100644
--- a/_i18n/nl/resources/moneropedia/node.md
+++ b/_i18n/nl/resources/moneropedia/node.md
@@ -3,6 +3,7 @@ terms: ["node", "nodes", "full-node", "full-nodes"]
summary: "a device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network.
diff --git a/_i18n/nl/resources/moneropedia/openalias.md b/_i18n/nl/resources/moneropedia/openalias.md
index 7d7a6257..3f09a43d 100644
--- a/_i18n/nl/resources/moneropedia/openalias.md
+++ b/_i18n/nl/resources/moneropedia/openalias.md
@@ -3,6 +3,7 @@ terms: ["OpenAlias"]
summary: "a standard that allows you to use an email or domain syntax to pay someone instead of an address, eg. donate@getmonero.org or donate.getmonero.org"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The Monero Core Team released a standard called OpenAlias which permits much more human-readable addresses and "squares" the Zooko's triangle. OpenAlias can be used for any cryptocurrency and is already implemented in Monero, Bitcoin (in latest Electrum versions) and HyperStake.
diff --git a/_i18n/nl/resources/moneropedia/paperwallet.md b/_i18n/nl/resources/moneropedia/paperwallet.md
index db1a35c8..0f52bf42 100644
--- a/_i18n/nl/resources/moneropedia/paperwallet.md
+++ b/_i18n/nl/resources/moneropedia/paperwallet.md
@@ -3,6 +3,7 @@ terms: ["paperwallet", "paperwallets", "paper-wallet", "paper-wallets"]
summary: "A paper wallet stores the information necessary to send and receive Monero"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A paper wallet stores the information necessary to send and receive Monero.
diff --git a/_i18n/nl/resources/moneropedia/paymentid.md b/_i18n/nl/resources/moneropedia/paymentid.md
index 4c99c0c0..4e4e5a2b 100644
--- a/_i18n/nl/resources/moneropedia/paymentid.md
+++ b/_i18n/nl/resources/moneropedia/paymentid.md
@@ -3,9 +3,10 @@ terms: ["payment-ID", "payment-IDs"]
summary: "an optional flag that is added to identify transactions to merchants, consisting of 64 hexadecimal characters"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
*Note:* Long Payment IDs have been removed since release 0.15; it's not possible to use them anymore. More info in the [blog post](https://getmonero.org/2019/06/04/Long-Payment-ID-Deprecation.html) that announced their deprecation.
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Payment ID is an **arbitrary** and **optional** transaction attachment that consists of 32 bytes (64 hexadecimal characters) or 8 bytes (in the case of integrated addresses).
diff --git a/_i18n/nl/resources/moneropedia/pedersen-commitment.md b/_i18n/nl/resources/moneropedia/pedersen-commitment.md
index 0f4e255a..9b2fa62c 100644
--- a/_i18n/nl/resources/moneropedia/pedersen-commitment.md
+++ b/_i18n/nl/resources/moneropedia/pedersen-commitment.md
@@ -3,6 +3,7 @@ terms: ["commitments", "commitment", "pedersen", "pedersen-commitment", "pederse
summary: "Pedersen commitments are cryptographic algorythms that allow a prover to commit to a certain value without revealing it or being able to change it"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Pedersen commitments are cryptographic algorythms that allow a prover to commit to a certain value without revealing it or being able to change it.
diff --git a/_i18n/nl/resources/moneropedia/pruning.md b/_i18n/nl/resources/moneropedia/pruning.md
index ead9dc4c..581f827e 100644
--- a/_i18n/nl/resources/moneropedia/pruning.md
+++ b/_i18n/nl/resources/moneropedia/pruning.md
@@ -3,7 +3,7 @@ terms: ["pruning"]
summary: "Feature that allows node operators to download and sync only 1/3 of the blockchain"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
'Pruning' allows node operators to save 2/3 of storage space while keeping the full transaction history. Pruning works by removing 7/8 of unnecessary ring signature data. The 1/8 remaining data will be available to the other nodes and will be used to sync with the network. Other pruned nodes will have a random 1/8 of the data, which they will also make available to the network. There are no privacy or security downsides when using a pruned node.
There are three ways to prune:
diff --git a/_i18n/nl/resources/moneropedia/randomx.md b/_i18n/nl/resources/moneropedia/randomx.md
index 768765ac..1491a581 100644
--- a/_i18n/nl/resources/moneropedia/randomx.md
+++ b/_i18n/nl/resources/moneropedia/randomx.md
@@ -3,6 +3,7 @@ terms: ["randomx", "random-x"]
summary: "ASIC-resistant POW algoritm currenctly used by Monero"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15.
This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the block rewards.
diff --git a/_i18n/nl/resources/moneropedia/remote-node.md b/_i18n/nl/resources/moneropedia/remote-node.md
index 48953545..dfde0509 100644
--- a/_i18n/nl/resources/moneropedia/remote-node.md
+++ b/_i18n/nl/resources/moneropedia/remote-node.md
@@ -3,6 +3,7 @@ terms: ["remote-node", "remote-nodes"]
summary: "Nodes wich are not running in the same machine as the wallet. Open remote nodes allow to use the Monero network immediately"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
A @node that doesn't run on the same local machine where the Monero @wallet is located is called "Remote Node" and can be private or open.
A **private remote node** doesn't run on your local machine, but you have full control over it. A classic example is a node running on a VPS or a server. That node is not on your local machine, but you have full control over it. You can even decide to make it become an open node, allowing people to connect to it.
diff --git a/_i18n/nl/resources/moneropedia/ring-size.md b/_i18n/nl/resources/moneropedia/ring-size.md
index 4ad33ddd..4888c220 100644
--- a/_i18n/nl/resources/moneropedia/ring-size.md
+++ b/_i18n/nl/resources/moneropedia/ring-size.md
@@ -3,6 +3,7 @@ terms: ["ring-size"]
summary: "total number of possible signers in a ring signature"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Ring size refers to the total number of possible signers in a @ring-signature. If a ring size of 4 is selected for a given @transaction, this means that there are 3 foreign outputs in addition to your “real” output. A higher ring size number will typically provide more privacy than a lower number. However, reusing an odd, recognizable ring size number for transactions could possibly make transactions stand out.
diff --git a/_i18n/nl/resources/moneropedia/ringCT.md b/_i18n/nl/resources/moneropedia/ringCT.md
index 3ebaae17..1d7d01ad 100644
--- a/_i18n/nl/resources/moneropedia/ringCT.md
+++ b/_i18n/nl/resources/moneropedia/ringCT.md
@@ -3,6 +3,7 @@ terms: ["ringCT", "ring-CT"]
summary: "a way to hide the amount sent in a Monero transaction"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
RingCT, short for Ring Confidential Transactions, is how transaction amounts are hidden in Monero.
diff --git a/_i18n/nl/resources/moneropedia/ringsignatures.md b/_i18n/nl/resources/moneropedia/ringsignatures.md
index b5db207f..85babd23 100644
--- a/_i18n/nl/resources/moneropedia/ringsignatures.md
+++ b/_i18n/nl/resources/moneropedia/ringsignatures.md
@@ -3,6 +3,7 @@ terms: ["ring-signature", "ring-signatures"]
summary: "a group of cryptographic signatures with at least one real participant, but no way to tell which in the group is the real one as they all appear valid"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
In cryptography, a ring signature is a type of digital signature that can be performed by any member of a group of users that each have keys. Therefore, a message signed with a ring signature is endorsed by someone in a particular group of people. One of the security properties of a ring signature is that it should be computationally infeasible to determine *which* of the group members' keys was used to produce the signature.
diff --git a/_i18n/nl/resources/moneropedia/scalability.md b/_i18n/nl/resources/moneropedia/scalability.md
index a36e9373..f69f79cb 100644
--- a/_i18n/nl/resources/moneropedia/scalability.md
+++ b/_i18n/nl/resources/moneropedia/scalability.md
@@ -3,7 +3,7 @@ terms: ["scalability"]
summary: "How Monero scaling is flexible and can accommodate many transactions as demand changes"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The size of Monero @blocks (which contain @transactions) is flexible and can accommodate many transactions as demand changes. Formulas determine how the reward miners receive interacts with the number of transactions they choose to include in blocks. The @blockchain can therefore scale to meet changes in transaction volume.
diff --git a/_i18n/nl/resources/moneropedia/signature.md b/_i18n/nl/resources/moneropedia/signature.md
index 7ad1e27d..31e7130c 100644
--- a/_i18n/nl/resources/moneropedia/signature.md
+++ b/_i18n/nl/resources/moneropedia/signature.md
@@ -3,6 +3,7 @@ terms: ["signature", "signatures"]
summary: "a cryptographic method for proving ownership of a piece of information, as well as proving that the information has not been modified after being signed"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A cryptographic method for proving ownership of a piece of information, as well as proving that the information has not been modified after being signed.
\ No newline at end of file
diff --git a/_i18n/nl/resources/moneropedia/smartmining.md b/_i18n/nl/resources/moneropedia/smartmining.md
index 5c45f69d..bab78d4a 100644
--- a/_i18n/nl/resources/moneropedia/smartmining.md
+++ b/_i18n/nl/resources/moneropedia/smartmining.md
@@ -3,6 +3,7 @@ terms: ["smart-mining"]
summary: "a process of having a throttled miner mine when it otherwise does not cause drawbacks"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Smart mining is the process of having a throttled @miner mine when it otherwise does not cause drawbacks.
diff --git a/_i18n/nl/resources/moneropedia/spendkey.md b/_i18n/nl/resources/moneropedia/spendkey.md
index 893328c5..079332fc 100644
--- a/_i18n/nl/resources/moneropedia/spendkey.md
+++ b/_i18n/nl/resources/moneropedia/spendkey.md
@@ -3,6 +3,7 @@ terms: ["spend-key", "spend-keys"]
summary: "one of the two pairs of private and public cryptographic keys that each account has, with the *private* spend key used to spend any funds in the account"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
One of the two pairs of private and public cryptographic keys that each account has, with the *private* spend key used to spend any funds in the account.
diff --git a/_i18n/nl/resources/moneropedia/stealthaddress.md b/_i18n/nl/resources/moneropedia/stealthaddress.md
index 46d908be..f53e14a6 100644
--- a/_i18n/nl/resources/moneropedia/stealthaddress.md
+++ b/_i18n/nl/resources/moneropedia/stealthaddress.md
@@ -3,6 +3,7 @@ terms: ["stealth-address", "stealth-addresses"]
summary: "automatic one-time addresses for every transaction"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Stealth addresses are an important part of Monero's inherent privacy. They allow and require the sender to create random one-time addresses for every @transaction on behalf of the recipient. The recipient can publish just one address, yet have all of his/her incoming payments go to unique addresses on the @blockchain, where they cannot be linked back to either the recipient's published address or any other transactions' addresses. By using stealth addresses, only the sender and receiver can determine where a payment was sent.
diff --git a/_i18n/nl/resources/moneropedia/tail-emission.md b/_i18n/nl/resources/moneropedia/tail-emission.md
index ade85309..fbfac361 100644
--- a/_i18n/nl/resources/moneropedia/tail-emission.md
+++ b/_i18n/nl/resources/moneropedia/tail-emission.md
@@ -3,6 +3,7 @@ terms: ["Tail-Emission"]
summary: "the block reward at the end of the emission curve"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Monero block rewards will never drop to zero. Block rewards will gradually drop until tail emission commences at the end of May 2022. At this point, rewards will be fixed at 0.6 XMR per block.
diff --git a/_i18n/nl/resources/moneropedia/transaction.md b/_i18n/nl/resources/moneropedia/transaction.md
index 95c68703..603b9fcd 100644
--- a/_i18n/nl/resources/moneropedia/transaction.md
+++ b/_i18n/nl/resources/moneropedia/transaction.md
@@ -3,6 +3,7 @@ terms: ["transaction", "transactions"]
summary: "a cryptographically signed container that details the transfer of Monero to a recipient (or recipients)"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A cryptographically signed container that details the transfer of Monero to a recipient (or recipients).
diff --git a/_i18n/nl/resources/moneropedia/unlocktime.md b/_i18n/nl/resources/moneropedia/unlocktime.md
index 335a946b..776a62d1 100644
--- a/_i18n/nl/resources/moneropedia/unlocktime.md
+++ b/_i18n/nl/resources/moneropedia/unlocktime.md
@@ -3,6 +3,7 @@ terms: ["unlock-time"]
summary: "a special transaction where the recipient can only spend the funds after a future date, as set by the sender"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A special transaction where the recipient can only spend the funds after a future date, as set by the sender.
diff --git a/_i18n/nl/resources/moneropedia/viewkey.md b/_i18n/nl/resources/moneropedia/viewkey.md
index 469fc02a..59763cc7 100644
--- a/_i18n/nl/resources/moneropedia/viewkey.md
+++ b/_i18n/nl/resources/moneropedia/viewkey.md
@@ -3,6 +3,7 @@ terms: ["view-key", "view-keys"]
summary: "one of two sets of private and public cryptographic keys that each account has, with the private view key required to view all transactions related to the account"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
One of two sets of private and public cryptographic keys that each account has, with the private view key required to view all transactions related to the account.
diff --git a/_i18n/nl/resources/moneropedia/wallet.md b/_i18n/nl/resources/moneropedia/wallet.md
index 078033d4..6f84b36d 100644
--- a/_i18n/nl/resources/moneropedia/wallet.md
+++ b/_i18n/nl/resources/moneropedia/wallet.md
@@ -3,6 +3,7 @@ terms: ["wallet", "wallets"]
summary: "A wallet stores the information necessary to send and receive Monero"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A Monero account, or wallet, stores the information necessary to send and receive Moneroj. In addition to sending and receiving, the Monero Wallet software keeps a private history of your transactions and allows you to cryptographically sign messages. It also includes Monero mining software and an address book.
diff --git a/_i18n/pl/resources/moneropedia/account.md b/_i18n/pl/resources/moneropedia/account.md
index 0a361251..0c3e44c6 100644
--- a/_i18n/pl/resources/moneropedia/account.md
+++ b/_i18n/pl/resources/moneropedia/account.md
@@ -3,6 +3,7 @@ terms: ["account", "accounts", "wallet", "wallets", "konto", "konta", "portfel",
summary: "Podobnie jak konto bankowe, konto Monero zawiera wszystkie twoje płatności wychodzące i przychodzące."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Dla bardziej zaznajomionych z poprzednikami Monero bliższe będzie określenie *portfel*. Jest to prywatne konto w posiadaniu i obsłudze użytkownika Monero.
diff --git a/_i18n/pl/resources/moneropedia/address.md b/_i18n/pl/resources/moneropedia/address.md
index fadc4ccc..c68ed9a8 100644
--- a/_i18n/pl/resources/moneropedia/address.md
+++ b/_i18n/pl/resources/moneropedia/address.md
@@ -3,6 +3,7 @@ terms: ["address", "addresses", "adres", "adresu", "adresie"]
summary: "Alias nazwy adresu, np. donate.getmonero.org lub zestaw 95 znaków zaczynający się od 4"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Gdy wysyłasz do kogoś Monero, potrzebujesz jedynie jednej informacji, a jest nią adres Monero tej osoby. Jest to ciąg 95 znaków zaczynający się od "4". Przykładowo adres darowizn Monero to 888tNkZrPN6JsEgekjMnABU4TBzc2Dt29EPAvkRxbANsAnjyPbb3iQ1YBRk1UXcdRsiKc9dhwMVgN5S9cQUiyoogDavup3H.
diff --git a/_i18n/pl/resources/moneropedia/airgap.md b/_i18n/pl/resources/moneropedia/airgap.md
index 436ac5fc..566ac6c4 100644
--- a/_i18n/pl/resources/moneropedia/airgap.md
+++ b/_i18n/pl/resources/moneropedia/airgap.md
@@ -3,6 +3,7 @@ terms: ["airgap"]
summary: "Airgap jest środkiem bezpieczeństwa, który fizycznie oddziela komputer lub inne urządzenie od wszystkich sieci, takich jak internet."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Air gap, air wall lub air gapping jest środkiem bezpieczeństwa sieci podejmowanym na jednym lub więcej komputerach w celu zapewnienia, że bezpieczne sieci komputerowe są fizycznie oddzielone od niebezpiecznych sieci, takich jak internet publiczny lub niezabezpieczone lokalne sieci. Nazwa pochodzi od techniki tworzenia sieci fizycznie oddzielonej (z konceptualistyczną "szczeliną powietrzną") od pozostałych sieci. "Szczelina powietrzna" może nie być zupełnie dosłowna, biorąc pod uwagę, że sieci używające urządzeć kryptograficznych, które mogą tunelować pakiety przez niezaufane sieci, jednocześnie unikając szybkości pakietów lub zmian rozmiarów, mogą być także nazywane air gapped, ponieważ komputery po dwóch różnych stronach szczeliny nie mają możliwości się komunikować."
diff --git a/_i18n/pl/resources/moneropedia/atomic-units.md b/_i18n/pl/resources/moneropedia/atomic-units.md
index 93b66834..c377bb2d 100644
--- a/_i18n/pl/resources/moneropedia/atomic-units.md
+++ b/_i18n/pl/resources/moneropedia/atomic-units.md
@@ -3,7 +3,7 @@ terms: ["atomic-units", "atomic-unit"]
summary: "Atomic Units refer to the smallest fraction of 1 XMR."
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Atomic Units refer to the smallest fraction of 1 XMR.
diff --git a/_i18n/pl/resources/moneropedia/block.md b/_i18n/pl/resources/moneropedia/block.md
index 06aae098..fb05776e 100644
--- a/_i18n/pl/resources/moneropedia/block.md
+++ b/_i18n/pl/resources/moneropedia/block.md
@@ -3,6 +3,7 @@ terms: ["block", "blocks", "blok", "bloku", "blokiem", "bloków"]
summary: "Zbiornik transakcji, jego sekwencja tworzy łańcuch bloków."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Blok jest zbiornikiem @transakcji, a każdy nowy blok dodawany jest do @łańcucha-bloków przeciętnie co dwie minuty (zobacz stały `DIFFICULTY_TARGET_V2` - cel trudności - zdefiniowany jako 120 sekund).
diff --git a/_i18n/pl/resources/moneropedia/blockchain.md b/_i18n/pl/resources/moneropedia/blockchain.md
index 32d33612..d5c76c19 100644
--- a/_i18n/pl/resources/moneropedia/blockchain.md
+++ b/_i18n/pl/resources/moneropedia/blockchain.md
@@ -3,6 +3,7 @@ terms: ["blockchain", "blockchains", "łańcuch-bloków", "łańcuchu-bloków",
summary: "Przekazywany rejestr wszystkich transakcji minionych i obecnych, który nie ujawnia nadawcy i odbiorcy płatności."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Łańcuch bloków jest powszechną bazą danych, która ciągle się powiększa, zapisując wszyskie transakcje dokonane w danej kryptowalucie. Ta baza danych często porównywana jest do księgi przychodów i rozchodów ze względu na obszerną listę dokonanych płatności. W przypadku Monero, transakcje te pakowane są średnio co dwie minuty w bloki, których kopie posiadają wszyscy górnicy i węzły w sieci.
diff --git a/_i18n/pl/resources/moneropedia/bootstrap-node.md b/_i18n/pl/resources/moneropedia/bootstrap-node.md
index 2ef4c788..7fbfe2d4 100644
--- a/_i18n/pl/resources/moneropedia/bootstrap-node.md
+++ b/_i18n/pl/resources/moneropedia/bootstrap-node.md
@@ -3,6 +3,7 @@ terms: ["bootstrap-node", "bootstrap-nodes", "bootstrap-node", "bootstrap-nodes"
summary: "A node to which a daemon connects to give immediate usability to wallets while syncing"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The daemon running on a local @node has to sync with other (remote) @nodes. While it is not fully synced, @wallet may still be connected to the local node. Therefore, the @wallet cannot access the @blocks that are bot yet synced on the local @node.
diff --git a/_i18n/pl/resources/moneropedia/bulletproofs.md b/_i18n/pl/resources/moneropedia/bulletproofs.md
index 04ea71fc..d21caf3a 100644
--- a/_i18n/pl/resources/moneropedia/bulletproofs.md
+++ b/_i18n/pl/resources/moneropedia/bulletproofs.md
@@ -3,7 +3,7 @@ terms: ["bulletproofs", "bulletproof"]
summary: "a new kind of range proofs replacing RingCT in transactions to obfuscate the amounts sent"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
@RingCT was introduced to obfuscate transaction amounts. One goal of @RingCT was to prove the sum of inputs - outputs in the @transaction was equal to 0, and all outputs were positive numbers.
To accomplish this, two kind of ring signatures were constructed: One ring signature for the whole transaction (to prove the sum is 0), and a set of ring signatures for the subsets of transaction bits (to prove the outputs are positive numbers), then combined together using originally Schnorr signatures (and later replaced by Borromean ring signature).
diff --git a/_i18n/pl/resources/moneropedia/canonically-unique-host.md b/_i18n/pl/resources/moneropedia/canonically-unique-host.md
index 9f1927d7..dabbfae7 100644
--- a/_i18n/pl/resources/moneropedia/canonically-unique-host.md
+++ b/_i18n/pl/resources/moneropedia/canonically-unique-host.md
@@ -4,6 +4,7 @@ terms: ["Canonically-unique-host", "zasadniczy-unikalny-host", "zasadniczego-uni
summary: "Host ogólnie przyjęty jako przypisany do adresu lub zestawu adresów"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Zasadniczy unikalny host jest [Pełną, Jednoznaczną Nazwą Domenową] (https://en.wikipedia.org/wiki/FQDN), która kanonicznie tłumaczy dany adres lub zestaw adresów. Nie należy jej mylić z @lokalnym-unikalnym-hostem.
diff --git a/_i18n/pl/resources/moneropedia/change.md b/_i18n/pl/resources/moneropedia/change.md
index 73942b31..b5924460 100644
--- a/_i18n/pl/resources/moneropedia/change.md
+++ b/_i18n/pl/resources/moneropedia/change.md
@@ -3,6 +3,7 @@ terms: ["change", "reszta", "reszty", "reszcie"]
summary: "Monero wysłane jako część transakcji, która jest zwracana na twoje konto zamiast być przelana do innego odbiorcy."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Monero wysłane jako część transakcji, która jest zwracana na twoje konto zamiast być przelana do innego odbiorcy.
diff --git a/_i18n/pl/resources/moneropedia/clearnet.md b/_i18n/pl/resources/moneropedia/clearnet.md
index 90ced979..3a4e05f8 100644
--- a/_i18n/pl/resources/moneropedia/clearnet.md
+++ b/_i18n/pl/resources/moneropedia/clearnet.md
@@ -4,6 +4,7 @@ terms: ["Clearnet", "Clearnecie", "clearnetu"]
summary: "Internet, na którym zbudowane są anonimowe sieci nakładkowe"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Gdy używasz internetu do czytania wiadomości, sprawdzania e-maila, social media i nawet Monero, najprawdopodobniej używasz połączenia clearnet. Oznacza to, że *wszystkie* twoje połączenia mogą być śledzone i monitorowane przez:
diff --git a/_i18n/pl/resources/moneropedia/coinbase.md b/_i18n/pl/resources/moneropedia/coinbase.md
index fc3b3598..3a52c776 100644
--- a/_i18n/pl/resources/moneropedia/coinbase.md
+++ b/_i18n/pl/resources/moneropedia/coinbase.md
@@ -3,6 +3,7 @@ terms: ["coinbase-transaction", "transakcja-coinbase", "transakcji-coinbase", "t
summary: "Specjalny rodzaj transakcji włączonej do każdego bloku, która zawiera niewielką ilość Monero przesłaną do górnika jako wynagrodzenie za jego pracę wydobywczą."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Specjalny rodzaj transakcji włączonej do każdego bloku, która zawiera niewielką ilość Monero przesłaną do górnika jako wynagrodzenie za jego pracę wydobywczą.
diff --git a/_i18n/pl/resources/moneropedia/consensus.md b/_i18n/pl/resources/moneropedia/consensus.md
index a6e3dc22..b2fbe30d 100644
--- a/_i18n/pl/resources/moneropedia/consensus.md
+++ b/_i18n/pl/resources/moneropedia/consensus.md
@@ -3,6 +3,7 @@ terms: ["consensus", "consensus-network", "zgoda", "sieć-zgody", "sieci-zgody",
summary: "Charakterystyka rozproszonych sieci, takich jak Monero, gdzie większość członków przestrzega zasad i tym samym odrzuca szkodliwych uczestników."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Charakterystyka rozproszonych sieci, takich jak Monero, gdzie większość członków przestrzega zasad i tym samym odrzuca szkodliwych uczestników.
diff --git a/_i18n/pl/resources/moneropedia/cryptocurrency.md b/_i18n/pl/resources/moneropedia/cryptocurrency.md
index bca9fce3..94cf4f24 100644
--- a/_i18n/pl/resources/moneropedia/cryptocurrency.md
+++ b/_i18n/pl/resources/moneropedia/cryptocurrency.md
@@ -3,6 +3,7 @@ terms: ["cryptocurrency", "cryptocurrencies", "altcoin", "altcoins", "kryptowalu
summary: "Waluta cyfrowa, w której użyte są techniki szyfrowania w celu regulacji generowania jednostek walutowych i weryfikowania transferów płatniczych, zazwyczaj funkcjonująca niezależnie od banku centralnego."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Waluta cyfrowa, w której użyte są techniki szyfrowania w celu regulacji generowania jednostek walutowych i weryfikowania transferów płatniczych, zazwyczaj funkcjonująca niezależnie od banku centralnego.
diff --git a/_i18n/pl/resources/moneropedia/daemon.md b/_i18n/pl/resources/moneropedia/daemon.md
index e5041a11..a1b51832 100644
--- a/_i18n/pl/resources/moneropedia/daemon.md
+++ b/_i18n/pl/resources/moneropedia/daemon.md
@@ -3,6 +3,7 @@ terms: ["daemon"]
summary: "Background process which runs and controls a Monero node"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
'Daemon' is the general term for a piece of software running in the background. In Monero, the Daemon is started through the 'monerod' program. If you run the Daemon locally, you are running a local @node. If the Daemon is running on another device it's a @remote-node. A @wallet, like the CLI or the GUI, needs to connect to a Daemon (local or remote) to relay @transactions to the network.
It's possible to send commands to the Daemon directly or through the RPC interface. See the [Daemon RPC guide]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html), which contains a detailed explanation (with examples) of the available RPC calls. For more detailed and technical information about the Daemon, see the Monerodocs reference at the bottom of this page.
diff --git a/_i18n/pl/resources/moneropedia/denominations.md b/_i18n/pl/resources/moneropedia/denominations.md
index 561e60f9..434df65a 100644
--- a/_i18n/pl/resources/moneropedia/denominations.md
+++ b/_i18n/pl/resources/moneropedia/denominations.md
@@ -3,6 +3,7 @@ terms: ["denominations", "subunits", "nominał", "nominały", "nominałem", "nom
summary: "Nominał jest prawidłowym opisem ilości waluty. Często jest on podjednostką waluty, na przykład cent jest 1/100 danej jednostki waluty."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Nominał jest prawidłowym opisem ilości waluty. Często jest on podjednostką waluty, na przykład cent jest 1/100 danej jednostki waluty.
diff --git a/_i18n/pl/resources/moneropedia/encryption.md b/_i18n/pl/resources/moneropedia/encryption.md
index 20b3c776..6ec870fd 100644
--- a/_i18n/pl/resources/moneropedia/encryption.md
+++ b/_i18n/pl/resources/moneropedia/encryption.md
@@ -4,6 +4,7 @@ terms: ["encryption", "encrypted", "encrypting", "decryption", "decrypted", "dec
summary: "Proces kodowania wiadomości lub informacji w taki sposób, że tylko upoważnione osoby mogą je odkodować i odczytać."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Za Wikipedią: [Szyfrowanie](https://en.wikipedia.org/wiki/Encryption):
diff --git a/_i18n/pl/resources/moneropedia/fluffyblocks.md b/_i18n/pl/resources/moneropedia/fluffyblocks.md
index 5bd5aaca..448de5ec 100644
--- a/_i18n/pl/resources/moneropedia/fluffyblocks.md
+++ b/_i18n/pl/resources/moneropedia/fluffyblocks.md
@@ -3,7 +3,7 @@ terms: ["fluffy blocks", "fluffyblocks"]
summary: "a way of saving bandwidth when sending new blocks around the network"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A @block is made up of a header and @transactions. Fluffy Blocks only contain
diff --git a/_i18n/pl/resources/moneropedia/fungibility.md b/_i18n/pl/resources/moneropedia/fungibility.md
index 62882964..2f93fdfa 100644
--- a/_i18n/pl/resources/moneropedia/fungibility.md
+++ b/_i18n/pl/resources/moneropedia/fungibility.md
@@ -3,6 +3,7 @@ terms: ["fungibility", "fungible", "zamienialność", "zamienialności", "zamien
summary: "Charakterystyka waluty, gdzie dwie jednostki mogą zostać zamienione jedna na drugą."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Charakterystyka waluty, gdzie dwie jednostki mogą zostać zamienione jedna na drugą.
diff --git a/_i18n/pl/resources/moneropedia/kovri.md b/_i18n/pl/resources/moneropedia/kovri.md
index 0697af9f..cde76b23 100644
--- a/_i18n/pl/resources/moneropedia/kovri.md
+++ b/_i18n/pl/resources/moneropedia/kovri.md
@@ -4,6 +4,7 @@ terms: ["Kovri"]
summary: "C++ router implementation of the I2P network"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### The Basics
[Kovri](https://gitlab.com/kovri-project/kovri/) is a C++ implementation of the I2P network which was proposed to be integrated in Monero. At the moment the future of this I2P router is unclear and an integration with Monero is not planned.
diff --git a/_i18n/pl/resources/moneropedia/locally-unique-host.md b/_i18n/pl/resources/moneropedia/locally-unique-host.md
index 51eb2ce0..8ca4e537 100644
--- a/_i18n/pl/resources/moneropedia/locally-unique-host.md
+++ b/_i18n/pl/resources/moneropedia/locally-unique-host.md
@@ -4,6 +4,7 @@ terms: ["Locally-unique-host", "lokalnie-unikalny-host", "lokalnie-unikalnego-ho
summary: "Host zdefiniowany i ustalony wyłącznie przez ciebie."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Lokalnie unikalny host jest [Pełną, Jendoznaczną Nazwą Domenową](https://en.wikipedia.org/wiki/FQDN) definiowaną przez **ciebie** i ustaloną wyłącznie przez ciebie, podobnie do tego, jak wdrażane są [pliki hosts](https://en.wikipedia.org/wiki/Hosts_(file)). Nie należy go mylić z @zasadniczym-unikalnym-hostem.
diff --git a/_i18n/pl/resources/moneropedia/mining.md b/_i18n/pl/resources/moneropedia/mining.md
index 75306c04..6eeb4c50 100644
--- a/_i18n/pl/resources/moneropedia/mining.md
+++ b/_i18n/pl/resources/moneropedia/mining.md
@@ -3,6 +3,7 @@ terms: ["mining", "miner", "miners", "wydobycie", "wydobywanie", "wydobywania",
summary: "Proces kryptograficznego obliczania matematycznego dowodu do bloku zawierającego wiele transakcji, który następnie jest dodawany do łańcucha bloków."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Proces kryptograficznego obliczania matematycznego dowodu do bloku zawierającego wiele transakcji, który następnie jest dodawany do łańcucha bloków.
diff --git a/_i18n/pl/resources/moneropedia/mnemonicseed.md b/_i18n/pl/resources/moneropedia/mnemonicseed.md
index a891a637..28ae29d3 100644
--- a/_i18n/pl/resources/moneropedia/mnemonicseed.md
+++ b/_i18n/pl/resources/moneropedia/mnemonicseed.md
@@ -3,6 +3,7 @@ terms: ["mnemonic-seed", "mnemonic", "kod-mnemoniczny", "kodzie-mnemonicznym", "
summary: "Ciąg 13 lub 25 słów używany do tworzenia kopii zapasowej konta Monero, dostępny w wielu językach."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Ciąg 13 lub 25 słów używany do tworzenia kopii zapasowej konta Monero, dostępny w wielu językach. Ten 25-słowny ciąg (13-słowny w przypadku MyMonero) zawiera wszystkie informacje potrzebne do wglądu i wydawania funduszy z @konta Monero.
diff --git a/_i18n/pl/resources/moneropedia/node.md b/_i18n/pl/resources/moneropedia/node.md
index edd6a435..166c5b36 100644
--- a/_i18n/pl/resources/moneropedia/node.md
+++ b/_i18n/pl/resources/moneropedia/node.md
@@ -3,6 +3,7 @@ terms: ["node", "nodes", "full-node", "full-nodes", "węzeł", "węzła", "węz
summary: "Urządzenie internetowe uruchamiające oprogramowanie Monero, posiadające pełną kopię łańcuchów bloków monero i aktywnie biorące udział w sieci Monero."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Urządzenie internetowe uruchamiające oprogramowanie Monero, posiadające pełną kopię łańcuchów bloków monero i aktywnie biorące udział w sieci Monero.
diff --git a/_i18n/pl/resources/moneropedia/openalias.md b/_i18n/pl/resources/moneropedia/openalias.md
index e9c1fa79..c5e02cf3 100644
--- a/_i18n/pl/resources/moneropedia/openalias.md
+++ b/_i18n/pl/resources/moneropedia/openalias.md
@@ -3,6 +3,7 @@ terms: ["OpenAlias"]
summary: "Standard pozwalający na korzystanie z adresu e-mail lub domeny internetowej, np. donate@getmonero.org lub donate.getmonero.org, w celu płatności, zamiast adresu numerycznego."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Centralny Zespół Monero uruchomił standard zwany OpenAlias, który pozwala na korzystanie z adresów znacznie łatwiejszych do odczytu, rówmocześnie zapewnieniając decentralizację i bezpieczeństwo (Zooko's triangle). OpenAlias może być użyty w każdej kryptowalucie i jest już wdrożony do Monero, Bitcoina (w najnowszej wersji Electrum) i HyperStake.
diff --git a/_i18n/pl/resources/moneropedia/paperwallet.md b/_i18n/pl/resources/moneropedia/paperwallet.md
index ff1bac28..9db4e44b 100644
--- a/_i18n/pl/resources/moneropedia/paperwallet.md
+++ b/_i18n/pl/resources/moneropedia/paperwallet.md
@@ -3,6 +3,7 @@ terms: ["paperwallet", "paperwallets", "paper-wallet", "paper-wallets", "papiero
summary: "Papierowy portfel przechowuje informacje niezbędne do wysyłania i otrzymywania Monero."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Papierowy portfel przechowuje informacje niezbędne do wysyłania i otrzymywania Monero.
diff --git a/_i18n/pl/resources/moneropedia/paymentid.md b/_i18n/pl/resources/moneropedia/paymentid.md
index cdca8f05..e02cfb2d 100644
--- a/_i18n/pl/resources/moneropedia/paymentid.md
+++ b/_i18n/pl/resources/moneropedia/paymentid.md
@@ -3,6 +3,7 @@ terms: ["payment-ID", "payment-IDs", "numer-identyfikacyjny-płatności", "numer
summary: "Opcjonalny znacznik dodawany w celu identyfikacji transakcji pomiędzy użytkownikami, składający się z 64 heksadecymalnych znaków."
---
+{% include disclaimer.html translated="yes" translationOutdated="yes" %}
*Note:* Long Payment IDs have been removed since release 0.15; it's not possible to use them anymore. More info in the [blog post](https://getmonero.org/2019/06/04/Long-Payment-ID-Deprecation.html) that announced their deprecation.
### Podstawy
diff --git a/_i18n/pl/resources/moneropedia/pedersen-commitment.md b/_i18n/pl/resources/moneropedia/pedersen-commitment.md
index bf7b1a5d..9b32a13e 100644
--- a/_i18n/pl/resources/moneropedia/pedersen-commitment.md
+++ b/_i18n/pl/resources/moneropedia/pedersen-commitment.md
@@ -3,6 +3,7 @@ terms: ["commitments", "commitment", "pedersen", "pedersen-commitment", "pederse
summary: "Algorytmy kryptograficzne pozwalające osobie udowadniającej na zobowiązanie się do pewnej wartości bez ujawniania jej ani nie będąc w stanie jej zmienić."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Algorytmy kryptograficzne pozwalające osobie udowadniającej na zobowiązanie się do pewnej wartości bez ujawniania jej ani nie będąc w stanie jej zmienić.
diff --git a/_i18n/pl/resources/moneropedia/pruning.md b/_i18n/pl/resources/moneropedia/pruning.md
index ead9dc4c..581f827e 100644
--- a/_i18n/pl/resources/moneropedia/pruning.md
+++ b/_i18n/pl/resources/moneropedia/pruning.md
@@ -3,7 +3,7 @@ terms: ["pruning"]
summary: "Feature that allows node operators to download and sync only 1/3 of the blockchain"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
'Pruning' allows node operators to save 2/3 of storage space while keeping the full transaction history. Pruning works by removing 7/8 of unnecessary ring signature data. The 1/8 remaining data will be available to the other nodes and will be used to sync with the network. Other pruned nodes will have a random 1/8 of the data, which they will also make available to the network. There are no privacy or security downsides when using a pruned node.
There are three ways to prune:
diff --git a/_i18n/pl/resources/moneropedia/randomx.md b/_i18n/pl/resources/moneropedia/randomx.md
index 768765ac..1491a581 100644
--- a/_i18n/pl/resources/moneropedia/randomx.md
+++ b/_i18n/pl/resources/moneropedia/randomx.md
@@ -3,6 +3,7 @@ terms: ["randomx", "random-x"]
summary: "ASIC-resistant POW algoritm currenctly used by Monero"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15.
This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the block rewards.
diff --git a/_i18n/pl/resources/moneropedia/remote-node.md b/_i18n/pl/resources/moneropedia/remote-node.md
index 48953545..dfde0509 100644
--- a/_i18n/pl/resources/moneropedia/remote-node.md
+++ b/_i18n/pl/resources/moneropedia/remote-node.md
@@ -3,6 +3,7 @@ terms: ["remote-node", "remote-nodes"]
summary: "Nodes wich are not running in the same machine as the wallet. Open remote nodes allow to use the Monero network immediately"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
A @node that doesn't run on the same local machine where the Monero @wallet is located is called "Remote Node" and can be private or open.
A **private remote node** doesn't run on your local machine, but you have full control over it. A classic example is a node running on a VPS or a server. That node is not on your local machine, but you have full control over it. You can even decide to make it become an open node, allowing people to connect to it.
diff --git a/_i18n/pl/resources/moneropedia/ring-size.md b/_i18n/pl/resources/moneropedia/ring-size.md
index c8f2f9fb..dbb793ec 100644
--- a/_i18n/pl/resources/moneropedia/ring-size.md
+++ b/_i18n/pl/resources/moneropedia/ring-size.md
@@ -3,6 +3,7 @@ terms: ["ring-size", "rozmiar-pierścienia", "rozmiarowi-pierścienia", "rozmiar
summary: "Liczba wszystkich możliwych osób podpisujących za pomocą podpisu pierścieniowego."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Rozmiar pierścienia oznacza liczbę wszystkich możliwych osób podpisujących za pomocą @podpisu-pierścieniowego. Jeśli rozmiar pierścienia danej @transakcji wynosi 4, oznacza to, że poza twoim, istnieją 3 obce wyjścia. Wyższy numer rozmiaru pierścienia przeważnie zapewnia więcej prywatności niż niższy, jednak ponowne użycie nieparzystego, rozpoznawalnego rozmiaru pierścienia może spowodować, że transakcje będą się wyróżniać.
diff --git a/_i18n/pl/resources/moneropedia/ringCT.md b/_i18n/pl/resources/moneropedia/ringCT.md
index 0202e07c..96f7bc86 100644
--- a/_i18n/pl/resources/moneropedia/ringCT.md
+++ b/_i18n/pl/resources/moneropedia/ringCT.md
@@ -3,6 +3,7 @@ terms: ["ringCT", "ring-CT", "poufne-transakcje-pierścieniowe", "poufnym-transa
summary: "Sposób na ukrycie wartości Monero przesłanych w transakcji."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Poufne Transakcje Pierścieniowe (RingCT) jest sposobem na ukrycie wartości Monero przesyłanych w transakcjach.
diff --git a/_i18n/pl/resources/moneropedia/ringsignatures.md b/_i18n/pl/resources/moneropedia/ringsignatures.md
index fa3c7f61..732bd573 100644
--- a/_i18n/pl/resources/moneropedia/ringsignatures.md
+++ b/_i18n/pl/resources/moneropedia/ringsignatures.md
@@ -3,6 +3,7 @@ terms: ["ring-signature", "ring-signatures", "podpis-pierścieniowy", "podpisem-
summary: "Grupa podpisów kryptograficznych z przynajmniej jednym prawdziwym uczestnikiem, bez możliwości rozróżnienia, kto w danej grupie nim jest, ponieważ wszystkie podpisy figurują jako ważne."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
W kryptografii podpis pierścieniowy jest rodzajem podpisu cyfrowego, który może być dokonany przez jakiegokolwiek członka grupy użytkowników, w której każdy posiada klucz. Wiadomość opatrzona podpisem pierścieniowym jest zatwierdzona przez kogoś z konkretnej grupy. Jedną z charakterystyk bezpieczeństwa podpisu pierścieniowego jest to, że ustalenie klucz *którego* członka grupy został użyty do podpisu jest obliczeniowo niewykonywalne.
diff --git a/_i18n/pl/resources/moneropedia/scalability.md b/_i18n/pl/resources/moneropedia/scalability.md
index c758b46e..957b6287 100644
--- a/_i18n/pl/resources/moneropedia/scalability.md
+++ b/_i18n/pl/resources/moneropedia/scalability.md
@@ -3,7 +3,7 @@ terms: ["scalability", "skalowalność", "skalowalności", "skalnowalnością"]
summary: "How Monero scaling is flexible and can accommodate many transactions as demand changes"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The size of Monero @blocks (which contain @transactions) is flexible and can accommodate many transactions as demand changes. Formulas determine how the reward miners receive interacts with the number of transactions they choose to include in blocks. The @blockchain can therefore scale to meet changes in transaction volume.
diff --git a/_i18n/pl/resources/moneropedia/signature.md b/_i18n/pl/resources/moneropedia/signature.md
index caa6733f..b7a07ead 100644
--- a/_i18n/pl/resources/moneropedia/signature.md
+++ b/_i18n/pl/resources/moneropedia/signature.md
@@ -3,6 +3,7 @@ terms: ["signature", "signatures", "podpis", "podpisu", "podpisie", "podpisów",
summary: "Kryptograficzna metoda na udowodnienie posiadania jakiejś informacji oraz że dana informacja nie została zmieniona po podpisaniu."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Kryptograficzna metoda na udowodnienie posiadania jakiejś informacji oraz że dana informacja nie została zmieniona po podpisaniu.
diff --git a/_i18n/pl/resources/moneropedia/smartmining.md b/_i18n/pl/resources/moneropedia/smartmining.md
index 6175baa2..fdd32b1d 100644
--- a/_i18n/pl/resources/moneropedia/smartmining.md
+++ b/_i18n/pl/resources/moneropedia/smartmining.md
@@ -3,6 +3,7 @@ terms: ["smart-mining"]
summary: "Proces limitowania wydobycia w celu uniknięcia niedogodności."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Smart mining (inteligentne wydobywanie) jest procesem limitowania wydobycia w celu uniknięcia niedogodności takich jak przegrzanie lub spowolnienie urządzenia, wyczerpywanie baterii itd. Jego zamysłem jest zwiększenie bezpieczeństwa sieci poprzez dopuszczenie jak największej liczby użytkowników do korzystania z "inteligentnej koparki" przez cały czas. Aby to się powiodło, górnik musi udowodnić swoją dyskretność, w przeciwnym razie zostanie rozłączony, pozbawiając sieć Monero z małej części bezpieczeństwa. Możliwe jest, że inteligentna koparka będzie wydobywać wolniej niż normalna na tym samym twardym dysku.
diff --git a/_i18n/pl/resources/moneropedia/spendkey.md b/_i18n/pl/resources/moneropedia/spendkey.md
index 82ccd09f..a5314664 100644
--- a/_i18n/pl/resources/moneropedia/spendkey.md
+++ b/_i18n/pl/resources/moneropedia/spendkey.md
@@ -3,6 +3,7 @@ terms: ["spend-key", "spend-keys", "klucz-wydawania", "klucza-wydawania", "klucz
summary: "Jedna z dwóch par prywatnych i publicznych kluczy kryptograficznych, które posiada każde konto. *Prywatny* klucz wydawania służy do wydawania środków na koncie."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Jedna z dwóch par prywatnych i publicznych kluczy kryptograficznych, które posiada każde konto. *Prywatny* klucz wydawania służy do wydawania środków na koncie.
diff --git a/_i18n/pl/resources/moneropedia/stealthaddress.md b/_i18n/pl/resources/moneropedia/stealthaddress.md
index 02bff9fa..4e901ed2 100644
--- a/_i18n/pl/resources/moneropedia/stealthaddress.md
+++ b/_i18n/pl/resources/moneropedia/stealthaddress.md
@@ -3,6 +3,7 @@ terms: ["stealth-address", "stealth-addresses", "ukryty-adres", "ukrytym-adresie
summary: "Automatyczny jednorazowy adres każdej transakcji."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Ukryte adresy są istotną częścią nieodłącznej prywatności Monero. Pozwalają one i wymagają od nadawcy stworzenia losowego jednorazowego adresu w imieniu odbiorcy przy każdej @transakcji. Odbiorca może opublikować tylko jeden adres i mimo to otrzymywać wszystkie płatności na unikalny adres w @łańcuchu-bloków, gdzie nie mogą one zostać powiązane ani z publicznym adresem odbiorcy, ani z żadnym innym adresem transakcji. Korzystając z urkytego adresu, jedynie nadawca i odbiorca mogą wiedzieć, dokąd płatność została wysłana.
diff --git a/_i18n/pl/resources/moneropedia/tail-emission.md b/_i18n/pl/resources/moneropedia/tail-emission.md
index 517bce3e..0f6d3079 100644
--- a/_i18n/pl/resources/moneropedia/tail-emission.md
+++ b/_i18n/pl/resources/moneropedia/tail-emission.md
@@ -3,6 +3,7 @@ terms: ["tail-emission", "krzywej-z-długim-ogonem", "krzywą-z-długim-ogonem",
summary: "Wynagrodzenie za blok na końcu krzywej emitowania."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Wynagrodzenie za blok Monero nigdy nie spadną do zera, ale będą stopniowo spadać aż do końca maja 2022 roku, kiedy rozpocznie się emisja według krzywej z długim ogonem. W tym momencie wynagrodzenie zostanie ustalone jako 0,6 XMR za blok.
diff --git a/_i18n/pl/resources/moneropedia/transaction.md b/_i18n/pl/resources/moneropedia/transaction.md
index 386c72f4..eb30a034 100644
--- a/_i18n/pl/resources/moneropedia/transaction.md
+++ b/_i18n/pl/resources/moneropedia/transaction.md
@@ -3,6 +3,7 @@ terms: ["transaction", "transactions", "transakcja", "transakcję", "transakcji"
summary: "Kryptograficznie podpisany zbiornik, który wyszczególnia transfer Monero do odbiorcy lub odbiorców."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Kryptograficznie podpisany zbiornik, który wyszczególnia transfer Monero do odbiorcy lub odbiorców.
diff --git a/_i18n/pl/resources/moneropedia/unlocktime.md b/_i18n/pl/resources/moneropedia/unlocktime.md
index 9da86366..270c469b 100644
--- a/_i18n/pl/resources/moneropedia/unlocktime.md
+++ b/_i18n/pl/resources/moneropedia/unlocktime.md
@@ -3,6 +3,7 @@ terms: ["unlock-time", "czasem-na-odblokowanie"]
summary: "Specjalny rodzaj transakcji, gdzie odbiorca może wydać otrzymane środki dopiero po dacie ustalonej przez nadawcę."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Specjalny rodzaj transakcji, gdzie odbiorca może wydać otrzymane środki dopiero po dacie ustalonej przez nadawcę.
diff --git a/_i18n/pl/resources/moneropedia/viewkey.md b/_i18n/pl/resources/moneropedia/viewkey.md
index 40b88562..3f9f6a05 100644
--- a/_i18n/pl/resources/moneropedia/viewkey.md
+++ b/_i18n/pl/resources/moneropedia/viewkey.md
@@ -3,6 +3,7 @@ terms: ["view-key", "view-keys", "klucz-widoczności", "klucza-widoczności", "k
summary: "Jeden z dwóch rodzajów prywanych i publicznych kluczy kryptograficznych przypisanych do każdego konta. Prywatny klucz widoczności jest wymagany do wyświetlenia wszystkich transakcji danego konta."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Jeden z dwóch rodzajów prywanych i publicznych kluczy kryptograficznych przypisanych do każdego konta. Prywatny klucz widoczności jest wymagany do wyświetlenia wszystkich transakcji danego konta.
diff --git a/_i18n/pl/resources/moneropedia/wallet.md b/_i18n/pl/resources/moneropedia/wallet.md
index a6d4d2d8..fb870f98 100644
--- a/_i18n/pl/resources/moneropedia/wallet.md
+++ b/_i18n/pl/resources/moneropedia/wallet.md
@@ -3,6 +3,7 @@ terms: ["wallet", "wallets", "portfel", "portfela"]
summary: "Portfel przechowuje informacje niezbędne do wysyłania i otrzymywanie Monero."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Podstawy
Konto Monero, lub inaczej portfel, przechowuje informacje niezbędne do wysyłania i otrzymywanie Monero. Poza wysyłaniem i otrzymywaniem, oprogramowanie portfela Monero utrzymuje w prywatności historię twoich transakcji i pozwala na kryptograficzne podpisywanie wiadomości. Zawiera on także program do wydobywania monet i książkę adresową.
diff --git a/_i18n/pt-br/resources/moneropedia/account.md b/_i18n/pt-br/resources/moneropedia/account.md
index 6dfed1a6..08869702 100644
--- a/_i18n/pt-br/resources/moneropedia/account.md
+++ b/_i18n/pt-br/resources/moneropedia/account.md
@@ -1,45 +1,37 @@
---
-terms: ["account", "accounts", "wallet", "wallets", "conto", "conti", "portafoglio", "portafogli"]
-summary: "funzionalmente simile ad un conto bancario, contiene tutte le transazioni in ingresso e in uscita"
+terms: ["account", "accounts", "wallet", "wallets"]
+summary: "similar in function to a bank account, contains all of your sent and received transactions"
---
-### Le Basi
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+### The Basics
-Coloro che hanno familiarità con i predecessori di Monero, e con le criptovalute in generale, conosceranno probabilmente il termine *portafoglio*. In Monero il portafoglio viene descritto più propriamente col termine account, ed esso costituisce un conto privato di proprietà di e gestito da un utente Monero.
+Those familiar with Monero's predecessors will be more familiar with the term *wallet* to describe this. In Monero we call this an account, and it is a private account owned and operated by a Monero user.
-Un account di tua proprietà contiene tutte le @transazioni Monero che hai inviato e ricevuto. Il saldo del tuo account è pari alla somma di tutti i Monero che hai ricevuto meno la somma dei Monero che hai inviato. Quando usi Monero, potresti notare che il tuo account presenta due saldi, un saldo bloccato e un saldo sbloccato. Il saldo sbloccato contiene fondi che possono essere spesi immediatamente, mentre il saldo bloccato contiene fondi che non possono al momento essere spesi. Potresti aver ricevuto una transazione con un @tempo-di-sblocco impostato, o potresti aver inviato una transazione e sei in attesa che il @resto torni nel tuo portafoglio: queste sono due situazioni che possono generare fondi bloccati per un certo periodo.
+Your account contains all of the Monero @transactions you have sent and received. Your account balance is a sum of all the Monero you've received, less the Monero you've sent. When using Monero you may notice that your account has two balances, a locked and an unlocked balance. The unlocked balance contains funds that can be spent immediately, and the locked balance contains funds that you can't spend right now. You may receive a transaction that has an @unlock-time set, or you may have sent some Monero and are waiting for the @change to come back to your wallet, both situations that could lead to those funds being locked for a time.
-Una differenza fondamentale fra la valuta elettronica tradizionale e Monero è che il tuo account si trova sotto il tuo totale controllo, in genere sul tuo computer, e ad esso non può accedere nessun altro tranne te, se vengono seguite delle [pratiche di buona sicurezza](#pratiche-di-buona-sicurezza).
+A key difference between traditional electronic currency and Monero is that your account resides only under your control, normally on your computer, and cannot be accessed by anyone else if you [practice good security](#practicing-good-security).
-### Account Multipli
+### Multiple Accounts
-Non sono previsti costi aggiuntivi per la creazione di un account Monero e non vi sono commissioni addebitate, ad eccezione delle singole commissioni legate alle @transazioni, commissioni che vengono incassate dai @minatori.
+There are no costs attached to creating a Monero account, and there are no fees charged except for individual @transaction fees that go to @miners.
-Ciò significa che chiunque può facilmente creare un account Monero per se stesso/a, un account comune da condividere con il proprio partner e account individuali per i propri figli. Allo stesso modo, un'azienda potrebbe creare account separati per ogni divisione o gruppo. Poiché le commissioni di @transazione di Monero sono piuttosto basse, lo spostamento di fondi fra account non è un esercizio costoso.
+This means that individuals can easily create a Monero account for themselves as well as a joint account to share with their partner, and individual accounts for their children. Similarly, a business could create separate accounts for each division or group. Since Monero's @transaction fees are quite low, moving funds between accounts is not an expensive exercise.
-### Chiavi Crittografiche
+### Cryptographic Keys
-Monero si basa in gran parte su un principio crittografico noto come *crittografia a chiave pubblica/privata* o *crittografia asimmetrica*, concetto dettagliatamente descritto in [questo articolo di Wikipedia](https://it.wikipedia.org/wiki/Crittografia_asimmetrica).
+Monero relies heavily on a cryptography principle known as *public/private key cryptography* or *asymmetric cryptography*, which is thoroughly detailed in [this Wikipedia article](https://en.wikipedia.org/wiki/Public-key_cryptography).
-Il tuo account è basato su due coppie di chiavi, la coppia relativa alla "chiave di spesa" (@spend-key) e la coppia relativa alla "chiave di visualizzazione" (@view-key). La chiave di spesa è speciale in quanto viene richiesta per spendere i fondi Monero, mentre la chiave di visualizzazione ti consente di rivelare le tue @transazioni a terzi, ad esempio per scopi di controllo (audit) o contabilità. Queste chiavi, utilizzate nel tuo account, svolgono anche un ruolo molto importante nella privacy delle @transazioni di Monero.
+Your account is based on two keys, a @spend-key and a @view-key. The @spend-key is special in that it is the single key required to spend your Monero funds, whereas the @view-key allows you to reveal your @transactions to a third party, for example for auditing or accounting purposes. These keys in your account also play an important role in Monero's @transaction's privacy.
-Le chiavi private di spesa e di visualizzazione devono essere protette da te al fine di mantenere intatta la privacy del tuo account; le chiavi pubbliche di spesa e di visualizzazione, invece, sono ovviamente pubbliche (fanno parte dell'indirizzo del tuo account Monero). Usando la normale crittografia a chiave pubblica/privata, qualcuno potrebbe inviarti un messaggio privato cifrandolo con una delle tue chiavi pubbliche e tu saresti l'unico in grado di decifrarlo con le tue chiavi private.
+The private keys for both of these must be protected by you in order to retain your account privacy. On the other hand, the public keys are obviously public (they are part of your Monero account address). For normal public/private key cryptography someone could send you a private message by encrypting it with either of your public keys, and you would then be the only one able to decrypt it with your private keys.
+### Backing Up Your Account
-### Fare il Backup del tuo Account
-
-Quando gestisci il tuo account Monero con la chiave di spesa (@spend-key) privata, sei l'unico responsabile della sicurezza dei tuoi fondi. Fortunatamente, Monero rende molto semplice effettuare il backup del tuo account. Quando crei un account Monero per la prima volta ti verrà dato un @mnemonic-seed unico per il tuo account che consiste di 13 o 25 parole nella lingua di tua scelta. **Questo seed è l'unica cosa di cui hai bisogno per eseguire il backup del tuo account**, quindi è assolutamente necessario, una volta comunicatoti, annotarlo ed archiviarlo in modo sicuro. Non conservare mai questo seed in una forma o in un luogo tale da consentire a qualcun altro di vederlo!
-
-Segue un estratto dell'interfaccia del software Monero al momento della creazione di un account.
-Nonostante l'interfaccia sia in lingua inglese, è possibile estrarre le seguenti informazioni, generate alla creazione dell'account stesso:
-
-* Indirizzo account (portafogli): 48zfLeXXJqYVMdbRNbMQFLMDdgtkdQA3QPqaps4dbKGyVazV8C1H7AQifXbEyMeG49DzyMFphUM3XPavayao1AB2VEpBUkY
-* Chiave di visualizzazione: e7afaf6ad061d9b92b3901bcddd3e248973c129d40df5b055cfe05e7df961305
-* Seed mnemonico: realista zoccolo scatola affare ceretta bustina mese clausola stancare alloggio locale piatto marzo iniziare spada istruire
-garanzia estrarre farfalla opuscolo passare nervo vacca vampiro spada
+When you manage your own Monero Account with the private @spend-key, you are solely responsible for the security of your funds. Thankfully, Monero makes it very easy to backup your account. When creating a Monero account for the first time you will be given a unique @mnemonic-seed for your account that consists of 13 or 25 words in the language of your choosing. **This seed is the only thing you need to backup for your account**, and so it is imperative that it is written down and stored securely. Never store this seed in a form or location that would allow someone else to see it!
```
-Lista di lingue disponibili per il seed mnemonico dell'account:
+List of available languages for your wallet's seed:
0 : Deutsch
1 : English
2 : Español
@@ -51,40 +43,39 @@ Lista di lingue disponibili per il seed mnemonico dell'account:
8 : 日本語
9 : 简体中文 (中国)
10 : Esperanto
-11 : Lojban
-Enter the number corresponding to the language of your choice: 4
-Generated new wallet: 48zfLeXXJqYVMdbRNbMQFLMDdgtkdQA3QPqaps4dbKGyVazV8C1H7AQifXbEyMeG49DzyMFphUM3XPavayao1AB2VEpBUkY
-View key: e7afaf6ad061d9b92b3901bcddd3e248973c129d40df5b055cfe05e7df961305
+Enter the number corresponding to the language of your choice: 1
+Generated new wallet: 4B15ZjveuttEaTmfZjLVioPVw7bfSmRLpSgB33CJbuC6BoGtZrug9TDAmhZEWD6XoFDGz55bgzisT9Dnv61sbsA6Sa47TYu
+view key: 4130fa26463d9451781771a8baa5d0b8085c47c4500cefe4746bab48f1d15903
**********************************************************************
-Your wallet has been generated!
-To start synchronizing with the daemon, use the "refresh" command.
-Use the "help" command to see the list of available commands.
-Use "help " to see a command's documentation.
-Always use the "exit" command when closing monero-wallet-cli to save
-your current session's state. Otherwise, you might need to synchronize
+Your wallet has been generated.
+To start synchronizing with the daemon, use "refresh" command.
+Use "help" command to see the list of available commands.
+Always use "exit" command when closing monero-wallet-cli to save your
+current session's state. Otherwise, you might need to synchronize
your wallet again (your wallet keys are NOT at risk in any case).
+PLEASE NOTE: the following 25 words can be used to recover access to your wallet. Please write them down and store them somewhere safe and secure. Please do not store them in your email or on file storage services outside of your immediate control.
-NOTE: the following 25 words can be used to recover access to your wallet. Write them down and store them somewhere safe and secure. Please do not store them in your email or on file storage services outside of your immediate control.
-
-realista zoccolo scatola affare ceretta bustina mese clausola
-stancare alloggio locale piatto marzo iniziare spada istruire
-garanzia estrarre farfalla opuscolo passare nervo vacca vampiro spada
+aunt knuckle italics moisture hawk thorn iris abort
+chlorine smog uphill glass aptitude nowhere sewage plywood
+dual relic fierce divers anvil nodes bubble cabin abort
**********************************************************************
+Starting refresh...
+Refresh done, blocks received: 21939
+Balance: 0.000000000000, unlocked balance: 0.000000000000
Background refresh thread started
-[wallet 48zfLe]: █
+[wallet 4B15Zj]: █
```
-Come riporta l'interfaccia dell'esempio, è estremamente importante memorizzare queste parole in un luogo sicuro. Se il rischio legato ad una potenziale perdita del seed ti preoccupa, potresti ad esempio trovar conveniente conservare una seconda copia del seed presso lo studio di un notaio o in una cassetta di sicurezza. Si consiglia inoltre di conservare il seed in un modo che non sia possibile dimostrare che si tratta del *tuo* seed, quindi è consigliabile scriverlo in una lettera o come frammento di altre note.
+As the example above indicates, it is incredibly important to store these words in safe locations. If you are concerned about the risk of critical loss at your home, for instance, you may want to store a second copy of your seed with your attorney or in a safety deposit box. It is also recommended that it is stored in a way that does not make it obvious that it is your seed, so writing it into a letter or as part of other notes is advisable.
-### Pratiche di Buona Sicurezza
+### Practicing Good Security
-Oltre ad eseguire il backup del @mnemonic-seed in modo da poter accedere al tuo account in caso di perdita di dati, è importante anche adottare delle pratiche di buona sicurezza. Utilizza una password sicura quando crei un account Monero in locale (non utilizzato su [MyMonero](https://mymonero.com) o altri sistemi di accounting basati sul Web).
+Over and above backing up your @mnemonic-seed so that you have access to your account in the event of critical data loss, it is also important to practice good security. Use a secure password when creating a local Monero account (not used on [MyMonero](https://mymonero.com) or other web-based account systems).
-Non dare mai la password del tuo account Monero a nessuno, in quanto essa può essere utilizzata per accedere a Monero sul tuo computer senza conoscere il tuo @mnemonic-seed. Allo stesso modo, assicurati di avere un antivirus attivo e aggiornato, specialmente su un sistema operativo Windows. Infine, fai attenzione quando fai clic sui link nelle e-mail o su siti Web sconosciuti e non attendibili, poiché il malware installato sul tuo computer può stare fermo ad aspettare l'accesso al tuo account Monero prima di prelevare tutti i fondi da esso.
+Don't ever give your Monero account password to anyone, as this can be used to access the Monero on your computer without knowing your @mnemonic-seed. Similarly, make sure you have running and up-to-date antivirus, especially on Windows computers. Finally, be careful when clicking links in emails or on unknown and untrusted websites, as malware installed on your computer can sit and wait for you to access your Monero account before taking the funds from it.
+### Leaving Your Account to Next of Kin
-### Lasciare il tuo Account in eredità
-
-Lasciare in eredità il tuo account Monero è facile come effettuare un backup. Lascia ai tuoi ereditieri il @mnemonic-seed del tuo account nel testamento, o conserva il seed in un luogo sicuro cui i tuoi ereditieri avranno accesso a seguito dell'esecuzione delle tue ultime volontà. Il vantaggio di questa scelta è che i tuoi ereditieri non dovranno attendere mesi prima che una terza parte svincoli i fondi legati all'eredità.
\ No newline at end of file
+Providing access to your Monero account to your next of kin is just as easy as it is to backup your Monero account. Simply leave your @mnemonic-seed to them in your will, or store it somewhere safe where it will be given to them upon the execution of your will. A key advantage to this is that your next of kin won't have to wait for months for a third party to release the funds to them.
diff --git a/_i18n/pt-br/resources/moneropedia/address-book.md b/_i18n/pt-br/resources/moneropedia/address-book.md
index 06f7df91..f23fa518 100644
--- a/_i18n/pt-br/resources/moneropedia/address-book.md
+++ b/_i18n/pt-br/resources/moneropedia/address-book.md
@@ -4,7 +4,7 @@ terms: ["Address-Book"]
summary: "Allows you to visit I2P websites/services that have the .i2p domain"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
In order to browse @I2P sites or services with @Kovri, you'll need an address book. An address book will allow you to translate @I2P websites/services that use the `.i2p` [top-level domain](https://en.wikipedia.org/wiki/Top_level_domain) into an address that @I2P network will understand.
diff --git a/_i18n/pt-br/resources/moneropedia/address.md b/_i18n/pt-br/resources/moneropedia/address.md
index d3c0a4db..30f4c537 100644
--- a/_i18n/pt-br/resources/moneropedia/address.md
+++ b/_i18n/pt-br/resources/moneropedia/address.md
@@ -3,7 +3,7 @@ terms: ["address", "addresses"]
summary: "either an alias, such as donate.getmonero.org, or a set of 95 characters starting with a 4"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
When you send Monero to someone you only need one piece of information, and that is their Monero address. A *raw* Monero address is a set of 95 characters starting with a '4'. The Monero donation address, for instance, is 888tNkZrPN6JsEgekjMnABU4TBzc2Dt29EPAvkRxbANsAnjyPbb3iQ1YBRk1UXcdRsiKc9dhwMVgN5S9cQUiyoogDavup3H.
diff --git a/_i18n/pt-br/resources/moneropedia/airgap.md b/_i18n/pt-br/resources/moneropedia/airgap.md
index 4f9de2a4..0a3d42f4 100644
--- a/_i18n/pt-br/resources/moneropedia/airgap.md
+++ b/_i18n/pt-br/resources/moneropedia/airgap.md
@@ -3,7 +3,7 @@ terms: ["airgap"]
summary: "An airgap is a security measure to physically separate a computer or device from all other networks, such as the Internet."
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
"An air gap, air wall or air gapping is a network security measure employed on one or more computers to ensure that a secure computer network is physically isolated from unsecured networks, such as the public Internet or an unsecured local area network.[2] The name arises from the technique of creating a network that is physically separated (with a conceptual air gap) from all other networks. The air gap may not be completely literal, as networks employing the use of dedicated cryptographic devices that can tunnel packets over untrusted networks while avoiding packet rate or size variation can be considered air gapped, as there is no ability for computers on opposite sides of the gap to communicate."
diff --git a/_i18n/pt-br/resources/moneropedia/atomic-units.md b/_i18n/pt-br/resources/moneropedia/atomic-units.md
index 93b66834..c377bb2d 100644
--- a/_i18n/pt-br/resources/moneropedia/atomic-units.md
+++ b/_i18n/pt-br/resources/moneropedia/atomic-units.md
@@ -3,7 +3,7 @@ terms: ["atomic-units", "atomic-unit"]
summary: "Atomic Units refer to the smallest fraction of 1 XMR."
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Atomic Units refer to the smallest fraction of 1 XMR.
diff --git a/_i18n/pt-br/resources/moneropedia/block.md b/_i18n/pt-br/resources/moneropedia/block.md
index 8a18461d..515ab7e3 100644
--- a/_i18n/pt-br/resources/moneropedia/block.md
+++ b/_i18n/pt-br/resources/moneropedia/block.md
@@ -3,7 +3,7 @@ terms: ["block", "blocks"]
summary: "a container of transactions, a sequence of which forms a blockchain"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A block is a container of @transactions, with a new block being added to the @blockchain once every 2 minutes (see constant `DIFFICULTY_TARGET_V2` defined as 120 seconds), on average.
diff --git a/_i18n/pt-br/resources/moneropedia/blockchain.md b/_i18n/pt-br/resources/moneropedia/blockchain.md
index 688c028e..b77b9f41 100644
--- a/_i18n/pt-br/resources/moneropedia/blockchain.md
+++ b/_i18n/pt-br/resources/moneropedia/blockchain.md
@@ -4,7 +4,7 @@ summary: "a distributed ledger of all transactions both past and present, withou
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A @blockchain is a distributed database that continuously grows with a record of all of the transactions that have occurred with a given cryptocurrency. This database is often referred to as a ledger because the data contains a large list of transactions that have taken place. In Monero, these transactions are packaged together into 'blocks' every 2 minutes (on average), and all miners and nodes on the network have copies of these blocks.
diff --git a/_i18n/pt-br/resources/moneropedia/bootstrap-node.md b/_i18n/pt-br/resources/moneropedia/bootstrap-node.md
index ca61af22..67f65097 100644
--- a/_i18n/pt-br/resources/moneropedia/bootstrap-node.md
+++ b/_i18n/pt-br/resources/moneropedia/bootstrap-node.md
@@ -3,7 +3,7 @@ terms: ["bootstrap-node", "bootstrap-nodes"]
summary: "A node to which a daemon connects to give immediate usability to wallets while syncing"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The daemon running on a local @node has to sync with other (remote) @nodes. While it is not fully synced, @wallet may still be connected to the local node. Therefore, the @wallet cannot access the @blocks that are bot yet synced on the local @node.
diff --git a/_i18n/pt-br/resources/moneropedia/bulletproofs.md b/_i18n/pt-br/resources/moneropedia/bulletproofs.md
index 5946cd00..d21caf3a 100644
--- a/_i18n/pt-br/resources/moneropedia/bulletproofs.md
+++ b/_i18n/pt-br/resources/moneropedia/bulletproofs.md
@@ -3,6 +3,7 @@ terms: ["bulletproofs", "bulletproof"]
summary: "a new kind of range proofs replacing RingCT in transactions to obfuscate the amounts sent"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
@RingCT was introduced to obfuscate transaction amounts. One goal of @RingCT was to prove the sum of inputs - outputs in the @transaction was equal to 0, and all outputs were positive numbers.
To accomplish this, two kind of ring signatures were constructed: One ring signature for the whole transaction (to prove the sum is 0), and a set of ring signatures for the subsets of transaction bits (to prove the outputs are positive numbers), then combined together using originally Schnorr signatures (and later replaced by Borromean ring signature).
diff --git a/_i18n/pt-br/resources/moneropedia/canonically-unique-host.md b/_i18n/pt-br/resources/moneropedia/canonically-unique-host.md
index f8c8c7bc..2b8d4b29 100644
--- a/_i18n/pt-br/resources/moneropedia/canonically-unique-host.md
+++ b/_i18n/pt-br/resources/moneropedia/canonically-unique-host.md
@@ -4,7 +4,7 @@ terms: ["Canonically-unique-host"]
summary: "A host that is canonically resolved to an address or set of addresses"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A Canonically-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) that will canonically resolve to a designated address or set of addresses. Not to be confused with a @locally-unique-host.
diff --git a/_i18n/pt-br/resources/moneropedia/change.md b/_i18n/pt-br/resources/moneropedia/change.md
index 0dc019c9..29a681bc 100644
--- a/_i18n/pt-br/resources/moneropedia/change.md
+++ b/_i18n/pt-br/resources/moneropedia/change.md
@@ -3,7 +3,7 @@ terms: ["change", "resto"]
summary: "Monero sent as part of a transaction, that returns to your account instead of going to another recipient"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Monero sent as part of a transaction, that returns to your account instead of going to another recipient.
diff --git a/_i18n/pt-br/resources/moneropedia/clearnet.md b/_i18n/pt-br/resources/moneropedia/clearnet.md
index 34f20eaa..962e03d5 100644
--- a/_i18n/pt-br/resources/moneropedia/clearnet.md
+++ b/_i18n/pt-br/resources/moneropedia/clearnet.md
@@ -4,7 +4,7 @@ terms: ["Clearnet"]
summary: "The Internet in which anonymous overlay networks are built upon"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
When you use the Internet for things like news, email, social media, and even Monero, you are most likely using a clearnet connection. This means that *all* of your connections can be tracked, traced, and monitored by:
diff --git a/_i18n/pt-br/resources/moneropedia/coinbase.md b/_i18n/pt-br/resources/moneropedia/coinbase.md
index 13674680..52100b57 100644
--- a/_i18n/pt-br/resources/moneropedia/coinbase.md
+++ b/_i18n/pt-br/resources/moneropedia/coinbase.md
@@ -3,7 +3,7 @@ terms: ["coinbase-transaction"]
summary: "a special type of transaction included in each block, which contains a small amount of Monero sent to the miner as a reward for their mining work"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A special type of transaction included in each block, which contains a small amount of Monero sent to the miner as a reward for their mining work.
\ No newline at end of file
diff --git a/_i18n/pt-br/resources/moneropedia/consensus.md b/_i18n/pt-br/resources/moneropedia/consensus.md
index 3df97bc5..c5a17e49 100644
--- a/_i18n/pt-br/resources/moneropedia/consensus.md
+++ b/_i18n/pt-br/resources/moneropedia/consensus.md
@@ -3,7 +3,7 @@ terms: ["consensus", "consensus-network"]
summary: "consensus describes a property of distributed networks like Monero where most of the participants follow the rules, and thus reject bad participants"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Consensus describes a property of distributed networks like Monero where most of the participants follow the rules, and thus reject bad participants.
\ No newline at end of file
diff --git a/_i18n/pt-br/resources/moneropedia/cryptocurrency.md b/_i18n/pt-br/resources/moneropedia/cryptocurrency.md
index 8b30816f..0d3a9b87 100644
--- a/_i18n/pt-br/resources/moneropedia/cryptocurrency.md
+++ b/_i18n/pt-br/resources/moneropedia/cryptocurrency.md
@@ -3,7 +3,7 @@ terms: ["cryptocurrency", "cryptocurrencies", "altcoin", "altcoins"]
summary: "a digital currency in which encryption techniques are used to regulate the generation of units of currency and verify the transfer of funds, usually operating independently of a central bank"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A digital currency in which encryption techniques are used to regulate the generation of units of currency and verify the transfer of funds, usually operating independently of a central bank.
diff --git a/_i18n/pt-br/resources/moneropedia/daemon.md b/_i18n/pt-br/resources/moneropedia/daemon.md
index e5041a11..a1b51832 100644
--- a/_i18n/pt-br/resources/moneropedia/daemon.md
+++ b/_i18n/pt-br/resources/moneropedia/daemon.md
@@ -3,6 +3,7 @@ terms: ["daemon"]
summary: "Background process which runs and controls a Monero node"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
'Daemon' is the general term for a piece of software running in the background. In Monero, the Daemon is started through the 'monerod' program. If you run the Daemon locally, you are running a local @node. If the Daemon is running on another device it's a @remote-node. A @wallet, like the CLI or the GUI, needs to connect to a Daemon (local or remote) to relay @transactions to the network.
It's possible to send commands to the Daemon directly or through the RPC interface. See the [Daemon RPC guide]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html), which contains a detailed explanation (with examples) of the available RPC calls. For more detailed and technical information about the Daemon, see the Monerodocs reference at the bottom of this page.
diff --git a/_i18n/pt-br/resources/moneropedia/denominations.md b/_i18n/pt-br/resources/moneropedia/denominations.md
index e110a221..b1649218 100644
--- a/_i18n/pt-br/resources/moneropedia/denominations.md
+++ b/_i18n/pt-br/resources/moneropedia/denominations.md
@@ -3,7 +3,7 @@ terms: ["denominations", "subunits", "tacoshi", "piconero", "nanonero", "microne
summary: "A denomination is a proper description of a currency amount. It is oftentimes a sub-unit of the currency. For example, traditionally a cent is 1/100th of a particular unit of currency.)"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A denomination is a proper description of a currency amount. It is oftentimes a sub-unit of the currency. For example, traditionally a cent is 1/100th of a particular unit of currency.).
diff --git a/_i18n/pt-br/resources/moneropedia/destination.md b/_i18n/pt-br/resources/moneropedia/destination.md
index 7a48da2a..dfa1a033 100644
--- a/_i18n/pt-br/resources/moneropedia/destination.md
+++ b/_i18n/pt-br/resources/moneropedia/destination.md
@@ -4,7 +4,7 @@ terms: ["Destination", "Destinations"]
summary: "A in-net address that serves as a final endpoint (either local or remote)"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A @destination is the @I2P @in-net address of the final endpoint you are trying to connect to (example: an @I2P website, service, or Monero node). This can also include a *local destination* of which *other* peers need to connect to in order to make contact for communication (similar to how, in @clearnet, your IP address is given to a website when you connect so it knows *where* to send the information back to).
diff --git a/_i18n/pt-br/resources/moneropedia/encryption.md b/_i18n/pt-br/resources/moneropedia/encryption.md
index f066d826..0b8aed2f 100644
--- a/_i18n/pt-br/resources/moneropedia/encryption.md
+++ b/_i18n/pt-br/resources/moneropedia/encryption.md
@@ -4,7 +4,7 @@ terms: ["encryption", "encrypted", "encrypting", "decryption", "decrypted", "dec
summary: "The process of encoding messages or information in a way that only authorized parties can decode and read"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
From [Encryption](https://en.wikipedia.org/wiki/Encryption):
diff --git a/_i18n/pt-br/resources/moneropedia/fluffyblocks.md b/_i18n/pt-br/resources/moneropedia/fluffyblocks.md
index 5bd5aaca..448de5ec 100644
--- a/_i18n/pt-br/resources/moneropedia/fluffyblocks.md
+++ b/_i18n/pt-br/resources/moneropedia/fluffyblocks.md
@@ -3,7 +3,7 @@ terms: ["fluffy blocks", "fluffyblocks"]
summary: "a way of saving bandwidth when sending new blocks around the network"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A @block is made up of a header and @transactions. Fluffy Blocks only contain
diff --git a/_i18n/pt-br/resources/moneropedia/kovri.md b/_i18n/pt-br/resources/moneropedia/kovri.md
index 0697af9f..779bed41 100644
--- a/_i18n/pt-br/resources/moneropedia/kovri.md
+++ b/_i18n/pt-br/resources/moneropedia/kovri.md
@@ -4,6 +4,7 @@ terms: ["Kovri"]
summary: "C++ router implementation of the I2P network"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
[Kovri](https://gitlab.com/kovri-project/kovri/) is a C++ implementation of the I2P network which was proposed to be integrated in Monero. At the moment the future of this I2P router is unclear and an integration with Monero is not planned.
diff --git a/_i18n/pt-br/resources/moneropedia/locally-unique-host.md b/_i18n/pt-br/resources/moneropedia/locally-unique-host.md
index 55b3226a..fa12a7fd 100644
--- a/_i18n/pt-br/resources/moneropedia/locally-unique-host.md
+++ b/_i18n/pt-br/resources/moneropedia/locally-unique-host.md
@@ -4,7 +4,7 @@ terms: ["Locally-unique-host"]
summary: "A host defined by you and resolved only by you"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A locally-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) defined by **you** and resolved only by you; similar to how a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file)) is implemented. Not to be confused with @canonically-unique-host.
diff --git a/_i18n/pt-br/resources/moneropedia/mining.md b/_i18n/pt-br/resources/moneropedia/mining.md
index 1a097bfb..dd446e0c 100644
--- a/_i18n/pt-br/resources/moneropedia/mining.md
+++ b/_i18n/pt-br/resources/moneropedia/mining.md
@@ -3,7 +3,7 @@ terms: ["mining", "miner", "miners"]
summary: "the process of cryptographically computing a mathematical proof for a block, containing a number of transactions, which is then added to the blockchain"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The process of cryptographically computing a mathematical proof for a block, containing a number of transactions, which is then added to the blockchain.
diff --git a/_i18n/pt-br/resources/moneropedia/mnemonicseed.md b/_i18n/pt-br/resources/moneropedia/mnemonicseed.md
index 62796e6d..c92b9f53 100644
--- a/_i18n/pt-br/resources/moneropedia/mnemonicseed.md
+++ b/_i18n/pt-br/resources/moneropedia/mnemonicseed.md
@@ -3,7 +3,7 @@ terms: ["mnemonic-seed", "mnemonic"]
summary: "a 13 or 25 word phrase used to backup a Monero account, available in a number of languages"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A 13 or 25 word phrase used to backup a Monero account, available in a number of languages. This 25-word phrase (13 words in the case of MyMonero) has all the information needed to view and spend funds from a Monero @account.
diff --git a/_i18n/pt-br/resources/moneropedia/node.md b/_i18n/pt-br/resources/moneropedia/node.md
index c94ec80a..808c79f2 100644
--- a/_i18n/pt-br/resources/moneropedia/node.md
+++ b/_i18n/pt-br/resources/moneropedia/node.md
@@ -3,7 +3,7 @@ terms: ["node", "nodes", "full-node", "full-nodes"]
summary: "a device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network.
diff --git a/_i18n/pt-br/resources/moneropedia/openalias.md b/_i18n/pt-br/resources/moneropedia/openalias.md
index db350957..971b2343 100644
--- a/_i18n/pt-br/resources/moneropedia/openalias.md
+++ b/_i18n/pt-br/resources/moneropedia/openalias.md
@@ -3,7 +3,7 @@ terms: ["OpenAlias"]
summary: "a standard that allows you to use an email or domain syntax to pay someone instead of an address, eg. donate@getmonero.org or donate.getmonero.org"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The Monero Core Team released a standard called OpenAlias which permits much more human-readable addresses and "squares" the Zooko's triangle. OpenAlias can be used for any cryptocurrency and is already implemented in Monero, Bitcoin (in latest Electrum versions) and HyperStake.
diff --git a/_i18n/pt-br/resources/moneropedia/paperwallet.md b/_i18n/pt-br/resources/moneropedia/paperwallet.md
index 76de7f5d..0f52bf42 100644
--- a/_i18n/pt-br/resources/moneropedia/paperwallet.md
+++ b/_i18n/pt-br/resources/moneropedia/paperwallet.md
@@ -3,7 +3,7 @@ terms: ["paperwallet", "paperwallets", "paper-wallet", "paper-wallets"]
summary: "A paper wallet stores the information necessary to send and receive Monero"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A paper wallet stores the information necessary to send and receive Monero.
diff --git a/_i18n/pt-br/resources/moneropedia/paymentid.md b/_i18n/pt-br/resources/moneropedia/paymentid.md
index 4c99c0c0..4e4e5a2b 100644
--- a/_i18n/pt-br/resources/moneropedia/paymentid.md
+++ b/_i18n/pt-br/resources/moneropedia/paymentid.md
@@ -3,9 +3,10 @@ terms: ["payment-ID", "payment-IDs"]
summary: "an optional flag that is added to identify transactions to merchants, consisting of 64 hexadecimal characters"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
*Note:* Long Payment IDs have been removed since release 0.15; it's not possible to use them anymore. More info in the [blog post](https://getmonero.org/2019/06/04/Long-Payment-ID-Deprecation.html) that announced their deprecation.
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Payment ID is an **arbitrary** and **optional** transaction attachment that consists of 32 bytes (64 hexadecimal characters) or 8 bytes (in the case of integrated addresses).
diff --git a/_i18n/pt-br/resources/moneropedia/pedersen-commitment.md b/_i18n/pt-br/resources/moneropedia/pedersen-commitment.md
index d91570fb..9b2fa62c 100644
--- a/_i18n/pt-br/resources/moneropedia/pedersen-commitment.md
+++ b/_i18n/pt-br/resources/moneropedia/pedersen-commitment.md
@@ -3,7 +3,7 @@ terms: ["commitments", "commitment", "pedersen", "pedersen-commitment", "pederse
summary: "Pedersen commitments are cryptographic algorythms that allow a prover to commit to a certain value without revealing it or being able to change it"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Pedersen commitments are cryptographic algorythms that allow a prover to commit to a certain value without revealing it or being able to change it.
diff --git a/_i18n/pt-br/resources/moneropedia/pruning.md b/_i18n/pt-br/resources/moneropedia/pruning.md
index ead9dc4c..581f827e 100644
--- a/_i18n/pt-br/resources/moneropedia/pruning.md
+++ b/_i18n/pt-br/resources/moneropedia/pruning.md
@@ -3,7 +3,7 @@ terms: ["pruning"]
summary: "Feature that allows node operators to download and sync only 1/3 of the blockchain"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
'Pruning' allows node operators to save 2/3 of storage space while keeping the full transaction history. Pruning works by removing 7/8 of unnecessary ring signature data. The 1/8 remaining data will be available to the other nodes and will be used to sync with the network. Other pruned nodes will have a random 1/8 of the data, which they will also make available to the network. There are no privacy or security downsides when using a pruned node.
There are three ways to prune:
diff --git a/_i18n/pt-br/resources/moneropedia/randomx.md b/_i18n/pt-br/resources/moneropedia/randomx.md
index 768765ac..1491a581 100644
--- a/_i18n/pt-br/resources/moneropedia/randomx.md
+++ b/_i18n/pt-br/resources/moneropedia/randomx.md
@@ -3,6 +3,7 @@ terms: ["randomx", "random-x"]
summary: "ASIC-resistant POW algoritm currenctly used by Monero"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15.
This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the block rewards.
diff --git a/_i18n/pt-br/resources/moneropedia/remote-node.md b/_i18n/pt-br/resources/moneropedia/remote-node.md
index 48953545..dfde0509 100644
--- a/_i18n/pt-br/resources/moneropedia/remote-node.md
+++ b/_i18n/pt-br/resources/moneropedia/remote-node.md
@@ -3,6 +3,7 @@ terms: ["remote-node", "remote-nodes"]
summary: "Nodes wich are not running in the same machine as the wallet. Open remote nodes allow to use the Monero network immediately"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
A @node that doesn't run on the same local machine where the Monero @wallet is located is called "Remote Node" and can be private or open.
A **private remote node** doesn't run on your local machine, but you have full control over it. A classic example is a node running on a VPS or a server. That node is not on your local machine, but you have full control over it. You can even decide to make it become an open node, allowing people to connect to it.
diff --git a/_i18n/pt-br/resources/moneropedia/ring-size.md b/_i18n/pt-br/resources/moneropedia/ring-size.md
index 5c94016f..4888c220 100644
--- a/_i18n/pt-br/resources/moneropedia/ring-size.md
+++ b/_i18n/pt-br/resources/moneropedia/ring-size.md
@@ -3,7 +3,7 @@ terms: ["ring-size"]
summary: "total number of possible signers in a ring signature"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Ring size refers to the total number of possible signers in a @ring-signature. If a ring size of 4 is selected for a given @transaction, this means that there are 3 foreign outputs in addition to your “real” output. A higher ring size number will typically provide more privacy than a lower number. However, reusing an odd, recognizable ring size number for transactions could possibly make transactions stand out.
diff --git a/_i18n/pt-br/resources/moneropedia/ringCT.md b/_i18n/pt-br/resources/moneropedia/ringCT.md
index 03e19097..1d7d01ad 100644
--- a/_i18n/pt-br/resources/moneropedia/ringCT.md
+++ b/_i18n/pt-br/resources/moneropedia/ringCT.md
@@ -3,7 +3,7 @@ terms: ["ringCT", "ring-CT"]
summary: "a way to hide the amount sent in a Monero transaction"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
RingCT, short for Ring Confidential Transactions, is how transaction amounts are hidden in Monero.
diff --git a/_i18n/pt-br/resources/moneropedia/ringsignatures.md b/_i18n/pt-br/resources/moneropedia/ringsignatures.md
index fd0a3bcf..85babd23 100644
--- a/_i18n/pt-br/resources/moneropedia/ringsignatures.md
+++ b/_i18n/pt-br/resources/moneropedia/ringsignatures.md
@@ -3,7 +3,7 @@ terms: ["ring-signature", "ring-signatures"]
summary: "a group of cryptographic signatures with at least one real participant, but no way to tell which in the group is the real one as they all appear valid"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
In cryptography, a ring signature is a type of digital signature that can be performed by any member of a group of users that each have keys. Therefore, a message signed with a ring signature is endorsed by someone in a particular group of people. One of the security properties of a ring signature is that it should be computationally infeasible to determine *which* of the group members' keys was used to produce the signature.
diff --git a/_i18n/pt-br/resources/moneropedia/scalability.md b/_i18n/pt-br/resources/moneropedia/scalability.md
index a36e9373..f69f79cb 100644
--- a/_i18n/pt-br/resources/moneropedia/scalability.md
+++ b/_i18n/pt-br/resources/moneropedia/scalability.md
@@ -3,7 +3,7 @@ terms: ["scalability"]
summary: "How Monero scaling is flexible and can accommodate many transactions as demand changes"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The size of Monero @blocks (which contain @transactions) is flexible and can accommodate many transactions as demand changes. Formulas determine how the reward miners receive interacts with the number of transactions they choose to include in blocks. The @blockchain can therefore scale to meet changes in transaction volume.
diff --git a/_i18n/pt-br/resources/moneropedia/signature.md b/_i18n/pt-br/resources/moneropedia/signature.md
index fefbf024..31e7130c 100644
--- a/_i18n/pt-br/resources/moneropedia/signature.md
+++ b/_i18n/pt-br/resources/moneropedia/signature.md
@@ -3,7 +3,7 @@ terms: ["signature", "signatures"]
summary: "a cryptographic method for proving ownership of a piece of information, as well as proving that the information has not been modified after being signed"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A cryptographic method for proving ownership of a piece of information, as well as proving that the information has not been modified after being signed.
\ No newline at end of file
diff --git a/_i18n/pt-br/resources/moneropedia/smartmining.md b/_i18n/pt-br/resources/moneropedia/smartmining.md
index 43d705fe..bab78d4a 100644
--- a/_i18n/pt-br/resources/moneropedia/smartmining.md
+++ b/_i18n/pt-br/resources/moneropedia/smartmining.md
@@ -3,7 +3,7 @@ terms: ["smart-mining"]
summary: "a process of having a throttled miner mine when it otherwise does not cause drawbacks"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Smart mining is the process of having a throttled @miner mine when it otherwise does not cause drawbacks.
diff --git a/_i18n/pt-br/resources/moneropedia/spendkey.md b/_i18n/pt-br/resources/moneropedia/spendkey.md
index 5373f13c..079332fc 100644
--- a/_i18n/pt-br/resources/moneropedia/spendkey.md
+++ b/_i18n/pt-br/resources/moneropedia/spendkey.md
@@ -3,7 +3,7 @@ terms: ["spend-key", "spend-keys"]
summary: "one of the two pairs of private and public cryptographic keys that each account has, with the *private* spend key used to spend any funds in the account"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
One of the two pairs of private and public cryptographic keys that each account has, with the *private* spend key used to spend any funds in the account.
diff --git a/_i18n/pt-br/resources/moneropedia/stealthaddress.md b/_i18n/pt-br/resources/moneropedia/stealthaddress.md
index 22df9a84..f53e14a6 100644
--- a/_i18n/pt-br/resources/moneropedia/stealthaddress.md
+++ b/_i18n/pt-br/resources/moneropedia/stealthaddress.md
@@ -3,7 +3,7 @@ terms: ["stealth-address", "stealth-addresses"]
summary: "automatic one-time addresses for every transaction"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Stealth addresses are an important part of Monero's inherent privacy. They allow and require the sender to create random one-time addresses for every @transaction on behalf of the recipient. The recipient can publish just one address, yet have all of his/her incoming payments go to unique addresses on the @blockchain, where they cannot be linked back to either the recipient's published address or any other transactions' addresses. By using stealth addresses, only the sender and receiver can determine where a payment was sent.
diff --git a/_i18n/pt-br/resources/moneropedia/tail-emission.md b/_i18n/pt-br/resources/moneropedia/tail-emission.md
index bc24cf8e..fbfac361 100644
--- a/_i18n/pt-br/resources/moneropedia/tail-emission.md
+++ b/_i18n/pt-br/resources/moneropedia/tail-emission.md
@@ -3,7 +3,7 @@ terms: ["Tail-Emission"]
summary: "the block reward at the end of the emission curve"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Monero block rewards will never drop to zero. Block rewards will gradually drop until tail emission commences at the end of May 2022. At this point, rewards will be fixed at 0.6 XMR per block.
diff --git a/_i18n/pt-br/resources/moneropedia/transaction.md b/_i18n/pt-br/resources/moneropedia/transaction.md
index b5585337..d904deab 100644
--- a/_i18n/pt-br/resources/moneropedia/transaction.md
+++ b/_i18n/pt-br/resources/moneropedia/transaction.md
@@ -3,7 +3,7 @@ terms: ["transaction", "transactions", "transazione", "transazioni"]
summary: "a cryptographically signed container that details the transfer of Monero to a recipient (or recipients)"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A cryptographically signed container that details the transfer of Monero to a recipient (or recipients).
diff --git a/_i18n/pt-br/resources/moneropedia/unlocktime.md b/_i18n/pt-br/resources/moneropedia/unlocktime.md
index ea7ed058..ef939a5c 100644
--- a/_i18n/pt-br/resources/moneropedia/unlocktime.md
+++ b/_i18n/pt-br/resources/moneropedia/unlocktime.md
@@ -3,7 +3,7 @@ terms: ["unlock-time", "tempo-di-sblocco"]
summary: "a special transaction where the recipient can only spend the funds after a future date, as set by the sender"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A special transaction where the recipient can only spend the funds after a future date, as set by the sender.
diff --git a/_i18n/pt-br/resources/moneropedia/viewkey.md b/_i18n/pt-br/resources/moneropedia/viewkey.md
index 0cb390ad..59763cc7 100644
--- a/_i18n/pt-br/resources/moneropedia/viewkey.md
+++ b/_i18n/pt-br/resources/moneropedia/viewkey.md
@@ -3,7 +3,7 @@ terms: ["view-key", "view-keys"]
summary: "one of two sets of private and public cryptographic keys that each account has, with the private view key required to view all transactions related to the account"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
One of two sets of private and public cryptographic keys that each account has, with the private view key required to view all transactions related to the account.
diff --git a/_i18n/pt-br/resources/moneropedia/wallet.md b/_i18n/pt-br/resources/moneropedia/wallet.md
index 7b937af4..6f84b36d 100644
--- a/_i18n/pt-br/resources/moneropedia/wallet.md
+++ b/_i18n/pt-br/resources/moneropedia/wallet.md
@@ -3,7 +3,7 @@ terms: ["wallet", "wallets"]
summary: "A wallet stores the information necessary to send and receive Monero"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A Monero account, or wallet, stores the information necessary to send and receive Moneroj. In addition to sending and receiving, the Monero Wallet software keeps a private history of your transactions and allows you to cryptographically sign messages. It also includes Monero mining software and an address book.
diff --git a/_i18n/ru/resources/moneropedia/account.md b/_i18n/ru/resources/moneropedia/account.md
index bf9d4724..e81a019b 100644
--- a/_i18n/ru/resources/moneropedia/account.md
+++ b/_i18n/ru/resources/moneropedia/account.md
@@ -3,6 +3,7 @@ terms: ["account", "accounts", "wallet", "wallets", "кошелек", "коше
summary: "Аналогичный по функционалу банковского счета, содержит все ваши отправленные и полученные транзакции"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Тем, кто знаком с предшественниками Monero, будет более близко понятие *кошелёк*. В случае с Monero мы называем это счётом. То есть это приватный счёт, которым владеет и управляет пользователь.
diff --git a/_i18n/ru/resources/moneropedia/address.md b/_i18n/ru/resources/moneropedia/address.md
index aa34de5b..cb6e6d44 100644
--- a/_i18n/ru/resources/moneropedia/address.md
+++ b/_i18n/ru/resources/moneropedia/address.md
@@ -3,6 +3,7 @@ terms: ["address", "addresses", "адресата", "адрес", "адреса"
summary: "Место отправления либо назначения платежа, например, donate.getmonero.org или набор из 95 символов, начинающийся с 4"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Если вы хотите отправить кому-нибудь Monero, то вам для этого понадобится знать только адрес Monero этого человека. *Необработанный* адрес Monero представляет собой ряд из 95 символов, начинающийся с 4. Адрес для сбора пожертвований Monero, например, выглядит так: 888tNkZrPN6JsEgekjMnABU4TBzc2Dt29EPAvkRxbANsAnjyPbb3iQ1YBRk1UXcdRsiKc9dhwMVgN5S9cQUiyoogDavup3H.
diff --git a/_i18n/ru/resources/moneropedia/airgap.md b/_i18n/ru/resources/moneropedia/airgap.md
index f22e60a1..a226348f 100644
--- a/_i18n/ru/resources/moneropedia/airgap.md
+++ b/_i18n/ru/resources/moneropedia/airgap.md
@@ -3,6 +3,7 @@ terms: ["airgap", "воздушного-зазора"]
summary: "Воздушный зазор является мерой безопасности для любых сетей, например, таких как интернет."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
"Воздушный зазор, воздушная стенка или воздушный промежуток является мерой обеспечения сетевой безопасности, используемой одним или несколькими компьютерами и гарантирующей, что безопасная компьютерная сеть физически изолирована от небезопасных сетей, таких как публичный интернет или небезопасная локальная вычислительная сеть [2]. Название происходит от технологии создания сети, физически отделённой (умозрительным воздушным зазором) от всех остальных сетей. Воздушный зазор не может быть буквальным, так как сети, использующие выделенные криптографические устройства, которые могут проводить пакеты по непроверенным сетям без каких-либо отклонений в скорости передачи или размера пакетов, и будет считаться, защищёнными воздушным зазором в силу отсутствия связи с компьютерами с другой стороны зазора."
diff --git a/_i18n/ru/resources/moneropedia/atomic-units.md b/_i18n/ru/resources/moneropedia/atomic-units.md
index bfbb32ec..ee9747a7 100644
--- a/_i18n/ru/resources/moneropedia/atomic-units.md
+++ b/_i18n/ru/resources/moneropedia/atomic-units.md
@@ -3,6 +3,7 @@ terms: ["atomic-units", "atomic-unit", "атомная-единица"]
summary: "Атомные единицы являются самыми малыми частями 1 XMR."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Атомные единицы являются самыми малыми частями 1 XMR.
diff --git a/_i18n/ru/resources/moneropedia/block.md b/_i18n/ru/resources/moneropedia/block.md
index 0fd2716f..592d658f 100644
--- a/_i18n/ru/resources/moneropedia/block.md
+++ b/_i18n/ru/resources/moneropedia/block.md
@@ -3,6 +3,7 @@ terms: ["block", "blocks", "блоков", "блокам", "блоки", "бло
summary: "Контейнер транзакций, последовательность которых образует блокчейн"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Блок является контейнером @транзакций. Новый блок добавляется в @блoкчейн в среднем каждые 2 минуты (см. постоянную `DIFFICULTY_TARGET_V2`, имеющую значение 120 секунд).
diff --git a/_i18n/ru/resources/moneropedia/blockchain.md b/_i18n/ru/resources/moneropedia/blockchain.md
index a8450ce7..9566440f 100644
--- a/_i18n/ru/resources/moneropedia/blockchain.md
+++ b/_i18n/ru/resources/moneropedia/blockchain.md
@@ -3,6 +3,7 @@ terms: ["blockchain", "blockchains", "Блoкчейне", "Блoкчейном",
summary: "Распределенная книга всех транзакций как прошлых, так и настоящих, без раскрытия того, из каких источников поступали или кто отправлял средства."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
@Блoкчейн является распределённой базой данных, которая непрерывно разрастается за счёт добавления в неё транзакций, которые проводились с использованием определённой криптовалюты. Эту базу данных часто называют Ledger (журналом), поскольку она содержит данные, представляющие собой длинный список проведённых транзакций. В случае с Monero эти транзакции упаковываются в "блоки" каждые две минуты (в среднем), и у всех майнеров и узлов сети есть копии этих блоков.
diff --git a/_i18n/ru/resources/moneropedia/bootstrap-node.md b/_i18n/ru/resources/moneropedia/bootstrap-node.md
index e01cb5d6..f9df1b54 100644
--- a/_i18n/ru/resources/moneropedia/bootstrap-node.md
+++ b/_i18n/ru/resources/moneropedia/bootstrap-node.md
@@ -3,6 +3,7 @@ terms: ["bootstrap-node", "bootstrap-nodes", "узел-начальной-заг
summary: "Узел, к которому подключается демон для немедленного использования кошельков во время основной синхронизации блоков"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Демон-программа, запущенная на локальном @узле, должна синхронизироваться с другими (удалёнными) @узлами. Будучи не до конца синхронизированным, @кошелёк может быть подсоединён к локальному @узлу. Следовательно, кошелёк не сможет получить доступ к @блокам, которые загружаются, пока он остаётся синхронизированным с локальным узлом.
diff --git a/_i18n/ru/resources/moneropedia/bulletproofs.md b/_i18n/ru/resources/moneropedia/bulletproofs.md
index a60818d5..64a12a4f 100644
--- a/_i18n/ru/resources/moneropedia/bulletproofs.md
+++ b/_i18n/ru/resources/moneropedia/bulletproofs.md
@@ -3,6 +3,7 @@ terms: ["bulletproofs", "bulletproof"]
summary: "новый вид доказательства диапазона, заменяющий RingCT в транзакциях, для запутывания отправляемых сумм"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основы
Целью введения протокола @RingCT было сокрытие сумм, переводимых при совершении транзакций. Одной из задач @RingCT также было доказательство суммы выходов — выходы @транзакции были равны 0, а все выходы были представлены положительными числами.
Чтобы решить эту задачу, было построено два типа кольцевых подписей: одна кольцевая подпись для всей транзакции (чтоб доказать, что сумма является нулевой) и набор кольцевых подписей для поднаборов битов транзакций (позднее были заменены кольцевой подписью Борромео).
diff --git a/_i18n/ru/resources/moneropedia/canonically-unique-host.md b/_i18n/ru/resources/moneropedia/canonically-unique-host.md
index 64e0a5b2..ed0b0709 100644
--- a/_i18n/ru/resources/moneropedia/canonically-unique-host.md
+++ b/_i18n/ru/resources/moneropedia/canonically-unique-host.md
@@ -4,6 +4,7 @@ terms: ["Canonically-unique-host", "канонически-уникальное-
summary: "Хост, который канонически разрешен к адресу или группе адресов"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Канонически уникальным хостом является [FQDN](https://en.wikipedia.org/wiki/FQDN), который будет канонически принимать решения по указанным адресам или набору адресов. Не следует путать с @локально-уникальным-хостом.
diff --git a/_i18n/ru/resources/moneropedia/change.md b/_i18n/ru/resources/moneropedia/change.md
index f3b79cda..6470c550 100644
--- a/_i18n/ru/resources/moneropedia/change.md
+++ b/_i18n/ru/resources/moneropedia/change.md
@@ -3,6 +3,7 @@ terms: ["change", "сдача", "сдачи", "сдачу"]
summary: "Часть транзакции, которая при отправке возвращается на счёт вместо перехода к другому получателю"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Monero, отправляемые как часть транзакции и возвращающиеся к вам на счёт вместо того, чтобы уйти другому получателю.
diff --git a/_i18n/ru/resources/moneropedia/clearnet.md b/_i18n/ru/resources/moneropedia/clearnet.md
index 3bdb625e..cb39715e 100644
--- a/_i18n/ru/resources/moneropedia/clearnet.md
+++ b/_i18n/ru/resources/moneropedia/clearnet.md
@@ -4,6 +4,7 @@ terms: ["Clearnet", "клирнете", "клирнету", "клирнет"]
summary: "Интернет, в котором построены сети анонимного наложения"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Когда вы пользуетесь Интернетом для того, чтобы, например, узнать новости, отправить почту, пообщаться в соцсетях и даже воспользоваться своими Monero, то, наиболее вероятно, вы используете соединение Clearnet. Это означает, что *все* ваши соединения можно отследить и просмотреть посредством:
diff --git a/_i18n/ru/resources/moneropedia/coinbase.md b/_i18n/ru/resources/moneropedia/coinbase.md
index e8777841..99f497a3 100644
--- a/_i18n/ru/resources/moneropedia/coinbase.md
+++ b/_i18n/ru/resources/moneropedia/coinbase.md
@@ -3,6 +3,7 @@ terms: ["coinbase-transaction", "coinbase-транзакции", "coinbase-тр
summary: "Специальный тип транзакции, который включается в каждый блок и содержит небольшое количество Monero, отправляемых майнеру в качестве вознаграждения за майнинг."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Специальный тип транзакции, который включается в каждый блок и содержит небольшое количество Monero, отправляемых майнеру в качестве вознаграждения за майнинг.
diff --git a/_i18n/ru/resources/moneropedia/consensus.md b/_i18n/ru/resources/moneropedia/consensus.md
index 3d17af59..98304f44 100644
--- a/_i18n/ru/resources/moneropedia/consensus.md
+++ b/_i18n/ru/resources/moneropedia/consensus.md
@@ -3,6 +3,7 @@ terms: ["consensus", "consensus-network", "консенсусом"]
summary: "Консенсус является характерным свойством таких распределённых сетей, как Monero, в которых большинство участников следует правилам, в результате чего недобросовестные участники исключаются"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Консенсус является характерным свойством таких распределённых сетей, как Monero, в которых большинство участников следует правилам, в результате чего недобросовестные участники исключаются.
diff --git a/_i18n/ru/resources/moneropedia/cryptocurrency.md b/_i18n/ru/resources/moneropedia/cryptocurrency.md
index 6ed1cde0..4a16a577 100644
--- a/_i18n/ru/resources/moneropedia/cryptocurrency.md
+++ b/_i18n/ru/resources/moneropedia/cryptocurrency.md
@@ -3,6 +3,7 @@ terms: ["cryptocurrency", "cryptocurrencies", "altcoin", "altcoins", "крипт
summary: "Цифровая валюта, использующая технологии шифрования для регулировки генерирования единиц валюты и верификации перевода средств. Как правило, не зависит от центрального банка"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Цифровая валюта, использующая технологии шифрования для регулировки генерирования единиц валюты и верификации перевода средств. Как правило, не зависит от центрального банка.
diff --git a/_i18n/ru/resources/moneropedia/daemon.md b/_i18n/ru/resources/moneropedia/daemon.md
index 18fbc389..eeef027a 100644
--- a/_i18n/ru/resources/moneropedia/daemon.md
+++ b/_i18n/ru/resources/moneropedia/daemon.md
@@ -3,7 +3,8 @@ terms: ["daemon", "демон"]
summary: "Фоновый процесс, который запускает и управляет узлом Monero"
---
-'Демон' - это общий термин части программного обеспечения, работающего в фоновом режиме. В Monero демон запускается с помощью программы 'monerod'. Если вы используете демон локально, вы запускаете локальный @узел. Если демон запущен на другом устройстве, значит, это @удаленный-узел. @кошелёк, такой как CLI или GUI, должен подключаться к демону (локальному или удаленному) для возможности передачи @транзакций в сеть.
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+'Daemon' is the general term for a piece of software running in the background. In Monero, the Daemon is started through the 'monerod' program. If you run the Daemon locally, you are running a local @node. If the Daemon is running on another device it's a @remote-node. A @wallet, like the CLI or the GUI, needs to connect to a Daemon (local or remote) to relay @transactions to the network.
Также, существует возможность отправлять команды демону напрямую или через интерфейс RPC. Ознакомьтесь с [Руководством по демону RPC]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html), которое содержит подробное руководство (с примерами) с доступными вызовами RPC. Для получения подробной технической информации о демоне перейдите по ссылке на Monerodocs внизу этой страницы.
diff --git a/_i18n/ru/resources/moneropedia/denominations.md b/_i18n/ru/resources/moneropedia/denominations.md
index 57ac039b..b312d2ce 100644
--- a/_i18n/ru/resources/moneropedia/denominations.md
+++ b/_i18n/ru/resources/moneropedia/denominations.md
@@ -3,6 +3,7 @@ terms: ["denominations", "subunits", "tacoshi", "piconero", "nanonero", "microne
summary: "Номинал является правильным описанием количества валюты. Часто так обозначается субъединица валюты. Например, традиционно цент составляет 1/100 определённой единицы валюты"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Номинал является правильным описанием количества валюты. Часто так обозначается субъединица валюты. Например, традиционно цент составляет 1/100 определённой единицы валюты.
diff --git a/_i18n/ru/resources/moneropedia/destination.md b/_i18n/ru/resources/moneropedia/destination.md
index ed329919..35c2b288 100644
--- a/_i18n/ru/resources/moneropedia/destination.md
+++ b/_i18n/ru/resources/moneropedia/destination.md
@@ -4,6 +4,7 @@ terms: ["Destination", "Destinations", "назначения", "адрес-на
summary: "Адрес в сети, который служит конечной точкой (локальной или удаленной)"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Адрес @назначения является внутрисетевым @I2P @адресом-конечной-точки назначения, с которой вы пытаетесь соединиться (например, @I2P веб-сайтом, службой или узлом Monero).
diff --git a/_i18n/ru/resources/moneropedia/encryption.md b/_i18n/ru/resources/moneropedia/encryption.md
index 5a7d622e..705c82c5 100644
--- a/_i18n/ru/resources/moneropedia/encryption.md
+++ b/_i18n/ru/resources/moneropedia/encryption.md
@@ -4,6 +4,7 @@ terms: ["encryption", "encrypted", "encrypting", "decryption", "decrypted", "dec
summary: "Процесс кодирования сообщений или информации таким образом, что только авторизованные стороны могут декодировать и прочитать ее"
---
+{% include disclaimer.html translated="yes" translationOutdated="yes" %}
### Основная информация
Из статьи [Шифрование](https://en.wikipedia.org/wiki/Encryption):
diff --git a/_i18n/ru/resources/moneropedia/fluffyblocks.md b/_i18n/ru/resources/moneropedia/fluffyblocks.md
index 9d127bb9..74f358d7 100644
--- a/_i18n/ru/resources/moneropedia/fluffyblocks.md
+++ b/_i18n/ru/resources/moneropedia/fluffyblocks.md
@@ -3,6 +3,7 @@ terms: ["fluffy blocks", "fluffyblocks", "Пушистые-блоки", "Пуш
summary: "Способ сохранения пропускной способности при отправке новых блоков в сеть"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
@Блок состоит из заголовка и @транзакций. Пушистые блоки содержат только заголовок, список индексов транзакций, а также любые транзакции, которые мог пропустить узел, принимающий блок. Это экономит пропускную способность, так как узлам становится известно практически обо всех транзакциях в блоке, и им не приходится производить повторную отправку.
diff --git a/_i18n/ru/resources/moneropedia/fungibility.md b/_i18n/ru/resources/moneropedia/fungibility.md
index 18acbca3..7adf0d9d 100644
--- a/_i18n/ru/resources/moneropedia/fungibility.md
+++ b/_i18n/ru/resources/moneropedia/fungibility.md
@@ -3,6 +3,7 @@ terms: ["fungibility", "fungible", "взаимозаменяемой", "взаи
summary: "Свойство валюты, благодаря которому две единицы могут свободно заменять друг друга"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Свойство валюты, благодаря которому две единицы могут свободно заменять друг друга.
diff --git a/_i18n/ru/resources/moneropedia/kovri.md b/_i18n/ru/resources/moneropedia/kovri.md
index 0697af9f..cde76b23 100644
--- a/_i18n/ru/resources/moneropedia/kovri.md
+++ b/_i18n/ru/resources/moneropedia/kovri.md
@@ -4,6 +4,7 @@ terms: ["Kovri"]
summary: "C++ router implementation of the I2P network"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### The Basics
[Kovri](https://gitlab.com/kovri-project/kovri/) is a C++ implementation of the I2P network which was proposed to be integrated in Monero. At the moment the future of this I2P router is unclear and an integration with Monero is not planned.
diff --git a/_i18n/ru/resources/moneropedia/locally-unique-host.md b/_i18n/ru/resources/moneropedia/locally-unique-host.md
index c6da11e4..0895e026 100644
--- a/_i18n/ru/resources/moneropedia/locally-unique-host.md
+++ b/_i18n/ru/resources/moneropedia/locally-unique-host.md
@@ -4,6 +4,7 @@ terms: ["Locally-unique-host", "локально-уникальным-хосто
summary: "Хост, определенный вами и разрешенный только вами"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Локально уникальным хостом является [FQDN](https://en.wikipedia.org/wiki/FQDN), определяемый и разрешаемый **вами** подобно тому, как реализуется [хост-файл](https://en.wikipedia.org/wiki/Hosts_(file). Не следует путать с @канонически-уникальным-хостом.
diff --git a/_i18n/ru/resources/moneropedia/mining.md b/_i18n/ru/resources/moneropedia/mining.md
index b9951f00..b2ec7c13 100644
--- a/_i18n/ru/resources/moneropedia/mining.md
+++ b/_i18n/ru/resources/moneropedia/mining.md
@@ -3,6 +3,7 @@ terms: ["mining", "miner", "miners", "майнерами", "майнера", "м
summary: "Процесс криптографического вычисления математического доказательства блока, содержащего некоторое количество транзакций и добавляемого затем в блокчейн."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Процесс криптографического вычисления математического доказательства блока, содержащего некоторое количество транзакций и добавляемого затем в блокчейн.
diff --git a/_i18n/ru/resources/moneropedia/mnemonicseed.md b/_i18n/ru/resources/moneropedia/mnemonicseed.md
index f6182d14..83bfff20 100644
--- a/_i18n/ru/resources/moneropedia/mnemonicseed.md
+++ b/_i18n/ru/resources/moneropedia/mnemonicseed.md
@@ -3,6 +3,7 @@ terms: ["mnemonic-seed", "mnemonic", "мнемоническую-фразу", "
summary: "a 13 or 25 word phrase used to backup a Monero account, available in a number of languages"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Фраза, состоящая из 13 или 25 слов и используемая для создания резервной копии счёта Monero. Может быть написана на ряде языков. Эта фраза из 25 слов (13 слов используется в случае с MyMonero) представляет собой информацию, достаточную для того, чтобы просмотреть и потратить средства, имеющиеся на @счёте Monero.
diff --git a/_i18n/ru/resources/moneropedia/node.md b/_i18n/ru/resources/moneropedia/node.md
index 98eed8be..63d151bf 100644
--- a/_i18n/ru/resources/moneropedia/node.md
+++ b/_i18n/ru/resources/moneropedia/node.md
@@ -3,6 +3,7 @@ terms: ["node", "nodes", "full-node", "full-nodes", "узле", "узлами",
summary: "Устройство в сети интернет с установленным программным обеспечением Monero, полной копией блокчейна Monero, активно поддерживающее сеть Monero."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Устройство в сети интернет с установленным программным обеспечением Monero, полной копией @блoкчейна Monero, активно поддерживающее сеть Monero.
diff --git a/_i18n/ru/resources/moneropedia/openalias.md b/_i18n/ru/resources/moneropedia/openalias.md
index 7b595d79..16782a49 100644
--- a/_i18n/ru/resources/moneropedia/openalias.md
+++ b/_i18n/ru/resources/moneropedia/openalias.md
@@ -3,6 +3,7 @@ terms: ["OpenAlias"]
summary: "Стандарт, который позволяет использовать синтаксис электронной почты или домена для оплаты вместо адреса, например. donate@getmonero.org или donate.getmonero.org"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Командой ведущих разработчиков Monero (Monero Core Team) был выпущен стандарт под названием OpenAlias, который позволяет создавать адреса в удобочитаемой (для человека) форме, а также "превратить в квадрат" треугольник Зуко. Стандарт OpenAlias подходит для любой криптовалюты и уже реализован в Monero, Bitcoin (в последних версиях Electrum) и HyperStake.
diff --git a/_i18n/ru/resources/moneropedia/paperwallet.md b/_i18n/ru/resources/moneropedia/paperwallet.md
index dafa6f64..1a78dec9 100644
--- a/_i18n/ru/resources/moneropedia/paperwallet.md
+++ b/_i18n/ru/resources/moneropedia/paperwallet.md
@@ -3,6 +3,7 @@ terms: ["paperwallet", "paperwallets", "paper-wallet", "paper-wallets", "Бум
summary: "Бумажный кошелёк хранит информацию, необходимую для отправки и получения Monero."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Бумажный кошелёк хранит информацию, необходимую для отправки и получения Monero.
diff --git a/_i18n/ru/resources/moneropedia/paymentid.md b/_i18n/ru/resources/moneropedia/paymentid.md
index c4826aab..bb70435e 100644
--- a/_i18n/ru/resources/moneropedia/paymentid.md
+++ b/_i18n/ru/resources/moneropedia/paymentid.md
@@ -3,6 +3,7 @@ terms: ["payment-ID", "payment-IDs", "идентификатором-плате
summary: "Необязательное примечание, добавляемое для идентификации транзакций продавцом и состоящая из 64 символов"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
*Примечание:* Длинные идентификаторы платежей (Payment ID) были удалены в релизе 0.15. Дополнительная информация содержится в [сообщении блога](https://getmonero.org/2019/06/04/Long-Payment-ID-Deprecation.html), где подробно описаны предшествующие события для данного решения.
### Основная информация
diff --git a/_i18n/ru/resources/moneropedia/pedersen-commitment.md b/_i18n/ru/resources/moneropedia/pedersen-commitment.md
index 2247aa28..23ddc1c1 100644
--- a/_i18n/ru/resources/moneropedia/pedersen-commitment.md
+++ b/_i18n/ru/resources/moneropedia/pedersen-commitment.md
@@ -3,6 +3,7 @@ terms: ["commitments", "commitment", "pedersen", "pedersen-commitment", "pederse
summary: "Обязательства Педерсена представляют собой криптографические алгоритмы, которые позволяют доказывающему сделать расчет обязательство по сумме, не раскрывая её, и будучи не в состоянии её изменить"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Обязательства Педерсена представляют собой криптографические алгоритмы, которые позволяют доказывающему сделать расчет обязательства по сумме, не раскрывая её, и будучи не в состоянии её изменить.
diff --git a/_i18n/ru/resources/moneropedia/pruning.md b/_i18n/ru/resources/moneropedia/pruning.md
index 8ba643b1..c6d5f12a 100644
--- a/_i18n/ru/resources/moneropedia/pruning.md
+++ b/_i18n/ru/resources/moneropedia/pruning.md
@@ -3,6 +3,7 @@ terms: ["pruning", "обрезанием", "Обрезание", "обрезан
summary: "Функция, которая позволяет операторам узлов загружать и синхронизировать только 1/3 блокчейна"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
'Обрезание' позволяет операторам узлов сэкономить 2/3 объёма памяти при сохранении полной истории транзакций. Обрезание предполагает удаление 7/8 ненужных данных кольцевых подписей. Остающаяся 1/8 данных будет доступна остальным узлам и будет использоваться для синхронизации с сетью. Остальные «обрезанные» узлы будут иметь случайную 1/8 данных, которая также будет доступна сети. Такими обрезанными узлами можно пользоваться без какого-либо ущерба для анонимности или безопасности.
Существует три способа обрезания:
diff --git a/_i18n/ru/resources/moneropedia/randomx.md b/_i18n/ru/resources/moneropedia/randomx.md
index 19536070..a682e684 100644
--- a/_i18n/ru/resources/moneropedia/randomx.md
+++ b/_i18n/ru/resources/moneropedia/randomx.md
@@ -3,6 +3,8 @@ terms: ["randomx", "random-x"]
summary: "ASIC-устойчивый алгоритм доказательства работы (POW), используемый Monero в настоящее время"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
RandomX — это алгоритм доказательства работы, разработанный контрибьюторами Monero и используемый Monero начиная с версии 0.15.
Данный инновационный алгоритм оптимизирован под CPU, а в основе его работы лежит выполнение случайного кода и применение других технологий, требующих большого объёма памяти. Задача RandomX состоит в том, чтобы исключить возможность использования специализированного оборудования (например, ASIC) для майнинга Monero. RandomX был создан с целью поддержания децентрализации майнинга и более эгалитарного распределения вознаграждений за вычисление блоков.
diff --git a/_i18n/ru/resources/moneropedia/remote-node.md b/_i18n/ru/resources/moneropedia/remote-node.md
index d640bdd5..78cef571 100644
--- a/_i18n/ru/resources/moneropedia/remote-node.md
+++ b/_i18n/ru/resources/moneropedia/remote-node.md
@@ -3,6 +3,7 @@ terms: ["remote-node", "remote-nodes", "удаленный-узел", "удал
summary: "Узлы Monero, которые работают в другой сети или на другом компьютере отдельно от кошелька. Удаленные узлы позволяют начать использовать Monero, без загрузки локальной копии блокчейна."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
@Узел, работающий не на той же машине, на которой установлен @кошелёк Monero, называется «удалённым узлом» и может быть как приватным, так и открытым.
**Приватный удалённый узел** работает не на вашей локальной машине, но контролируется вами. Классическим примером может служить узел, работающий на VPS или на сервере. В этом случае узел не установлен на вашей машине, но вы полностью контролируете его. Вы даже можете сделать его открытым узлом и разрешить другим людям пользоваться им.
diff --git a/_i18n/ru/resources/moneropedia/ring-size.md b/_i18n/ru/resources/moneropedia/ring-size.md
index 1e63de84..aba42320 100644
--- a/_i18n/ru/resources/moneropedia/ring-size.md
+++ b/_i18n/ru/resources/moneropedia/ring-size.md
@@ -3,6 +3,7 @@ terms: ["ring-size"]
summary: "Общее количество участников в кольцевой подписи"
---
+{% include disclaimer.html translated="yes" translationOutdated="yes" %}
### Основная информация
Размер кольца является общим количеством возможных подписывающих лиц в кольцевой подписи. Если для данной транзакции выбран размер кольца 4, это означает, что в дополнение к вашему "реальному" выходу есть еще 3 ложных внешних выхода. Большее количество участников (больший размер кольца) обеспечивает большую конфиденциальность по сравнению с меньшим. Однако повторное использование нечетного, узнаваемого размера кольца для транзакций может сделать транзакции более заметными на общем фоне.
diff --git a/_i18n/ru/resources/moneropedia/ringCT.md b/_i18n/ru/resources/moneropedia/ringCT.md
index aabb40ce..93bd4ea7 100644
--- a/_i18n/ru/resources/moneropedia/ringCT.md
+++ b/_i18n/ru/resources/moneropedia/ringCT.md
@@ -3,6 +3,7 @@ terms: ["ringCT", "ring-CT"]
summary: "Способ сокрытия суммы, отправленной в транзакции Monero"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Ring CT (сокращение от Ring Confidential Transactions — кольцевые конфиденциальные транзакции) является протоколом, позволяющим скрыть суммы транзакций Monero.
diff --git a/_i18n/ru/resources/moneropedia/ringsignatures.md b/_i18n/ru/resources/moneropedia/ringsignatures.md
index ca684d1c..723a21bf 100644
--- a/_i18n/ru/resources/moneropedia/ringsignatures.md
+++ b/_i18n/ru/resources/moneropedia/ringsignatures.md
@@ -3,6 +3,7 @@ terms: ["ring-signature", "ring-signatures", "кольцевых-подписе
summary: "Группа криптографических подписей по крайней мере с одним реальным участником, без возможности определения, какой из них является реальным, поскольку все они кажутся реальными"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
В криптографии кольцевая подпись является видом цифровой подписи, которую может создать любой член группы пользователей, в которой у каждого есть ключи. Следовательно, сообщение, подписанное кольцевой подписью, фактически будет подписано кем-то из определённой группы людей. Одно из безопасных свойств кольцевой подписи состоит в том, что нереально путём вычислений *определить* какие из ключей членов группы были использованы для того, чтобы составить подпись.
diff --git a/_i18n/ru/resources/moneropedia/scalability.md b/_i18n/ru/resources/moneropedia/scalability.md
index faebc417..11128599 100644
--- a/_i18n/ru/resources/moneropedia/scalability.md
+++ b/_i18n/ru/resources/moneropedia/scalability.md
@@ -3,7 +3,7 @@ terms: ["scalability", "масштабируемость"]
summary: "How Monero scaling is flexible and can accommodate many transactions as demand changes"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The size of Monero @blocks (which contain @transactions) is flexible and can accommodate many transactions as demand changes. Formulas determine how the reward miners receive interacts with the number of transactions they choose to include in blocks. The @blockchain can therefore scale to meet changes in transaction volume.
diff --git a/_i18n/ru/resources/moneropedia/signature.md b/_i18n/ru/resources/moneropedia/signature.md
index 3666329c..a479a529 100644
--- a/_i18n/ru/resources/moneropedia/signature.md
+++ b/_i18n/ru/resources/moneropedia/signature.md
@@ -3,6 +3,7 @@ terms: ["signature", "signatures", "подписям", "криптографич
summary: "Криптографический метод доказательства владения информацией, равно как и доказательств, что информация не была изменена после того, как была подписана"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Криптографический метод доказательства владения информацией, равно как и доказательств, что информация не была изменена после того, как была подписана.
diff --git a/_i18n/ru/resources/moneropedia/smartmining.md b/_i18n/ru/resources/moneropedia/smartmining.md
index 9c808ce1..1f20223c 100644
--- a/_i18n/ru/resources/moneropedia/smartmining.md
+++ b/_i18n/ru/resources/moneropedia/smartmining.md
@@ -3,6 +3,7 @@ terms: ["smart-mining"]
summary: "Смарт-майнинг - это процесс безошибочного майнинга при помощи регулируемого майнера"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Смарт-майнинг - это процесс безошибочного @майнинга при помощи регулируемого майнера. Ошибками считаются перегрев, замедление работы машины, разрядка батареи и т. д. Задача смарт-майнинга состоит в повышении уровня безопасности сети, чтобы максимальное количество людей смогло использовать смарт-майнер на постоянной основе. Для этого майнер не должен выделяться, иначе он будет отключён, лишая сеть Monero некой малой толики безопасности. Как таковой смарт-майнер, вероятнее всего, будет работать медленнее, чем обычный майнер на том же оборудовании.
diff --git a/_i18n/ru/resources/moneropedia/spendkey.md b/_i18n/ru/resources/moneropedia/spendkey.md
index e690caa1..11cd0b64 100644
--- a/_i18n/ru/resources/moneropedia/spendkey.md
+++ b/_i18n/ru/resources/moneropedia/spendkey.md
@@ -3,6 +3,7 @@ terms: ["spend-key", "spend-keys", "ключа-траты", "ключ-траты
summary: "Одна из двух пар приватных и публичных криптографических ключей, которые есть у каждого счёта. При этом приватный ключ траты используется для траты любых средств, имеющихся на таком счёте."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Одна из двух пар приватных и публичных криптографических ключей, которые есть у каждого счёта. При этом *приватный* ключ траты используется для траты любых средств, имеющихся на таком счёте.
diff --git a/_i18n/ru/resources/moneropedia/stealthaddress.md b/_i18n/ru/resources/moneropedia/stealthaddress.md
index cc01ba65..5496ce2e 100644
--- a/_i18n/ru/resources/moneropedia/stealthaddress.md
+++ b/_i18n/ru/resources/moneropedia/stealthaddress.md
@@ -3,6 +3,7 @@ terms: ["stealth-address", "stealth-addresses", "скрытые-адреса", "
summary: "Автоматические одноразовые адреса для транзакций"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Скрытые адреса являются важной составной частью присущей Monero анонимности. Они позволяют отправителю и требуют от него создавать случайные одноразовые адреса для каждой @транзакции от лица получателя. Получатель может публиковать только один адрес, при этом все его / её входящие платежи будут направляться на уникальные адреса в @блoкчейне, после чего их уже нельзя будет связать ни с опубликованным адресом получателя, ни с каким-либо другим из адресов транзакции. Используя скрытые адреса, только отправитель и получатель могут определить, куда был отправлен платёж.
diff --git a/_i18n/ru/resources/moneropedia/tail-emission.md b/_i18n/ru/resources/moneropedia/tail-emission.md
index 4fc836ea..97d6a42f 100644
--- a/_i18n/ru/resources/moneropedia/tail-emission.md
+++ b/_i18n/ru/resources/moneropedia/tail-emission.md
@@ -3,6 +3,7 @@ terms: ["Tail-Emission"]
summary: "Вознаграждение за блок в конце кривой эмиссии"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Вознаграждение за блок Monero никогда не станет нулевым. Размер вознаграждения будет постепенно снижаться вплоть до начала хвостовой эмиссии, которое состоится в конце мая 2022. С этого момента размер вознаграждения за блок станет фиксированным и будет составлять 0,6 XMR за блок.
diff --git a/_i18n/ru/resources/moneropedia/transaction.md b/_i18n/ru/resources/moneropedia/transaction.md
index 58898e6a..39c2841f 100644
--- a/_i18n/ru/resources/moneropedia/transaction.md
+++ b/_i18n/ru/resources/moneropedia/transaction.md
@@ -3,6 +3,7 @@ terms: ["transaction", "transactions", "транзакций", "транзакц
summary: "Криптографически подписанный контейнер, в котором содержится подробная информация по передаче Monero получателю (или получателям)."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Криптографически подписанный контейнер, в котором содержится подробная информация по передаче Monero получателю (или получателям).
diff --git a/_i18n/ru/resources/moneropedia/unlocktime.md b/_i18n/ru/resources/moneropedia/unlocktime.md
index 46df4bab..5d684666 100644
--- a/_i18n/ru/resources/moneropedia/unlocktime.md
+++ b/_i18n/ru/resources/moneropedia/unlocktime.md
@@ -3,6 +3,7 @@ terms: ["unlock-time", "временем-разблокировки"]
summary: "Специальный тип транзакции, в которой получатель может тратить средства только после определенной даты, установленной отправителем"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Особый случай транзакции, когда получатель может потратить средства только после какой-то определённой даты в будущем, которая устанавливается отправителем.
diff --git a/_i18n/ru/resources/moneropedia/viewkey.md b/_i18n/ru/resources/moneropedia/viewkey.md
index f6781d9c..19e79be2 100644
--- a/_i18n/ru/resources/moneropedia/viewkey.md
+++ b/_i18n/ru/resources/moneropedia/viewkey.md
@@ -3,6 +3,7 @@ terms: ["view-key", "view-keys", "ключ-просмотра", "ключа-пр
summary: "Один из двух наборов приватных и публичных криптографических ключей, которые есть у каждого счёта. При этом приватный ключ просмотра необходим для просмотра всех транзакций, связанных со счётом"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Один из двух наборов приватных и публичных криптографических ключей, которые есть у каждого счёта. При этом приватный ключ просмотра необходим для просмотра всех транзакций, связанных со счётом.
diff --git a/_i18n/ru/resources/moneropedia/wallet.md b/_i18n/ru/resources/moneropedia/wallet.md
index db01804b..962d0d28 100644
--- a/_i18n/ru/resources/moneropedia/wallet.md
+++ b/_i18n/ru/resources/moneropedia/wallet.md
@@ -3,6 +3,7 @@ terms: ["wallet", "wallets", "кошелёк", "кошелька", "кошель
summary: "Кошелек хранит информацию, необходимую для отправки и получения Monero"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### Основная информация
Счёт Monero (или кошелёк) используется для хранения информации, необходимой для отправки и получения Monero. Помимо отправки и получения криптовалюты, программное обеспечение кошелька Monero сохраняет приватную историю ваших транзакций и позволяет вам криптографически подписывать сообщения. Также кошелёк содержит программное обеспечение для майнинга Monero и адресную книгу.
diff --git a/_i18n/tr/resources/moneropedia/account.md b/_i18n/tr/resources/moneropedia/account.md
index 37268bf6..08869702 100644
--- a/_i18n/tr/resources/moneropedia/account.md
+++ b/_i18n/tr/resources/moneropedia/account.md
@@ -3,6 +3,7 @@ terms: ["account", "accounts", "wallet", "wallets"]
summary: "similar in function to a bank account, contains all of your sent and received transactions"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Those familiar with Monero's predecessors will be more familiar with the term *wallet* to describe this. In Monero we call this an account, and it is a private account owned and operated by a Monero user.
diff --git a/_i18n/tr/resources/moneropedia/address.md b/_i18n/tr/resources/moneropedia/address.md
index 09726ff8..d47fa5a3 100644
--- a/_i18n/tr/resources/moneropedia/address.md
+++ b/_i18n/tr/resources/moneropedia/address.md
@@ -3,6 +3,7 @@ terms: ["address", "addresses"]
summary: "either an alias, such as donate.getmonero.org, or a set of 95 characters starting with a 4"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
When you send Monero to someone you only need one piece of information, and that is their Monero address. A *raw* Monero address is a set of 95 characters starting with a '4'. The Monero donation address, for instance, is 888tNkZrPN6JsEgekjMnABU4TBzc2Dt29EPAvkRxbANsAnjyPbb3iQ1YBRk1UXcdRsiKc9dhwMVgN5S9cQUiyoogDavup3H.
diff --git a/_i18n/tr/resources/moneropedia/airgap.md b/_i18n/tr/resources/moneropedia/airgap.md
index 9565484c..0a3d42f4 100644
--- a/_i18n/tr/resources/moneropedia/airgap.md
+++ b/_i18n/tr/resources/moneropedia/airgap.md
@@ -3,6 +3,7 @@ terms: ["airgap"]
summary: "An airgap is a security measure to physically separate a computer or device from all other networks, such as the Internet."
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
"An air gap, air wall or air gapping is a network security measure employed on one or more computers to ensure that a secure computer network is physically isolated from unsecured networks, such as the public Internet or an unsecured local area network.[2] The name arises from the technique of creating a network that is physically separated (with a conceptual air gap) from all other networks. The air gap may not be completely literal, as networks employing the use of dedicated cryptographic devices that can tunnel packets over untrusted networks while avoiding packet rate or size variation can be considered air gapped, as there is no ability for computers on opposite sides of the gap to communicate."
diff --git a/_i18n/tr/resources/moneropedia/atomic-units.md b/_i18n/tr/resources/moneropedia/atomic-units.md
index 057b5727..c377bb2d 100644
--- a/_i18n/tr/resources/moneropedia/atomic-units.md
+++ b/_i18n/tr/resources/moneropedia/atomic-units.md
@@ -3,6 +3,7 @@ terms: ["atomic-units", "atomic-unit"]
summary: "Atomic Units refer to the smallest fraction of 1 XMR."
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Atomic Units refer to the smallest fraction of 1 XMR.
diff --git a/_i18n/tr/resources/moneropedia/block.md b/_i18n/tr/resources/moneropedia/block.md
index 61cc6c80..515ab7e3 100644
--- a/_i18n/tr/resources/moneropedia/block.md
+++ b/_i18n/tr/resources/moneropedia/block.md
@@ -3,6 +3,7 @@ terms: ["block", "blocks"]
summary: "a container of transactions, a sequence of which forms a blockchain"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A block is a container of @transactions, with a new block being added to the @blockchain once every 2 minutes (see constant `DIFFICULTY_TARGET_V2` defined as 120 seconds), on average.
diff --git a/_i18n/tr/resources/moneropedia/blockchain.md b/_i18n/tr/resources/moneropedia/blockchain.md
index 9e97181e..c6fd2004 100644
--- a/_i18n/tr/resources/moneropedia/blockchain.md
+++ b/_i18n/tr/resources/moneropedia/blockchain.md
@@ -3,6 +3,7 @@ terms: ["blockchain", "blockchains"]
summary: "a distributed ledger of all transactions both past and present, without revealing who the funds came from or went to"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A @blockchain is a distributed database that continuously grows with a record of all of the transactions that have occurred with a given cryptocurrency. This database is often referred to as a ledger because the data contains a large list of transactions that have taken place. In Monero, these transactions are packaged together into 'blocks' every 2 minutes (on average), and all miners and nodes on the network have copies of these blocks.
diff --git a/_i18n/tr/resources/moneropedia/bootstrap-node.md b/_i18n/tr/resources/moneropedia/bootstrap-node.md
index 38291250..67f65097 100644
--- a/_i18n/tr/resources/moneropedia/bootstrap-node.md
+++ b/_i18n/tr/resources/moneropedia/bootstrap-node.md
@@ -3,6 +3,7 @@ terms: ["bootstrap-node", "bootstrap-nodes"]
summary: "A node to which a daemon connects to give immediate usability to wallets while syncing"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The daemon running on a local @node has to sync with other (remote) @nodes. While it is not fully synced, @wallet may still be connected to the local node. Therefore, the @wallet cannot access the @blocks that are bot yet synced on the local @node.
diff --git a/_i18n/tr/resources/moneropedia/bulletproofs.md b/_i18n/tr/resources/moneropedia/bulletproofs.md
index 5946cd00..d21caf3a 100644
--- a/_i18n/tr/resources/moneropedia/bulletproofs.md
+++ b/_i18n/tr/resources/moneropedia/bulletproofs.md
@@ -3,6 +3,7 @@ terms: ["bulletproofs", "bulletproof"]
summary: "a new kind of range proofs replacing RingCT in transactions to obfuscate the amounts sent"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
@RingCT was introduced to obfuscate transaction amounts. One goal of @RingCT was to prove the sum of inputs - outputs in the @transaction was equal to 0, and all outputs were positive numbers.
To accomplish this, two kind of ring signatures were constructed: One ring signature for the whole transaction (to prove the sum is 0), and a set of ring signatures for the subsets of transaction bits (to prove the outputs are positive numbers), then combined together using originally Schnorr signatures (and later replaced by Borromean ring signature).
diff --git a/_i18n/tr/resources/moneropedia/canonically-unique-host.md b/_i18n/tr/resources/moneropedia/canonically-unique-host.md
index 329887df..2b8d4b29 100644
--- a/_i18n/tr/resources/moneropedia/canonically-unique-host.md
+++ b/_i18n/tr/resources/moneropedia/canonically-unique-host.md
@@ -4,6 +4,7 @@ terms: ["Canonically-unique-host"]
summary: "A host that is canonically resolved to an address or set of addresses"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A Canonically-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) that will canonically resolve to a designated address or set of addresses. Not to be confused with a @locally-unique-host.
diff --git a/_i18n/tr/resources/moneropedia/change.md b/_i18n/tr/resources/moneropedia/change.md
index 12db7382..bf0f1629 100644
--- a/_i18n/tr/resources/moneropedia/change.md
+++ b/_i18n/tr/resources/moneropedia/change.md
@@ -3,6 +3,7 @@ terms: ["change"]
summary: "Monero sent as part of a transaction, that returns to your account instead of going to another recipient"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Monero sent as part of a transaction, that returns to your account instead of going to another recipient.
diff --git a/_i18n/tr/resources/moneropedia/clearnet.md b/_i18n/tr/resources/moneropedia/clearnet.md
index 836bbf01..962e03d5 100644
--- a/_i18n/tr/resources/moneropedia/clearnet.md
+++ b/_i18n/tr/resources/moneropedia/clearnet.md
@@ -4,6 +4,7 @@ terms: ["Clearnet"]
summary: "The Internet in which anonymous overlay networks are built upon"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
When you use the Internet for things like news, email, social media, and even Monero, you are most likely using a clearnet connection. This means that *all* of your connections can be tracked, traced, and monitored by:
diff --git a/_i18n/tr/resources/moneropedia/coinbase.md b/_i18n/tr/resources/moneropedia/coinbase.md
index ee935871..52100b57 100644
--- a/_i18n/tr/resources/moneropedia/coinbase.md
+++ b/_i18n/tr/resources/moneropedia/coinbase.md
@@ -3,6 +3,7 @@ terms: ["coinbase-transaction"]
summary: "a special type of transaction included in each block, which contains a small amount of Monero sent to the miner as a reward for their mining work"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A special type of transaction included in each block, which contains a small amount of Monero sent to the miner as a reward for their mining work.
\ No newline at end of file
diff --git a/_i18n/tr/resources/moneropedia/consensus.md b/_i18n/tr/resources/moneropedia/consensus.md
index a4484c63..c5a17e49 100644
--- a/_i18n/tr/resources/moneropedia/consensus.md
+++ b/_i18n/tr/resources/moneropedia/consensus.md
@@ -3,6 +3,7 @@ terms: ["consensus", "consensus-network"]
summary: "consensus describes a property of distributed networks like Monero where most of the participants follow the rules, and thus reject bad participants"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Consensus describes a property of distributed networks like Monero where most of the participants follow the rules, and thus reject bad participants.
\ No newline at end of file
diff --git a/_i18n/tr/resources/moneropedia/cryptocurrency.md b/_i18n/tr/resources/moneropedia/cryptocurrency.md
index 8d291380..0d3a9b87 100644
--- a/_i18n/tr/resources/moneropedia/cryptocurrency.md
+++ b/_i18n/tr/resources/moneropedia/cryptocurrency.md
@@ -3,6 +3,7 @@ terms: ["cryptocurrency", "cryptocurrencies", "altcoin", "altcoins"]
summary: "a digital currency in which encryption techniques are used to regulate the generation of units of currency and verify the transfer of funds, usually operating independently of a central bank"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A digital currency in which encryption techniques are used to regulate the generation of units of currency and verify the transfer of funds, usually operating independently of a central bank.
diff --git a/_i18n/tr/resources/moneropedia/daemon.md b/_i18n/tr/resources/moneropedia/daemon.md
index e5041a11..a1b51832 100644
--- a/_i18n/tr/resources/moneropedia/daemon.md
+++ b/_i18n/tr/resources/moneropedia/daemon.md
@@ -3,6 +3,7 @@ terms: ["daemon"]
summary: "Background process which runs and controls a Monero node"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
'Daemon' is the general term for a piece of software running in the background. In Monero, the Daemon is started through the 'monerod' program. If you run the Daemon locally, you are running a local @node. If the Daemon is running on another device it's a @remote-node. A @wallet, like the CLI or the GUI, needs to connect to a Daemon (local or remote) to relay @transactions to the network.
It's possible to send commands to the Daemon directly or through the RPC interface. See the [Daemon RPC guide]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html), which contains a detailed explanation (with examples) of the available RPC calls. For more detailed and technical information about the Daemon, see the Monerodocs reference at the bottom of this page.
diff --git a/_i18n/tr/resources/moneropedia/denominations.md b/_i18n/tr/resources/moneropedia/denominations.md
index 23475766..b1649218 100644
--- a/_i18n/tr/resources/moneropedia/denominations.md
+++ b/_i18n/tr/resources/moneropedia/denominations.md
@@ -3,6 +3,7 @@ terms: ["denominations", "subunits", "tacoshi", "piconero", "nanonero", "microne
summary: "A denomination is a proper description of a currency amount. It is oftentimes a sub-unit of the currency. For example, traditionally a cent is 1/100th of a particular unit of currency.)"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A denomination is a proper description of a currency amount. It is oftentimes a sub-unit of the currency. For example, traditionally a cent is 1/100th of a particular unit of currency.).
diff --git a/_i18n/tr/resources/moneropedia/encryption.md b/_i18n/tr/resources/moneropedia/encryption.md
index 0e7e0146..0b8aed2f 100644
--- a/_i18n/tr/resources/moneropedia/encryption.md
+++ b/_i18n/tr/resources/moneropedia/encryption.md
@@ -4,6 +4,7 @@ terms: ["encryption", "encrypted", "encrypting", "decryption", "decrypted", "dec
summary: "The process of encoding messages or information in a way that only authorized parties can decode and read"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
From [Encryption](https://en.wikipedia.org/wiki/Encryption):
diff --git a/_i18n/tr/resources/moneropedia/fluffyblocks.md b/_i18n/tr/resources/moneropedia/fluffyblocks.md
index ade4ee39..448de5ec 100644
--- a/_i18n/tr/resources/moneropedia/fluffyblocks.md
+++ b/_i18n/tr/resources/moneropedia/fluffyblocks.md
@@ -3,6 +3,7 @@ terms: ["fluffy blocks", "fluffyblocks"]
summary: "a way of saving bandwidth when sending new blocks around the network"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A @block is made up of a header and @transactions. Fluffy Blocks only contain
diff --git a/_i18n/tr/resources/moneropedia/fungibility.md b/_i18n/tr/resources/moneropedia/fungibility.md
index 98fa7137..2151d35d 100644
--- a/_i18n/tr/resources/moneropedia/fungibility.md
+++ b/_i18n/tr/resources/moneropedia/fungibility.md
@@ -3,6 +3,7 @@ terms: ["fungibility", "fungible"]
summary: "property of a currency whereby two units can be substituted in place of one another"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Property of a currency whereby two units can be substituted in place of one another.
diff --git a/_i18n/tr/resources/moneropedia/kovri.md b/_i18n/tr/resources/moneropedia/kovri.md
index 0697af9f..779bed41 100644
--- a/_i18n/tr/resources/moneropedia/kovri.md
+++ b/_i18n/tr/resources/moneropedia/kovri.md
@@ -4,6 +4,7 @@ terms: ["Kovri"]
summary: "C++ router implementation of the I2P network"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
[Kovri](https://gitlab.com/kovri-project/kovri/) is a C++ implementation of the I2P network which was proposed to be integrated in Monero. At the moment the future of this I2P router is unclear and an integration with Monero is not planned.
diff --git a/_i18n/tr/resources/moneropedia/locally-unique-host.md b/_i18n/tr/resources/moneropedia/locally-unique-host.md
index fecc2c48..fa12a7fd 100644
--- a/_i18n/tr/resources/moneropedia/locally-unique-host.md
+++ b/_i18n/tr/resources/moneropedia/locally-unique-host.md
@@ -4,6 +4,7 @@ terms: ["Locally-unique-host"]
summary: "A host defined by you and resolved only by you"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A locally-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) defined by **you** and resolved only by you; similar to how a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file)) is implemented. Not to be confused with @canonically-unique-host.
diff --git a/_i18n/tr/resources/moneropedia/mining.md b/_i18n/tr/resources/moneropedia/mining.md
index 82c1aeb8..dd446e0c 100644
--- a/_i18n/tr/resources/moneropedia/mining.md
+++ b/_i18n/tr/resources/moneropedia/mining.md
@@ -3,6 +3,7 @@ terms: ["mining", "miner", "miners"]
summary: "the process of cryptographically computing a mathematical proof for a block, containing a number of transactions, which is then added to the blockchain"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The process of cryptographically computing a mathematical proof for a block, containing a number of transactions, which is then added to the blockchain.
diff --git a/_i18n/tr/resources/moneropedia/mnemonicseed.md b/_i18n/tr/resources/moneropedia/mnemonicseed.md
index 0aaecb97..c92b9f53 100644
--- a/_i18n/tr/resources/moneropedia/mnemonicseed.md
+++ b/_i18n/tr/resources/moneropedia/mnemonicseed.md
@@ -3,6 +3,7 @@ terms: ["mnemonic-seed", "mnemonic"]
summary: "a 13 or 25 word phrase used to backup a Monero account, available in a number of languages"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A 13 or 25 word phrase used to backup a Monero account, available in a number of languages. This 25-word phrase (13 words in the case of MyMonero) has all the information needed to view and spend funds from a Monero @account.
diff --git a/_i18n/tr/resources/moneropedia/node.md b/_i18n/tr/resources/moneropedia/node.md
index 68029fa2..9550ab75 100644
--- a/_i18n/tr/resources/moneropedia/node.md
+++ b/_i18n/tr/resources/moneropedia/node.md
@@ -3,6 +3,7 @@ terms: ["node", "nodes", "full-node", "full-nodes"]
summary: "a device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network.
diff --git a/_i18n/tr/resources/moneropedia/openalias.md b/_i18n/tr/resources/moneropedia/openalias.md
index b714128a..c5a9cf63 100644
--- a/_i18n/tr/resources/moneropedia/openalias.md
+++ b/_i18n/tr/resources/moneropedia/openalias.md
@@ -3,6 +3,7 @@ terms: ["OpenAlias"]
summary: "a standard that allows you to use an email or domain syntax to pay someone instead of an address, eg. donate@getmonero.org or donate.getmonero.org"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The Monero Core Team released a standard called OpenAlias which permits much more human-readable addresses and "squares" the Zooko's triangle. OpenAlias can be used for any cryptocurrency and is already implemented in Monero, Bitcoin (in latest Electrum versions) and HyperStake.
diff --git a/_i18n/tr/resources/moneropedia/paperwallet.md b/_i18n/tr/resources/moneropedia/paperwallet.md
index db1a35c8..0f52bf42 100644
--- a/_i18n/tr/resources/moneropedia/paperwallet.md
+++ b/_i18n/tr/resources/moneropedia/paperwallet.md
@@ -3,6 +3,7 @@ terms: ["paperwallet", "paperwallets", "paper-wallet", "paper-wallets"]
summary: "A paper wallet stores the information necessary to send and receive Monero"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A paper wallet stores the information necessary to send and receive Monero.
diff --git a/_i18n/tr/resources/moneropedia/paymentid.md b/_i18n/tr/resources/moneropedia/paymentid.md
index 4c99c0c0..9fe4e451 100644
--- a/_i18n/tr/resources/moneropedia/paymentid.md
+++ b/_i18n/tr/resources/moneropedia/paymentid.md
@@ -3,9 +3,9 @@ terms: ["payment-ID", "payment-IDs"]
summary: "an optional flag that is added to identify transactions to merchants, consisting of 64 hexadecimal characters"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
*Note:* Long Payment IDs have been removed since release 0.15; it's not possible to use them anymore. More info in the [blog post](https://getmonero.org/2019/06/04/Long-Payment-ID-Deprecation.html) that announced their deprecation.
-{% include untranslated.html %}
### The Basics
Payment ID is an **arbitrary** and **optional** transaction attachment that consists of 32 bytes (64 hexadecimal characters) or 8 bytes (in the case of integrated addresses).
diff --git a/_i18n/tr/resources/moneropedia/pedersen-commitment.md b/_i18n/tr/resources/moneropedia/pedersen-commitment.md
index 0f4e255a..9b2fa62c 100644
--- a/_i18n/tr/resources/moneropedia/pedersen-commitment.md
+++ b/_i18n/tr/resources/moneropedia/pedersen-commitment.md
@@ -3,6 +3,7 @@ terms: ["commitments", "commitment", "pedersen", "pedersen-commitment", "pederse
summary: "Pedersen commitments are cryptographic algorythms that allow a prover to commit to a certain value without revealing it or being able to change it"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Pedersen commitments are cryptographic algorythms that allow a prover to commit to a certain value without revealing it or being able to change it.
diff --git a/_i18n/tr/resources/moneropedia/pruning.md b/_i18n/tr/resources/moneropedia/pruning.md
index ead9dc4c..581f827e 100644
--- a/_i18n/tr/resources/moneropedia/pruning.md
+++ b/_i18n/tr/resources/moneropedia/pruning.md
@@ -3,7 +3,7 @@ terms: ["pruning"]
summary: "Feature that allows node operators to download and sync only 1/3 of the blockchain"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
'Pruning' allows node operators to save 2/3 of storage space while keeping the full transaction history. Pruning works by removing 7/8 of unnecessary ring signature data. The 1/8 remaining data will be available to the other nodes and will be used to sync with the network. Other pruned nodes will have a random 1/8 of the data, which they will also make available to the network. There are no privacy or security downsides when using a pruned node.
There are three ways to prune:
diff --git a/_i18n/tr/resources/moneropedia/randomx.md b/_i18n/tr/resources/moneropedia/randomx.md
index 768765ac..1491a581 100644
--- a/_i18n/tr/resources/moneropedia/randomx.md
+++ b/_i18n/tr/resources/moneropedia/randomx.md
@@ -3,6 +3,7 @@ terms: ["randomx", "random-x"]
summary: "ASIC-resistant POW algoritm currenctly used by Monero"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15.
This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the block rewards.
diff --git a/_i18n/tr/resources/moneropedia/remote-node.md b/_i18n/tr/resources/moneropedia/remote-node.md
index 48953545..dfde0509 100644
--- a/_i18n/tr/resources/moneropedia/remote-node.md
+++ b/_i18n/tr/resources/moneropedia/remote-node.md
@@ -3,6 +3,7 @@ terms: ["remote-node", "remote-nodes"]
summary: "Nodes wich are not running in the same machine as the wallet. Open remote nodes allow to use the Monero network immediately"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
A @node that doesn't run on the same local machine where the Monero @wallet is located is called "Remote Node" and can be private or open.
A **private remote node** doesn't run on your local machine, but you have full control over it. A classic example is a node running on a VPS or a server. That node is not on your local machine, but you have full control over it. You can even decide to make it become an open node, allowing people to connect to it.
diff --git a/_i18n/tr/resources/moneropedia/ring-size.md b/_i18n/tr/resources/moneropedia/ring-size.md
index 4ad33ddd..4888c220 100644
--- a/_i18n/tr/resources/moneropedia/ring-size.md
+++ b/_i18n/tr/resources/moneropedia/ring-size.md
@@ -3,6 +3,7 @@ terms: ["ring-size"]
summary: "total number of possible signers in a ring signature"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Ring size refers to the total number of possible signers in a @ring-signature. If a ring size of 4 is selected for a given @transaction, this means that there are 3 foreign outputs in addition to your “real” output. A higher ring size number will typically provide more privacy than a lower number. However, reusing an odd, recognizable ring size number for transactions could possibly make transactions stand out.
diff --git a/_i18n/tr/resources/moneropedia/ringCT.md b/_i18n/tr/resources/moneropedia/ringCT.md
index 3ebaae17..1d7d01ad 100644
--- a/_i18n/tr/resources/moneropedia/ringCT.md
+++ b/_i18n/tr/resources/moneropedia/ringCT.md
@@ -3,6 +3,7 @@ terms: ["ringCT", "ring-CT"]
summary: "a way to hide the amount sent in a Monero transaction"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
RingCT, short for Ring Confidential Transactions, is how transaction amounts are hidden in Monero.
diff --git a/_i18n/tr/resources/moneropedia/ringsignatures.md b/_i18n/tr/resources/moneropedia/ringsignatures.md
index b5db207f..85babd23 100644
--- a/_i18n/tr/resources/moneropedia/ringsignatures.md
+++ b/_i18n/tr/resources/moneropedia/ringsignatures.md
@@ -3,6 +3,7 @@ terms: ["ring-signature", "ring-signatures"]
summary: "a group of cryptographic signatures with at least one real participant, but no way to tell which in the group is the real one as they all appear valid"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
In cryptography, a ring signature is a type of digital signature that can be performed by any member of a group of users that each have keys. Therefore, a message signed with a ring signature is endorsed by someone in a particular group of people. One of the security properties of a ring signature is that it should be computationally infeasible to determine *which* of the group members' keys was used to produce the signature.
diff --git a/_i18n/tr/resources/moneropedia/scalability.md b/_i18n/tr/resources/moneropedia/scalability.md
index e143f7cb..14bafd48 100644
--- a/_i18n/tr/resources/moneropedia/scalability.md
+++ b/_i18n/tr/resources/moneropedia/scalability.md
@@ -3,7 +3,7 @@ terms: ["scalability"]
summary: "How Monero scaling is flexible and can accommodate many transactions as demand changes"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The size of Monero @blocks (which contain @transactions) is flexible and can accommodate many transactions as demand changes. Formulas determine how the reward miners receive interacts with the number of transactions they choose to include in blocks. The @blockchain can therefore scale to meet changes in transaction volume.
diff --git a/_i18n/tr/resources/moneropedia/signature.md b/_i18n/tr/resources/moneropedia/signature.md
index 7ad1e27d..31e7130c 100644
--- a/_i18n/tr/resources/moneropedia/signature.md
+++ b/_i18n/tr/resources/moneropedia/signature.md
@@ -3,6 +3,7 @@ terms: ["signature", "signatures"]
summary: "a cryptographic method for proving ownership of a piece of information, as well as proving that the information has not been modified after being signed"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A cryptographic method for proving ownership of a piece of information, as well as proving that the information has not been modified after being signed.
\ No newline at end of file
diff --git a/_i18n/tr/resources/moneropedia/smartmining.md b/_i18n/tr/resources/moneropedia/smartmining.md
index 5c45f69d..bab78d4a 100644
--- a/_i18n/tr/resources/moneropedia/smartmining.md
+++ b/_i18n/tr/resources/moneropedia/smartmining.md
@@ -3,6 +3,7 @@ terms: ["smart-mining"]
summary: "a process of having a throttled miner mine when it otherwise does not cause drawbacks"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Smart mining is the process of having a throttled @miner mine when it otherwise does not cause drawbacks.
diff --git a/_i18n/tr/resources/moneropedia/spendkey.md b/_i18n/tr/resources/moneropedia/spendkey.md
index 893328c5..25365841 100644
--- a/_i18n/tr/resources/moneropedia/spendkey.md
+++ b/_i18n/tr/resources/moneropedia/spendkey.md
@@ -3,6 +3,7 @@ terms: ["spend-key", "spend-keys"]
summary: "one of the two pairs of private and public cryptographic keys that each account has, with the *private* spend key used to spend any funds in the account"
---
+ {% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
One of the two pairs of private and public cryptographic keys that each account has, with the *private* spend key used to spend any funds in the account.
diff --git a/_i18n/tr/resources/moneropedia/stealthaddress.md b/_i18n/tr/resources/moneropedia/stealthaddress.md
index 46d908be..e033e8c0 100644
--- a/_i18n/tr/resources/moneropedia/stealthaddress.md
+++ b/_i18n/tr/resources/moneropedia/stealthaddress.md
@@ -3,6 +3,7 @@ terms: ["stealth-address", "stealth-addresses"]
summary: "automatic one-time addresses for every transaction"
---
+ {% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Stealth addresses are an important part of Monero's inherent privacy. They allow and require the sender to create random one-time addresses for every @transaction on behalf of the recipient. The recipient can publish just one address, yet have all of his/her incoming payments go to unique addresses on the @blockchain, where they cannot be linked back to either the recipient's published address or any other transactions' addresses. By using stealth addresses, only the sender and receiver can determine where a payment was sent.
diff --git a/_i18n/tr/resources/moneropedia/tail-emission.md b/_i18n/tr/resources/moneropedia/tail-emission.md
index ade85309..751cfbc5 100644
--- a/_i18n/tr/resources/moneropedia/tail-emission.md
+++ b/_i18n/tr/resources/moneropedia/tail-emission.md
@@ -3,6 +3,7 @@ terms: ["Tail-Emission"]
summary: "the block reward at the end of the emission curve"
---
+ {% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Monero block rewards will never drop to zero. Block rewards will gradually drop until tail emission commences at the end of May 2022. At this point, rewards will be fixed at 0.6 XMR per block.
diff --git a/_i18n/tr/resources/moneropedia/transaction.md b/_i18n/tr/resources/moneropedia/transaction.md
index 95c68703..603b9fcd 100644
--- a/_i18n/tr/resources/moneropedia/transaction.md
+++ b/_i18n/tr/resources/moneropedia/transaction.md
@@ -3,6 +3,7 @@ terms: ["transaction", "transactions"]
summary: "a cryptographically signed container that details the transfer of Monero to a recipient (or recipients)"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A cryptographically signed container that details the transfer of Monero to a recipient (or recipients).
diff --git a/_i18n/tr/resources/moneropedia/unlocktime.md b/_i18n/tr/resources/moneropedia/unlocktime.md
index 335a946b..267a5cba 100644
--- a/_i18n/tr/resources/moneropedia/unlocktime.md
+++ b/_i18n/tr/resources/moneropedia/unlocktime.md
@@ -3,6 +3,7 @@ terms: ["unlock-time"]
summary: "a special transaction where the recipient can only spend the funds after a future date, as set by the sender"
---
+ {% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A special transaction where the recipient can only spend the funds after a future date, as set by the sender.
diff --git a/_i18n/tr/resources/moneropedia/viewkey.md b/_i18n/tr/resources/moneropedia/viewkey.md
index 469fc02a..a2dc106c 100644
--- a/_i18n/tr/resources/moneropedia/viewkey.md
+++ b/_i18n/tr/resources/moneropedia/viewkey.md
@@ -3,6 +3,7 @@ terms: ["view-key", "view-keys"]
summary: "one of two sets of private and public cryptographic keys that each account has, with the private view key required to view all transactions related to the account"
---
+ {% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
One of two sets of private and public cryptographic keys that each account has, with the private view key required to view all transactions related to the account.
diff --git a/_i18n/tr/resources/moneropedia/wallet.md b/_i18n/tr/resources/moneropedia/wallet.md
index 078033d4..2ad9432f 100644
--- a/_i18n/tr/resources/moneropedia/wallet.md
+++ b/_i18n/tr/resources/moneropedia/wallet.md
@@ -3,6 +3,7 @@ terms: ["wallet", "wallets"]
summary: "A wallet stores the information necessary to send and receive Monero"
---
+ {% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A Monero account, or wallet, stores the information necessary to send and receive Moneroj. In addition to sending and receiving, the Monero Wallet software keeps a private history of your transactions and allows you to cryptographically sign messages. It also includes Monero mining software and an address book.
diff --git a/_i18n/zh-cn/resources/moneropedia/account.md b/_i18n/zh-cn/resources/moneropedia/account.md
index c4c225b7..06c80914 100644
--- a/_i18n/zh-cn/resources/moneropedia/account.md
+++ b/_i18n/zh-cn/resources/moneropedia/account.md
@@ -3,6 +3,7 @@ terms: ["账户", "钱包"]
summary: "类似于银行账户的功能,包含所有您发送和接收的交易"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
那些熟悉门罗币的前辈(例如:比特币)的人会更熟悉“钱包”这个术语,用以描述这些。在门罗币这里,我们称之为一个帐户,它是一个由门罗币用户拥有和操作的私人帐户。
diff --git a/_i18n/zh-cn/resources/moneropedia/address.md b/_i18n/zh-cn/resources/moneropedia/address.md
index 7cbaca8b..d1173685 100644
--- a/_i18n/zh-cn/resources/moneropedia/address.md
+++ b/_i18n/zh-cn/resources/moneropedia/address.md
@@ -3,6 +3,7 @@ terms: ["address", "addresses"]
summary: "either an alias, such as donate.getmonero.org, or a set of 95 characters starting with a 4"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础
当你发送门罗币给某人时,你只需要一条信息,那就是他们的门罗币地址。一个*原始* 门罗币地址由95个字符组成,以“4”开头。例如,门罗币的捐款地址是 44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A.
diff --git a/_i18n/zh-cn/resources/moneropedia/airgap.md b/_i18n/zh-cn/resources/moneropedia/airgap.md
index 58434541..0ee81006 100644
--- a/_i18n/zh-cn/resources/moneropedia/airgap.md
+++ b/_i18n/zh-cn/resources/moneropedia/airgap.md
@@ -3,6 +3,7 @@ terms: ["airgap"]
summary: "An airgap is a security measure to physically separate a computer or device from all other networks, such as the Internet."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
“网闸是在一台或多台电脑上实施的网络安全措施,以确保安全的电脑网络与不安全的网络(例如公共互联网或不安全的局域网)在物理上隔离。[2]
diff --git a/_i18n/zh-cn/resources/moneropedia/atomic-units.md b/_i18n/zh-cn/resources/moneropedia/atomic-units.md
index 3b1acd95..7c504b02 100644
--- a/_i18n/zh-cn/resources/moneropedia/atomic-units.md
+++ b/_i18n/zh-cn/resources/moneropedia/atomic-units.md
@@ -3,6 +3,7 @@ terms: ["atomic-units", "atomic-unit"]
summary: "Atomic Units refer to the smallest fraction of 1 XMR."
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
原子单位是指1XMR的最小分数。
diff --git a/_i18n/zh-cn/resources/moneropedia/block.md b/_i18n/zh-cn/resources/moneropedia/block.md
index 70d4f8ab..193b936a 100644
--- a/_i18n/zh-cn/resources/moneropedia/block.md
+++ b/_i18n/zh-cn/resources/moneropedia/block.md
@@ -3,6 +3,7 @@ terms: ["block", "blocks"]
summary: "a container of transactions, a sequence of which forms a blockchain"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
区块是@交易的容器,平均每2分钟就有一个新的区块被添加到@区块链当中(请参见定义为120秒的常量 `DIFFICULTY_TARGET_V2` )。
diff --git a/_i18n/zh-cn/resources/moneropedia/blockchain.md b/_i18n/zh-cn/resources/moneropedia/blockchain.md
index 85bc45ab..bae0f294 100644
--- a/_i18n/zh-cn/resources/moneropedia/blockchain.md
+++ b/_i18n/zh-cn/resources/moneropedia/blockchain.md
@@ -3,6 +3,7 @@ terms: ["blockchain", "blockchains"]
summary: "a distributed ledger of all transactions both past and present, without revealing who the funds came from or went to"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
@区块链是一个分布式数据库,它持续增长,记录使用指定加密货币发生的所有交易。这个数据库通常被称为账簿,因为数据包含一个大列表,上面记录着已发生的交易。在门罗币的区块链之中,这些交易平均每2分钟被打包成一个“区块”,网络上的所有矿工和节点都有这些区块的副本。
diff --git a/_i18n/zh-cn/resources/moneropedia/bootstrap-node.md b/_i18n/zh-cn/resources/moneropedia/bootstrap-node.md
index b94e2b2f..2d9390aa 100644
--- a/_i18n/zh-cn/resources/moneropedia/bootstrap-node.md
+++ b/_i18n/zh-cn/resources/moneropedia/bootstrap-node.md
@@ -3,6 +3,7 @@ terms: ["bootstrap-node", "bootstrap-nodes"]
summary: "A node to which a daemon connects to give immediate usability to wallets while syncing"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
运行在本地@节点上的守护进程必须与其他(远程)@节点们同步。当没有完全同步时,@钱包可能仍然连接到本地节点。但是,@钱包无法访问本地@节点上尚未同步的@区块。
diff --git a/_i18n/zh-cn/resources/moneropedia/bulletproofs.md b/_i18n/zh-cn/resources/moneropedia/bulletproofs.md
index d61edd7c..eb5d77a6 100644
--- a/_i18n/zh-cn/resources/moneropedia/bulletproofs.md
+++ b/_i18n/zh-cn/resources/moneropedia/bulletproofs.md
@@ -3,6 +3,7 @@ terms: ["bulletproofs", "bulletproof"]
summary: "a new kind of range proofs replacing RingCT in transactions to obfuscate the amounts sent"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
引入环机密交易是为了混淆交易金额。@环机密交易的一个目标是证明@交易中的输入和输出之和为0,并且所有输出都是正数。
diff --git a/_i18n/zh-cn/resources/moneropedia/canonically-unique-host.md b/_i18n/zh-cn/resources/moneropedia/canonically-unique-host.md
index 9632c8e0..8621a976 100644
--- a/_i18n/zh-cn/resources/moneropedia/canonically-unique-host.md
+++ b/_i18n/zh-cn/resources/moneropedia/canonically-unique-host.md
@@ -4,6 +4,7 @@ terms: ["Canonically-unique-host"]
summary: "A host that is canonically resolved to an address or set of addresses"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
一个标准唯一主机是一个[完全限定域名](https://en.wikipedia.org/wiki/FQDN),它将规范地解析为一个指定的地址或一组地址。不要与@本地唯一主机混淆。
diff --git a/_i18n/zh-cn/resources/moneropedia/change.md b/_i18n/zh-cn/resources/moneropedia/change.md
index 5316b20c..3738268e 100644
--- a/_i18n/zh-cn/resources/moneropedia/change.md
+++ b/_i18n/zh-cn/resources/moneropedia/change.md
@@ -3,6 +3,7 @@ terms: ["change"]
summary: "Monero sent as part of a transaction, that returns to your account instead of going to another recipient"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
门罗币发送作为交易的一部分,它将返回到您的帐户,而不是发送到另一个接收者。
diff --git a/_i18n/zh-cn/resources/moneropedia/clearnet.md b/_i18n/zh-cn/resources/moneropedia/clearnet.md
index 6c725a64..8f3c7b7b 100644
--- a/_i18n/zh-cn/resources/moneropedia/clearnet.md
+++ b/_i18n/zh-cn/resources/moneropedia/clearnet.md
@@ -4,6 +4,7 @@ terms: ["Clearnet"]
summary: "The Internet in which anonymous overlay networks are built upon"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
当你为了看新闻、电子邮件、社交媒体,甚至是门罗币而使用互联网时,你最有可能使用明网连接。这意味着您的*所有*连接都可以通过以下方式进行跟踪、追溯和监视:
diff --git a/_i18n/zh-cn/resources/moneropedia/coinbase.md b/_i18n/zh-cn/resources/moneropedia/coinbase.md
index 949af275..49ff1e35 100644
--- a/_i18n/zh-cn/resources/moneropedia/coinbase.md
+++ b/_i18n/zh-cn/resources/moneropedia/coinbase.md
@@ -3,6 +3,7 @@ terms: ["coinbase-transaction"]
summary: "a special type of transaction included in each block, which contains a small amount of Monero sent to the miner as a reward for their mining work"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
每个区块中包含的一种特殊类型的交易,其中包含少量的门罗币,作为对矿工挖矿工作的奖励发送给他们。
diff --git a/_i18n/zh-cn/resources/moneropedia/consensus.md b/_i18n/zh-cn/resources/moneropedia/consensus.md
index c6c3dc8a..b17d819d 100644
--- a/_i18n/zh-cn/resources/moneropedia/consensus.md
+++ b/_i18n/zh-cn/resources/moneropedia/consensus.md
@@ -3,6 +3,7 @@ terms: ["consensus", "consensus-network"]
summary: "consensus describes a property of distributed networks like Monero where most of the participants follow the rules, and thus reject bad participants"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
共识描述了像门罗币这样的分布式网络的特性,其中大多数参与者遵循规则,从而拒绝坏的参与者。
diff --git a/_i18n/zh-cn/resources/moneropedia/cryptocurrency.md b/_i18n/zh-cn/resources/moneropedia/cryptocurrency.md
index 40adf2fb..40ee27a0 100644
--- a/_i18n/zh-cn/resources/moneropedia/cryptocurrency.md
+++ b/_i18n/zh-cn/resources/moneropedia/cryptocurrency.md
@@ -3,6 +3,7 @@ terms: ["cryptocurrency", "cryptocurrencies", "altcoin", "altcoins"]
summary: "a digital currency in which encryption techniques are used to regulate the generation of units of currency and verify the transfer of funds, usually operating independently of a central bank"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
一种数字货币,使用加密技术来规范货币单位的产生和验证资金的转移,通常独立于中央银行进行操作。
diff --git a/_i18n/zh-cn/resources/moneropedia/daemon.md b/_i18n/zh-cn/resources/moneropedia/daemon.md
index e5041a11..a1b51832 100644
--- a/_i18n/zh-cn/resources/moneropedia/daemon.md
+++ b/_i18n/zh-cn/resources/moneropedia/daemon.md
@@ -3,6 +3,7 @@ terms: ["daemon"]
summary: "Background process which runs and controls a Monero node"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
'Daemon' is the general term for a piece of software running in the background. In Monero, the Daemon is started through the 'monerod' program. If you run the Daemon locally, you are running a local @node. If the Daemon is running on another device it's a @remote-node. A @wallet, like the CLI or the GUI, needs to connect to a Daemon (local or remote) to relay @transactions to the network.
It's possible to send commands to the Daemon directly or through the RPC interface. See the [Daemon RPC guide]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html), which contains a detailed explanation (with examples) of the available RPC calls. For more detailed and technical information about the Daemon, see the Monerodocs reference at the bottom of this page.
diff --git a/_i18n/zh-cn/resources/moneropedia/denominations.md b/_i18n/zh-cn/resources/moneropedia/denominations.md
index 6727c0e2..c8c7b44d 100644
--- a/_i18n/zh-cn/resources/moneropedia/denominations.md
+++ b/_i18n/zh-cn/resources/moneropedia/denominations.md
@@ -3,6 +3,7 @@ terms: ["denominations", "subunits", "tacoshi", "piconero", "nanonero", "microne
summary: "A denomination is a proper description of a currency amount. It is oftentimes a sub-unit of the currency. For example, traditionally a cent is 1/100th of a particular unit of currency.)"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
面额是对货币数量的恰当描述。它通常是货币的一个次级单位。例如,传统上一分钱是特定货币单位的百分之一。
diff --git a/_i18n/zh-cn/resources/moneropedia/encryption.md b/_i18n/zh-cn/resources/moneropedia/encryption.md
index 0be748c3..df38a8a7 100644
--- a/_i18n/zh-cn/resources/moneropedia/encryption.md
+++ b/_i18n/zh-cn/resources/moneropedia/encryption.md
@@ -4,6 +4,7 @@ terms: ["encryption", "encrypted", "encrypting", "decryption", "decrypted", "dec
summary: "The process of encoding messages or information in a way that only authorized parties can decode and read"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
来自[加密](https://en.wikipedia.org/wiki/Encryption):
diff --git a/_i18n/zh-cn/resources/moneropedia/fungibility.md b/_i18n/zh-cn/resources/moneropedia/fungibility.md
index 3e03cd7a..5c0a04f1 100644
--- a/_i18n/zh-cn/resources/moneropedia/fungibility.md
+++ b/_i18n/zh-cn/resources/moneropedia/fungibility.md
@@ -3,6 +3,7 @@ terms: ["fungibility", "fungible"]
summary: "property of a currency whereby two units can be substituted in place of one another"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
货币的一种属性,其中任意两个单位可以相互替换。
diff --git a/_i18n/zh-cn/resources/moneropedia/kovri.md b/_i18n/zh-cn/resources/moneropedia/kovri.md
index 8b6157c2..72cb9b63 100644
--- a/_i18n/zh-cn/resources/moneropedia/kovri.md
+++ b/_i18n/zh-cn/resources/moneropedia/kovri.md
@@ -4,6 +4,7 @@ terms: ["Kovri"]
summary: "C++ router implementation of the I2P network"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### 基础知识
[Kovri](https://gitlab.com/kovri-project/kovri/) is a C++ implementation of the I2P network which was proposed to be integrated in Monero. At the moment the future of this I2P router is unclear and an integration with Monero is not planned.
diff --git a/_i18n/zh-cn/resources/moneropedia/mining.md b/_i18n/zh-cn/resources/moneropedia/mining.md
index cec068eb..317ad91b 100644
--- a/_i18n/zh-cn/resources/moneropedia/mining.md
+++ b/_i18n/zh-cn/resources/moneropedia/mining.md
@@ -3,6 +3,7 @@ terms: ["mining", "miner", "miners"]
summary: "the process of cryptographically computing a mathematical proof for a block, containing a number of transactions, which is then added to the blockchain"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
一种以密码方式计算一个区块的数学证明的过程,该区块包含一定数量的交易,然后将这些交易添加到区块链中。
diff --git a/_i18n/zh-cn/resources/moneropedia/mnemonicseed.md b/_i18n/zh-cn/resources/moneropedia/mnemonicseed.md
index 59aa4c68..8ee92bfe 100644
--- a/_i18n/zh-cn/resources/moneropedia/mnemonicseed.md
+++ b/_i18n/zh-cn/resources/moneropedia/mnemonicseed.md
@@ -3,6 +3,7 @@ terms: ["mnemonic-seed", "mnemonic"]
summary: "a 13 or 25 word phrase used to backup a Monero account, available in a number of languages"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
一个13或25个单词的词组,用于备份门罗币帐户,有多个语种可用。这个25个单词组成的词组(MyMonero钱包用的是13个单词组成的词组,与大部分其它钱包不通用)是你需要的所有信息,用来查看和使用罗币@帐户的资金```
diff --git a/_i18n/zh-cn/resources/moneropedia/node.md b/_i18n/zh-cn/resources/moneropedia/node.md
index 86e161fa..80726f1a 100644
--- a/_i18n/zh-cn/resources/moneropedia/node.md
+++ b/_i18n/zh-cn/resources/moneropedia/node.md
@@ -3,6 +3,7 @@ terms: ["node", "nodes", "full-node", "full-nodes"]
summary: "a device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
一种在互联网上运行门罗币软件的设备,带有完整的门罗币区块链备份,积极协助门罗币网络。不在本地运行的节点叫做@远程节点。如果只是私人使用的话,远程节点可以是私有的,如果其他人也使用的话,就是开放的。
diff --git a/_i18n/zh-cn/resources/moneropedia/openalias.md b/_i18n/zh-cn/resources/moneropedia/openalias.md
index d5377cf0..59e85d39 100644
--- a/_i18n/zh-cn/resources/moneropedia/openalias.md
+++ b/_i18n/zh-cn/resources/moneropedia/openalias.md
@@ -3,6 +3,7 @@ terms: ["OpenAlias"]
summary: "a standard that allows you to use an email or domain syntax to pay someone instead of an address, eg. donate@getmonero.org or donate.getmonero.org"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
门罗币核心团队发布了一个名为 OpenAlias 的标准,该标准允许更多人类可读的地址,并“解决”了 Zooko 三角(人性化-去中心化-安全)。
diff --git a/_i18n/zh-cn/resources/moneropedia/paperwallet.md b/_i18n/zh-cn/resources/moneropedia/paperwallet.md
index c2808301..451ef720 100644
--- a/_i18n/zh-cn/resources/moneropedia/paperwallet.md
+++ b/_i18n/zh-cn/resources/moneropedia/paperwallet.md
@@ -3,6 +3,7 @@ terms: ["paperwallet", "paperwallets", "paper-wallet", "paper-wallets"]
summary: "A paper wallet stores the information necessary to send and receive Monero"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
纸钱包储存着发送和接收门罗币的必要信息。
diff --git a/_i18n/zh-cn/resources/moneropedia/paymentid.md b/_i18n/zh-cn/resources/moneropedia/paymentid.md
index fe34e996..e075a6eb 100644
--- a/_i18n/zh-cn/resources/moneropedia/paymentid.md
+++ b/_i18n/zh-cn/resources/moneropedia/paymentid.md
@@ -3,6 +3,7 @@ terms: ["payment-ID", "payment-IDs"]
summary: "an optional flag that is added to identify transactions to merchants, consisting of 64 hexadecimal characters"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
支付ID是一个**任意**和**可选**交易附件,包含32字节(64个十六进制字符)或8字节(在集成地址的情况下)。
diff --git a/_i18n/zh-cn/resources/moneropedia/pedersen-commitment.md b/_i18n/zh-cn/resources/moneropedia/pedersen-commitment.md
index ff6dc8e8..8f76847f 100644
--- a/_i18n/zh-cn/resources/moneropedia/pedersen-commitment.md
+++ b/_i18n/zh-cn/resources/moneropedia/pedersen-commitment.md
@@ -3,6 +3,7 @@ terms: ["commitments", "commitment", "pedersen", "pedersen-commitment", "pederse
summary: "Pedersen commitments are cryptographic algorythms that allow a prover to commit to a certain value without revealing it or being able to change it"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
佩德森承诺是一种密码算法,它允许验证者在不暴露或无法更改某个值的情况下提交该值。
diff --git a/_i18n/zh-cn/resources/moneropedia/pruning.md b/_i18n/zh-cn/resources/moneropedia/pruning.md
index ead9dc4c..581f827e 100644
--- a/_i18n/zh-cn/resources/moneropedia/pruning.md
+++ b/_i18n/zh-cn/resources/moneropedia/pruning.md
@@ -3,7 +3,7 @@ terms: ["pruning"]
summary: "Feature that allows node operators to download and sync only 1/3 of the blockchain"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
'Pruning' allows node operators to save 2/3 of storage space while keeping the full transaction history. Pruning works by removing 7/8 of unnecessary ring signature data. The 1/8 remaining data will be available to the other nodes and will be used to sync with the network. Other pruned nodes will have a random 1/8 of the data, which they will also make available to the network. There are no privacy or security downsides when using a pruned node.
There are three ways to prune:
diff --git a/_i18n/zh-cn/resources/moneropedia/randomx.md b/_i18n/zh-cn/resources/moneropedia/randomx.md
index 768765ac..1491a581 100644
--- a/_i18n/zh-cn/resources/moneropedia/randomx.md
+++ b/_i18n/zh-cn/resources/moneropedia/randomx.md
@@ -3,6 +3,7 @@ terms: ["randomx", "random-x"]
summary: "ASIC-resistant POW algoritm currenctly used by Monero"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15.
This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the block rewards.
diff --git a/_i18n/zh-cn/resources/moneropedia/remote-node.md b/_i18n/zh-cn/resources/moneropedia/remote-node.md
index 48953545..dfde0509 100644
--- a/_i18n/zh-cn/resources/moneropedia/remote-node.md
+++ b/_i18n/zh-cn/resources/moneropedia/remote-node.md
@@ -3,6 +3,7 @@ terms: ["remote-node", "remote-nodes"]
summary: "Nodes wich are not running in the same machine as the wallet. Open remote nodes allow to use the Monero network immediately"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
A @node that doesn't run on the same local machine where the Monero @wallet is located is called "Remote Node" and can be private or open.
A **private remote node** doesn't run on your local machine, but you have full control over it. A classic example is a node running on a VPS or a server. That node is not on your local machine, but you have full control over it. You can even decide to make it become an open node, allowing people to connect to it.
diff --git a/_i18n/zh-cn/resources/moneropedia/ring-size.md b/_i18n/zh-cn/resources/moneropedia/ring-size.md
index 05639fa6..ec420e34 100644
--- a/_i18n/zh-cn/resources/moneropedia/ring-size.md
+++ b/_i18n/zh-cn/resources/moneropedia/ring-size.md
@@ -3,6 +3,7 @@ terms: ["ring-size"]
summary: "total number of possible signers in a ring signature"
---
+{% include disclaimer.html translated="yes" translationOutdated="yes" %}
### 基础知识
环尺寸是指@环签名中可能的签名者的总数。如果为一个给定的@交易选择了一个4的环尺寸,这意味着除了“实际”输出之外,还要有3个外部输出。一个较大的环尺寸通常比一个较小的环尺寸能提供的隐私性更多。然而,为交易反复使用一个奇数的、可识别的环尺寸可能会使交易显得突出。
diff --git a/_i18n/zh-cn/resources/moneropedia/ringCT.md b/_i18n/zh-cn/resources/moneropedia/ringCT.md
index ce1cd8a2..18e57063 100644
--- a/_i18n/zh-cn/resources/moneropedia/ringCT.md
+++ b/_i18n/zh-cn/resources/moneropedia/ringCT.md
@@ -3,6 +3,7 @@ terms: ["ringCT", "ring-CT"]
summary: "a way to hide the amount sent in a Monero transaction"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
RingCT 是 Ring Confidential Transactions(环机密交易)的缩写,是门罗币中隐藏交易金额的方式。
diff --git a/_i18n/zh-cn/resources/moneropedia/ringsignatures.md b/_i18n/zh-cn/resources/moneropedia/ringsignatures.md
index 262494ea..d7435d7f 100644
--- a/_i18n/zh-cn/resources/moneropedia/ringsignatures.md
+++ b/_i18n/zh-cn/resources/moneropedia/ringsignatures.md
@@ -3,6 +3,7 @@ terms: ["ring-signature", "ring-signatures"]
summary: "a group of cryptographic signatures with at least one real participant, but no way to tell which in the group is the real one as they all appear valid"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
在密码学中,环形签名是一种数字签名,可以由一组用户中的任何成员执行,每个用户都有密钥。因此,一个带有环签名的消息是由特定人群中的某个人背书的。环签名的安全特性之一是,不能通过计算确定*哪个*组成员的密钥才是签名。
diff --git a/_i18n/zh-cn/resources/moneropedia/scalability.md b/_i18n/zh-cn/resources/moneropedia/scalability.md
index d43ee37c..05f7c583 100644
--- a/_i18n/zh-cn/resources/moneropedia/scalability.md
+++ b/_i18n/zh-cn/resources/moneropedia/scalability.md
@@ -3,6 +3,7 @@ terms: ["scalability"]
summary: "Growth potential of Monero, resources required, and methods of increasing efficiency"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
门罗币没有硬编码的最大区块尺寸,这意味着与比特币不同,它没有防止扩展的 1MB 区块尺寸的限制。然而,该协议中内置了区块奖励惩罚机制,以避免区块尺寸的过度增长:将新区块的大小(new block's size,简称:NBS)与前100个区块的中值大小 M100 进行比较。如果NBS>M100,区块奖励在 NBS 超过 M100 多少的二次依赖关系中减少。例如,如果 NBS 比M100 大【10%、50%、80%、100%】,则名义区块奖励降低【1%、25%、64%、100%】。一般情况下,区块是不允许大于 2*M100 的,并且小于等于 60kB 的块是不会受到任何区块奖励惩罚。
diff --git a/_i18n/zh-cn/resources/moneropedia/signature.md b/_i18n/zh-cn/resources/moneropedia/signature.md
index edfd8ebb..518ad6bd 100644
--- a/_i18n/zh-cn/resources/moneropedia/signature.md
+++ b/_i18n/zh-cn/resources/moneropedia/signature.md
@@ -3,6 +3,7 @@ terms: ["signature", "signatures"]
summary: "a cryptographic method for proving ownership of a piece of information, as well as proving that the information has not been modified after being signed"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
一种加密方法,用于证明一段信息的所有权,以及证明该信息在签名后未被修改。
diff --git a/_i18n/zh-cn/resources/moneropedia/spendkey.md b/_i18n/zh-cn/resources/moneropedia/spendkey.md
index 4e49882e..d22216b5 100644
--- a/_i18n/zh-cn/resources/moneropedia/spendkey.md
+++ b/_i18n/zh-cn/resources/moneropedia/spendkey.md
@@ -3,6 +3,7 @@ terms: ["spend-key", "spend-keys"]
summary: "one of the two pairs of private and public cryptographic keys that each account has, with the *private* spend key used to spend any funds in the account"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
每个帐户拥有的两对私钥和公钥中的一对,其中*私有的*支付密钥(私钥),用于花费帐户中的任何资金。
diff --git a/_i18n/zh-cn/resources/moneropedia/stealthaddress.md b/_i18n/zh-cn/resources/moneropedia/stealthaddress.md
index a4907be3..3a6a64bb 100644
--- a/_i18n/zh-cn/resources/moneropedia/stealthaddress.md
+++ b/_i18n/zh-cn/resources/moneropedia/stealthaddress.md
@@ -3,6 +3,7 @@ terms: ["stealth-address", "stealth-addresses"]
summary: "automatic one-time addresses for every transaction"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
混淆地址是门罗币固有隐私性的重要组成部分。它们允许并要求发送方代表接收方为每个@交易创建随机的一次性地址。接收方只能发布一个地址,但他/她的所有收入支付都被转到@区块链上的唯一地址,该地址无法链接回接收方发布的地址或任何其他交易的地址。通过使用混淆地址,只有发送方和接收方可以确定付款被发送到何处。
diff --git a/_i18n/zh-cn/resources/moneropedia/tail-emission.md b/_i18n/zh-cn/resources/moneropedia/tail-emission.md
index df65da40..8f365d99 100644
--- a/_i18n/zh-cn/resources/moneropedia/tail-emission.md
+++ b/_i18n/zh-cn/resources/moneropedia/tail-emission.md
@@ -3,6 +3,7 @@ terms: ["Tail-Emission"]
summary: "the block reward at the end of the emission curve"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
门罗币的区块奖励永远不会降到零。区块奖励将逐渐下降,直到2022年5月底开始尾部释放。此时,奖励将固定在每个区块 0.6 XMR。
diff --git a/_i18n/zh-cn/resources/moneropedia/transaction.md b/_i18n/zh-cn/resources/moneropedia/transaction.md
index 82085956..15a99bab 100644
--- a/_i18n/zh-cn/resources/moneropedia/transaction.md
+++ b/_i18n/zh-cn/resources/moneropedia/transaction.md
@@ -3,6 +3,7 @@ terms: ["transaction", "transactions"]
summary: "a cryptographically signed container that details the transfer of Monero to a recipient (or recipients)"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
交易的参数包含一个或多个具有相应资金数额的收件人地址和一个@环尺寸参数,该参数指定绑定到交易的输出数量。使用的输出越多,混淆的程度就越高,但这是有代价的。因为交易越大输出越多,交易费也就越高。
diff --git a/_i18n/zh-cn/resources/moneropedia/unlocktime.md b/_i18n/zh-cn/resources/moneropedia/unlocktime.md
index db76c211..a32c48a9 100644
--- a/_i18n/zh-cn/resources/moneropedia/unlocktime.md
+++ b/_i18n/zh-cn/resources/moneropedia/unlocktime.md
@@ -3,6 +3,7 @@ terms: ["unlock-time"]
summary: "a special transaction where the recipient can only spend the funds after a future date, as set by the sender"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
一种特殊的交易,在这种交易中,收件人只能在将来某个日期之后才可以使用资金,这是由发送者设定的。
diff --git a/_i18n/zh-cn/resources/moneropedia/viewkey.md b/_i18n/zh-cn/resources/moneropedia/viewkey.md
index a04bfe2f..0bff383d 100644
--- a/_i18n/zh-cn/resources/moneropedia/viewkey.md
+++ b/_i18n/zh-cn/resources/moneropedia/viewkey.md
@@ -3,6 +3,7 @@ terms: ["view-key", "view-keys"]
summary: "one of two sets of private and public cryptographic keys that each account has, with the private view key required to view all transactions related to the account"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
每个帐户拥有的两组私有和公开的加密密钥中的一组,要查看与该帐户相关的所有交易要使用私有的查看密钥。
diff --git a/_i18n/zh-cn/resources/moneropedia/wallet.md b/_i18n/zh-cn/resources/moneropedia/wallet.md
index 9b03bc49..295011fb 100644
--- a/_i18n/zh-cn/resources/moneropedia/wallet.md
+++ b/_i18n/zh-cn/resources/moneropedia/wallet.md
@@ -3,6 +3,7 @@ terms: ["wallet", "wallets"]
summary: "A wallet stores the information necessary to send and receive Monero"
---
+{% include disclaimer.html translated="yes" translationOutdated="no" %}
### 基础知识
门罗币帐户或钱包存储了发送和接收门罗币所需的信息。除了发送和接收之外,门罗币钱包软件还保存了您交易的私人历史记录,并允许您对消息进行加密签名。它还包括门罗币的挖矿软件和地址薄。
diff --git a/_i18n/zh-tw/resources/moneropedia/account.md b/_i18n/zh-tw/resources/moneropedia/account.md
index 37268bf6..08869702 100644
--- a/_i18n/zh-tw/resources/moneropedia/account.md
+++ b/_i18n/zh-tw/resources/moneropedia/account.md
@@ -3,6 +3,7 @@ terms: ["account", "accounts", "wallet", "wallets"]
summary: "similar in function to a bank account, contains all of your sent and received transactions"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Those familiar with Monero's predecessors will be more familiar with the term *wallet* to describe this. In Monero we call this an account, and it is a private account owned and operated by a Monero user.
diff --git a/_i18n/zh-tw/resources/moneropedia/address.md b/_i18n/zh-tw/resources/moneropedia/address.md
index 35aef916..8112cf83 100644
--- a/_i18n/zh-tw/resources/moneropedia/address.md
+++ b/_i18n/zh-tw/resources/moneropedia/address.md
@@ -3,6 +3,7 @@ terms: ["address", "addresses"]
summary: "either an alias, such as donate.getmonero.org, or a set of 95 characters starting with a 4"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
When you send Monero to someone you only need one piece of information, and that is their Monero address. A *raw* Monero address is a set of 95 characters starting with a '4'. The Monero donation address, for instance, is 888tNkZrPN6JsEgekjMnABU4TBzc2Dt29EPAvkRxbANsAnjyPbb3iQ1YBRk1UXcdRsiKc9dhwMVgN5S9cQUiyoogDavup3H.
diff --git a/_i18n/zh-tw/resources/moneropedia/airgap.md b/_i18n/zh-tw/resources/moneropedia/airgap.md
index 9565484c..0a3d42f4 100644
--- a/_i18n/zh-tw/resources/moneropedia/airgap.md
+++ b/_i18n/zh-tw/resources/moneropedia/airgap.md
@@ -3,6 +3,7 @@ terms: ["airgap"]
summary: "An airgap is a security measure to physically separate a computer or device from all other networks, such as the Internet."
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
"An air gap, air wall or air gapping is a network security measure employed on one or more computers to ensure that a secure computer network is physically isolated from unsecured networks, such as the public Internet or an unsecured local area network.[2] The name arises from the technique of creating a network that is physically separated (with a conceptual air gap) from all other networks. The air gap may not be completely literal, as networks employing the use of dedicated cryptographic devices that can tunnel packets over untrusted networks while avoiding packet rate or size variation can be considered air gapped, as there is no ability for computers on opposite sides of the gap to communicate."
diff --git a/_i18n/zh-tw/resources/moneropedia/atomic-units.md b/_i18n/zh-tw/resources/moneropedia/atomic-units.md
index 057b5727..c377bb2d 100644
--- a/_i18n/zh-tw/resources/moneropedia/atomic-units.md
+++ b/_i18n/zh-tw/resources/moneropedia/atomic-units.md
@@ -3,6 +3,7 @@ terms: ["atomic-units", "atomic-unit"]
summary: "Atomic Units refer to the smallest fraction of 1 XMR."
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Atomic Units refer to the smallest fraction of 1 XMR.
diff --git a/_i18n/zh-tw/resources/moneropedia/block.md b/_i18n/zh-tw/resources/moneropedia/block.md
index 61cc6c80..515ab7e3 100644
--- a/_i18n/zh-tw/resources/moneropedia/block.md
+++ b/_i18n/zh-tw/resources/moneropedia/block.md
@@ -3,6 +3,7 @@ terms: ["block", "blocks"]
summary: "a container of transactions, a sequence of which forms a blockchain"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A block is a container of @transactions, with a new block being added to the @blockchain once every 2 minutes (see constant `DIFFICULTY_TARGET_V2` defined as 120 seconds), on average.
diff --git a/_i18n/zh-tw/resources/moneropedia/blockchain.md b/_i18n/zh-tw/resources/moneropedia/blockchain.md
index 9e97181e..c6fd2004 100644
--- a/_i18n/zh-tw/resources/moneropedia/blockchain.md
+++ b/_i18n/zh-tw/resources/moneropedia/blockchain.md
@@ -3,6 +3,7 @@ terms: ["blockchain", "blockchains"]
summary: "a distributed ledger of all transactions both past and present, without revealing who the funds came from or went to"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A @blockchain is a distributed database that continuously grows with a record of all of the transactions that have occurred with a given cryptocurrency. This database is often referred to as a ledger because the data contains a large list of transactions that have taken place. In Monero, these transactions are packaged together into 'blocks' every 2 minutes (on average), and all miners and nodes on the network have copies of these blocks.
diff --git a/_i18n/zh-tw/resources/moneropedia/bootstrap-node.md b/_i18n/zh-tw/resources/moneropedia/bootstrap-node.md
index 38291250..67f65097 100644
--- a/_i18n/zh-tw/resources/moneropedia/bootstrap-node.md
+++ b/_i18n/zh-tw/resources/moneropedia/bootstrap-node.md
@@ -3,6 +3,7 @@ terms: ["bootstrap-node", "bootstrap-nodes"]
summary: "A node to which a daemon connects to give immediate usability to wallets while syncing"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The daemon running on a local @node has to sync with other (remote) @nodes. While it is not fully synced, @wallet may still be connected to the local node. Therefore, the @wallet cannot access the @blocks that are bot yet synced on the local @node.
diff --git a/_i18n/zh-tw/resources/moneropedia/bulletproofs.md b/_i18n/zh-tw/resources/moneropedia/bulletproofs.md
index 5946cd00..d21caf3a 100644
--- a/_i18n/zh-tw/resources/moneropedia/bulletproofs.md
+++ b/_i18n/zh-tw/resources/moneropedia/bulletproofs.md
@@ -3,6 +3,7 @@ terms: ["bulletproofs", "bulletproof"]
summary: "a new kind of range proofs replacing RingCT in transactions to obfuscate the amounts sent"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
@RingCT was introduced to obfuscate transaction amounts. One goal of @RingCT was to prove the sum of inputs - outputs in the @transaction was equal to 0, and all outputs were positive numbers.
To accomplish this, two kind of ring signatures were constructed: One ring signature for the whole transaction (to prove the sum is 0), and a set of ring signatures for the subsets of transaction bits (to prove the outputs are positive numbers), then combined together using originally Schnorr signatures (and later replaced by Borromean ring signature).
diff --git a/_i18n/zh-tw/resources/moneropedia/canonically-unique-host.md b/_i18n/zh-tw/resources/moneropedia/canonically-unique-host.md
index 329887df..2b8d4b29 100644
--- a/_i18n/zh-tw/resources/moneropedia/canonically-unique-host.md
+++ b/_i18n/zh-tw/resources/moneropedia/canonically-unique-host.md
@@ -4,6 +4,7 @@ terms: ["Canonically-unique-host"]
summary: "A host that is canonically resolved to an address or set of addresses"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A Canonically-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) that will canonically resolve to a designated address or set of addresses. Not to be confused with a @locally-unique-host.
diff --git a/_i18n/zh-tw/resources/moneropedia/change.md b/_i18n/zh-tw/resources/moneropedia/change.md
index 12db7382..bf0f1629 100644
--- a/_i18n/zh-tw/resources/moneropedia/change.md
+++ b/_i18n/zh-tw/resources/moneropedia/change.md
@@ -3,6 +3,7 @@ terms: ["change"]
summary: "Monero sent as part of a transaction, that returns to your account instead of going to another recipient"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Monero sent as part of a transaction, that returns to your account instead of going to another recipient.
diff --git a/_i18n/zh-tw/resources/moneropedia/clearnet.md b/_i18n/zh-tw/resources/moneropedia/clearnet.md
index 836bbf01..962e03d5 100644
--- a/_i18n/zh-tw/resources/moneropedia/clearnet.md
+++ b/_i18n/zh-tw/resources/moneropedia/clearnet.md
@@ -4,6 +4,7 @@ terms: ["Clearnet"]
summary: "The Internet in which anonymous overlay networks are built upon"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
When you use the Internet for things like news, email, social media, and even Monero, you are most likely using a clearnet connection. This means that *all* of your connections can be tracked, traced, and monitored by:
diff --git a/_i18n/zh-tw/resources/moneropedia/coinbase.md b/_i18n/zh-tw/resources/moneropedia/coinbase.md
index ee935871..52100b57 100644
--- a/_i18n/zh-tw/resources/moneropedia/coinbase.md
+++ b/_i18n/zh-tw/resources/moneropedia/coinbase.md
@@ -3,6 +3,7 @@ terms: ["coinbase-transaction"]
summary: "a special type of transaction included in each block, which contains a small amount of Monero sent to the miner as a reward for their mining work"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A special type of transaction included in each block, which contains a small amount of Monero sent to the miner as a reward for their mining work.
\ No newline at end of file
diff --git a/_i18n/zh-tw/resources/moneropedia/consensus.md b/_i18n/zh-tw/resources/moneropedia/consensus.md
index a4484c63..c5a17e49 100644
--- a/_i18n/zh-tw/resources/moneropedia/consensus.md
+++ b/_i18n/zh-tw/resources/moneropedia/consensus.md
@@ -3,6 +3,7 @@ terms: ["consensus", "consensus-network"]
summary: "consensus describes a property of distributed networks like Monero where most of the participants follow the rules, and thus reject bad participants"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Consensus describes a property of distributed networks like Monero where most of the participants follow the rules, and thus reject bad participants.
\ No newline at end of file
diff --git a/_i18n/zh-tw/resources/moneropedia/cryptocurrency.md b/_i18n/zh-tw/resources/moneropedia/cryptocurrency.md
index 8d291380..0d3a9b87 100644
--- a/_i18n/zh-tw/resources/moneropedia/cryptocurrency.md
+++ b/_i18n/zh-tw/resources/moneropedia/cryptocurrency.md
@@ -3,6 +3,7 @@ terms: ["cryptocurrency", "cryptocurrencies", "altcoin", "altcoins"]
summary: "a digital currency in which encryption techniques are used to regulate the generation of units of currency and verify the transfer of funds, usually operating independently of a central bank"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A digital currency in which encryption techniques are used to regulate the generation of units of currency and verify the transfer of funds, usually operating independently of a central bank.
diff --git a/_i18n/zh-tw/resources/moneropedia/daemon.md b/_i18n/zh-tw/resources/moneropedia/daemon.md
index e5041a11..a1b51832 100644
--- a/_i18n/zh-tw/resources/moneropedia/daemon.md
+++ b/_i18n/zh-tw/resources/moneropedia/daemon.md
@@ -3,6 +3,7 @@ terms: ["daemon"]
summary: "Background process which runs and controls a Monero node"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
'Daemon' is the general term for a piece of software running in the background. In Monero, the Daemon is started through the 'monerod' program. If you run the Daemon locally, you are running a local @node. If the Daemon is running on another device it's a @remote-node. A @wallet, like the CLI or the GUI, needs to connect to a Daemon (local or remote) to relay @transactions to the network.
It's possible to send commands to the Daemon directly or through the RPC interface. See the [Daemon RPC guide]({{ site.baseurl_root }}/resources/developer-guides/daemon-rpc.html), which contains a detailed explanation (with examples) of the available RPC calls. For more detailed and technical information about the Daemon, see the Monerodocs reference at the bottom of this page.
diff --git a/_i18n/zh-tw/resources/moneropedia/denominations.md b/_i18n/zh-tw/resources/moneropedia/denominations.md
index 23475766..b1649218 100644
--- a/_i18n/zh-tw/resources/moneropedia/denominations.md
+++ b/_i18n/zh-tw/resources/moneropedia/denominations.md
@@ -3,6 +3,7 @@ terms: ["denominations", "subunits", "tacoshi", "piconero", "nanonero", "microne
summary: "A denomination is a proper description of a currency amount. It is oftentimes a sub-unit of the currency. For example, traditionally a cent is 1/100th of a particular unit of currency.)"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A denomination is a proper description of a currency amount. It is oftentimes a sub-unit of the currency. For example, traditionally a cent is 1/100th of a particular unit of currency.).
diff --git a/_i18n/zh-tw/resources/moneropedia/encryption.md b/_i18n/zh-tw/resources/moneropedia/encryption.md
index 0e7e0146..0b8aed2f 100644
--- a/_i18n/zh-tw/resources/moneropedia/encryption.md
+++ b/_i18n/zh-tw/resources/moneropedia/encryption.md
@@ -4,6 +4,7 @@ terms: ["encryption", "encrypted", "encrypting", "decryption", "decrypted", "dec
summary: "The process of encoding messages or information in a way that only authorized parties can decode and read"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
From [Encryption](https://en.wikipedia.org/wiki/Encryption):
diff --git a/_i18n/zh-tw/resources/moneropedia/fluffyblocks.md b/_i18n/zh-tw/resources/moneropedia/fluffyblocks.md
index ade4ee39..448de5ec 100644
--- a/_i18n/zh-tw/resources/moneropedia/fluffyblocks.md
+++ b/_i18n/zh-tw/resources/moneropedia/fluffyblocks.md
@@ -3,6 +3,7 @@ terms: ["fluffy blocks", "fluffyblocks"]
summary: "a way of saving bandwidth when sending new blocks around the network"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A @block is made up of a header and @transactions. Fluffy Blocks only contain
diff --git a/_i18n/zh-tw/resources/moneropedia/fungibility.md b/_i18n/zh-tw/resources/moneropedia/fungibility.md
index 98fa7137..2151d35d 100644
--- a/_i18n/zh-tw/resources/moneropedia/fungibility.md
+++ b/_i18n/zh-tw/resources/moneropedia/fungibility.md
@@ -3,6 +3,7 @@ terms: ["fungibility", "fungible"]
summary: "property of a currency whereby two units can be substituted in place of one another"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Property of a currency whereby two units can be substituted in place of one another.
diff --git a/_i18n/zh-tw/resources/moneropedia/kovri.md b/_i18n/zh-tw/resources/moneropedia/kovri.md
index 0697af9f..779bed41 100644
--- a/_i18n/zh-tw/resources/moneropedia/kovri.md
+++ b/_i18n/zh-tw/resources/moneropedia/kovri.md
@@ -4,6 +4,7 @@ terms: ["Kovri"]
summary: "C++ router implementation of the I2P network"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
[Kovri](https://gitlab.com/kovri-project/kovri/) is a C++ implementation of the I2P network which was proposed to be integrated in Monero. At the moment the future of this I2P router is unclear and an integration with Monero is not planned.
diff --git a/_i18n/zh-tw/resources/moneropedia/locally-unique-host.md b/_i18n/zh-tw/resources/moneropedia/locally-unique-host.md
index fecc2c48..fa12a7fd 100644
--- a/_i18n/zh-tw/resources/moneropedia/locally-unique-host.md
+++ b/_i18n/zh-tw/resources/moneropedia/locally-unique-host.md
@@ -4,6 +4,7 @@ terms: ["Locally-unique-host"]
summary: "A host defined by you and resolved only by you"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A locally-unique host is a [FQDN](https://en.wikipedia.org/wiki/FQDN) defined by **you** and resolved only by you; similar to how a [hosts file](https://en.wikipedia.org/wiki/Hosts_(file)) is implemented. Not to be confused with @canonically-unique-host.
diff --git a/_i18n/zh-tw/resources/moneropedia/mining.md b/_i18n/zh-tw/resources/moneropedia/mining.md
index 82c1aeb8..dd446e0c 100644
--- a/_i18n/zh-tw/resources/moneropedia/mining.md
+++ b/_i18n/zh-tw/resources/moneropedia/mining.md
@@ -3,6 +3,7 @@ terms: ["mining", "miner", "miners"]
summary: "the process of cryptographically computing a mathematical proof for a block, containing a number of transactions, which is then added to the blockchain"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The process of cryptographically computing a mathematical proof for a block, containing a number of transactions, which is then added to the blockchain.
diff --git a/_i18n/zh-tw/resources/moneropedia/mnemonicseed.md b/_i18n/zh-tw/resources/moneropedia/mnemonicseed.md
index 0aaecb97..c92b9f53 100644
--- a/_i18n/zh-tw/resources/moneropedia/mnemonicseed.md
+++ b/_i18n/zh-tw/resources/moneropedia/mnemonicseed.md
@@ -3,6 +3,7 @@ terms: ["mnemonic-seed", "mnemonic"]
summary: "a 13 or 25 word phrase used to backup a Monero account, available in a number of languages"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A 13 or 25 word phrase used to backup a Monero account, available in a number of languages. This 25-word phrase (13 words in the case of MyMonero) has all the information needed to view and spend funds from a Monero @account.
diff --git a/_i18n/zh-tw/resources/moneropedia/node.md b/_i18n/zh-tw/resources/moneropedia/node.md
index 68029fa2..9550ab75 100644
--- a/_i18n/zh-tw/resources/moneropedia/node.md
+++ b/_i18n/zh-tw/resources/moneropedia/node.md
@@ -3,6 +3,7 @@ terms: ["node", "nodes", "full-node", "full-nodes"]
summary: "a device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network.
diff --git a/_i18n/zh-tw/resources/moneropedia/openalias.md b/_i18n/zh-tw/resources/moneropedia/openalias.md
index 4862d62b..2307ecec 100644
--- a/_i18n/zh-tw/resources/moneropedia/openalias.md
+++ b/_i18n/zh-tw/resources/moneropedia/openalias.md
@@ -3,6 +3,7 @@ terms: ["OpenAlias"]
summary: "a standard that allows you to use an email or domain syntax to pay someone instead of an address, eg. donate@getmonero.org or donate.getmonero.org"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The Monero Core Team released a standard called OpenAlias which permits much more human-readable addresses and "squares" the Zooko's triangle. OpenAlias can be used for any cryptocurrency and is already implemented in Monero, Bitcoin (in latest Electrum versions) and HyperStake.
diff --git a/_i18n/zh-tw/resources/moneropedia/paperwallet.md b/_i18n/zh-tw/resources/moneropedia/paperwallet.md
index db1a35c8..0f52bf42 100644
--- a/_i18n/zh-tw/resources/moneropedia/paperwallet.md
+++ b/_i18n/zh-tw/resources/moneropedia/paperwallet.md
@@ -3,6 +3,7 @@ terms: ["paperwallet", "paperwallets", "paper-wallet", "paper-wallets"]
summary: "A paper wallet stores the information necessary to send and receive Monero"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A paper wallet stores the information necessary to send and receive Monero.
diff --git a/_i18n/zh-tw/resources/moneropedia/paymentid.md b/_i18n/zh-tw/resources/moneropedia/paymentid.md
index 4c99c0c0..af0e4b8d 100644
--- a/_i18n/zh-tw/resources/moneropedia/paymentid.md
+++ b/_i18n/zh-tw/resources/moneropedia/paymentid.md
@@ -5,7 +5,7 @@ summary: "an optional flag that is added to identify transactions to merchants,
*Note:* Long Payment IDs have been removed since release 0.15; it's not possible to use them anymore. More info in the [blog post](https://getmonero.org/2019/06/04/Long-Payment-ID-Deprecation.html) that announced their deprecation.
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Payment ID is an **arbitrary** and **optional** transaction attachment that consists of 32 bytes (64 hexadecimal characters) or 8 bytes (in the case of integrated addresses).
diff --git a/_i18n/zh-tw/resources/moneropedia/pedersen-commitment.md b/_i18n/zh-tw/resources/moneropedia/pedersen-commitment.md
index 0f4e255a..9b2fa62c 100644
--- a/_i18n/zh-tw/resources/moneropedia/pedersen-commitment.md
+++ b/_i18n/zh-tw/resources/moneropedia/pedersen-commitment.md
@@ -3,6 +3,7 @@ terms: ["commitments", "commitment", "pedersen", "pedersen-commitment", "pederse
summary: "Pedersen commitments are cryptographic algorythms that allow a prover to commit to a certain value without revealing it or being able to change it"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Pedersen commitments are cryptographic algorythms that allow a prover to commit to a certain value without revealing it or being able to change it.
diff --git a/_i18n/zh-tw/resources/moneropedia/pruning.md b/_i18n/zh-tw/resources/moneropedia/pruning.md
index ead9dc4c..581f827e 100644
--- a/_i18n/zh-tw/resources/moneropedia/pruning.md
+++ b/_i18n/zh-tw/resources/moneropedia/pruning.md
@@ -3,7 +3,7 @@ terms: ["pruning"]
summary: "Feature that allows node operators to download and sync only 1/3 of the blockchain"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
'Pruning' allows node operators to save 2/3 of storage space while keeping the full transaction history. Pruning works by removing 7/8 of unnecessary ring signature data. The 1/8 remaining data will be available to the other nodes and will be used to sync with the network. Other pruned nodes will have a random 1/8 of the data, which they will also make available to the network. There are no privacy or security downsides when using a pruned node.
There are three ways to prune:
diff --git a/_i18n/zh-tw/resources/moneropedia/randomx.md b/_i18n/zh-tw/resources/moneropedia/randomx.md
index 768765ac..1491a581 100644
--- a/_i18n/zh-tw/resources/moneropedia/randomx.md
+++ b/_i18n/zh-tw/resources/moneropedia/randomx.md
@@ -3,6 +3,7 @@ terms: ["randomx", "random-x"]
summary: "ASIC-resistant POW algoritm currenctly used by Monero"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15.
This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the block rewards.
diff --git a/_i18n/zh-tw/resources/moneropedia/remote-node.md b/_i18n/zh-tw/resources/moneropedia/remote-node.md
index 48953545..dfde0509 100644
--- a/_i18n/zh-tw/resources/moneropedia/remote-node.md
+++ b/_i18n/zh-tw/resources/moneropedia/remote-node.md
@@ -3,6 +3,7 @@ terms: ["remote-node", "remote-nodes"]
summary: "Nodes wich are not running in the same machine as the wallet. Open remote nodes allow to use the Monero network immediately"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
A @node that doesn't run on the same local machine where the Monero @wallet is located is called "Remote Node" and can be private or open.
A **private remote node** doesn't run on your local machine, but you have full control over it. A classic example is a node running on a VPS or a server. That node is not on your local machine, but you have full control over it. You can even decide to make it become an open node, allowing people to connect to it.
diff --git a/_i18n/zh-tw/resources/moneropedia/ring-size.md b/_i18n/zh-tw/resources/moneropedia/ring-size.md
index 4ad33ddd..4888c220 100644
--- a/_i18n/zh-tw/resources/moneropedia/ring-size.md
+++ b/_i18n/zh-tw/resources/moneropedia/ring-size.md
@@ -3,6 +3,7 @@ terms: ["ring-size"]
summary: "total number of possible signers in a ring signature"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Ring size refers to the total number of possible signers in a @ring-signature. If a ring size of 4 is selected for a given @transaction, this means that there are 3 foreign outputs in addition to your “real” output. A higher ring size number will typically provide more privacy than a lower number. However, reusing an odd, recognizable ring size number for transactions could possibly make transactions stand out.
diff --git a/_i18n/zh-tw/resources/moneropedia/ringCT.md b/_i18n/zh-tw/resources/moneropedia/ringCT.md
index 3ebaae17..1d7d01ad 100644
--- a/_i18n/zh-tw/resources/moneropedia/ringCT.md
+++ b/_i18n/zh-tw/resources/moneropedia/ringCT.md
@@ -3,6 +3,7 @@ terms: ["ringCT", "ring-CT"]
summary: "a way to hide the amount sent in a Monero transaction"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
RingCT, short for Ring Confidential Transactions, is how transaction amounts are hidden in Monero.
diff --git a/_i18n/zh-tw/resources/moneropedia/ringsignatures.md b/_i18n/zh-tw/resources/moneropedia/ringsignatures.md
index b5db207f..85babd23 100644
--- a/_i18n/zh-tw/resources/moneropedia/ringsignatures.md
+++ b/_i18n/zh-tw/resources/moneropedia/ringsignatures.md
@@ -3,6 +3,7 @@ terms: ["ring-signature", "ring-signatures"]
summary: "a group of cryptographic signatures with at least one real participant, but no way to tell which in the group is the real one as they all appear valid"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
In cryptography, a ring signature is a type of digital signature that can be performed by any member of a group of users that each have keys. Therefore, a message signed with a ring signature is endorsed by someone in a particular group of people. One of the security properties of a ring signature is that it should be computationally infeasible to determine *which* of the group members' keys was used to produce the signature.
diff --git a/_i18n/zh-tw/resources/moneropedia/scalability.md b/_i18n/zh-tw/resources/moneropedia/scalability.md
index a36e9373..f69f79cb 100644
--- a/_i18n/zh-tw/resources/moneropedia/scalability.md
+++ b/_i18n/zh-tw/resources/moneropedia/scalability.md
@@ -3,7 +3,7 @@ terms: ["scalability"]
summary: "How Monero scaling is flexible and can accommodate many transactions as demand changes"
---
-{% include untranslated.html %}
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
The size of Monero @blocks (which contain @transactions) is flexible and can accommodate many transactions as demand changes. Formulas determine how the reward miners receive interacts with the number of transactions they choose to include in blocks. The @blockchain can therefore scale to meet changes in transaction volume.
diff --git a/_i18n/zh-tw/resources/moneropedia/signature.md b/_i18n/zh-tw/resources/moneropedia/signature.md
index 7ad1e27d..31e7130c 100644
--- a/_i18n/zh-tw/resources/moneropedia/signature.md
+++ b/_i18n/zh-tw/resources/moneropedia/signature.md
@@ -3,6 +3,7 @@ terms: ["signature", "signatures"]
summary: "a cryptographic method for proving ownership of a piece of information, as well as proving that the information has not been modified after being signed"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A cryptographic method for proving ownership of a piece of information, as well as proving that the information has not been modified after being signed.
\ No newline at end of file
diff --git a/_i18n/zh-tw/resources/moneropedia/smartmining.md b/_i18n/zh-tw/resources/moneropedia/smartmining.md
index 5c45f69d..bab78d4a 100644
--- a/_i18n/zh-tw/resources/moneropedia/smartmining.md
+++ b/_i18n/zh-tw/resources/moneropedia/smartmining.md
@@ -3,6 +3,7 @@ terms: ["smart-mining"]
summary: "a process of having a throttled miner mine when it otherwise does not cause drawbacks"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Smart mining is the process of having a throttled @miner mine when it otherwise does not cause drawbacks.
diff --git a/_i18n/zh-tw/resources/moneropedia/spendkey.md b/_i18n/zh-tw/resources/moneropedia/spendkey.md
index 893328c5..079332fc 100644
--- a/_i18n/zh-tw/resources/moneropedia/spendkey.md
+++ b/_i18n/zh-tw/resources/moneropedia/spendkey.md
@@ -3,6 +3,7 @@ terms: ["spend-key", "spend-keys"]
summary: "one of the two pairs of private and public cryptographic keys that each account has, with the *private* spend key used to spend any funds in the account"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
One of the two pairs of private and public cryptographic keys that each account has, with the *private* spend key used to spend any funds in the account.
diff --git a/_i18n/zh-tw/resources/moneropedia/stealthaddress.md b/_i18n/zh-tw/resources/moneropedia/stealthaddress.md
index 46d908be..f53e14a6 100644
--- a/_i18n/zh-tw/resources/moneropedia/stealthaddress.md
+++ b/_i18n/zh-tw/resources/moneropedia/stealthaddress.md
@@ -3,6 +3,7 @@ terms: ["stealth-address", "stealth-addresses"]
summary: "automatic one-time addresses for every transaction"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Stealth addresses are an important part of Monero's inherent privacy. They allow and require the sender to create random one-time addresses for every @transaction on behalf of the recipient. The recipient can publish just one address, yet have all of his/her incoming payments go to unique addresses on the @blockchain, where they cannot be linked back to either the recipient's published address or any other transactions' addresses. By using stealth addresses, only the sender and receiver can determine where a payment was sent.
diff --git a/_i18n/zh-tw/resources/moneropedia/tail-emission.md b/_i18n/zh-tw/resources/moneropedia/tail-emission.md
index ade85309..fbfac361 100644
--- a/_i18n/zh-tw/resources/moneropedia/tail-emission.md
+++ b/_i18n/zh-tw/resources/moneropedia/tail-emission.md
@@ -3,6 +3,7 @@ terms: ["Tail-Emission"]
summary: "the block reward at the end of the emission curve"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
Monero block rewards will never drop to zero. Block rewards will gradually drop until tail emission commences at the end of May 2022. At this point, rewards will be fixed at 0.6 XMR per block.
diff --git a/_i18n/zh-tw/resources/moneropedia/transaction.md b/_i18n/zh-tw/resources/moneropedia/transaction.md
index 95c68703..603b9fcd 100644
--- a/_i18n/zh-tw/resources/moneropedia/transaction.md
+++ b/_i18n/zh-tw/resources/moneropedia/transaction.md
@@ -3,6 +3,7 @@ terms: ["transaction", "transactions"]
summary: "a cryptographically signed container that details the transfer of Monero to a recipient (or recipients)"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A cryptographically signed container that details the transfer of Monero to a recipient (or recipients).
diff --git a/_i18n/zh-tw/resources/moneropedia/unlocktime.md b/_i18n/zh-tw/resources/moneropedia/unlocktime.md
index 335a946b..776a62d1 100644
--- a/_i18n/zh-tw/resources/moneropedia/unlocktime.md
+++ b/_i18n/zh-tw/resources/moneropedia/unlocktime.md
@@ -3,6 +3,7 @@ terms: ["unlock-time"]
summary: "a special transaction where the recipient can only spend the funds after a future date, as set by the sender"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A special transaction where the recipient can only spend the funds after a future date, as set by the sender.
diff --git a/_i18n/zh-tw/resources/moneropedia/viewkey.md b/_i18n/zh-tw/resources/moneropedia/viewkey.md
index 469fc02a..59763cc7 100644
--- a/_i18n/zh-tw/resources/moneropedia/viewkey.md
+++ b/_i18n/zh-tw/resources/moneropedia/viewkey.md
@@ -3,6 +3,7 @@ terms: ["view-key", "view-keys"]
summary: "one of two sets of private and public cryptographic keys that each account has, with the private view key required to view all transactions related to the account"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
One of two sets of private and public cryptographic keys that each account has, with the private view key required to view all transactions related to the account.
diff --git a/_i18n/zh-tw/resources/moneropedia/wallet.md b/_i18n/zh-tw/resources/moneropedia/wallet.md
index 078033d4..6f84b36d 100644
--- a/_i18n/zh-tw/resources/moneropedia/wallet.md
+++ b/_i18n/zh-tw/resources/moneropedia/wallet.md
@@ -3,6 +3,7 @@ terms: ["wallet", "wallets"]
summary: "A wallet stores the information necessary to send and receive Monero"
---
+{% include disclaimer.html translated="no" translationOutdated="no" %}
### The Basics
A Monero account, or wallet, stores the information necessary to send and receive Moneroj. In addition to sending and receiving, the Monero Wallet software keeps a private history of your transactions and allows you to cryptographically sign messages. It also includes Monero mining software and an address book.
diff --git a/_includes/untranslated.html b/_includes/untranslated.html
deleted file mode 100644
index 3a45414c..00000000
--- a/_includes/untranslated.html
+++ /dev/null
@@ -1,3 +0,0 @@
-