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 @@
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 @@Stable and beta versions built by the developers
-To add it to your F-Droid client, use this URL:
+Stabilní a beta verze vytvořené vývojáři
+Chcete-li jej přidat do vašeho F-Droid clienta, 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);
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.
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.