Add first version of the site

This commit is contained in:
Gregory Trolliet 2019-09-20 07:51:22 +02:00
commit 0bbda99e9c
121 changed files with 17684 additions and 0 deletions

View file

@ -0,0 +1,24 @@
[category]
other = "category"
[tag]
other = "tag"
[series]
other = "series"
[reading_time]
one = "One minute read"
other = "{{ .Count }} minutes read"
[page_not_found]
other = "Page Not Found"
[page_does_not_exist]
other = "Sorry, this page does not exist."
[head_back]
other = "You can head back to <a href=\"{{ . }}\">homepage</a>."
[powered_by]
other = "Powered by"

View file

@ -0,0 +1,24 @@
[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"

View file

@ -0,0 +1,24 @@
[category]
other = "categoria"
[tag]
other = "tag"
[series]
other = "séries"
[reading_time]
one = "Um minuto de leitura"
other = "{{ .Count }} minutos de leitura"
[page_not_found]
other = "Página Não Encontrada"
[page_does_not_exist]
other = "Desculpe, essa página não existe."
[head_back]
other = "Você pode voltar para a <a href=\"{{ . }}\">página inicial</a>."
[powered_by]
other = "Promovido por"