Skip to content

Commit

Permalink
minor #497 Add missing french translations (apetitpa)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

Add missing french translations

Add missing french translations + backport a translation from FR to EN

Commits
-------

c8a1ba8 Add missing french translations
  • Loading branch information
javiereguiluz committed Mar 10, 2017
2 parents 409a65b + c8a1ba8 commit 6636c72
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 4 deletions.
4 changes: 4 additions & 0 deletions app/Resources/translations/messages.en.xlf
Expand Up @@ -72,6 +72,10 @@
<source>title.twig_template_code</source>
<target>Twig template code</target>
</trans-unit>
<trans-unit id="title.login_help">
<source>title.login_help</source>
<target>Try either of the following users</target>
</trans-unit>
<trans-unit id="title.login">
<source>title.login</source>
<target>Secure Sign in</target>
Expand Down
115 changes: 111 additions & 4 deletions app/Resources/translations/messages.fr.xlf
Expand Up @@ -19,6 +19,43 @@
<target>Licence MIT</target>
</trans-unit>

<trans-unit id="http_error.name">
<source>http_error.name</source>
<target>Erreur %status_code%</target>
</trans-unit>
<trans-unit id="http_error.description">
<source>http_error.description</source>
<target>Il y a eu une erreur inconnue (HTTP %status_code%) qui a empêché l'aboutissement de votre requête.</target>
</trans-unit>
<trans-unit id="http_error.suggestion">
<source>http_error.suggestion</source>
<target><![CDATA[Essayez de recharger cette page dans quelques minutes ou <a href="%url%">retournez sur la page principale</a>.]]></target>
</trans-unit>
<trans-unit id="http_error_403.description">
<source>http_error_403.description</source>
<target>Vous n'avez pas les droits pour accéder à cette ressource.</target>
</trans-unit>
<trans-unit id="http_error_403.suggestion">
<source>http_error_403.suggestion</source>
<target>Demandez à votre manager ou à votre administrateur système de vous donner les droits pour accéder à cette ressource.</target>
</trans-unit>
<trans-unit id="http_error_404.description">
<source>http_error_404.description</source>
<target>Nous n'avons pas pu trouver la page demandée.</target>
</trans-unit>
<trans-unit id="http_error_404.suggestion">
<source>http_error_404.suggestion</source>
<target><![CDATA[Vérifiez si l'URL ne comporte pas d'erreurs ou <a href="%url%">retournez sur la page principale</a>.]]></target>
</trans-unit>
<trans-unit id="http_error_500.description">
<source>http_error_500.description</source>
<target>Il y a eu une erreur interne du serveur.</target>
</trans-unit>
<trans-unit id="http_error_500.suggestion">
<source>http_error_500.suggestion</source>
<target><![CDATA[Essayez de recharger cette page dans quelques minutes ou <a href="%url%">retournez sur la page principale</a>.]]></target>
</trans-unit>

