Skip to content

Commit 0f90ac2

Browse files
committed
po4a: bulk changes
1 parent 2d6bd03 commit 0f90ac2

1,343 files changed

Lines changed: 106846 additions & 60426 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_i18n/ar/resources/moneropedia/address.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ terms: ["address", "addresses"]
99

1010
When you send Monero to someone you only need one piece of information, and
1111
that is their Monero address. A *raw* Monero address is a set of 95
12-
characters starting with a '4'. The Monero donation address, for instance,
13-
is
12+
characters starting with a '4' or an '8'. The Monero donation address, for
13+
instance, is
1414
888tNkZrPN6JsEgekjMnABU4TBzc2Dt29EPAvkRxbANsAnjyPbb3iQ1YBRk1UXcdRsiKc9dhwMVgN5S9cQUiyoogDavup3H.
1515

1616
Because those addresses are long and complex, you will often encounter an

_i18n/ar/resources/moneropedia/clearnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ that *all* of your connections can be tracked, traced, and monitored by:
1616
- the website/service/person you're communicating with
1717

1818
- possibly a [Five Eyes](https://en.wikipedia.org/wiki/5_Eyes) capable
19-
entity
19+
entity
2020

2121
and even if you use [HTTPS](https://en.wikipedia.org/wiki/HTTPS) or similar
2222
(which *encrypts* your transmission), your route is not hidden nor is it

_i18n/ar/resources/moneropedia/locally-unique-host.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ you wish.
2626
### Notes
2727

2828
- Monero primarily uses @canonically-unique-host resolution while I2P only
29-
uses @locally-unique-host resolution.
29+
uses @locally-unique-host resolution.
3030

3131
- I2P's and @Kovri's assigned top-level domain is currently `.i2p` and
32-
@Kovri intends to only process/use the `.i2p` [top-level
33-
domain](https://en.wikipedia.org/wiki/Top_level_domain)
32+
@Kovri intends to only process/use the `.i2p` [top-level
33+
domain](https://en.wikipedia.org/wiki/Top_level_domain)

_i18n/ar/resources/moneropedia/p2pool.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ terms: ["P2Pool", "monero-p2pool"]
99
### The Basics
1010

1111
Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh
12-
(also known as sech1). P2Pool was a concept first developed for the
13-
Bitcoin blockchain but was never fully realized due to certain limitations,
14-
mainly because it had a problem with orphaned @blocks which is solved in
15-
Monero P2Pool with uncle blocks.
12+
(also known as sech1). P2Pool was a concept first developed for the Bitcoin
13+
blockchain but was never fully realized due to certain limitations, mainly
14+
because it had a problem with orphaned @blocks which is solved in Monero
15+
P2Pool with uncle blocks.
1616

1717
Unlike a traditional mining pool, P2Pool allows it's users to fully control
1818
their own @node and what it mines. P2Pool has no central server that can be

_i18n/ar/resources/moneropedia/pruning.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ node.
1616
There are three ways to prune:
1717

1818
- *Synchronize a pruned node from scratch:* You will download and sync only
19-
1/3 of the full blockchain.
19+
1/3 of the full blockchain.
2020

2121
- *Prune an existing node:* The already existing blockchain will be pruned,
22-
but this will not result in a smaller blockchain. Instead, it will mark
23-
parts of the file as free, so that future data will use that free space,
24-
causing the file to not grow until free space grows scarce.
22+
but this will not result in a smaller blockchain. Instead, it will mark
23+
parts of the file as free, so that future data will use that free space,
24+
causing the file to not grow until free space grows scarce.
2525

2626
- *Create a new pruned blockchain from a full one:* A full blockchain that
27-
you already have will be used to create a new, pruned blockchain.
27+
you already have will be used to create a new, pruned blockchain.
2828

2929
Pruned nodes are very useful and preferable to @remote-nodes, but if
3030
possible, users should run a full node and opt for pruning only in case if

_i18n/ar/resources/moneropedia/remote-node.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,22 @@ port, or use a public one.
3636

3737
Public nodes are reachable in the network using two systems:
3838

39-
- **Node aggregators**, which are basically lists of open remote nodes. The
40-
operators of those nodes decided to add them to the aggregator so that other
41-
people can use them. The aggregator will provide to the person who want to
42-
use a remote node a simple URL. This URL connects to one of the nodes in the
43-
list and will need to be inserted in the Monero wallet (GUI or CLI). The
44-
wallet will then contact one of the nodes provided by the URL and will allow
45-
the end user to immediately receive and send transactions. One of the most
46-
famous node aggregators is [MoneroWorld](https://moneroworld.com/#nodes).
39+
- **A node aggregator**. Which is basically a list of public remote
40+
nodes. The operators of those nodes decided to add them to the aggregator
41+
so that other people can use them. The aggregator will provide the user
42+
with a list of remote nodes to choose from. The selected node will need to
43+
be manually entered into your Monero wallet of choice. The wallet will
44+
connect to the selected node, allowing the user to sync their wallet with
45+
the network as well as send and receive transactions. One of the most
46+
famous node aggregators is [Monero.fail](https://monero.fail/).
4747

4848
- **Native public nodes**. This is one of the new coolest features the
49-
Monero devs came up with to improve the user experience and to make easier
50-
to connect to the network. The @daemon allows to make a node public by
51-
simply adding the flag `--public-node`. Doing so, it will be advertised on
52-
the P2P network and people will be able to connect to it (or to another
53-
public node advertising itself in the same way) using the related option in
54-
the GUI and CLI wallets.
49+
Monero devs came up with to improve the user experience and to make easier
50+
to connect to the network. The @daemon allows to make a node public by
51+
simply adding the flag `--public-node`. Doing so, it will be advertised on
52+
the P2P network and people will be able to connect to it (or to another
53+
public node advertising itself in the same way) using the related option
54+
in the GUI and CLI wallets.
5555

5656
Be aware that using public remote nodes can be risky. Node operators can
5757
link transactions to IP addresses. These risks can be mitigated, but you

_i18n/ar/resources/moneropedia/ringsignatures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ setup).
2424
### Application to Monero
2525

2626
A ring signature makes use of your @account keys and a number of public keys
27-
(also known as outputs) pulled from the @blockchain using a triangular
27+
(also known as outputs) pulled from the @blockchain using a gamma
2828
distribution method. Over the course of time, past outputs could be used
2929
multiple times to form possible signer participants. In a "ring" of possible
3030
signers, all ring members are equal and valid. There is no way an outside

_i18n/ar/resources/moneropedia/tail-emission.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ terms: ["Tail-Emission"]
77

88
### The Basics
99

10-
Monero block rewards will never drop to zero. Block rewards will gradually
11-
drop until tail emission commences at the end of May 2022. At this point,
12-
rewards will be fixed at 0.6 XMR per block.
10+
Monero block rewards will never drop to zero. Block rewards gradually
11+
dropped until tail emission commenced at the end of May 2022. At this point,
12+
rewards will stay fixed at 0.6 XMR or less* per block.
13+
14+
* Due to block size penalties.
1315

1416
### Why
1517

_i18n/ar/resources/moneropedia/wallet.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ overwritten. As soon as a cold wallet is connected to the Internet or its
2323
mnemonic phrase or @spend-key is entered on an Internet-connected device,
2424
it's no longer "cold" and should be considered "hot".
2525

26-
A Monero @paper-wallet can be generated by downloading the source code of
27-
https://moneroaddress.org/. Verify the signature of the code on a trusted
28-
airgapped device. Create the wallet and print or store it on the media of
29-
your choice.
26+
A Monero @paper-wallet can be generated by downloading the [wallet-generator
27+
page on Getmonero]({{ site.baseurl }}/generator). Verify the signature of
28+
the code on a trusted airgapped device. Create the wallet and print or
29+
store it on the media of your choice.
3030

3131
Monero accounts and paper-wallets can be stored on any media - paper, USB
3232
drive, CD/DVD, or a hardware wallet device (Ledger available since June

_i18n/ar/resources/moneropedia/weblate/account.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
10-
"POT-Creation-Date: 2021-08-27 12:18+0200\n"
10+
"POT-Creation-Date: 2024-06-23 08:34+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,13 +16,13 @@ msgstr ""
1616
"Content-Type: text/plain; charset=UTF-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
1818

19-
#. type: YAML Front Matter: summary
19+
#. type: Yaml Front Matter Hash Value: summary
2020
#: ../_i18n/en/resources/moneropedia/account.md:1
2121
#, no-wrap
2222
msgid "similar in function to a bank account, contains all of your sent and received transactions"
2323
msgstr ""
2424

25-
#. type: YAML Front Matter: terms
25+
#. type: Yaml Front Matter Hash Value: terms
2626
#: ../_i18n/en/resources/moneropedia/account.md:1
2727
#, no-wrap
2828
msgid "[\"account\", \"accounts\", \"wallet\", \"wallets\"]"

0 commit comments

Comments
 (0)