From 5a412c8599e7836ffa72f494dab75e70dcfc6f3b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 22 Aug 2024 01:38:12 +0000 Subject: [PATCH] Auto-update READMEs --- ALL_README.md | 1 + README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_id.md | 2 +- README_ru.md | 48 +++++++++++++++++++++++++++++++++++++++++++++++ README_zh_Hans.md | 2 +- 9 files changed, 56 insertions(+), 7 deletions(-) create mode 100644 README_ru.md 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 35a7e70..b2227dd 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not). -**Shipped version:** 17.2.1~ynh1 +**Shipped version:** 17.3.1~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md index f8a3125..8895cbd 100644 --- a/README_es.md +++ b/README_es.md @@ -19,7 +19,7 @@ No se debe editar a mano. GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not). -**Versión actual:** 17.2.1~ynh1 +**Versión actual:** 17.3.1~ynh1 ## Capturas diff --git a/README_eu.md b/README_eu.md index 909ac30..3762f52 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not). -**Paketatutako bertsioa:** 17.2.1~ynh1 +**Paketatutako bertsioa:** 17.3.1~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 4953d2f..3d6593f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. GitLab Runner est un outil d'intégration continue à utiliser avec une instance GitLab (YNH ou non). -**Version incluse :** 17.2.1~ynh1 +**Version incluse :** 17.3.1~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index a5e4eb4..419d1ad 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not). -**Versión proporcionada:** 17.2.1~ynh1 +**Versión proporcionada:** 17.3.1~ynh1 ## Capturas de pantalla diff --git a/README_id.md b/README_id.md index 930b35e..d69de5c 100644 --- a/README_id.md +++ b/README_id.md @@ -19,7 +19,7 @@ Ini TIDAK boleh diedit dengan tangan. GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not). -**Versi terkirim:** 17.2.1~ynh1 +**Versi terkirim:** 17.3.1~ynh1 ## Tangkapan Layar diff --git a/README_ru.md b/README_ru.md new file mode 100644 index 0000000..f6a4fb2 --- /dev/null +++ b/README_ru.md @@ -0,0 +1,48 @@ + + +# GitLab Runner для YunoHost + +[![Уровень интеграции](https://dash.yunohost.org/integration/gitlab-runner.svg)](https://ci-apps.yunohost.org/ci/apps/gitlab-runner/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/gitlab-runner.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/gitlab-runner.maintain.svg) + +[![Установите GitLab Runner с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gitlab-runner) + +*[Прочтите этот README на других языках.](./ALL_README.md)* + +> *Этот пакет позволяет Вам установить GitLab Runner быстро и просто на YunoHost-сервер.* +> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.* + +## Обзор + +GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not). + + +**Поставляемая версия:** 17.3.1~ynh1 + +## Снимки экрана + +![Снимок экрана GitLab Runner](./doc/screenshots/ci-cd-test-deploy-illustration_2x.png) + +## Документация и ресурсы + +- Официальный веб-сайт приложения: +- Официальная документация администратора: +- Репозиторий кода главной ветки приложения: +- Магазин YunoHost: +- Сообщите об ошибке: + +## Информация для разработчиков + +Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/gitlab-runner_ynh/tree/testing). + +Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/gitlab-runner_ynh/tree/testing --debug +или +sudo yunohost app upgrade gitlab-runner -u https://github.com/YunoHost-Apps/gitlab-runner_ynh/tree/testing --debug +``` + +**Больше информации о пакетировании приложений:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index b3fc9cf..9fcb01e 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not). -**分发版本:** 17.2.1~ynh1 +**分发版本:** 17.3.1~ynh1 ## 截图