<trans-unit id="title.homepage">
<source>title.homepage</source>
<target><![CDATA[Bienvenue sur l'application <strong>Symfony Demo</strong>]]></target>
Expand All @@ -37,7 +74,7 @@
</trans-unit>
<trans-unit id="title.login_help">
<source>title.login_help</source>
<target>Try either of the following users</target>
<target>Essayez avec l'un des utilisateurs suivants</target>
</trans-unit>
<trans-unit id="title.login">
<source>title.login</source>
Expand All @@ -55,6 +92,10 @@
<source>title.add_comment</source>
<target>Laisser un commentaire</target>
</trans-unit>
<trans-unit id="title.comment_error">
<source>title.comment_error</source>
<target>Il y a eu une erreur lors de la suppression de votre commentaire.</target>
</trans-unit>

<trans-unit id="action.show">
<source>action.show</source>
Expand All @@ -80,14 +121,34 @@
<source>action.delete_post</source>
<target>Supprimer l'article</target>
</trans-unit>
<trans-unit id="action.create_post">
<source>action.create_post</source>
<target>Créer un nouvel article</target>
<trans-unit id="delete_post_modal.title">
<source>delete_post_modal.title</source>
<target>Êtes-vous sûr de vouloir supprimer ce post ?</target>
</trans-unit>
<trans-unit id="delete_post_modal.body">
<source>delete_post_modal.body</source>
<target>Cette action ne peut pas être annulée.</target>
</trans-unit>
<trans-unit id="label.delete_post">
<source>label.delete_post</source>
<target>Supprimer l'article</target>
</trans-unit>
<trans-unit id="label.cancel">
<source>label.cancel</source>
<target>Annuler</target>
</trans-unit>
<trans-unit id="label.create_post">
<source>label.create_post</source>
<target>Créer un article</target>
</trans-unit>
<trans-unit id="action.create_post">
<source>action.create_post</source>
<target>Créer un nouvel article</target>
</trans-unit>
<trans-unit id="label.save_and_create_new">
<source>label.save_and_create_new</source>
<target>Enregistrer et créer un nouveau</target>
</trans-unit>
<trans-unit id="action.back_to_list">
<source>action.back_to_list</source>
<target>Retour à la liste des articles</target>
Expand Down Expand Up @@ -145,6 +206,10 @@
<source>label.published_at</source>
<target>Publié le</target>
</trans-unit>
<trans-unit id="label.tags">
<source>label.tags</source>
<target>Tags</target>
</trans-unit>
<trans-unit id="label.actions">
<source>label.actions</source>
<target>Actions</target>
Expand All @@ -162,6 +227,10 @@
<source>menu.toggle_nav</source>
<target>Activer ou désactiver la navigation</target>
</trans-unit>
<trans-unit id="menu.choose_language">
<source>menu.choose_language</source>
<target>Choisir la langue</target>
</trans-unit>
<trans-unit id="menu.post_list">
<source>menu.post_list</source>
<target>Liste des articles</target>
Expand All @@ -182,6 +251,10 @@
<source>menu.logout</source>
<target>Déconnexion</target>
</trans-unit>
<trans-unit id="menu.rss">
<source>menu.rss</source>
<target>Blog Posts RSS</target>
</trans-unit>

<trans-unit id="post.to_publish_a_comment">
<source>post.to_publish_a_comment</source>
Expand All @@ -199,6 +272,31 @@
<source>post.no_comments</source>
<target>Soyez le premier à commenter cet article.</target>
</trans-unit>
<trans-unit id="post.no_posts_found">
<source>post.no_posts_found</source>
<target>Aucun article trouvé.</target>
</trans-unit>
<trans-unit id="post.created_successfully">
<source>post.created_successfully</source>
<target>Article créé avec succès !</target>
</trans-unit>
<trans-unit id="post.updated_successfully">
<source>post.updated_successfully</source>
<target>Article mis à jour avec succès !</target>
</trans-unit>
<trans-unit id="post.deleted_successfully">
<source>post.deleted_successfully</source>
<target>Article supprimé avec succès !</target>
</trans-unit>

<trans-unit id="notification.comment_created">
<source>notification.comment_created</source>
<target>Votre article a reçu un commentaire !</target>
</trans-unit>
<trans-unit id="notification.comment_created.description">
<source>notification.comment_created.description</source>
<target><![CDATA[Votre article "%title%" a reçu un nouveau commentaire. Vous pouvez lire le commentaire en suivant <a href="%link%">ce lien</a>]]></target>
</trans-unit>

<trans-unit id="help.app_description">
<source>help.app_description</source>
Expand Down Expand Up @@ -240,6 +338,15 @@
<source>help.more_information</source>
<target><![CDATA[Pour plus d'informations, consultez la <a href="http://symfony.com/doc">documentation de Symfony</a>.]]></target>
</trans-unit>

<trans-unit id="rss.title">
<source>rss.title</source>
<target>Blog de démo Symfony</target>
</trans-unit>
<trans-unit id="rss.description">
<source>rss.description</source>
<target>Derniers articles publiés sur le blog de démo Symfony</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 6636c72

Please sign in to comment.