From d89c190f539fdf783e47be3ef9405444fb37f07a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 16 Aug 2024 01:42:56 +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 | 56 +++++++++++++++++++++++++++++++++++++++++++++++ README_zh_Hans.md | 2 +- 9 files changed, 64 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 0483891..10be5b4 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp * Provides REST & GraphQL APIs with Swagger & GraphiQL GUI -**Shipped version:** 0.252.0~ynh1 +**Shipped version:** 0.255.0~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md index 85caf51..c7c1b57 100644 --- a/README_es.md +++ b/README_es.md @@ -26,7 +26,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp * Provides REST & GraphQL APIs with Swagger & GraphiQL GUI -**Versión actual:** 0.252.0~ynh1 +**Versión actual:** 0.255.0~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index 90434cc..13c0c3e 100644 --- a/README_eu.md +++ b/README_eu.md @@ -26,7 +26,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp * Provides REST & GraphQL APIs with Swagger & GraphiQL GUI -**Paketatutako bertsioa:** 0.252.0~ynh1 +**Paketatutako bertsioa:** 0.255.0~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index ad3be3d..0ac52cf 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,7 @@ NocoDB est une plateforme NoCode open source qui transforme n'importe quelle bas * Partagez vos vues publiquement et également avec une protection par mot de passe * Fournit des API REST et GraphQL avec l'interface graphique Swagger et GraphiQL -**Version incluse :** 0.252.0~ynh1 +**Version incluse :** 0.255.0~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 1b0564d..349dac8 100644 --- a/README_gl.md +++ b/README_gl.md @@ -26,7 +26,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp * Provides REST & GraphQL APIs with Swagger & GraphiQL GUI -**Versión proporcionada:** 0.252.0~ynh1 +**Versión proporcionada:** 0.255.0~ynh1 **Demo:** diff --git a/README_id.md b/README_id.md index f7090c1..452bab7 100644 --- a/README_id.md +++ b/README_id.md @@ -26,7 +26,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp * Provides REST & GraphQL APIs with Swagger & GraphiQL GUI -**Versi terkirim:** 0.252.0~ynh1 +**Versi terkirim:** 0.255.0~ynh1 **Demo:** diff --git a/README_ru.md b/README_ru.md new file mode 100644 index 0000000..2b0d6d7 --- /dev/null +++ b/README_ru.md @@ -0,0 +1,56 @@ + + +# NocoDB для YunoHost + +[![Уровень интеграции](https://dash.yunohost.org/integration/nocodb.svg)](https://ci-apps.yunohost.org/ci/apps/nocodb/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/nocodb.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/nocodb.maintain.svg) + +[![Установите NocoDB с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=nocodb) + +*[Прочтите этот README на других языках.](./ALL_README.md)* + +> *Этот пакет позволяет Вам установить NocoDB быстро и просто на YunoHost-сервер.* +> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.* + +## Обзор + +NocoDB is an open source NoCode platform that turns any database into a smart spreadsheet, alternative to Airtable. + +* Connect to new/existing SQL database and turn them into spreadsheet +* Create grid view, gallery view, kanban view and calendar view on top your data +* Search, sort, filter columns and rows with ultra ease +* Invite your team with fine grained Access Control +* Share views publicly and also with password protection +* Provides REST & GraphQL APIs with Swagger & GraphiQL GUI + + +**Поставляемая версия:** 0.255.0~ynh1 + +**Демо-версия:** + +## Снимки экрана + +![Снимок экрана NocoDB](./doc/screenshots/screenshot.png) + +## Документация и ресурсы + +- Официальный веб-сайт приложения: +- Репозиторий кода главной ветки приложения: +- Магазин YunoHost: +- Сообщите об ошибке: + +## Информация для разработчиков + +Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing). + +Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing --debug +или +sudo yunohost app upgrade nocodb -u https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing --debug +``` + +**Больше информации о пакетировании приложений:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 9bd68de..b28d203 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -26,7 +26,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp * Provides REST & GraphQL APIs with Swagger & GraphiQL GUI -**分发版本:** 0.252.0~ynh1 +**分发版本:** 0.255.0~ynh1 **演示:**