From 00dd08c0560fd87afbad961530e467e463e52179 Mon Sep 17 00:00:00 2001 From: Codruț Constantin Gușoi <mail+git@codrut.pro> Date: Sat, 24 Apr 2021 22:43:41 +0000 Subject: [PATCH] Add more missing romaina i18n strings (#558) --- i18n/ro.toml | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) 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 @@ [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" -- Gitblit v1.10.0