fix typos...

This commit is contained in:
ericgaspar 2020-04-28 22:58:28 +02:00
parent 1a71d7289c
commit 6b731dca2b
3 changed files with 18 additions and 18 deletions

View file

@ -15,7 +15,7 @@
*[Lire ce readme en français.](./README_fr.md)* *[Lire ce readme en français.](./README_fr.md)*
> *This package allow you to install REPLACEBYYOURAPP quickly and simply on a YunoHost server. > *This package allow you to install REPLACEBYYOURAPP quickly and simply on a YunoHost server.
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.* If you dont have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
## Overview ## Overview
Quick description of this app. Quick description of this app.

View file

@ -1,19 +1,19 @@
# App exemple pour YunoHost # App exemple pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/REPLACEBYYOURAPP.svg)](https://dash.yunohost.org/appci/app/REPLACEBYYOURAPP) [![Niveau dintégration](https://dash.yunohost.org/integration/REPLACEBYYOURAPP.svg)](https://dash.yunohost.org/appci/app/REPLACEBYYOURAPP)
[![Installer REPLACEBYYOURAPP avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=REPLACEBYYOURAPP) [![Installer REPLACEBYYOURAPP avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=REPLACEBYYOURAPP)
*[Read this readme in english.](./README.md)* *[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer REPLACEBYYOURAPP rapidement et simplement sur un serveur Yunohost. > *Ce package vous permet dinstaller REPLACEBYYOURAPP 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.* Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue d'ensemble ## Vue densemble
Description rapide de cette application. Description rapide de cette application.
**Version incluse:** 1.0 **Version incluse:** 1.0
## Captures d'écran ## Captures décran
![](Lien vers une capture d'écran pour cette application) ![](Lien vers une capture d'écran pour cette application)
@ -23,19 +23,19 @@ Description rapide de cette application.
## Configuration ## Configuration
Comment configurer cette application: via le panneau d'administration, un fichier brut en SSH ou tout autre moyen. Comment configurer cette application: via le panneau dadministration, un fichier brut en SSH ou tout autre moyen.
## Documentation ## Documentation
* Documentation officielle: Lien vers la documentation officielle de cette application * Documentation officielle : Lien vers la documentation officielle de cette application
* Documentation YunoHost: Si une documentation spécifique est nécessaire, n'hésitez pas à contribuer. * Documentation YunoHost : Si une documentation spécifique est nécessaire, nhésitez pas à contribuer.
## Caractéristiques spécifiques YunoHost ## Caractéristiques spécifiques YunoHost
#### Support multi-utilisateurs #### Support multi-utilisateurs
L'authentification LDAP et HTTP est-elle prise en charge? Lauthentification LDAP et HTTP est-elle prise en charge ?
L'application peut-elle être utilisée par plusieurs utilisateurs? Lapplication peut-elle être utilisée par plusieurs utilisateurs ?
#### Architectures supportées #### Architectures supportées
@ -51,15 +51,15 @@ L'application peut-elle être utilisée par plusieurs utilisateurs?
* Autres informations à ajouter sur cette application * Autres informations à ajouter sur cette application
**Plus d'informations sur la page de documentation:** **Plus dinformations sur la page de documentation :**
https://yunohost.org/packaging_apps https://yunohost.org/packaging_apps
## Liens ## Liens
* Signaler un bug: https://github.com/YunoHost-Apps/REPLACEBYYOURAPP_ynh/issues * Signaler un bug : https://github.com/YunoHost-Apps/REPLACEBYYOURAPP_ynh/issues
* Site de l'application: Lien vers le site officiel de cette application * Site de lapplication : Lien vers le site officiel de cette application
* Dépôt de l'application principale: Lien vers le dépôt officiel de l'application principale * Dépôt de lapplication principale : Lien vers le dépôt officiel de lapplication principale
* Site web YunoHost: https://yunohost.org/ * Site web YunoHost : https://yunohost.org/
--- ---

View file

@ -67,7 +67,7 @@
"type": "string", "type": "string",
"ask": { "ask": {
"en": "Choose the application language", "en": "Choose the application language",
"fr": "Choisissez la langue de l'application" "fr": "Choisissez la langue de lapplication"
}, },
"choices": ["fr", "en"], "choices": ["fr", "en"],
"default": "fr" "default": "fr"
@ -81,7 +81,7 @@
}, },
"help": { "help": {
"en": "Use the help field to add an information for the admin about this question.", "en": "Use the help field to add an information for the admin about this question.",
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question." "fr": "Utilisez le champ aide pour ajouter une information à lintention de ladministrateur à propos de cette question."
}, },
"example": "Choose a password" "example": "Choose a password"
} }