i18n: add Romanian language

Resolves:
Related:
This commit is contained in:
Daniel-Andrei Minca 2021-02-25 18:37:47 +01:00
parent 929b9efaab
commit d102114510
No known key found for this signature in database
GPG key ID: BD9673B89560010D
2 changed files with 40 additions and 0 deletions

39
i18n/ro.toml Normal file
View file

@ -0,0 +1,39 @@
# Translations for Romanian
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# Generic
#
[translations]
other = "Traduceri"
[postAvailable]
other = "Disponibil și în"
# 404.html
#
[archives]
other = "Arhive"
[home]
other = "Acasă"
[notFound]
other = "Ups, pagina nu a fost găsită…"
# posts/single.html
#
[readingTime]
one = "Un minut"
other = "{{ .Count }} de minute"
[tableOfContents]
other = "Cuprins"
[wordCount]
one = "Un cuvânt"
other = "{{ .Count }} de cuvinte"
[lastModified]
other = "Ultima modificare"