From f562365c64e2977e046a14a47ed46a4b2104fa76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Codru=C8=9B=20Constantin=20Gu=C8=99oi?= Date: Tue, 11 Aug 2020 20:06:09 +0100 Subject: [PATCH] Adds romanian translation (#370) --- i18n/ro.toml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 i18n/ro.toml diff --git a/i18n/ro.toml b/i18n/ro.toml new file mode 100644 index 0000000..029b444 --- /dev/null +++ b/i18n/ro.toml @@ -0,0 +1,24 @@ +[category] +other = "categorie" + +[tag] +other = "etichetă" + +[series] +other = "serie" + +[reading_time] +one = "Un minut de lectură" +other = "{{ .Count }} {{ if lt .Count 20 }}minute{{ else }}de minute{{ end }} de lectură" + +[page_not_found] +other = "Pagină Pierdută" + +[page_does_not_exist] +other = "Ne pare rău, această pagină nu există." + +[head_back] +other = "Poți să te întorci la pagina principală." + +[powered_by] +other = "Susținut de"