From 292a67d1be6ab88a08c076e3c0464143467a2026 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Fri, 28 Jan 2022 05:13:28 +0300 Subject: [PATCH] [fastlane] add russian description Signed-off-by: R4SAS --- fastlane/metadata/android/en-US/full_description.txt | 12 ++++-------- fastlane/metadata/android/ru/full_description.txt | 9 +++++++++ fastlane/metadata/android/ru/short_description.txt | 1 + 3 files changed, 14 insertions(+), 8 deletions(-) create mode 100644 fastlane/metadata/android/ru/full_description.txt create mode 100644 fastlane/metadata/android/ru/short_description.txt diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index c84c178..a4a45bf 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,13 +1,9 @@ I2P (Invisible Internet Protocol) is a universal anonymous network layer. -All communications over I2P are anonymous and end-to-end encrypted, participants -don't reveal their real IP addresses. +All communications over I2P are anonymous and end-to-end encrypted, participants don't reveal their real IP addresses. -I2P client is a software used for building and using anonymous I2P -networks. Such networks are commonly used for anonymous peer-to-peer -applications (filesharing, cryptocurrencies) and anonymous client-server -applications (websites, instant messengers, chat-servers). +I2P client is a software used for building and using anonymous I2P networks. +Such networks are commonly used for anonymous peer-to-peer applications (filesharing, cryptocurrencies) and anonymous client-server applications (websites, instant messengers, chat-servers). -I2P allows people from all around the world to communicate and share information -without restrictions. +I2P allows people from all around the world to communicate and share information without restrictions. For more information about I2P, you can read article on Wikipedia. \ No newline at end of file diff --git a/fastlane/metadata/android/ru/full_description.txt b/fastlane/metadata/android/ru/full_description.txt new file mode 100644 index 0000000..feaf7b3 --- /dev/null +++ b/fastlane/metadata/android/ru/full_description.txt @@ -0,0 +1,9 @@ +I2P (Invisible Internet Protocol) является универсальным анонимным сетевым уровнем. +Все коммуникации по I2P анонимны и защищены сквозным шифрованием, участники не раскрывают своих реальных IP адресов. + +I2P клиент является программным обеспечением, используемым для подключния и использования анонимной сети I2P. +Эта сеть обычно используется для анонимных peer-to-peer приложений (файлообмен, криптовалюты) и анонимных клиент-серверных приложений (веб-сайтов, служб мгновенных сообщений, чат-серверов). + +I2P позволяет людям со всего мира общаться и обмениваться информацией без ограничений. + +Для получения дополнительной информации о I2P, вы можете прочитать статью в Википедии. \ No newline at end of file diff --git a/fastlane/metadata/android/ru/short_description.txt b/fastlane/metadata/android/ru/short_description.txt new file mode 100644 index 0000000..9538b1e --- /dev/null +++ b/fastlane/metadata/android/ru/short_description.txt @@ -0,0 +1 @@ +Полнофункциональная реализация I2P клиента на С++