First standalone version
This commit is contained in:
commit
9d22a63950
49 changed files with 1367 additions and 0 deletions
48
i18n/fr.toml
Normal file
48
i18n/fr.toml
Normal file
|
@ -0,0 +1,48 @@
|
|||
[categories]
|
||||
one = "catégorie"
|
||||
other = "catégories"
|
||||
|
||||
[tags]
|
||||
one = "tag"
|
||||
other = "tags"
|
||||
|
||||
[articles]
|
||||
one = "article"
|
||||
other = "articles"
|
||||
|
||||
[reading_time]
|
||||
one = "Une minute de lecture"
|
||||
other = "{{ .Count }} minutes de lecture"
|
||||
|
||||
[previous_article]
|
||||
other = "article précédent"
|
||||
|
||||
[next_article]
|
||||
other = "article suivant"
|
||||
|
||||
[alt_image]
|
||||
other = "Image de l'article:"
|
||||
|
||||
[alt_avatar]
|
||||
other = "Avatar de {{ .Site.Params.author }}"
|
||||
|
||||
[go_home]
|
||||
other = "Retour à la page d'accueil"
|
||||
|
||||
[error_404]
|
||||
other = "Erreur 404 : Page non trouvée"
|
||||
|
||||
[error_404_title]
|
||||
other = "Title link"
|
||||
|
||||
[error_404_txt]
|
||||
other = "Désolé, la page à laquelle vous essayez d'accéder n'existe pas."
|
||||
|
||||
[error_404_reasons]
|
||||
other = """Raisons possibles :
|
||||
<ul>
|
||||
<li>La page que vous cherchez a été déplacée ou supprimée ;</li>
|
||||
<li>Vous avez peut-être utilisé un lien obsolète ou rompu ;</li>
|
||||
<li>Vous avez peut-être mal saisi l'adresse
|
||||
(<abbr title="Uniform Resource Locator">URL</abbr>).</li>
|
||||
</ul>"""
|
Loading…
Add table
Add a link
Reference in a new issue