Translated using Weblate (French)
Currently translated at 75.0% (27 of 36 strings) Translation: YunoHost/Readme Generator Translate-URL: https://translate.yunohost.org/projects/yunohost/readme-generator/fr/
This commit is contained in:
parent
e9061990fa
commit
0946a3c1cc
1 changed files with 37 additions and 33 deletions
|
@ -22,66 +22,69 @@ N.B.: This README was automatically generated by https://github.com/YunoHost/app
|
||||||
It shall NOT be edited by hand.
|
It shall NOT be edited by hand.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# {{manifest.name}} for YunoHost
|
# {{manifest.name}} pour YunoHost
|
||||||
|
|
||||||
[![Integration
|
[ ![Niveau
|
||||||
level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}})
|
d’intégration](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}})
|
||||||
![Working
|
![Statut du
|
||||||
status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg)
|
fonctionnement](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg)
|
||||||
![Maintenance
|
![Statut de
|
||||||
status](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg)
|
maintenance](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg)
|
||||||
|
|
||||||
[![Install {{manifest.name}} with
|
[ ![[ ![Installer {{manifest.name}} avec
|
||||||
YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}})
|
YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app={{manifest.id}})
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Read this readme in english.](./README_fr.md)*
|
||||||
|
|
||||||
> *This package allows you to install {{manifest.name}} quickly and simply on a
|
> *Ce package vous permet d’installer {{manifest.name}} rapidement et simplement
|
||||||
> YunoHost server. If you don't have YunoHost, please consult [the
|
> sur un serveur YunoHost. Si vous n’avez pas YunoHost, regardez
|
||||||
> guide](https://yunohost.org/#/install) to learn how to install it.*
|
> [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en
|
||||||
|
> profiter.*
|
||||||
|
|
||||||
## Overview
|
## Vue d’ensemble
|
||||||
|
|
||||||
{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{%
|
{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{%
|
||||||
endif %} **Shipped version:** {% if upstream.version %}{{upstream.version}}{%
|
endif %} **Version incluse :** {% if upstream.version %}{{upstream.version}}{%
|
||||||
else %}{{manifest.version}} {% endif -%}
|
else %}{{manifest.version}} {% endif -%}
|
||||||
|
|
||||||
{% if upstream.demo %} **Demo:** <{{upstream.demo}}> {% endif -%}
|
{% if upstream.demo %} **Démo :** <{{upstream.demo}}> {% endif -%}
|
||||||
|
|
||||||
{% if screenshots %}
|
{% if screenshots %}
|
||||||
## Screenshots
|
## Captures d’écran
|
||||||
|
|
||||||
{% for screenshot in screenshots -%} ![Screenshot of
|
{% for screenshot in screenshots -%} ![Capture d’écran de
|
||||||
{{manifest.name}}](./{{screenshot}}) {% endfor %} {% endif -%}
|
{{manifest.name}}](./{{screenshot}}) {% endfor %} {% endif -%}
|
||||||
|
|
||||||
{% if disclaimer -%}
|
{% if disclaimer -%}
|
||||||
## Disclaimers / important information
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
{{ disclaimer }} {% endif -%}
|
{{ disclaimer }} {% endif -%}
|
||||||
|
|
||||||
{% if antifeatures -%}
|
{% if antifeatures -%}
|
||||||
## :red_circle: Antifeatures
|
## :red_circle : Anti-fonctionnalités
|
||||||
|
|
||||||
{% for antifeature in antifeatures.values() -%}
|
{% for antifeature in antifeatures.values() -%}
|
||||||
- **{{ antifeature.title }}**: {{ antifeature.description }} {% endfor %} {%
|
- **{{ antifeature.title }}** : {{ antifeature.description }} {% endfor %} {%
|
||||||
endif -%}
|
endif -%}
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentations et ressources
|
||||||
|
|
||||||
{% if upstream.website -%}- Official app website: <{{ upstream.website }}> {%
|
{% if upstream.website -%}- Site officiel de l’app : <{{ upstream.website }}> {%
|
||||||
endif -%} {% if upstream.userdoc -%}- Official user documentation: <{{
|
endif -%} {% if upstream.userdoc -%}- Documentation officielle utilisateur : <{{
|
||||||
upstream.userdoc }}> {% endif -%} {% if upstream.admindoc -%}- Official admin
|
upstream.userdoc }}> {% endif -%} {% if upstream.admindoc -%}- Documentation
|
||||||
documentation: <{{ upstream.admindoc }}> {% endif -%} {% if upstream.code -%}-
|
officielle de l’admin : <{{ upstream.admindoc }}> {% endif -%} {% if
|
||||||
Upstream app code repository: <{{ upstream.code }}> {% endif -%}
|
upstream.code -%}- Dépôt de code officiel de l’app : <{{ upstream.code }}> {%
|
||||||
- YunoHost Store: <https://apps.yunohost.org/app/{{manifest.id}}>
|
endif -%}
|
||||||
- Report a bug: <https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues>
|
- YunoHost Store : <https://apps.yunohost.org/app/{{manifest.id}}>
|
||||||
|
- Signaler un bug :
|
||||||
|
<https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Informations pour les développeurs
|
||||||
|
|
||||||
Please send your pull request to the [testing
|
Merci de faire vos pull request sur la [branche
|
||||||
branch](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing).
|
testing](https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing).
|
||||||
|
|
||||||
To try the testing branch, please proceed like that.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug
|
||||||
|
@ -89,5 +92,6 @@ or
|
||||||
sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug
|
sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
**Plus d’infos sur le packaging d’applications :**
|
||||||
|
<https://yunohost.org/packaging_apps>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue