Files
blog/i18n/ru.toml
daudix 238f84de30 Make dates respect current locale (deprecations!)
And make comments use it in a smart way (it's not but it works)

Deprecate "extra.date_format" and "extra.comments.locale" and replace it
with "date_format" and "date_locale" in translation files
2024-06-20 19:26:12 +03:00

61 lines
2.8 KiB
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Shown in language picker for multi-language sites
language_name = "Русский"
# Tera date format used for listing posts
# (post publication date, tag posts list...).
# Not used in comments, "date_locale" is used instead.
# See https://docs.rs/chrono/0.4.31/chrono/format/strftime/index.html
date_format = "%d %B %Y г."
date_locale = "ru_RU"
# 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 = "Репо"
all_tags = "Показать все теги"
archived = "Архивировано"
author = "Автор"
blog_post_author = "Автор блог-поста"
boosts_from = "Продвижения с"
comments = "Комментарии"
comments_description = "Вы можете оставить комментарий к этому блог-посту, публично ответив на него с помощью аккаунта Mastodon или другого аккаунта ActivityPub/Fediverse. Известные неприватные ответы отображены ниже."
copy_code = "Скопировать код"
disclaimer = "Дисклеймер"
drafted = "Черновик"
faves_from = "Избранное с"
feed = "Лента"
few_posts = "$NUMBER поста"
few_tags = "$NUMBER тега"
file_an_issue = "Отправить Отчет об Ошибке"
filter_by_tag = "Фильтр по тегам"
go_to_top = "Перейти в Начало"
language = "Язык"
load_comments = "Загрузить Комментарии"
loading = "Загрузка…"
many_posts = "$NUMBER постов"
many_tags = "$NUMBER тегов"
newest_to_oldest = "От новейшего к старейшему"
next = "Следующий"
noscript = "Загрузка комментариев зависит от JavaScript. Попробуйте включить JavaScript и перезагрузить, или посетите оригинальный пост на Mastodon."
one_posts = "$NUMBER пост"
one_tags = "$NUMBER тег"
open_post = "Открыть Пост"
posts = "$NUMBER постов"
posts_with_tag = "Посты с тегом"
powered_by = "Работает на базе"
powered_by_and = "и"
previous = "Предыдущий"
skip_to_content = "Перейти к основному содержанию"
source = "Исходный код веб-сайта"
table_of_contents = "Оглавление"
tags = "$NUMBER тегов"
tags_title = "Теги"
trigger_warning = "Предупреждение о Тревоге"
view_comment = "Показать комментарий на"
view_profile = "Показать профиль на"