From 00dd08c0560fd87afbad961530e467e463e52179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Codru=C8=9B=20Constantin=20Gu=C8=99oi?= Date: Sat, 24 Apr 2021 23:43:41 +0100 Subject: [PATCH] Add more missing romaina i18n strings (#558) --- i18n/ro.toml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/i18n/ro.toml b/i18n/ro.toml index b34cb6e..3eb6aca 100644 --- a/i18n/ro.toml +++ b/i18n/ro.toml @@ -1,15 +1,24 @@ [category] other = "categorie" +[categories] +other = "categorii" + [tag] other = "etichetă" +[tags] +other = "etichete" + [series] other = "serie" [author] other = "autor" +[authors] +other = "autori" + [posts] other = "articole" @@ -31,3 +40,24 @@ other = "Susținut de" [see_also] other = "Altele din seria" + +[note] +other = "notă" + +[tip] +other = "sfat" + +[example] +other = "exemplu" + +[question] +other = "întrebare" + +[info] +other = "informație" + +[warning] +other = "avertisment" + +[error] +other = "eroare"