mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +00:00
Merge pull request #1696 from wallabag/v2-french-translations-missing
Add some missing french translations
This commit is contained in:
commit
befa6f2fe9
5 changed files with 10 additions and 3 deletions
|
@ -0,0 +1,2 @@
|
||||||
|
Login: "Se connecter"
|
||||||
|
Enter your email address below and we'll send you password reset instructions.: "Renseignez votre adresse email, nous vous enverrons les instructions pour réinitialiser votre mot de passe."
|
|
@ -8,7 +8,10 @@ You can find translation files here: https://github.com/wallabag/wallabag/tree/v
|
||||||
|
|
||||||
You have to create ``messages.CODE.yml`` and ``validators.CODE.yml``, where CODE is the the ISO 639-1 code of your language (`see wikipedia <https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes>`__).
|
You have to create ``messages.CODE.yml`` and ``validators.CODE.yml``, where CODE is the the ISO 639-1 code of your language (`see wikipedia <https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes>`__).
|
||||||
|
|
||||||
There is still one file to translate: https://github.com/wallabag/wallabag/tree/v2/app/Resources/CraueConfigBundle/translations.
|
Other files to translate:
|
||||||
|
|
||||||
|
- https://github.com/wallabag/wallabag/tree/v2/app/Resources/CraueConfigBundle/translations.
|
||||||
|
- https://github.com/wallabag/wallabag/tree/v2/app/Resources/FOSUserBundle/translations.
|
||||||
|
|
||||||
You have to create ``CraueConfigBundle.CODE.yml``.
|
You have to create ``CraueConfigBundle.CODE.yml``.
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ Login: 'Se connecter'
|
||||||
Back to login: 'Revenir au formulaire de connexion'
|
Back to login: 'Revenir au formulaire de connexion'
|
||||||
Send: 'Envoyer'
|
Send: 'Envoyer'
|
||||||
"Enter your email address below and we'll send you password reset instructions.": "Saisissez votre adresse e-mail ci-dessous, nous vous enverrons les instructions pour réinitialiser votre mot de passe."
|
"Enter your email address below and we'll send you password reset instructions.": "Saisissez votre adresse e-mail ci-dessous, nous vous enverrons les instructions pour réinitialiser votre mot de passe."
|
||||||
|
Register: 'Créer un compte'
|
||||||
|
|
||||||
# Menu
|
# Menu
|
||||||
unread: 'Non lus'
|
unread: 'Non lus'
|
||||||
|
@ -54,6 +55,7 @@ New password: 'Nouveau mot de passe'
|
||||||
Repeat new password: 'Confirmez votre nouveau mot de passe'
|
Repeat new password: 'Confirmez votre nouveau mot de passe'
|
||||||
Username: "Nom d'utilisateur"
|
Username: "Nom d'utilisateur"
|
||||||
Two factor authentication: Double authentification
|
Two factor authentication: Double authentification
|
||||||
|
Enabling two factor authentication means you'll receive an email with a code on every new untrusted connexion: Activer l'authentification double-facteur veut dire que vous allez recevoir un code par email à chaque nouvelle connexion non approuvée.
|
||||||
|
|
||||||
# Tagging rules
|
# Tagging rules
|
||||||
Tagging rules: "Règles de tag automatiques"
|
Tagging rules: "Règles de tag automatiques"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{% extends "WallabagCoreBundle::layout.html.twig" %}
|
{% extends "WallabagCoreBundle::layout.html.twig" %}
|
||||||
|
|
||||||
{% block title %}Welcome on wallabag!{% endblock %}
|
{% block title %}{% trans %}Welcome on wallabag!{% endtrans %}{% endblock %}
|
||||||
|
|
||||||
{% block body_class %}login{% endblock %}
|
{% block body_class %}login{% endblock %}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{% extends "WallabagCoreBundle::layout.html.twig" %}
|
{% extends "WallabagCoreBundle::layout.html.twig" %}
|
||||||
|
|
||||||
{% block title %}Welcome on wallabag!{% endblock %}
|
{% block title %}{% trans %}Welcome on wallabag!{% endtrans %}{% endblock %}
|
||||||
|
|
||||||
{% block body_class %}login{% endblock %}
|
{% block body_class %}login{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue