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

github.com/rhazdon/hugo-theme-hello-friend-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorDaniel-Andrei Minca <mandrei17@gmail.com>2021-02-25 20:37:47 +0300
committerDaniel-Andrei Minca <mandrei17@gmail.com>2021-02-25 20:37:47 +0300
commitd102114510f9801c8a8ca34ba3207af53a14c604 (patch)
treef657f64c851929f6955c21b6c26054339ce40673 /i18n
parent929b9efaab6cecaab23030f6bb1463ac306d505d (diff)
i18n: add Romanian language
Resolves: Related:
Diffstat (limited to 'i18n')
-rw-r--r--i18n/ro.toml39
1 files changed, 39 insertions, 0 deletions
diff --git a/i18n/ro.toml b/i18n/ro.toml
new file mode 100644
index 0000000..af97a55
--- /dev/null
+++ b/i18n/ro.toml
@@ -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"