diff --git a/_data/de.yml b/_data/de.yml index fa954a4a..c07b7c7d 100644 --- a/_data/de.yml +++ b/_data/de.yml @@ -115,6 +115,7 @@ downloads: tdReleaseNotes: Versionshinweise tdReleaseNotesText: Versionshinweise für tdVerification: Verifizierung + tdVerificationText0: PGP Signatur tdVerificationText1: PGP Signaturen tdVerificationText2: PGP Public Key pSeeInstructions: "

Lesen Sie Erste Schritte mit Bisq für Anweisungen, wie Sie Ihren ersten Handel abschließen können." diff --git a/_data/en.yml b/_data/en.yml index 5e67d2bd..5a4361be 100644 --- a/_data/en.yml +++ b/_data/en.yml @@ -115,7 +115,8 @@ downloads: tdReleaseNotes: Release Notes tdReleaseNotesText: Release Notes for tdVerification: Verification - tdVerificationText1: PGP signatures + tdVerificationText0: PGP Signature + tdVerificationText1: PGP Signatures tdVerificationText2: PGP Public Key pSeeInstructions: "

See Getting Started with Bisq for instructions how to complete your first trade.

" hMobileNotifications: Bisq Mobile Notifications diff --git a/_data/es.yml b/_data/es.yml index ecd9af12..4d337d98 100644 --- a/_data/es.yml +++ b/_data/es.yml @@ -117,6 +117,7 @@ downloads: tdReleaseNotes: Notas de lanzamiento tdReleaseNotesText: Notas de lanzamiento para tdVerification: Verificación + tdVerificationText0: Firma PGP tdVerificationText1: Firmas PGP tdVerificationText2: Clave Pública PGP pSeeInstructions: "

Vea Iniciándose con Bisq para instrucciones sobre cómo completar su primer intercambio.

" diff --git a/_data/fr.yml b/_data/fr.yml index 288ee7b5..d5ffaf52 100644 --- a/_data/fr.yml +++ b/_data/fr.yml @@ -115,6 +115,7 @@ downloads: tdReleaseNotes: Notes de publication tdReleaseNotesText: Notes de publication pour tdVerification: Vérification + tdVerificationText0: PGP signature tdVerificationText1: PGP signatures tdVerificationText2: Clé publique PGP pSeeInstructions: "

Voir Pour commencer avec Bisq pour obtenir des instructions sur la façon d'effectuer votre premier échange.

" diff --git a/_data/ja.yml b/_data/ja.yml index 85a7dc9e..8133b59f 100644 --- a/_data/ja.yml +++ b/_data/ja.yml @@ -115,6 +115,7 @@ downloads: tdReleaseNotes: リリースノート tdReleaseNotesText: "リリースノート for " tdVerification: 検証 + tdVerificationText0: PGP署名 tdVerificationText1: PGP署名 tdVerificationText2: PGPパブリックキー pSeeInstructions: "

最初のトレードを完了する方法についてはBisqの概要をご覧ください。

" diff --git a/_data/pt-BR.yml b/_data/pt-BR.yml index 845dd1d6..c203b619 100644 --- a/_data/pt-BR.yml +++ b/_data/pt-BR.yml @@ -115,6 +115,7 @@ downloads: tdReleaseNotes: Notas de Lançamento tdReleaseNotesText: Notas de Lançamento para tdVerification: Verificação + tdVerificationText0: Assinatura PGP tdVerificationText1: Assinaturas PGP tdVerificationText2: Chave Pública PGP pSeeInstructions: "

Veja Introdução ao Bisq para instruções sobre como fazer sua primeira negociação.

" diff --git a/_data/pt-PT.yml b/_data/pt-PT.yml index 0ff20b62..2531e2d9 100644 --- a/_data/pt-PT.yml +++ b/_data/pt-PT.yml @@ -115,6 +115,7 @@ downloads: tdReleaseNotes: Notas de Lançamento tdReleaseNotesText: Notas de Lançamento para tdVerification: Verificação + tdVerificationText0: Assinatura PGP tdVerificationText1: Assinaturas PGP tdVerificationText2: Chave Pública PGP pSeeInstructions: "

Confira Getting Started with Bisq para instruções de como completar a sua primeira troca.

" diff --git a/_data/zh-CN.yml b/_data/zh-CN.yml index 686cfb73..934b037a 100644 --- a/_data/zh-CN.yml +++ b/_data/zh-CN.yml @@ -123,6 +123,7 @@ downloads: tdReleaseNotes: 更新日志 tdReleaseNotesText: 更新日志: tdVerification: 验证 + tdVerificationText0: PGP 签名 tdVerificationText1: PGP 签名 tdVerificationText2: PGP 公钥 pSeeInstructions: "

