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

github.com/dillonzq/LoveIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorVictor Pogor <victor.pogor@outlook.com>2020-05-12 15:53:58 +0300
committerGitHub <noreply@github.com>2020-05-12 15:53:58 +0300
commitfcba1590b666e50771e3440c5c702f868ce90196 (patch)
treea0509b989d487807ffbd7a0dcc7d3f9804502f18 /i18n
parent83869e0fc82356011bb155370d51a4ce3e6924c9 (diff)
feat(i18n): added romanian and russian languages (#335)
* feat(i18n): added romanian and russian languages * fix(i18n): typo * fix(i18n): typo
Diffstat (limited to 'i18n')
-rw-r--r--i18n/ro.toml190
-rw-r--r--i18n/ru.toml190
2 files changed, 380 insertions, 0 deletions
diff --git a/i18n/ro.toml b/i18n/ro.toml
new file mode 100644
index 00000000..c5e5065b
--- /dev/null
+++ b/i18n/ro.toml
@@ -0,0 +1,190 @@
+# Translations for Romanian
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# === baseof ==
+[backToTop]
+other = "Înapoi Sus"
+
+[viewComments]
+other = "Vizualizare Comentarii"
+# === baseof ==
+
+# === Post ===
+[posts]
+other = "Articole"
+# === Post ===
+
+# === Taxonomy ===
+[allSome]
+other = "Toate %s"
+
+[tag]
+other = "Etichetă"
+
+[tags]
+other = "Etichete"
+
+[category]
+other = "Categorie"
+
+[categories]
+other = "Categorii"
+# === Taxonomy ===
+
+# === Pagination ===
+[more]
+other = "Mai mult"
+# === Pagination ===
+
+# === partials/header.html ===
+[selectLanguage]
+other = "Selectare Limbă"
+
+[switchTheme]
+other = "Schimbare Temă"
+# === partials/header.html ===
+
+# === partials/footer.html ===
+[poweredBySome]
+other = "Realizat de către %s"
+
+[theme]
+other = "Temă"
+# === partials/footer.html ===
+
+# === partials/comment.html ===
+[valineLang]
+other = "ro"
+
+[valinePlaceholder]
+other = "Comentariul dvs ..."
+
+[facebookLanguageCode]
+other = "ro_RO"
+# === partials/comment.html ===
+
+# === partials/assets.html ===
+[search]
+other = "Căutare"
+
+[searchPlaceholder]
+other = "Căutarea titlului sau conținutului articolului ..."
+
+[clear]
+other = "Golire"
+
+[cancel]
+other = "Anulare"
+
+[noResultsFound]
+other = "Nici un rezultat gasit"
+
+[lunrLanguageCode]
+other = "ro"
+
+[copyToClipboard]
+other = "Copiați în clipboard"
+# === partials/assets.html ===
+
+# === partials/plugin/share.html ===
+[shareOn]
+other = "Distribuie pe"
+# === partials/plugin/share.html ===
+
+# === posts/single.html ===
+[contents]
+other = "Cuprins"
+
+[publish]
+other = "publicat la"
+
+[included]
+other = "inclus în"
+
+[wordCount]
+other = "aproximativ {{ .Count }} cuvinte"
+
+[readingTime]
+other = "{{ .Count }} min"
+
+[views]
+other = "vizualizări"
+
+[author]
+other = "Autor"
+
+[lastMod]
+other = "Articolul a fost actualizat la %s"
+
+[license]
+other = "Publicat sub licența %s"
+
+[seeMarkdown]
+other = "Citire Markdown"
+
+[back]
+other = "Înapoi"
+
+[home]
+other = "Acasă"
+
+[readMore]
+other = "Citește mai mult"
+# === posts/single.html ===
+
+# === 404.html ===
+[pageNotFound]
+other = "Pagina nu a fost găsită"
+
+[pageNotFoundText]
+other = "Pagina pe care o căutați nu există. Ne cerem scuze."
+# === 404.html ===
+
+# === shortcodes/admonition.html ===
+[note]
+other = "Notă"
+
+[abstract]
+other = "Rezumat"
+
+[info]
+other = "Info"
+
+[tip]
+other = "Sfat"
+
+[success]
+other = "Succes"
+
+[question]
+other = "Întrebare"
+
+[warning]
+other = "Avertizare"
+
+[failure]
+other = "Eșec"
+
+[danger]
+other = "Pericol"
+
+[bug]
+other = "Bug"
+
+[example]
+other = "Exemplu"
+
+[quote]
+other = "Citat"
+# === shortcodes/admonition.html ===
+
+# === shortcodes/version.html ===
+[new]
+other = "NOU"
+
+[changed]
+other = "SCHIMBAT"
+
+[deleted]
+other = "ȘTERS"
+# === shortcodes/version.html ===
diff --git a/i18n/ru.toml b/i18n/ru.toml
new file mode 100644
index 00000000..b30b482b
--- /dev/null
+++ b/i18n/ru.toml
@@ -0,0 +1,190 @@
+# Translations for Russian
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# === baseof ==
+[backToTop]
+other = "Наверх"
+
+[viewComments]
+other = "Посмотреть комментарии"
+# === baseof ==
+
+# === Post ===
+[posts]
+other = "Статьи"
+# === Post ===
+
+# === Taxonomy ===
+[allSome]
+other = "Все %s"
+
+[tag]
+other = "Тэг"
+
+[tags]
+other = "Тэги"
+
+[category]
+other = "Категория"
+
+[categories]
+other = "Категории"
+# === Taxonomy ===
+
+# === Pagination ===
+[more]
+other = "Больше"
+# === Pagination ===
+
+# === partials/header.html ===
+[selectLanguage]
+other = "Выбор Языка"
+
+[switchTheme]
+other = "Сменить Тему"
+# === partials/header.html ===
+
+# === partials/footer.html ===
+[poweredBySome]
+other = "Сделано %s"
+
+[theme]
+other = "Тема"
+# === partials/footer.html ===
+
+# === partials/comment.html ===
+[valineLang]
+other = "ru"
+
+[valinePlaceholder]
+other = "Ваш комментарий ..."
+
+[facebookLanguageCode]
+other = "ru_RU"
+# === partials/comment.html ===
+
+# === partials/assets.html ===
+[search]
+other = "Поиск"
+
+[searchPlaceholder]
+other = "Поиск заголовков или содержимого ..."
+
+[clear]
+other = "Очистить"
+
+[cancel]
+other = "Отменить"
+
+[noResultsFound]
+other = "Результатов не найдено"
+
+[lunrLanguageCode]
+other = "ru"
+
+[copyToClipboard]
+other = "Копировать в буфер обмена"
+# === partials/assets.html ===
+
+# === partials/plugin/share.html ===
+[shareOn]
+other = "Поделиться в"
+# === partials/plugin/share.html ===
+
+# === posts/single.html ===
+[contents]
+other = "Содержание"
+
+[publish]
+other = "Опубликовано"
+
+[included]
+other = "включен в"
+
+[wordCount]
+other = "около {{ .Count }} слов"
+
+[readingTime]
+other = "{{ .Count }} мин"
+
+[views]
+other = "просмотров"
+
+[author]
+other = "Автор"
+
+[lastMod]
+other = "Статья была обновлена %s"
+
+[license]
+other = "Опубликовано под лицензии %s"
+
+[seeMarkdown]
+other = "Читать Markdown"
+
+[back]
+other = "Назад"
+
+[home]
+other = "Домой"
+
+[readMore]
+other = "Читать больше"
+# === posts/single.html ===
+
+# === 404.html ===
+[pageNotFound]
+other = "Страница не найдена"
+
+[pageNotFoundText]
+other = "Страница, которую вы ищете, не существует. Приносим извинения."
+# === 404.html ===
+
+# === shortcodes/admonition.html ===
+[note]
+other = "Замечание"
+
+[abstract]
+other = "Краткое описание"
+
+[info]
+other = "Инфо"
+
+[tip]
+other = "Совет"
+
+[success]
+other = "Удачто"
+
+[question]
+other = "Вопрос"
+
+[warning]
+other = "Предупреждение"
+
+[failure]
+other = "Отказ"
+
+[danger]
+other = "Опасность"
+
+[bug]
+other = "Ошибка"
+
+[example]
+other = "Пример"
+
+[quote]
+other = "Цитата"
+# === shortcodes/admonition.html ===
+
+# === shortcodes/version.html ===
+[new]
+other = "НОВЫЙ"
+
+[changed]
+other = "ИЗМЕНЕН"
+
+[deleted]
+other = "УДАЛЕН"
+# === shortcodes/version.html ===