24 lines
403 B
TOML
24 lines
403 B
TOML
[category]
|
|
other = "catégorie"
|
|
|
|
[tag]
|
|
other = "tag"
|
|
|
|
[series]
|
|
other = "séries"
|
|
|
|
[reading_time]
|
|
one = "Une minute de lecture"
|
|
other = "{{ .Count }} minutes de lecture"
|
|
|
|
[page_not_found]
|
|
other = "Page non trouvée"
|
|
|
|
[page_does_not_exist]
|
|
other = "Désolé, cette page n'existe pas."
|
|
|
|
[head_back]
|
|
other = "Vous pouvez retourner à <a href=\"{{ . }}\">homepage</a>."
|
|
|
|
[powered_by]
|
|
other = "Propulsé par"
|