有关如何完成第一笔交易的说明,请参阅如何开始使用 Bisq

" diff --git a/de/downloads.html b/de/downloads.html index 0aff23a9..1aa0bc7b 100644 --- a/de/downloads.html +++ b/de/downloads.html @@ -22,24 +22,29 @@

Bisq Downloads

{{ item.tdWindows }} - .exe + .exe | + {{ item.tdVerificationText0 }} {{ item.tdMac }} - .dmg + + .dmg | + {{ item.tdVerificationText0 }} {{ item.tdDebian }} - .deb + .deb | + {{ item.tdVerificationText0 }} {{ item.tdRedHat }} - .rpm + .rpm | + {{ item.tdVerificationText0 }} @@ -48,17 +53,23 @@

Bisq Downloads

{{ item.tdSourceCode }} - zip | - tar.gz + + zip | + tar.gz + {{ item.tdReleaseNotes }} - {{ item.tdReleaseNotesText }} v{{ site.client_version }} + + {{ item.tdReleaseNotesText }} v{{ site.client_version }} + {{ item.tdVerification }} - {{ item.tdVerificationText1 }} | - {{ item.tdVerificationText2 }} + + {{ item.tdVerificationText1 }} | + {{ item.tdVerificationText2 }} + diff --git a/downloads.html b/downloads.html index 0fb003fc..6b5683e5 100644 --- a/downloads.html +++ b/downloads.html @@ -21,24 +21,29 @@

Bisq Downloads

{{ item.tdWindows }} - .exe + .exe | + {{ item.tdVerificationText0 }} {{ item.tdMac }} - .dmg + + .dmg | + {{ item.tdVerificationText0 }} {{ item.tdDebian }} - .deb + .deb | + {{ item.tdVerificationText0 }} {{ item.tdRedHat }} - .rpm + .rpm | + {{ item.tdVerificationText0 }} @@ -47,17 +52,23 @@

Bisq Downloads

{{ item.tdSourceCode }} - zip | - tar.gz + + zip | + tar.gz + {{ item.tdReleaseNotes }} - {{ item.tdReleaseNotesText }} v{{ site.client_version }} + + {{ item.tdReleaseNotesText }} v{{ site.client_version }} + {{ item.tdVerification }} - {{ item.tdVerificationText1 }} | - {{ item.tdVerificationText2 }} + + {{ item.tdVerificationText1 }} | + {{ item.tdVerificationText2 }} + diff --git a/es/downloads.html b/es/downloads.html index 072d789a..c393bfd8 100644 --- a/es/downloads.html +++ b/es/downloads.html @@ -22,24 +22,29 @@

Bisq Downloads

{{ item.tdWindows }} - .exe + .exe | + {{ item.tdVerificationText0 }} {{ item.tdMac }} - .dmg + + .dmg | + {{ item.tdVerificationText0 }} {{ item.tdDebian }} - .deb + .deb | + {{ item.tdVerificationText0 }} {{ item.tdRedHat }} - .rpm + .rpm | + {{ item.tdVerificationText0 }} @@ -48,17 +53,23 @@

Bisq Downloads

{{ item.tdSourceCode }} - zip | - tar.gz + + zip | + tar.gz + {{ item.tdReleaseNotes }} - {{ item.tdReleaseNotesText }} v{{ site.client_version }} + + {{ item.tdReleaseNotesText }} v{{ site.client_version }} + {{ item.tdVerification }} - {{ item.tdVerificationText1 }} | - {{ item.tdVerificationText2 }} + + {{ item.tdVerificationText1 }} | + {{ item.tdVerificationText2 }} + diff --git a/fr/downloads.html b/fr/downloads.html index 37fb1f41..25c70608 100644 --- a/fr/downloads.html +++ b/fr/downloads.html @@ -22,24 +22,29 @@

Bisq Downloads

{{ item.tdWindows }} - .exe + .exe | + {{ item.tdVerificationText0 }} {{ item.tdMac }} - .dmg + + .dmg | + {{ item.tdVerificationText0 }} {{ item.tdDebian }} - .deb + .deb | + {{ item.tdVerificationText0 }} {{ item.tdRedHat }} - .rpm + .rpm | + {{ item.tdVerificationText0 }} @@ -48,17 +53,23 @@

Bisq Downloads

{{ item.tdSourceCode }} - zip | - tar.gz + + zip | + tar.gz + {{ item.tdReleaseNotes }} - {{ item.tdReleaseNotesText }} v{{ site.client_version }} + + {{ item.tdReleaseNotesText }} v{{ site.client_version }} + {{ item.tdVerification }} - {{ item.tdVerificationText1 }} | - {{ item.tdVerificationText2 }} + + {{ item.tdVerificationText1 }} | + {{ item.tdVerificationText2 }} + diff --git a/ja/downloads.html b/ja/downloads.html index 960ac467..064da148 100644 --- a/ja/downloads.html +++ b/ja/downloads.html @@ -22,24 +22,29 @@

