diff options
author | DSRKafuU | 2021-04-11 15:58:24 +0800 |
---|---|---|
committer | GitHub | 2021-04-11 15:58:24 +0800 |
commit | 17629987d294e8dd9afae5ec6317a20550e3bd17 (patch) | |
tree | ab4e2d28414d694a23bd36aaf4c38fce43e449ba /i18n | |
parent | 867592189ef2ded15f85ca547e150dcc196df507 (diff) | |
download | hugo-theme-fuji-17629987d294e8dd9afae5ec6317a20550e3bd17.tar.gz hugo-theme-fuji-17629987d294e8dd9afae5ec6317a20550e3bd17.tar.bz2 hugo-theme-fuji-17629987d294e8dd9afae5ec6317a20550e3bd17.zip |
feat(lang): add eo translation by @1000283
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/eo.toml | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/i18n/eo.toml b/i18n/eo.toml new file mode 100644 index 0000000..0578d2d --- /dev/null +++ b/i18n/eo.toml @@ -0,0 +1,55 @@ +[sidebarToc] + other = "Enhavindekso" + +[sidebarPages] + other = "Paĝoj" + +[sidebarTags] + other = "Etikedoj" + +[sidebarLinks] + other = "Ligoj" + +[sidebarBangumiChart] + other = "Bangumi" + +[footerPoweredFront] + other = "Ebliga per " + +[footerPoweredEnd] + other = " " + +[postMetaNoTag] + other = "Senetikeda" + +[postMetaWordCount] + one = "{{.Count}} vorto" + other = "{{.Count}} vortoj" + +[postMetaReadingTime] + one = "{{.Count}} minuto" + other = "{{.Count}} minutoj" + +[postCopyrightFront] + other = "Escepte kiam menciite, la enhavo de tiu ĉi retejo licenciitas laŭ " + +[postCopyrightEnd] + other = "." + +[postComment] + other = "Ŝargi komentojn" + +[archivesTotalPages] + other = "Entutaj afiŝoj: " + +[tagsCurrentTag] + other = "Afiŝoj kun etikedo {{ .Title }}: " + +[searchSuccess] + other = "[NUM] rezultoj je ([TIME] ms)" + +[searchNotFound] + other = "Rezultoj ne trovitaj" + +[searchFailed] + other = "Ne eblis ŝargi indeksdosiero" |