themes/hugo-coder/i18n/fr.toml

e49c03646bf2c8610e09f8058321ef1cc14f5c12 · 495 B · 33 lines raw

1 [category]
2 other = "catégorie"
3
4 [tag]
5 other = "tag"
6
7 [series]
8 other = "séries"
9
10 [author]
11 other = "auteur"
12
13 [reading_time]
14 one = "Une minute de lecture"
15 other = "{{ .Count }} minutes de lecture"
16
17 [page_not_found]
18 other = "Page Non Trouvée"
19
20 [page_does_not_exist]
21 other = "Désolé, cette page n'existe pas."
22
23 [head_back]
24 other = "Vous pouvez revenir à <a href=\"{{ . }}\">l'accueil</a>."
25
26 [powered_by]
27 other = "Propulsé par"
28
29 [see_also]
30 other = "Voir aussi dans"
31
32 [posts]
33 other = "Articles"