From c86912e78487bf42a286e32649608b6b3537544e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 24 May 2022 17:06:55 +0200 Subject: [PATCH 1/2] Add translations --- manifest.json | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/manifest.json b/manifest.json index 2ba07f6..a90d042 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { - "name": "Outline wiki", + "name": "Outline", "id": "outline", "packaging_format": 1, "description": { - "en": "An open, extensible, wiki for your team built using React and Node.js.", - "fr": "Un wiki open source et évolutif pour votre équipe, conçu avec React et Node.js" + "en": "Wiki and knowledge base for teams", + "fr": "Wiki et base de connaissances pour les équipes" }, "version": "0.63.0~ynh3", "url": "www.getoutline.com", @@ -21,7 +21,7 @@ "name": "Raoul de Limezy" }, "requirements": { - "yunohost": ">= 4.2.4" + "yunohost": ">= 4.3.0" }, "multi_instance": false, "services": [ @@ -51,28 +51,43 @@ { "name": "dex_domain", "type": "domain", - "ask": "Domain for authentification. It can't be the same domain as above. Dex app will be installed and used for the authentification mechanism" + "ask": { + "en": "Domain for authentication. It can't be the same domain as above. Dex app will be installed and used for the authentication mechanism.", + "fr": "Domaine pour l'authentification. Il ne peut pas s'agir du même domaine que ci-dessus. L'application Dex sera installée et utilisée pour le mécanisme d'authentification." + } }, { "name": "dex_path", "type": "path", "default": "/", - "ask": "Path for authentification url. Please don't use 'auth' as it will break Nginx configuration" + "ask": { + "en": "Path for authentication URL. Please don't use 'auth' as it will break NGINX configuration.", + "fr": "Chemin de l'URL d'authentification. Veuillez ne pas utiliser 'auth' car cela casserait la configuration NGINX." + } }, { "name": "minio_domain", "type": "domain", - "ask": "Domain for MinIO app, used for images and attachements storage. If not yet installed, it will automatically be. Minio has to be installed at the root" + "ask": { + "en": "Domain for MinIO app, used for images and attachments storage. If not yet installed, it will automatically be. MinIO has to be installed at the root.", + "fr": "Domaine pour l'application MinIO, utilisé pour le stockage des images et des pièces jointes. S'il n'est pas encore installé, il le sera automatiquement. MinIO doit être installé à la racine." + } }, { "name": "minio_admin", "type": "user", - "ask": "Admin for MinIO app, used for images and attachements storage. Please note that if MinIO is already installed, that setting won't be used" + "ask": { + "en": "Administrator for MinIO app, used for images and attachments storage. Please note that if MinIO is already installed, that setting won't be used.", + "fr": "Administrateur pour l'application MinIO, utilisée pour le stockage des images et des pièces jointes. Veuillez noter que si MinIO est déjà installé, ce paramètre ne sera pas utilisé." + } }, { "name": "minio_password", "type": "password", - "ask": "Password for MinIO admin" + "ask": { + "en": "Password for MinIO administrator", + "fr": "Mot de passe pour l'administrateur MinIO" + } } ] } From b515b00d8ee6665a45544bd99e998e7f84a824bf Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 24 May 2022 15:07:03 +0000 Subject: [PATCH 2/2] Auto-update README --- README.md | 27 ++++++++++++++------------- README_fr.md | 33 +++++++++++++++++++-------------- 2 files changed, 33 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 2d9a3cd..8c1dd8f 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ N.B.: This README was automatically generated by https://github.com/YunoHost/app It shall NOT be edited by hand. --> -# Outline wiki for YunoHost +# Outline for YunoHost -[![Integration level](https://dash.yunohost.org/integration/outline.svg)](https://dash.yunohost.org/appci/app/outline) ![](https://ci-apps.yunohost.org/ci/badges/outline.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/outline.maintain.svg) -[![Install Outline wiki with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=outline) +[![Integration level](https://dash.yunohost.org/integration/outline.svg)](https://dash.yunohost.org/appci/app/outline) ![Working status](https://ci-apps.yunohost.org/ci/badges/outline.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/outline.maintain.svg) +[![Install Outline with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=outline) *[Lire ce readme en français.](./README_fr.md)* -> *This package allows you to install Outline wiki quickly and simply on a YunoHost server. +> *This package allows you to install Outline quickly and simply on a YunoHost server. If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* ## Overview @@ -31,7 +31,7 @@ The fastest wiki and knowledge base for growing teams. Beautiful, feature rich, ## Screenshots -![](./doc/screenshots/outline_screenshot.png) +![Screenshot of Outline](./doc/screenshots/outline_screenshot.png) ## Disclaimers / important information @@ -57,22 +57,23 @@ You can then change the user rights by default and/or change the admin user afte ## Documentation and resources -* Official app website: www.getoutline.com -* Official user documentation: https://www.getoutline.com/about -* Official admin documentation: https://www.getoutline.com/developers -* Upstream app code repository: https://github.com/outline/outline -* YunoHost documentation for this app: https://yunohost.org/app_outline -* Report a bug: https://github.com/YunoHost-Apps/outline_ynh/issues +* Official app website: +* Official user documentation: +* Official admin documentation: +* Upstream app code repository: +* YunoHost documentation for this app: +* Report a bug: ## Developer info Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/outline_ynh/tree/testing). To try the testing branch, please proceed like that. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/outline_ynh/tree/testing --debug or sudo yunohost app upgrade outline -u https://github.com/YunoHost-Apps/outline_ynh/tree/testing --debug ``` -**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index 9b2656d..01297f3 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,12 +1,16 @@ -# Outline wiki pour YunoHost + -[![Niveau d'intégration](https://dash.yunohost.org/integration/outline.svg)](https://dash.yunohost.org/appci/app/outline) ![](https://ci-apps.yunohost.org/ci/badges/outline.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/outline.maintain.svg) -[![Installer Outline wiki avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=outline) +# Outline pour YunoHost + +[![Niveau d'intégration](https://dash.yunohost.org/integration/outline.svg)](https://dash.yunohost.org/appci/app/outline) ![Status du fonctionnement](https://ci-apps.yunohost.org/ci/badges/outline.status.svg) ![Status de maintenance](https://ci-apps.yunohost.org/ci/badges/outline.maintain.svg) +[![Installer Outline avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=outline) *[Read this readme in english.](./README.md)* -*[Lire ce readme en français.](./README_fr.md)* -> *Ce package vous permet d'installer Outline wiki rapidement et simplement sur un serveur YunoHost. +> *Ce package vous permet d'installer Outline rapidement et simplement sur un serveur YunoHost. Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* ## Vue d'ensemble @@ -27,7 +31,7 @@ The fastest wiki and knowledge base for growing teams. Beautiful, feature rich, ## Captures d'écran -![](./doc/screenshots/outline_screenshot.png) +![Capture d'écran de Outline](./doc/screenshots/outline_screenshot.png) ## Avertissements / informations importantes @@ -53,22 +57,23 @@ You can then change the user rights by default and/or change the admin user afte ## Documentations et ressources -* Site officiel de l'app : www.getoutline.com -* Documentation officielle utilisateur : https://www.getoutline.com/about -* Documentation officielle de l'admin : https://www.getoutline.com/developers -* Dépôt de code officiel de l'app : https://github.com/outline/outline -* Documentation YunoHost pour cette app : https://yunohost.org/app_outline -* Signaler un bug : https://github.com/YunoHost-Apps/outline_ynh/issues +* Site officiel de l'app : +* Documentation officielle utilisateur : +* Documentation officielle de l'admin : +* Dépôt de code officiel de l'app : +* Documentation YunoHost pour cette app : +* Signaler un bug : ## Informations pour les développeurs Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/outline_ynh/tree/testing). Pour essayer la branche testing, procédez comme suit. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/outline_ynh/tree/testing --debug ou sudo yunohost app upgrade outline -u https://github.com/YunoHost-Apps/outline_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file +**Plus d'infos sur le packaging d'applications :**