Skip to content

Commit

Permalink
Add french translations
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMuller committed Apr 27, 2020
1 parent f19b852 commit 8bcc620
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions i18n/fr.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@


# UI strings. Buttons and similar.

[ui_pager_prev]
other = "Précédent"

[ui_pager_next]
other = "Suivant"

[ui_read_more]
other = "Lire plus"

[ui_search]
other = "Rechercher ce site…"

# Used in sentences such as "Posted in News"
[ui_in]
other = "dans"

# Footer text
[footer_all_rights_reserved]
other = "Tous droits résérvés"

[footer_privacy_policy]
other = "Politique de confidentialité"


# Post (blog, articles etc.)
[post_byline_by]
other = "Par"
[post_created]
other = "Crée"
[post_last_mod]
other = "Dernière modification"
[post_edit_this]
other = "Modifier cette page"
[post_create_issue]
other = "Créer un problème dans la documentation"
[post_create_project_issue]
other = "Créer un problème dans le projet"
[post_posts_in]
other = "Messages dans"

0 comments on commit 8bcc620

Please sign in to comment.