diff --git a/themes/vanilla/i18n/ru.toml b/themes/vanilla/i18n/ru.toml new file mode 100644 index 0000000..893a981 --- /dev/null +++ b/themes/vanilla/i18n/ru.toml @@ -0,0 +1,32 @@ +[Home] +other = "Главная" + +[About] +other = "О Сайте" + +[Resume] +other = "Резюме" + +[Tags] +other = "Метки" + +[AllPosts] +other = "Все Статьи" + +[PostedOn] +other = "Статья опубликована {{ .Date.Format \"January 2, 2006\" }}." + +[TableOfContents] +other = "Оглавление" + +[ReadingTime] +other = "{{ .WordCount }} слов, чтение займет примерно {{ .ReadingTime }} минут." + +[Note] +other = "примечание" + +[Tagged] +other = "Статьи c меткой \"{{ .Title }}\"" + +[AllTags] +other = "Ниже приводится список всех меток на сайте."