forked from cotes2020/jekyll-theme-chirpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add fr-FR support to locales (cotes2020#582)
- Loading branch information
1 parent
ffb82b9
commit 2df1977
Showing
1 changed file
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
# The layout text of site | ||
|
||
# ----- Commons label ----- | ||
|
||
layout: | ||
post: Post | ||
category: Catégorie | ||
tag: Tag | ||
|
||
# The tabs of sidebar | ||
tabs: | ||
# format: <filename_without_extension>: <value> | ||
home: Accueil | ||
categories: Catégories | ||
tags: Tags | ||
archives: Archives | ||
about: A propos de | ||
|
||
# the text displayed in the search bar & search results | ||
search: | ||
hint: recherche | ||
cancel: Annuler | ||
no_results: Oups ! Aucun résultat trouvé. | ||
|
||
panel: | ||
lastmod: Récemment mis à jour | ||
trending_tags: Tags tendance | ||
toc: Contenu | ||
|
||
copyright: | ||
# Shown at the bottom of the post | ||
license: | ||
template: Cet article est sous licence :LICENSE_NAME par l'auteur. | ||
name: CC BY 4.0 | ||
link: https://creativecommons.org/licenses/by/4.0/ | ||
|
||
# Displayed in the footer | ||
brief: Certains droits réservés. | ||
verbose: >- | ||
Sauf mention contraire, les articles de ce site sont publiés sous licence | ||
sous la licence Creative Commons Attribution 4.0 International (CC BY 4.0) par l'auteur. | ||
meta: Propulsé par :PLATFORM avec le thème :THEME | ||
|
||
not_found: | ||
statment: Désolé, nous avons égaré cette URL ou elle pointe vers quelque chose qui n'existe pas. | ||
hint_template: :HEAD_BAK pour essayer de la retrouver, ou recherchez-la dans :ARCHIVES_PAGE. | ||
head_back: Retourner à l'accueil | ||
archives_page: Page d'archives | ||
|
||
# ----- Posts related labels ----- | ||
|
||
post: | ||
written_by: Par | ||
posted: Posté | ||
updated: Mis à jour | ||
words: mots | ||
pageview_measure: vues | ||
read_time: | ||
unit: min | ||
prompt: lire | ||
relate_posts: Autres lectures | ||
share: Partager | ||
button: | ||
next: Plus récent | ||
previous: Plus ancien | ||
copy_code: | ||
succeed: Copié ! | ||
share_link: | ||
title: Copier le lien | ||
succeed: Lien copié avec succès ! | ||
# pinned prompt of posts list on homepage | ||
pin_prompt: Épinglé | ||
|
||
# categories page | ||
categories: | ||
category_measure: catégories | ||
post_measure: posts |