Redo the translation system (steal from tabi)
This commit is contained in:
50
i18n/ru.toml
Normal file
50
i18n/ru.toml
Normal file
@ -0,0 +1,50 @@
|
||||
language_name = "Русский" # Shown in language picker for multi-language sites.
|
||||
date_locale = "ru_RU"
|
||||
full-stop = "." # Used at the end of a sentence.
|
||||
|
||||
# Note on pluralization prefixes:
|
||||
# - few_: for numbers ending in 2-4, except 12-14, in genitive singular.
|
||||
# - many_: for all others, including 5-9, 0, and teens (11-14), in genitive plural.
|
||||
|
||||
# Menu items.
|
||||
# Should match the names in config.extra.nav.links and config.extra.footer.links.
|
||||
Blog = "Блог"
|
||||
Demo = "Блог"
|
||||
Repo = "Репо"
|
||||
|
||||
anchor_link = "Якорная ссылка для"
|
||||
archived = "Архивировано"
|
||||
author = "Автор"
|
||||
blog_post_author = "Автор блог-поста"
|
||||
boosts_from = "Продвижения с"
|
||||
comments = "Комментарии"
|
||||
comments_description = "Вы можете оставить комментарий к этому блог-посту, публично ответив на него с помощью аккаунта Mastodon или другого аккаунта ActivityPub/Fediverse. Известные неприватные ответы отображены ниже."
|
||||
comments_loading = "Загрузка…"
|
||||
comments_noscript = "Загрузка комментариев зависит от JavaScript. Попробуйте включить JavaScript и перезагрузить, или посетите оригинальный пост на Mastodon."
|
||||
copy_code = "Скопировать код"
|
||||
disclaimer = "Дисклеймер"
|
||||
drafted = "Черновик"
|
||||
faves_from = "Избранное с"
|
||||
feed = "Лента"
|
||||
file_an_issue = "Отправить Отчет об Ошибке"
|
||||
filter_by_tag = "Фильтр по тегам"
|
||||
footer_powered_by = "Работает на базе"
|
||||
footer_powered_by_and = "и"
|
||||
footer_source = "Исходный код веб-сайта"
|
||||
go_to_top = "Перейти в Начало"
|
||||
language = "Язык"
|
||||
load_comments = "Загрузить Комментарии"
|
||||
newest_to_oldest = "От новейшего к старейшему"
|
||||
open_post = "Открыть Пост"
|
||||
page_next = "Следующий"
|
||||
page_previous = "Предыдущий"
|
||||
posts_in_total = "всего постов"
|
||||
posts_with_tag = "Посты с тегом"
|
||||
see_all_tags = "Показать все теги"
|
||||
skip_to_content = "Перейти к основному содержанию"
|
||||
table_of_contents = "Оглавление"
|
||||
tags = "Теги"
|
||||
tags_in_total = "тегов в общем"
|
||||
trigger_warning = "Предупреждение о Тревоге"
|
||||
view_comment = "Показать комментарий на"
|
||||
view_profile = "Показать профиль на"
|
Reference in New Issue
Block a user