Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gl.toml « i18n - github.com/rhazdon/hugo-theme-hello-friend-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 21e0e895041c4ca110fefe05fe2b4315686634d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Translations for Galician
# https://gohugo.io/content-management/multilingual/#translation-of-strings

# Generic
#
[translations]
other = "Traducións"

[postAvailable]
other = "Tamén dispoñible en"


# 404.html
#
[archives]
other = "Arquivos"

[home]
other = "Inicio"

[notFound]
other = "Vaia, non se atopou a páxina..."


# posts/single.html
#
[readingTime]
one   = "Un minuto"
other = "{{ .Count }} minutos"

[tableOfContents]
other = "Táboa de contidos"

[wordCount]
one   = "Unha Palabra"
other = "{{ .Count }} Palabras"