diff --git a/cs/contact/index.html b/cs/contact/index.html index 7fcc1ba790..62c40984dd 100644 --- a/cs/contact/index.html +++ b/cs/contact/index.html @@ -181,7 +181,7 @@
  • SimpleX platforma
  • -
  • SimpleX Directory Service
  • +
  • Služba SimpleX Directory
  • Přístup k Android souborům
  • @@ -195,7 +195,7 @@
  • Přeložit SimpleX Chat
  • -
  • Downloads
  • +
  • Ke stažení

  • @@ -224,7 +224,7 @@ @@ -596,7 +596,7 @@ window.addEventListener('scroll',changeHeaderBg);
    @@ -631,7 +631,7 @@ window.addEventListener('scroll',changeHeaderBg);

    Se připojit v aplikaci

    Otevřete aplikaci Simplex diff --git a/cs/fdroid/index.html b/cs/fdroid/index.html index 40bfc80ca3..b36870bd1c 100644 --- a/cs/fdroid/index.html +++ b/cs/fdroid/index.html @@ -181,7 +181,7 @@
  • SimpleX platforma
  • -
  • SimpleX Directory Service
  • +
  • Služba SimpleX Directory
  • Přístup k Android souborům
  • @@ -195,7 +195,7 @@
  • Přeložit SimpleX Chat
  • -
  • Downloads
  • +
  • Ke stažení

  • @@ -224,7 +224,7 @@ @@ -577,21 +577,21 @@ window.addEventListener('scroll',changeHeaderBg);
    -

    SimpleX Chat via F-Droid

    +

    SimpleX Chat přes F-Droid

    -

    SimpleX Chat repo

    +

    SimpleX Chat repozitář

    -

    Stable and beta versions built by the developers

    -

    To add it to your F-Droid client, scan the QR code or use this URL:

    +

    Stabilní a beta verze vytvořené vývojáři

    +

    Chcete-li jej přidat do vašeho F-Droid clienta, naskenujte QR kód nebo použijte tuto adresu URL:

    https://app.simplex.chat/fdroid/repo

    - Signing key fingerprint (SHA-256): + Otisk podpisového klíče (SHA-256):

    9F 35 8F F2 84 D1 F7 16 56 A2 BF AF 0E 00 5D EA E6 AA 14 14 37 20 E0 89 F1 1F F2 DD CF EB 01 BA
    @@ -605,11 +605,11 @@ window.addEventListener('scroll',changeHeaderBg);
    -

    F-Droid.org repo

    +

    F-Droid.org repozitář

    -

    Stable versions built by F-Droid.org

    -

    The releases to this repo are done 1-2 days later.

    -

    SimpleX Chat and F-Droid.org repositories sign builds with the different keys. To switch, please export the chat database and re-install the app.

    +

    Stabilní verze vytvořené F-Droid.org

    +

    Vydání v tomto repozitáři se provádí o 1-2 dny později.

    +

    SimpleX Chat a F-Droid.org repozitáře jsou podepsané různými klíči. Chcete-li přepnout, prosím exportujte chat databázi a přeinstalujte aplikaci.

    diff --git a/cs/index.html b/cs/index.html index 7512541474..6091d5db3c 100644 --- a/cs/index.html +++ b/cs/index.html @@ -181,7 +181,7 @@
  • SimpleX platforma
  • -
  • SimpleX Directory Service
  • +
  • Služba SimpleX Directory
  • Přístup k Android souborům
  • @@ -195,7 +195,7 @@
  • Přeložit SimpleX Chat
  • -
  • Downloads
  • +
  • Ke stažení

  • @@ -224,7 +224,7 @@ @@ -668,24 +668,24 @@ window.addEventListener('scroll',changeHeaderBg);
    - Security assessment + Posouzení bezpečnosti
    @@ -1990,9 +1990,9 @@ window.addEventListener("load", function () {
  • Založeném obvykle na telefonním čísle a v některých případech uživatelském jménu
  • Adresy založené na DNS
  • Veřejný klíč nebo jiné globálně jedinečné ID
  • -
  • SimpleX relays cannot compromise e2e encryption. Verify security code to mitigate attack on out-of-band channel
  • -
  • Pokud jsou servery operátora ohroženy
  • -
  • Nechrání metadata uživatelů
  • +
  • SimpleX relé nemůže ohrozit šifrování e2e. Ověřte bezpečnostní kód, který zmírňuje mimo pásmový útok na kanál
  • +
  • Pokud jsou servery operátora kompromitovány. Ověřte bezpečnostní kód v Signálu a nějaké jiné aplikaci ke zmírnění
  • +
  • Nechrání soukromí metadat uživatelů
  • Zatímco P2P jsou distribuovány, nejsou federované – fungují jako jediná síť
  • P2P sítě mají buď centrální autoritu, nebo může být ohrožena celá síť - viz zde
  • @@ -2037,7 +2037,7 @@ window.addEventListener("load", function () {
    -

    Blockchain

    In a wide sense, blockchain means a sequence of blocks of data, where each block contains a cryptographic hash of the previous block, thus providing integrity to the whole chain. Blockchains are used in many communication and information storage systems to provide integrity and immutability of the data. For example, BluRay disks use blockchain. SimpleX messaging queues also use blockchain - each message includes the hash of the previous message, to ensure the integrity – if any message is modified it will be detected by the recipient when the next message is received. Blockchains are a subset of Merkle directed acyclic graphs.