-
-
Notifications
You must be signed in to change notification settings - Fork 341
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔀 Merge pull request #485 from ktaranov/dev
Add Russian language translation 🇷🇺
- Loading branch information
Showing
1 changed file
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
article: | ||
anchor_label: "Якорь" | ||
date: "{{ .Date }}" | ||
date_updated: "Обновлено: {{ .Date }}" | ||
draft: "Черновик" | ||
edit_title: "Редактировать" | ||
reading_time: | ||
one: "{ .Count }} минута" | ||
other: "{{ .Count }} минут" | ||
reading_time_title: "Время чтения" | ||
table_of_contents: "Содержание" | ||
word_count: | ||
one: "{ .Count }} слово" | ||
other: "{ .Count }} слов" | ||
|
||
author: | ||
byline_title: "Автор" | ||
|
||
code: | ||
copy: "Копировать" | ||
copied: "Скопировано" | ||
|
||
error: | ||
404_title: "Страница не найдена: бывает:" | ||
404_error: "Ошибка 404" | ||
404_description: "Похоже, что запрошенная вами страница не существует." | ||
|
||
footer: | ||
dark_appearance: "Переключиться на темную тему" | ||
light_appearance: "Переключитесь на светлый тему" | ||
powered_by: "Создано {{ .Hugo }} & {{ .Congo }}" | ||
|
||
list: | ||
externalurl_title: "Ссылка на вшений сайт" | ||
no_articles: "Здесь пока нет статей" | ||
|
||
nav: | ||
scroll_to_top_title: "Вверх" | ||
skip_to_main: "Перейти к содержанию" | ||
|
||
search: | ||
open_button_title: "Поиск (/)" | ||
close_button_title: "Закрыть (Esc)" | ||
input_placeholder: "Поиск" | ||
|
||
sharing: | ||
email: "Послать через email" | ||
facebook: "Поделиться на Facebook" | ||
linkedin: "Поделиться на LinkedIn" | ||
mastodon: "Поделиться на Mastodon" | ||
pinterest: "Поделиться на Pinterest" | ||
reddit: "Опубликовать на Reddit" | ||
twitter: "Опубликовать на Twitter" | ||
|
||
shortcode: | ||
recent_articles: "Последние" |