From a331627fa16408f2920cb95428482201d01387d1 Mon Sep 17 00:00:00 2001 From: erciccione Date: Fri, 8 Oct 2021 13:40:15 +0100 Subject: [PATCH 1/2] moneropedia: uniform structure of spendkey.md and add config file --- _i18n/ar/resources/moneropedia/spendkey.md | 14 +++++++++----- _i18n/de/resources/moneropedia/spendkey.md | 15 +++++++++++---- _i18n/en/resources/moneropedia/spendkey.md | 3 +-- _i18n/es/resources/moneropedia/spendkey.md | 14 +++++++++----- _i18n/fr/resources/moneropedia/spendkey.md | 13 ++++++++++--- _i18n/it/resources/moneropedia/spendkey.md | 14 +++++++++----- _i18n/nb-no/resources/moneropedia/spendkey.md | 13 ++++++++++--- _i18n/nl/resources/moneropedia/spendkey.md | 14 +++++++++----- _i18n/pl/resources/moneropedia/spendkey.md | 15 ++++++++++----- _i18n/pt-br/resources/moneropedia/spendkey.md | 14 +++++++++----- _i18n/ru/resources/moneropedia/spendkey.md | 13 ++++++++++--- _i18n/tr/resources/moneropedia/spendkey.md | 16 ++++++++++------ _i18n/zh-cn/resources/moneropedia/spendkey.md | 4 ++-- _i18n/zh-tw/resources/moneropedia/spendkey.md | 14 +++++++++----- po/moneropedia/spendkey.config | 13 +++++++++++++ 15 files changed, 131 insertions(+), 58 deletions(-) create mode 100644 po/moneropedia/spendkey.config diff --git a/_i18n/ar/resources/moneropedia/spendkey.md b/_i18n/ar/resources/moneropedia/spendkey.md index 079332fc..af7791f7 100644 --- a/_i18n/ar/resources/moneropedia/spendkey.md +++ b/_i18n/ar/resources/moneropedia/spendkey.md @@ -1,15 +1,19 @@ --- +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' 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. +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. ### In-depth Information -The *private* spend key is a 256-bit integer that is used to sign Monero transactions. With the current deterministic key derivation method of the official wallet, the private spend key is also an alternate representation of the @mnemonic-seed. It can be used to derive all other account keys. - - +The *private* spend key is a 256-bit integer that is used to sign Monero +transactions. With the current deterministic key derivation method of the +official wallet, the private spend key is also an alternate representation +of the @mnemonic-seed. It can be used to derive all other account keys. diff --git a/_i18n/de/resources/moneropedia/spendkey.md b/_i18n/de/resources/moneropedia/spendkey.md index 49e136c7..6b90a0a7 100644 --- a/_i18n/de/resources/moneropedia/spendkey.md +++ b/_i18n/de/resources/moneropedia/spendkey.md @@ -1,14 +1,21 @@ --- +summary: 'Eines der zwei Paare privater und öffentlicher kryptografischer Schlüssel, über welche jedes Konto verfügt. Der *private* Spend-Key wird genutzt, um jegliches Guthaben auf dem Konto auszugeben' terms: ["spend-key", "spend-keys", "Spend-Key", "Spend-Keys"] -summary: "Eines der zwei Paare privater und öffentlicher kryptografischer Schlüssel, über welche jedes Konto verfügt; der private Spend-Key wird genutzt, um jegliches Guthaben auf dem Konto auszugeben" --- {% include disclaimer.html translated="yes" translationOutdated="no" %} + ### Grundlagen -Eines der zwei Paare privater und öffentlicher kryptografischer Schlüssel, über welche jedes Konto verfügt. Der *private* Spend-Key wird genutzt, um jegliches Guthaben auf dem Konto auszugeben. +Eines der zwei Paare privater und öffentlicher kryptografischer Schlüssel, +über welche jedes Konto verfügt. Der *private* Spend-Key wird genutzt, um +jegliches Guthaben auf dem Konto auszugeben. ### Ausführliche Informationen -Der *private* Spend-Key ist ein 256-Bit-Integer, der zum Signieren von Monero-Transaktionen verwendet wird. Durch das aktuelle, deterministische Verfahren des offiziellen Wallets, durch welches eine Ableitung der Schlüssel erfolgt, ist der private Spend-Key zusätzlich eine alternative Schreibweise des @mnemonischen-Seeds. Er kann zum Ableiten aller anderen Konto-Schlüssel genutzt werden. - +Der *private* Spend-Key ist ein 256-Bit-Integer, der zum Signieren von +Monero-Transaktionen verwendet wird. Durch das aktuelle, deterministische +Verfahren des offiziellen Wallets, durch welches eine Ableitung der +Schlüssel erfolgt, ist der private Spend-Key zusätzlich eine alternative +Schreibweise des @mnemonischen-Seeds. Er kann zum Ableiten aller anderen +Konto-Schlüssel genutzt werden. diff --git a/_i18n/en/resources/moneropedia/spendkey.md b/_i18n/en/resources/moneropedia/spendkey.md index 079332fc..73f78972 100644 --- a/_i18n/en/resources/moneropedia/spendkey.md +++ b/_i18n/en/resources/moneropedia/spendkey.md @@ -4,6 +4,7 @@ summary: "one of the two pairs of private and public cryptographic keys that eac --- {% 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. @@ -11,5 +12,3 @@ One of the two pairs of private and public cryptographic keys that each account ### In-depth Information The *private* spend key is a 256-bit integer that is used to sign Monero transactions. With the current deterministic key derivation method of the official wallet, the private spend key is also an alternate representation of the @mnemonic-seed. It can be used to derive all other account keys. - - diff --git a/_i18n/es/resources/moneropedia/spendkey.md b/_i18n/es/resources/moneropedia/spendkey.md index 079332fc..af7791f7 100644 --- a/_i18n/es/resources/moneropedia/spendkey.md +++ b/_i18n/es/resources/moneropedia/spendkey.md @@ -1,15 +1,19 @@ --- +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' 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. +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. ### In-depth Information -The *private* spend key is a 256-bit integer that is used to sign Monero transactions. With the current deterministic key derivation method of the official wallet, the private spend key is also an alternate representation of the @mnemonic-seed. It can be used to derive all other account keys. - - +The *private* spend key is a 256-bit integer that is used to sign Monero +transactions. With the current deterministic key derivation method of the +official wallet, the private spend key is also an alternate representation +of the @mnemonic-seed. It can be used to derive all other account keys. diff --git a/_i18n/fr/resources/moneropedia/spendkey.md b/_i18n/fr/resources/moneropedia/spendkey.md index 43282305..e7149729 100644 --- a/_i18n/fr/resources/moneropedia/spendkey.md +++ b/_i18n/fr/resources/moneropedia/spendkey.md @@ -1,13 +1,20 @@ --- +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" 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. +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. ### Informations détaillées -La clef de dépense *privée* est un entier de 256 bits qui est utilisé pour signer les transactions Monero. Avec l'actuelle méthode déterministe de dérivation de clef du portefeuille officiel, la clef privée de dépense est également une représentation alternative de la @phrase-mnémonique. Elle peut être utilisée pour dériver toutes les autres clefs du compte. +La clef de dépense *privée* est un entier de 256 bits qui est utilisé pour +signer les transactions Monero. Avec l'actuelle méthode déterministe de +dérivation de clef du portefeuille officiel, la clef privée de dépense est +également une représentation alternative de la @phrase-mnémonique. Elle peut +être utilisée pour dériver toutes les autres clefs du compte. diff --git a/_i18n/it/resources/moneropedia/spendkey.md b/_i18n/it/resources/moneropedia/spendkey.md index 079332fc..af7791f7 100644 --- a/_i18n/it/resources/moneropedia/spendkey.md +++ b/_i18n/it/resources/moneropedia/spendkey.md @@ -1,15 +1,19 @@ --- +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' 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. +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. ### In-depth Information -The *private* spend key is a 256-bit integer that is used to sign Monero transactions. With the current deterministic key derivation method of the official wallet, the private spend key is also an alternate representation of the @mnemonic-seed. It can be used to derive all other account keys. - - +The *private* spend key is a 256-bit integer that is used to sign Monero +transactions. With the current deterministic key derivation method of the +official wallet, the private spend key is also an alternate representation +of the @mnemonic-seed. It can be used to derive all other account keys. diff --git a/_i18n/nb-no/resources/moneropedia/spendkey.md b/_i18n/nb-no/resources/moneropedia/spendkey.md index 5335aa00..a74d3351 100644 --- a/_i18n/nb-no/resources/moneropedia/spendkey.md +++ b/_i18n/nb-no/resources/moneropedia/spendkey.md @@ -1,13 +1,20 @@ --- +summary: 'Ett av to par med private og offentlige kryptografiske nøkler som hver konto har, med en *privat* forbruksnøkkel som brukes til å forbruke eventuelle midler på kontoen' terms: ["spend-key", "spend-keys", "forbruksnøkkel", "forbruksnøkler"] -summary: "ett av to par med private og offentlige kryptografiske nøkler som hver konto har, med en *privat* forbruksnøkkel som brukes til å forbruke eventuelle midler på kontoen" --- {% include disclaimer.html translated="yes" translationOutdated="no" %} + ### Det grunnleggende -Ett av to par med private og offentlige kryptografiske nøkler som hver konto har, med en *privat* forbruksnøkkel som brukes til å forbruke eventuelle midler på kontoen. +Ett av to par med private og offentlige kryptografiske nøkler som hver konto +har, med en *privat* forbruksnøkkel som brukes til å forbruke eventuelle +midler på kontoen. ### Inngående informasjon -Den *private* forbruksnøkkelen er et 256-bits heltall som brukes til å signere Monero-transaksjoner. Med den nåværende deterministiske metoden til den offisielle lommebokens, er den private forbruksnøkkelen også en alternativ representasjon av det @mnemoniske frøet. Den kan brukes til å utlede alle andre kontonøklene. +Den *private* forbruksnøkkelen er et 256-bits heltall som brukes til å +signere Monero-transaksjoner. Med den nåværende deterministiske metoden til +den offisielle lommebokens, er den private forbruksnøkkelen også en +alternativ representasjon av det @mnemoniske frøet. Den kan brukes til å +utlede alle andre kontonøklene. diff --git a/_i18n/nl/resources/moneropedia/spendkey.md b/_i18n/nl/resources/moneropedia/spendkey.md index 079332fc..af7791f7 100644 --- a/_i18n/nl/resources/moneropedia/spendkey.md +++ b/_i18n/nl/resources/moneropedia/spendkey.md @@ -1,15 +1,19 @@ --- +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' 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. +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. ### In-depth Information -The *private* spend key is a 256-bit integer that is used to sign Monero transactions. With the current deterministic key derivation method of the official wallet, the private spend key is also an alternate representation of the @mnemonic-seed. It can be used to derive all other account keys. - - +The *private* spend key is a 256-bit integer that is used to sign Monero +transactions. With the current deterministic key derivation method of the +official wallet, the private spend key is also an alternate representation +of the @mnemonic-seed. It can be used to derive all other account keys. diff --git a/_i18n/pl/resources/moneropedia/spendkey.md b/_i18n/pl/resources/moneropedia/spendkey.md index a5314664..504f8947 100644 --- a/_i18n/pl/resources/moneropedia/spendkey.md +++ b/_i18n/pl/resources/moneropedia/spendkey.md @@ -1,15 +1,20 @@ --- +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' terms: ["spend-key", "spend-keys", "klucz-wydawania", "klucza-wydawania", "kluczem-wydawania", "kluczowi-wydawania"] -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. +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. ### Szczegółowe informacje -*Prywatny* klucz wydawania jest 256-bitową liczbą całkowitą używaną do podpisywania transakcji Monero. Poprzez obecną deterministyczną metodę pochodnej klucza w oficjalnym portfelu, prywatny klucz wydawania jest także zastępczą reprezentacją @kodu-mnemonicznego. Może zostać użyty do pobrania wszystkich pozostałych kluczy do konta. - - +*Prywatny* klucz wydawania jest 256-bitową liczbą całkowitą używaną do +podpisywania transakcji Monero. Poprzez obecną deterministyczną metodę +pochodnej klucza w oficjalnym portfelu, prywatny klucz wydawania jest także +zastępczą reprezentacją @kodu-mnemonicznego. Może zostać użyty do pobrania +wszystkich pozostałych kluczy do konta. diff --git a/_i18n/pt-br/resources/moneropedia/spendkey.md b/_i18n/pt-br/resources/moneropedia/spendkey.md index 079332fc..af7791f7 100644 --- a/_i18n/pt-br/resources/moneropedia/spendkey.md +++ b/_i18n/pt-br/resources/moneropedia/spendkey.md @@ -1,15 +1,19 @@ --- +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' 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. +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. ### In-depth Information -The *private* spend key is a 256-bit integer that is used to sign Monero transactions. With the current deterministic key derivation method of the official wallet, the private spend key is also an alternate representation of the @mnemonic-seed. It can be used to derive all other account keys. - - +The *private* spend key is a 256-bit integer that is used to sign Monero +transactions. With the current deterministic key derivation method of the +official wallet, the private spend key is also an alternate representation +of the @mnemonic-seed. It can be used to derive all other account keys. diff --git a/_i18n/ru/resources/moneropedia/spendkey.md b/_i18n/ru/resources/moneropedia/spendkey.md index 11cd0b64..4f86d34e 100644 --- a/_i18n/ru/resources/moneropedia/spendkey.md +++ b/_i18n/ru/resources/moneropedia/spendkey.md @@ -1,13 +1,20 @@ --- +summary: 'Одна из двух пар приватных и публичных криптографических ключей, которые есть у каждого счёта. При этом *приватный* ключ траты используется для траты любых средств, имеющихся на таком счёте.' terms: ["spend-key", "spend-keys", "ключа-траты", "ключ-траты", "ключом-траты"] -summary: "Одна из двух пар приватных и публичных криптографических ключей, которые есть у каждого счёта. При этом приватный ключ траты используется для траты любых средств, имеющихся на таком счёте." --- {% include disclaimer.html translated="yes" translationOutdated="no" %} + ### Основная информация -Одна из двух пар приватных и публичных криптографических ключей, которые есть у каждого счёта. При этом *приватный* ключ траты используется для траты любых средств, имеющихся на таком счёте. +Одна из двух пар приватных и публичных криптографических ключей, которые +есть у каждого счёта. При этом *приватный* ключ траты используется для траты +любых средств, имеющихся на таком счёте. ### Углублённая информация -*Приватный* ключ траты является 256-битным целым числом, используемым для подписания транзакций Monero. Учитывая детерминированный метод выведения ключа, который используется официальным кошельком, приватный ключ траты также является альтернативным представлением @мнемонической-фразы. Он может использоваться в качестве основы для выведения других ключей счёта. +*Приватный* ключ траты является 256-битным целым числом, используемым для +подписания транзакций Monero. Учитывая детерминированный метод выведения +ключа, который используется официальным кошельком, приватный ключ траты +также является альтернативным представлением @мнемонической-фразы. Он может +использоваться в качестве основы для выведения других ключей счёта. diff --git a/_i18n/tr/resources/moneropedia/spendkey.md b/_i18n/tr/resources/moneropedia/spendkey.md index 25365841..af7791f7 100644 --- a/_i18n/tr/resources/moneropedia/spendkey.md +++ b/_i18n/tr/resources/moneropedia/spendkey.md @@ -1,15 +1,19 @@ --- +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' 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" %} +{% 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. +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. ### In-depth Information -The *private* spend key is a 256-bit integer that is used to sign Monero transactions. With the current deterministic key derivation method of the official wallet, the private spend key is also an alternate representation of the @mnemonic-seed. It can be used to derive all other account keys. - - +The *private* spend key is a 256-bit integer that is used to sign Monero +transactions. With the current deterministic key derivation method of the +official wallet, the private spend key is also an alternate representation +of the @mnemonic-seed. It can be used to derive all other account keys. diff --git a/_i18n/zh-cn/resources/moneropedia/spendkey.md b/_i18n/zh-cn/resources/moneropedia/spendkey.md index d22216b5..2f6ecaad 100644 --- a/_i18n/zh-cn/resources/moneropedia/spendkey.md +++ b/_i18n/zh-cn/resources/moneropedia/spendkey.md @@ -1,14 +1,14 @@ --- +summary: 每个帐户拥有的两对私钥和公钥中的一对,其中*私有的*支付密钥(私钥),用于花费帐户中的任何资金。 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" %} + ### 基础知识 每个帐户拥有的两对私钥和公钥中的一对,其中*私有的*支付密钥(私钥),用于花费帐户中的任何资金。 - ### 深度信息 *私有的*支付密钥是一个256位的整数,用于对门罗币的交易进行签名。使用当前官方钱包的确定性密钥推导方法,私有的支付密钥也是@助记词种子的另一种表示形式。它可以用来派生账户中所有的其它密钥。 diff --git a/_i18n/zh-tw/resources/moneropedia/spendkey.md b/_i18n/zh-tw/resources/moneropedia/spendkey.md index 079332fc..af7791f7 100644 --- a/_i18n/zh-tw/resources/moneropedia/spendkey.md +++ b/_i18n/zh-tw/resources/moneropedia/spendkey.md @@ -1,15 +1,19 @@ --- +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' 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. +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. ### In-depth Information -The *private* spend key is a 256-bit integer that is used to sign Monero transactions. With the current deterministic key derivation method of the official wallet, the private spend key is also an alternate representation of the @mnemonic-seed. It can be used to derive all other account keys. - - +The *private* spend key is a 256-bit integer that is used to sign Monero +transactions. With the current deterministic key derivation method of the +official wallet, the private spend key is also an alternate representation +of the @mnemonic-seed. It can be used to derive all other account keys. diff --git a/po/moneropedia/spendkey.config b/po/moneropedia/spendkey.config new file mode 100644 index 00000000..4815f724 --- /dev/null +++ b/po/moneropedia/spendkey.config @@ -0,0 +1,13 @@ +[po4a_langs] es it pl fr ar ru de nl pt-br tr zh-cn zh-tw nb-no +[po4a_paths] ../_i18n/en/resources/moneropedia/weblate/spendkey.pot $lang:../_i18n/$lang/resources/moneropedia/weblate/spendkey.po + +[options] opt:"--keep=0" +[options] opt:"--localized-charset=UTF-8" +[options] opt:"--master-charset=UTF-8" +[options] opt:"--master-language=en_US" +[options] opt:"--msgmerge-opt='--no-wrap'" +[options] opt:"--wrap-po=newlines" + +[po4a_alias:markdown] text opt:"--option markdown" + +[type: markdown] ../_i18n/en/resources/moneropedia/spendkey.md $lang:../_i18n/$lang/resources/moneropedia/spendkey.md \ No newline at end of file From cdb01a741f16145debd8ad080c4f1e34b8737af0 Mon Sep 17 00:00:00 2001 From: erciccione Date: Fri, 8 Oct 2021 13:40:35 +0100 Subject: [PATCH 2/2] add .po and .pot files for spendkey.md --- .../resources/moneropedia/weblate/spendkey.po | 56 ++++++++++++++++++ .../resources/moneropedia/weblate/spendkey.po | 59 +++++++++++++++++++ .../moneropedia/weblate/spendkey.pot | 59 +++++++++++++++++++ .../resources/moneropedia/weblate/spendkey.po | 56 ++++++++++++++++++ .../resources/moneropedia/weblate/spendkey.po | 59 +++++++++++++++++++ .../resources/moneropedia/weblate/spendkey.po | 56 ++++++++++++++++++ .../resources/moneropedia/weblate/spendkey.po | 59 +++++++++++++++++++ .../resources/moneropedia/weblate/spendkey.po | 56 ++++++++++++++++++ .../resources/moneropedia/weblate/spendkey.po | 59 +++++++++++++++++++ .../resources/moneropedia/weblate/spendkey.po | 56 ++++++++++++++++++ .../resources/moneropedia/weblate/spendkey.po | 59 +++++++++++++++++++ .../resources/moneropedia/weblate/spendkey.po | 56 ++++++++++++++++++ .../resources/moneropedia/weblate/spendkey.po | 59 +++++++++++++++++++ .../resources/moneropedia/weblate/spendkey.po | 56 ++++++++++++++++++ 14 files changed, 805 insertions(+) create mode 100644 _i18n/ar/resources/moneropedia/weblate/spendkey.po create mode 100644 _i18n/de/resources/moneropedia/weblate/spendkey.po create mode 100644 _i18n/en/resources/moneropedia/weblate/spendkey.pot create mode 100644 _i18n/es/resources/moneropedia/weblate/spendkey.po create mode 100644 _i18n/fr/resources/moneropedia/weblate/spendkey.po create mode 100644 _i18n/it/resources/moneropedia/weblate/spendkey.po create mode 100644 _i18n/nb-no/resources/moneropedia/weblate/spendkey.po create mode 100644 _i18n/nl/resources/moneropedia/weblate/spendkey.po create mode 100644 _i18n/pl/resources/moneropedia/weblate/spendkey.po create mode 100644 _i18n/pt-br/resources/moneropedia/weblate/spendkey.po create mode 100644 _i18n/ru/resources/moneropedia/weblate/spendkey.po create mode 100644 _i18n/tr/resources/moneropedia/weblate/spendkey.po create mode 100644 _i18n/zh-cn/resources/moneropedia/weblate/spendkey.po create mode 100644 _i18n/zh-tw/resources/moneropedia/weblate/spendkey.po diff --git a/_i18n/ar/resources/moneropedia/weblate/spendkey.po b/_i18n/ar/resources/moneropedia/weblate/spendkey.po new file mode 100644 index 00000000..936454e4 --- /dev/null +++ b/_i18n/ar/resources/moneropedia/weblate/spendkey.po @@ -0,0 +1,56 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-10-08 13:32+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: YAML Front Matter: summary +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "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" +msgstr "" + +#. type: YAML Front Matter: terms +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "[\"spend-key\", \"spend-keys\"]" +msgstr "" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:7 +msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}" +msgstr "" + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:8 +#, no-wrap +msgid "The Basics" +msgstr "" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:11 +msgid "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." +msgstr "" + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:12 +#, no-wrap +msgid "In-depth Information" +msgstr "" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:14 +msgid "The *private* spend key is a 256-bit integer that is used to sign Monero transactions. With the current deterministic key derivation method of the official wallet, the private spend key is also an alternate representation of the @mnemonic-seed. It can be used to derive all other account keys." +msgstr "" diff --git a/_i18n/de/resources/moneropedia/weblate/spendkey.po b/_i18n/de/resources/moneropedia/weblate/spendkey.po new file mode 100644 index 00000000..18eae7ca --- /dev/null +++ b/_i18n/de/resources/moneropedia/weblate/spendkey.po @@ -0,0 +1,59 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-10-08 13:32+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: YAML Front Matter: summary +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "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" +msgstr "Eines der zwei Paare privater und öffentlicher kryptografischer Schlüssel, über welche jedes Konto verfügt. Der *private* Spend-Key wird genutzt, um jegliches Guthaben auf dem Konto auszugeben" + +#. type: YAML Front Matter: terms +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "[\"spend-key\", \"spend-keys\"]" +msgstr "[\"spend-key\", \"spend-keys\", \"Spend-Key\", \"Spend-Keys\"]" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:7 +# +msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}" +msgstr "{% include disclaimer.html translated=\"yes\" translationOutdated=\"no\" %}" + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:8 +#, no-wrap +msgid "The Basics" +msgstr "Grundlagen" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:11 +# +msgid "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." +msgstr "Eines der zwei Paare privater und öffentlicher kryptografischer Schlüssel, über welche jedes Konto verfügt. Der *private* Spend-Key wird genutzt, um jegliches Guthaben auf dem Konto auszugeben." + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:12 +#, no-wrap +msgid "In-depth Information" +msgstr "Ausführliche Informationen" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:14 +# +msgid "The *private* spend key is a 256-bit integer that is used to sign Monero transactions. With the current deterministic key derivation method of the official wallet, the private spend key is also an alternate representation of the @mnemonic-seed. It can be used to derive all other account keys." +msgstr "Der *private* Spend-Key ist ein 256-Bit-Integer, der zum Signieren von Monero-Transaktionen verwendet wird. Durch das aktuelle, deterministische Verfahren des offiziellen Wallets, durch welches eine Ableitung der Schlüssel erfolgt, ist der private Spend-Key zusätzlich eine alternative Schreibweise des @mnemonischen-Seeds. Er kann zum Ableiten aller anderen Konto-Schlüssel genutzt werden." diff --git a/_i18n/en/resources/moneropedia/weblate/spendkey.pot b/_i18n/en/resources/moneropedia/weblate/spendkey.pot new file mode 100644 index 00000000..84d58a01 --- /dev/null +++ b/_i18n/en/resources/moneropedia/weblate/spendkey.pot @@ -0,0 +1,59 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-10-08 13:32+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: en_US\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: YAML Front Matter: summary +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "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" +msgstr "" + +#. type: YAML Front Matter: terms +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "[\"spend-key\", \"spend-keys\"]" +msgstr "" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:7 +#, markdown-text +msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}" +msgstr "" + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:8 +#, markdown-text, no-wrap +msgid "The Basics" +msgstr "" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:11 +#, markdown-text +msgid "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." +msgstr "" + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:12 +#, markdown-text, no-wrap +msgid "In-depth Information" +msgstr "" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:14 +#, markdown-text +msgid "The *private* spend key is a 256-bit integer that is used to sign Monero transactions. With the current deterministic key derivation method of the official wallet, the private spend key is also an alternate representation of the @mnemonic-seed. It can be used to derive all other account keys." +msgstr "" diff --git a/_i18n/es/resources/moneropedia/weblate/spendkey.po b/_i18n/es/resources/moneropedia/weblate/spendkey.po new file mode 100644 index 00000000..936454e4 --- /dev/null +++ b/_i18n/es/resources/moneropedia/weblate/spendkey.po @@ -0,0 +1,56 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-10-08 13:32+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: YAML Front Matter: summary +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "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" +msgstr "" + +#. type: YAML Front Matter: terms +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "[\"spend-key\", \"spend-keys\"]" +msgstr "" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:7 +msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}" +msgstr "" + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:8 +#, no-wrap +msgid "The Basics" +msgstr "" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:11 +msgid "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." +msgstr "" + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:12 +#, no-wrap +msgid "In-depth Information" +msgstr "" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:14 +msgid "The *private* spend key is a 256-bit integer that is used to sign Monero transactions. With the current deterministic key derivation method of the official wallet, the private spend key is also an alternate representation of the @mnemonic-seed. It can be used to derive all other account keys." +msgstr "" diff --git a/_i18n/fr/resources/moneropedia/weblate/spendkey.po b/_i18n/fr/resources/moneropedia/weblate/spendkey.po new file mode 100644 index 00000000..462ec9a0 --- /dev/null +++ b/_i18n/fr/resources/moneropedia/weblate/spendkey.po @@ -0,0 +1,59 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-10-08 13:32+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: YAML Front Matter: summary +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "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" +msgstr "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" + +#. type: YAML Front Matter: terms +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "[\"spend-key\", \"spend-keys\"]" +msgstr "[\"spend-key\", \"spend-keys\", \"clef-de-dépense\", \"clefs-de-dépense\"]" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:7 +# +msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}" +msgstr "{% include disclaimer.html translated=\"yes\" translationOutdated=\"no\" %}" + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:8 +#, no-wrap +msgid "The Basics" +msgstr "Les Bases" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:11 +# +msgid "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." +msgstr "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." + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:12 +#, no-wrap +msgid "In-depth Information" +msgstr "Informations détaillées" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:14 +# +msgid "The *private* spend key is a 256-bit integer that is used to sign Monero transactions. With the current deterministic key derivation method of the official wallet, the private spend key is also an alternate representation of the @mnemonic-seed. It can be used to derive all other account keys." +msgstr "La clef de dépense *privée* est un entier de 256 bits qui est utilisé pour signer les transactions Monero. Avec l'actuelle méthode déterministe de dérivation de clef du portefeuille officiel, la clef privée de dépense est également une représentation alternative de la @phrase-mnémonique. Elle peut être utilisée pour dériver toutes les autres clefs du compte." diff --git a/_i18n/it/resources/moneropedia/weblate/spendkey.po b/_i18n/it/resources/moneropedia/weblate/spendkey.po new file mode 100644 index 00000000..936454e4 --- /dev/null +++ b/_i18n/it/resources/moneropedia/weblate/spendkey.po @@ -0,0 +1,56 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-10-08 13:32+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: YAML Front Matter: summary +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "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" +msgstr "" + +#. type: YAML Front Matter: terms +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "[\"spend-key\", \"spend-keys\"]" +msgstr "" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:7 +msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}" +msgstr "" + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:8 +#, no-wrap +msgid "The Basics" +msgstr "" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:11 +msgid "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." +msgstr "" + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:12 +#, no-wrap +msgid "In-depth Information" +msgstr "" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:14 +msgid "The *private* spend key is a 256-bit integer that is used to sign Monero transactions. With the current deterministic key derivation method of the official wallet, the private spend key is also an alternate representation of the @mnemonic-seed. It can be used to derive all other account keys." +msgstr "" diff --git a/_i18n/nb-no/resources/moneropedia/weblate/spendkey.po b/_i18n/nb-no/resources/moneropedia/weblate/spendkey.po new file mode 100644 index 00000000..c1f7d814 --- /dev/null +++ b/_i18n/nb-no/resources/moneropedia/weblate/spendkey.po @@ -0,0 +1,59 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-10-08 13:32+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: YAML Front Matter: summary +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "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" +msgstr "Ett av to par med private og offentlige kryptografiske nøkler som hver konto har, med en *privat* forbruksnøkkel som brukes til å forbruke eventuelle midler på kontoen" + +#. type: YAML Front Matter: terms +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "[\"spend-key\", \"spend-keys\"]" +msgstr "[\"spend-key\", \"spend-keys\", \"forbruksnøkkel\", \"forbruksnøkler\"]" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:7 +# +msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}" +msgstr "{% include disclaimer.html translated=\"yes\" translationOutdated=\"no\" %}" + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:8 +#, no-wrap +msgid "The Basics" +msgstr "Det grunnleggende" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:11 +# +msgid "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." +msgstr "Ett av to par med private og offentlige kryptografiske nøkler som hver konto har, med en *privat* forbruksnøkkel som brukes til å forbruke eventuelle midler på kontoen." + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:12 +#, no-wrap +msgid "In-depth Information" +msgstr "Inngående informasjon" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:14 +# +msgid "The *private* spend key is a 256-bit integer that is used to sign Monero transactions. With the current deterministic key derivation method of the official wallet, the private spend key is also an alternate representation of the @mnemonic-seed. It can be used to derive all other account keys." +msgstr "Den *private* forbruksnøkkelen er et 256-bits heltall som brukes til å signere Monero-transaksjoner. Med den nåværende deterministiske metoden til den offisielle lommebokens, er den private forbruksnøkkelen også en alternativ representasjon av det @mnemoniske frøet. Den kan brukes til å utlede alle andre kontonøklene." diff --git a/_i18n/nl/resources/moneropedia/weblate/spendkey.po b/_i18n/nl/resources/moneropedia/weblate/spendkey.po new file mode 100644 index 00000000..936454e4 --- /dev/null +++ b/_i18n/nl/resources/moneropedia/weblate/spendkey.po @@ -0,0 +1,56 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-10-08 13:32+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: YAML Front Matter: summary +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "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" +msgstr "" + +#. type: YAML Front Matter: terms +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "[\"spend-key\", \"spend-keys\"]" +msgstr "" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:7 +msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}" +msgstr "" + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:8 +#, no-wrap +msgid "The Basics" +msgstr "" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:11 +msgid "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." +msgstr "" + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:12 +#, no-wrap +msgid "In-depth Information" +msgstr "" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:14 +msgid "The *private* spend key is a 256-bit integer that is used to sign Monero transactions. With the current deterministic key derivation method of the official wallet, the private spend key is also an alternate representation of the @mnemonic-seed. It can be used to derive all other account keys." +msgstr "" diff --git a/_i18n/pl/resources/moneropedia/weblate/spendkey.po b/_i18n/pl/resources/moneropedia/weblate/spendkey.po new file mode 100644 index 00000000..5e35f665 --- /dev/null +++ b/_i18n/pl/resources/moneropedia/weblate/spendkey.po @@ -0,0 +1,59 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-10-08 13:32+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: YAML Front Matter: summary +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "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" +msgstr "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" + +#. type: YAML Front Matter: terms +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "[\"spend-key\", \"spend-keys\"]" +msgstr "[\"spend-key\", \"spend-keys\", \"klucz-wydawania\", \"klucza-wydawania\", \"kluczem-wydawania\", \"kluczowi-wydawania\"]" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:7 +# +msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}" +msgstr "{% include disclaimer.html translated=\"yes\" translationOutdated=\"no\" %}" + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:8 +#, no-wrap +msgid "The Basics" +msgstr "Podstawy" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:11 +# +msgid "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." +msgstr "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." + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:12 +#, no-wrap +msgid "In-depth Information" +msgstr "Szczegółowe informacje" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:14 +# +msgid "The *private* spend key is a 256-bit integer that is used to sign Monero transactions. With the current deterministic key derivation method of the official wallet, the private spend key is also an alternate representation of the @mnemonic-seed. It can be used to derive all other account keys." +msgstr "*Prywatny* klucz wydawania jest 256-bitową liczbą całkowitą używaną do podpisywania transakcji Monero. Poprzez obecną deterministyczną metodę pochodnej klucza w oficjalnym portfelu, prywatny klucz wydawania jest także zastępczą reprezentacją @kodu-mnemonicznego. Może zostać użyty do pobrania wszystkich pozostałych kluczy do konta." diff --git a/_i18n/pt-br/resources/moneropedia/weblate/spendkey.po b/_i18n/pt-br/resources/moneropedia/weblate/spendkey.po new file mode 100644 index 00000000..936454e4 --- /dev/null +++ b/_i18n/pt-br/resources/moneropedia/weblate/spendkey.po @@ -0,0 +1,56 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-10-08 13:32+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: YAML Front Matter: summary +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "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" +msgstr "" + +#. type: YAML Front Matter: terms +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "[\"spend-key\", \"spend-keys\"]" +msgstr "" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:7 +msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}" +msgstr "" + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:8 +#, no-wrap +msgid "The Basics" +msgstr "" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:11 +msgid "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." +msgstr "" + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:12 +#, no-wrap +msgid "In-depth Information" +msgstr "" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:14 +msgid "The *private* spend key is a 256-bit integer that is used to sign Monero transactions. With the current deterministic key derivation method of the official wallet, the private spend key is also an alternate representation of the @mnemonic-seed. It can be used to derive all other account keys." +msgstr "" diff --git a/_i18n/ru/resources/moneropedia/weblate/spendkey.po b/_i18n/ru/resources/moneropedia/weblate/spendkey.po new file mode 100644 index 00000000..9e0e4091 --- /dev/null +++ b/_i18n/ru/resources/moneropedia/weblate/spendkey.po @@ -0,0 +1,59 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-10-08 13:32+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: YAML Front Matter: summary +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "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" +msgstr "Одна из двух пар приватных и публичных криптографических ключей, которые есть у каждого счёта. При этом *приватный* ключ траты используется для траты любых средств, имеющихся на таком счёте." + +#. type: YAML Front Matter: terms +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "[\"spend-key\", \"spend-keys\"]" +msgstr "[\"spend-key\", \"spend-keys\", \"ключа-траты\", \"ключ-траты\", \"ключом-траты\"]" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:7 +# +msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}" +msgstr "{% include disclaimer.html translated=\"yes\" translationOutdated=\"no\" %}" + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:8 +#, no-wrap +msgid "The Basics" +msgstr "Основная информация" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:11 +# +msgid "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." +msgstr "Одна из двух пар приватных и публичных криптографических ключей, которые есть у каждого счёта. При этом *приватный* ключ траты используется для траты любых средств, имеющихся на таком счёте." + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:12 +#, no-wrap +msgid "In-depth Information" +msgstr "Углублённая информация" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:14 +# +msgid "The *private* spend key is a 256-bit integer that is used to sign Monero transactions. With the current deterministic key derivation method of the official wallet, the private spend key is also an alternate representation of the @mnemonic-seed. It can be used to derive all other account keys." +msgstr "*Приватный* ключ траты является 256-битным целым числом, используемым для подписания транзакций Monero. Учитывая детерминированный метод выведения ключа, который используется официальным кошельком, приватный ключ траты также является альтернативным представлением @мнемонической-фразы. Он может использоваться в качестве основы для выведения других ключей счёта." diff --git a/_i18n/tr/resources/moneropedia/weblate/spendkey.po b/_i18n/tr/resources/moneropedia/weblate/spendkey.po new file mode 100644 index 00000000..936454e4 --- /dev/null +++ b/_i18n/tr/resources/moneropedia/weblate/spendkey.po @@ -0,0 +1,56 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-10-08 13:32+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: YAML Front Matter: summary +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "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" +msgstr "" + +#. type: YAML Front Matter: terms +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "[\"spend-key\", \"spend-keys\"]" +msgstr "" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:7 +msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}" +msgstr "" + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:8 +#, no-wrap +msgid "The Basics" +msgstr "" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:11 +msgid "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." +msgstr "" + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:12 +#, no-wrap +msgid "In-depth Information" +msgstr "" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:14 +msgid "The *private* spend key is a 256-bit integer that is used to sign Monero transactions. With the current deterministic key derivation method of the official wallet, the private spend key is also an alternate representation of the @mnemonic-seed. It can be used to derive all other account keys." +msgstr "" diff --git a/_i18n/zh-cn/resources/moneropedia/weblate/spendkey.po b/_i18n/zh-cn/resources/moneropedia/weblate/spendkey.po new file mode 100644 index 00000000..b8b49513 --- /dev/null +++ b/_i18n/zh-cn/resources/moneropedia/weblate/spendkey.po @@ -0,0 +1,59 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-10-08 13:32+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: YAML Front Matter: summary +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "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" +msgstr "每个帐户拥有的两对私钥和公钥中的一对,其中*私有的*支付密钥(私钥),用于花费帐户中的任何资金。" + +#. type: YAML Front Matter: terms +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "[\"spend-key\", \"spend-keys\"]" +msgstr "" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:7 +# +msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}" +msgstr "{% include disclaimer.html translated=\"yes\" translationOutdated=\"no\" %}" + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:8 +#, no-wrap +msgid "The Basics" +msgstr "基础知识" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:11 +# +msgid "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." +msgstr "每个帐户拥有的两对私钥和公钥中的一对,其中*私有的*支付密钥(私钥),用于花费帐户中的任何资金。" + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:12 +#, no-wrap +msgid "In-depth Information" +msgstr "深度信息" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:14 +# +msgid "The *private* spend key is a 256-bit integer that is used to sign Monero transactions. With the current deterministic key derivation method of the official wallet, the private spend key is also an alternate representation of the @mnemonic-seed. It can be used to derive all other account keys." +msgstr "*私有的*支付密钥是一个256位的整数,用于对门罗币的交易进行签名。使用当前官方钱包的确定性密钥推导方法,私有的支付密钥也是@助记词种子的另一种表示形式。它可以用来派生账户中所有的其它密钥。" diff --git a/_i18n/zh-tw/resources/moneropedia/weblate/spendkey.po b/_i18n/zh-tw/resources/moneropedia/weblate/spendkey.po new file mode 100644 index 00000000..936454e4 --- /dev/null +++ b/_i18n/zh-tw/resources/moneropedia/weblate/spendkey.po @@ -0,0 +1,56 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-10-08 13:32+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: YAML Front Matter: summary +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "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" +msgstr "" + +#. type: YAML Front Matter: terms +#: ../_i18n/en/resources/moneropedia/spendkey.md:1 +#, no-wrap +msgid "[\"spend-key\", \"spend-keys\"]" +msgstr "" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:7 +msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}" +msgstr "" + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:8 +#, no-wrap +msgid "The Basics" +msgstr "" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:11 +msgid "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." +msgstr "" + +#. type: Title ### +#: ../_i18n/en/resources/moneropedia/spendkey.md:12 +#, no-wrap +msgid "In-depth Information" +msgstr "" + +#. type: Plain text +#: ../_i18n/en/resources/moneropedia/spendkey.md:14 +msgid "The *private* spend key is a 256-bit integer that is used to sign Monero transactions. With the current deterministic key derivation method of the official wallet, the private spend key is also an alternate representation of the @mnemonic-seed. It can be used to derive all other account keys." +msgstr ""