diff --git a/ALL_README.md b/ALL_README.md
index 4ed64dd..e3c80d2 100644
--- a/ALL_README.md
+++ b/ALL_README.md
@@ -6,4 +6,5 @@
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
+- [Прочитать README на русский](README_ru.md)
- [阅读中文(简体)的 README](README_zh_Hans.md)
diff --git a/README.md b/README.md
index 5b3270f..6f98ff9 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ It shall NOT be edited by hand.
This is a probe program for PHP environment. It can show your server information and readable easily.
-**Shipped version:** 8.18~ynh1
+**Shipped version:** 8.19~ynh1
**Demo:**
diff --git a/README_es.md b/README_es.md
index 18daff6..e70874c 100644
--- a/README_es.md
+++ b/README_es.md
@@ -19,7 +19,7 @@ No se debe editar a mano.
This is a probe program for PHP environment. It can show your server information and readable easily.
-**Versión actual:** 8.18~ynh1
+**Versión actual:** 8.19~ynh1
**Demo:**
diff --git a/README_eu.md b/README_eu.md
index e21e43e..8806e29 100644
--- a/README_eu.md
+++ b/README_eu.md
@@ -19,7 +19,7 @@ EZ editatu eskuz.
This is a probe program for PHP environment. It can show your server information and readable easily.
-**Paketatutako bertsioa:** 8.18~ynh1
+**Paketatutako bertsioa:** 8.19~ynh1
**Demoa:**
diff --git a/README_fr.md b/README_fr.md
index bd1fee7..406cbde 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
Il s'agit d'un programme de sonde pour l'environnement PHP. Il peut afficher les informations de votre serveur et être facilement lisible.
-**Version incluse :** 8.18~ynh1
+**Version incluse :** 8.19~ynh1
**Démo :**
diff --git a/README_gl.md b/README_gl.md
index 6a3125f..aab131c 100644
--- a/README_gl.md
+++ b/README_gl.md
@@ -19,7 +19,7 @@ NON debe editarse manualmente.
This is a probe program for PHP environment. It can show your server information and readable easily.
-**Versión proporcionada:** 8.18~ynh1
+**Versión proporcionada:** 8.19~ynh1
**Demo:**
diff --git a/README_id.md b/README_id.md
index cc6ef1b..e7a23fa 100644
--- a/README_id.md
+++ b/README_id.md
@@ -19,7 +19,7 @@ Ini TIDAK boleh diedit dengan tangan.
This is a probe program for PHP environment. It can show your server information and readable easily.
-**Versi terkirim:** 8.18~ynh1
+**Versi terkirim:** 8.19~ynh1
**Demo:**
diff --git a/README_ru.md b/README_ru.md
new file mode 100644
index 0000000..993332d
--- /dev/null
+++ b/README_ru.md
@@ -0,0 +1,49 @@
+
+
+# x-prober для YunoHost
+
+[](https://ci-apps.yunohost.org/ci/apps/x-prober/)  
+
+[](https://install-app.yunohost.org/?app=x-prober)
+
+*[Прочтите этот README на других языках.](./ALL_README.md)*
+
+> *Этот пакет позволяет Вам установить x-prober быстро и просто на YunoHost-сервер.*
+> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
+
+## Обзор
+
+This is a probe program for PHP environment. It can show your server information and readable easily.
+
+
+**Поставляемая версия:** 8.19~ynh1
+
+**Демо-версия:**
+
+## Снимки экрана
+
+
+
+## Документация и ресурсы
+
+- Официальный веб-сайт приложения:
+- Репозиторий кода главной ветки приложения:
+- Магазин YunoHost:
+- Сообщите об ошибке:
+
+## Информация для разработчиков
+
+Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/x-prober_ynh/tree/testing).
+
+Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/x-prober_ynh/tree/testing --debug
+или
+sudo yunohost app upgrade x-prober -u https://github.com/YunoHost-Apps/x-prober_ynh/tree/testing --debug
+```
+
+**Больше информации о пакетировании приложений:**
diff --git a/README_zh_Hans.md b/README_zh_Hans.md
index 52b37b3..e2772ec 100644
--- a/README_zh_Hans.md
+++ b/README_zh_Hans.md
@@ -19,7 +19,7 @@
This is a probe program for PHP environment. It can show your server information and readable easily.
-**分发版本:** 8.18~ynh1
+**分发版本:** 8.19~ynh1
**演示:**
diff --git a/manifest.toml b/manifest.toml
index e37f756..528f0e7 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "x-prober"
description.en = "Probe program for PHP environment"
description.fr = "Programme de test pour l'environnement PHP"
-version = "8.18~ynh1"
+version = "8.19~ynh1"
maintainers = ["jarod5001"]
@@ -42,8 +42,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
- url = "https://github.com/kmvan/x-prober/archive/refs/tags/8.18.tar.gz"
- sha256 = "e8ec6d3805cf005ad2644119b7f1950623772dcaf224999349b31cd850d35a85"
+ url = "https://github.com/kmvan/x-prober/archive/refs/tags/8.19.tar.gz"
+ sha256 = "205fa2cad06f242223644cab823dc64033431d31715645e0ac2a135e8d636d56"
in_subdir = false
extract = false
rename = "prober.php"