From 96f7f79cb87d2d1865a33fa70321d305929ea885 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 24 May 2024 20:54:32 +0000 Subject: [PATCH 1/4] Auto-update READMEs --- ALL_README.md | 2 ++ README_es.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ README_zh_Hans.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 96 insertions(+) create mode 100644 README_es.md create mode 100644 README_zh_Hans.md diff --git a/ALL_README.md b/ALL_README.md index 77b7509..152f2e7 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,6 +1,8 @@ # All available README files by language - [Read the README in English](README.md) +- [Lea el README en español](README_es.md) - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) +- [阅读中文(简体)的 README](README_zh_Hans.md) diff --git a/README_es.md b/README_es.md new file mode 100644 index 0000000..dc621f9 --- /dev/null +++ b/README_es.md @@ -0,0 +1,47 @@ + + +# pgAdmin4 para Yunohost + +[![Nivel de integración](https://dash.yunohost.org/integration/pgadmin.svg)](https://dash.yunohost.org/appci/app/pgadmin) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/pgadmin.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/pgadmin.maintain.svg) + +[![Instalar pgAdmin4 con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pgadmin) + +*[Leer este README en otros idiomas.](./ALL_README.md)* + +> *Este paquete le permite instalarpgAdmin4 rapidamente y simplement en un servidor YunoHost.* +> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.* + +## Descripción general + +pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL. + + +**Versión actual:** 8.5~ynh1 + +## Capturas + +![Captura de pgAdmin4](./doc/screenshots/pgadmin4-welcome-light.png) + +## Documentaciones y recursos + +- Sitio web oficial: +- Documentación administrador oficial: +- Catálogo YunoHost: +- Reportar un error: + +## Información para desarrolladores + +Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/pgadmin_ynh/tree/testing + +Para probar la rama `testing`, sigue asÍ: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/pgadmin_ynh/tree/testing --debug +o +sudo yunohost app upgrade pgadmin -u https://github.com/YunoHost-Apps/pgadmin_ynh/tree/testing --debug +``` + +**Mas informaciones sobre el empaquetado de aplicaciones:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md new file mode 100644 index 0000000..a3f6612 --- /dev/null +++ b/README_zh_Hans.md @@ -0,0 +1,47 @@ + + +# YunoHost 上的 pgAdmin4 + +[![集成程度](https://dash.yunohost.org/integration/pgadmin.svg)](https://dash.yunohost.org/appci/app/pgadmin) ![工作状态](https://ci-apps.yunohost.org/ci/badges/pgadmin.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/pgadmin.maintain.svg) + +[![使用 YunoHost 安装 pgAdmin4](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pgadmin) + +*[阅读此 README 的其它语言版本。](./ALL_README.md)* + +> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 pgAdmin4。* +> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。* + +## 概况 + +pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL. + + +**分发版本:** 8.5~ynh1 + +## 截图 + +![pgAdmin4 的截图](./doc/screenshots/pgadmin4-welcome-light.png) + +## 文档与资源 + +- 官方应用网站: +- 官方管理文档: +- YunoHost 商店: +- 报告 bug: + +## 开发者信息 + +请向 [`testing` 分支](https://github.com/YunoHost-Apps/pgadmin_ynh/tree/testing) 发送拉取请求。 + +如要尝试 `testing` 分支,请这样操作: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/pgadmin_ynh/tree/testing --debug +或 +sudo yunohost app upgrade pgadmin -u https://github.com/YunoHost-Apps/pgadmin_ynh/tree/testing --debug +``` + +**有关应用打包的更多信息:** From 41bf45ccd07cbec2ba73dd89805f62bd6cf46773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 24 May 2024 22:54:46 +0200 Subject: [PATCH 2/4] fix linter --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 00afa43..350f9db 100644 --- a/manifest.toml +++ b/manifest.toml @@ -18,7 +18,7 @@ admindoc = "https://www.pgadmin.org/docs" cpe = "cpe:2.3:a:pgadmin:pgadmin" [integration] -yunohost = ">= 11.0.11" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = true From 862d5c407da01eff11965336c12203f3f7e1a3d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 25 May 2024 08:11:37 +0200 Subject: [PATCH 3/4] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 350f9db..3124c56 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "pgAdmin4" description.en = "Manage PostgreSQL databases over the web" description.fr = "Application web de gestion des bases de données PostgreSQL" -version = "8.5~ynh1" +version = "8.5~ynh2" maintainers = ["Josué Tille"] From d6ed7202b37763455370d703bd871db548daef08 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 25 May 2024 06:11:42 +0000 Subject: [PATCH 4/4] Auto-update READMEs --- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e70ac7c..9d56b2c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL. -**Shipped version:** 8.5~ynh1 +**Shipped version:** 8.5~ynh2 ## Screenshots diff --git a/README_es.md b/README_es.md index dc621f9..fa8c245 100644 --- a/README_es.md +++ b/README_es.md @@ -19,7 +19,7 @@ No se debe editar a mano. pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL. -**Versión actual:** 8.5~ynh1 +**Versión actual:** 8.5~ynh2 ## Capturas diff --git a/README_eu.md b/README_eu.md index 769ff0b..a6a66cd 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL. -**Paketatutako bertsioa:** 8.5~ynh1 +**Paketatutako bertsioa:** 8.5~ynh2 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 6764f87..43232e6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL. -**Version incluse :** 8.5~ynh1 +**Version incluse :** 8.5~ynh2 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index bad56a7..6b860c7 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL. -**Versión proporcionada:** 8.5~ynh1 +**Versión proporcionada:** 8.5~ynh2 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index a3f6612..22508e9 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL. -**分发版本:** 8.5~ynh1 +**分发版本:** 8.5~ynh2 ## 截图