Merge pull request #58 from groundflyer/master
Add russian translations
This commit is contained in:
commit
b545f9a56e
2 changed files with 106 additions and 0 deletions
BIN
translations/ru/LC_MESSAGES/messages.mo
Normal file
BIN
translations/ru/LC_MESSAGES/messages.mo
Normal file
Binary file not shown.
106
translations/ru/LC_MESSAGES/messages.po
Normal file
106
translations/ru/LC_MESSAGES/messages.po
Normal file
|
@ -0,0 +1,106 @@
|
|||
# Russian translations for pelican Flex theme by Alexandre Vicenzi.
|
||||
# Copyright (C) 2016 Roman Saldygashev
|
||||
# This file is distributed under the same license as the Flex theme by
|
||||
# Alexandre Vicenzi project.
|
||||
# Roman Saldygashev <groundflyer@users.noreply.github.com>, 2016.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: 2.0\n"
|
||||
"Report-Msgid-Bugs-To: <groundflyer@users.noreply.github.com>\n"
|
||||
"POT-Creation-Date: 2016-08-24 21:51-0300\n"
|
||||
"PO-Revision-Date: 2016-10-18 11:46+0500\n"
|
||||
"Last-Translator: Roman Saldygashev <groundflyer@users.noreply.github.com>>\n"
|
||||
"Language: ru\n"
|
||||
"Language-Team: ru <LL@li.org>\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 2.1.1\n"
|
||||
|
||||
#: templates/archives.html:2 templates/archives.html:7
|
||||
msgid "Archives"
|
||||
msgstr "Архивы"
|
||||
|
||||
#: templates/article.html:17 templates/index.html:9
|
||||
#, python-format
|
||||
msgid "Posted on %(when)s in %(category)s"
|
||||
msgstr "Опубликовано %(when)s в %(category)s"
|
||||
|
||||
#: templates/article.html:41
|
||||
msgid "Like this article? Share it with your friends!"
|
||||
msgstr "Понравилась статья? Поделись с друзьями!"
|
||||
|
||||
#: templates/article.html:49
|
||||
msgid "You might enjoy"
|
||||
msgstr "Наслаждайся"
|
||||
|
||||
#: templates/author.html:2
|
||||
#, python-format
|
||||
msgid "Posts by %(name)s"
|
||||
msgstr "Опубликовано %(name)s"
|
||||
|
||||
#: templates/authors.html:2 templates/authors.html:7
|
||||
msgid "Authors"
|
||||
msgstr "Авторы"
|
||||
|
||||
#: templates/base.html:104
|
||||
msgid "Home"
|
||||
msgstr "Главная"
|
||||
|
||||
#: templates/base.html:111
|
||||
msgid "Atom"
|
||||
msgstr "Атом"
|
||||
|
||||
#: templates/base.html:115
|
||||
msgid "RSS"
|
||||
msgstr "RSS"
|
||||
|
||||
#: templates/categories.html:2 templates/categories.html:7
|
||||
msgid "Categories"
|
||||
msgstr "Категории"
|
||||
|
||||
#: templates/category.html:2
|
||||
#, python-format
|
||||
msgid "Category %(name)s"
|
||||
msgstr "Категория %(name)s"
|
||||
|
||||
#: templates/index.html:14
|
||||
msgid "Tagged with"
|
||||
msgstr "Помечено"
|
||||
|
||||
#: templates/index.html:29
|
||||
msgid "Continue reading"
|
||||
msgstr "Продолжить чтение"
|
||||
|
||||
#: templates/tag.html:2
|
||||
#, python-format
|
||||
msgid "Tag %(name)s"
|
||||
msgstr "Тэг %(name)s"
|
||||
|
||||
#: templates/tags.html:2 templates/tags.html:7
|
||||
msgid "Tags"
|
||||
msgstr "Тэги"
|
||||
|
||||
#: templates/partial/disqus.html:12
|
||||
msgid "Please enable JavaScript to view comments."
|
||||
msgstr "Пожалуйста включите JavaScript, чтобы просмотреть комментарии."
|
||||
|
||||
#: templates/partial/flex.html:1
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Powered by %(pelican_url)s - %(flex_url)s theme by "
|
||||
"%(alexandrevicenzi_url)s"
|
||||
msgstr "Создано с помощью %(pelican_url)s - оформление %(flex_url)s от "
|
||||
"%(alexandrevicenzi_url)s"
|
||||
|
||||
#: templates/partial/pagination.html:5
|
||||
msgid "Older Posts"
|
||||
msgstr "Старые сообщения"
|
||||
|
||||
#: templates/partial/pagination.html:10
|
||||
msgid "New Posts"
|
||||
msgstr "Новые сообщения"
|
||||
|
Loading…
Reference in a new issue