Bisq Downloads

{{ item.tdWindows }} - .exe + .exe | + {{ item.tdVerificationText0 }} {{ item.tdMac }} - .dmg + + .dmg | + {{ item.tdVerificationText0 }} {{ item.tdDebian }} - .deb + .deb | + {{ item.tdVerificationText0 }} {{ item.tdRedHat }} - .rpm + .rpm | + {{ item.tdVerificationText0 }} @@ -48,17 +53,23 @@

Bisq Downloads

{{ item.tdSourceCode }} - zip | - tar.gz + + zip | + tar.gz + {{ item.tdReleaseNotes }} - {{ item.tdReleaseNotesText }} v{{ site.client_version }} + + {{ item.tdReleaseNotesText }} v{{ site.client_version }} + {{ item.tdVerification }} - {{ item.tdVerificationText1 }} | - {{ item.tdVerificationText2 }} + + {{ item.tdVerificationText1 }} | + {{ item.tdVerificationText2 }} + diff --git a/pt-BR/downloads.html b/pt-BR/downloads.html index e99dc760..0a94976f 100644 --- a/pt-BR/downloads.html +++ b/pt-BR/downloads.html @@ -22,24 +22,29 @@

Bisq Downloads

{{ item.tdWindows }} - .exe + .exe | + {{ item.tdVerificationText0 }} {{ item.tdMac }} - .dmg + + .dmg | + {{ item.tdVerificationText0 }} {{ item.tdDebian }} - .deb + .deb | + {{ item.tdVerificationText0 }} {{ item.tdRedHat }} - .rpm + .rpm | + {{ item.tdVerificationText0 }} @@ -48,17 +53,23 @@

Bisq Downloads

{{ item.tdSourceCode }} - zip | - tar.gz + + zip | + tar.gz + {{ item.tdReleaseNotes }} - {{ item.tdReleaseNotesText }} v{{ site.client_version }} + + {{ item.tdReleaseNotesText }} v{{ site.client_version }} + {{ item.tdVerification }} - {{ item.tdVerificationText1 }} | - {{ item.tdVerificationText2 }} + + {{ item.tdVerificationText1 }} | + {{ item.tdVerificationText2 }} + diff --git a/pt-PT/downloads.html b/pt-PT/downloads.html index 644cc092..55ab78d7 100644 --- a/pt-PT/downloads.html +++ b/pt-PT/downloads.html @@ -22,24 +22,29 @@

Bisq Downloads

{{ item.tdWindows }} - .exe + .exe | + {{ item.tdVerificationText0 }} {{ item.tdMac }} - .dmg + + .dmg | + {{ item.tdVerificationText0 }} {{ item.tdDebian }} - .deb + .deb | + {{ item.tdVerificationText0 }} {{ item.tdRedHat }} - .rpm + .rpm | + {{ item.tdVerificationText0 }} @@ -48,17 +53,23 @@

Bisq Downloads

{{ item.tdSourceCode }} - zip | - tar.gz + + zip | + tar.gz + {{ item.tdReleaseNotes }} - {{ item.tdReleaseNotesText }} v{{ site.client_version }} + + {{ item.tdReleaseNotesText }} v{{ site.client_version }} + {{ item.tdVerification }} - {{ item.tdVerificationText1 }} | - {{ item.tdVerificationText2 }} + + {{ item.tdVerificationText1 }} | + {{ item.tdVerificationText2 }} + diff --git a/zh-CN/downloads.html b/zh-CN/downloads.html index 08e52883..0511aac7 100644 --- a/zh-CN/downloads.html +++ b/zh-CN/downloads.html @@ -22,24 +22,29 @@

Bisq Downloads

{{ item.tdWindows }} - .exe + .exe | + {{ item.tdVerificationText0 }} {{ item.tdMac }} - .dmg + + .dmg | + {{ item.tdVerificationText0 }} {{ item.tdDebian }} - .deb + .deb | + {{ item.tdVerificationText0 }} {{ item.tdRedHat }} - .rpm + .rpm | + {{ item.tdVerificationText0 }} @@ -48,17 +53,23 @@

Bisq Downloads

{{ item.tdSourceCode }} - zip | - tar.gz + + zip | + tar.gz + {{ item.tdReleaseNotes }} - {{ item.tdReleaseNotesText }} v{{ site.client_version }} + + {{ item.tdReleaseNotesText }} v{{ site.client_version }} + {{ item.tdVerification }} - {{ item.tdVerificationText1 }} | - {{ item.tdVerificationText2 }} + + {{ item.tdVerificationText1 }} | + {{ item.tdVerificationText2 }} +