-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
vlad krilovskiy
committed
Feb 17, 2024
1 parent
db2de4d
commit ffeeb02
Showing
3 changed files
with
107 additions
and
2 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
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,87 @@ | ||
# The layout text of site | ||
|
||
# ----- Commons label ----- | ||
|
||
layout: | ||
post: Пост | ||
category: Категория | ||
tag: Тег | ||
|
||
# The tabs of sidebar | ||
tabs: | ||
# format: <filename_without_extension>: <value> | ||
home: Главная | ||
categories: Категории | ||
tags: Теги | ||
archives: Архив | ||
about: Обо мне | ||
|
||
# the text displayed in the search bar & search results | ||
search: | ||
hint: поиск | ||
cancel: Отмена | ||
no_results: Упс! Ничего не найдено. | ||
|
||
panel: | ||
lastmod: Недавно обновлено | ||
trending_tags: Популярные теги | ||
toc: Содержание | ||
|
||
copyright: | ||
# Shown at the bottom of the post | ||
license: | ||
template: Авторский пост защищен лицензией :LICENSE_NAME. | ||
name: CC BY 4.0 | ||
link: https://creativecommons.org/licenses/by/4.0/ | ||
|
||
# Displayed in the footer | ||
brief: Некоторые права защищены. | ||
verbose: >- | ||
Если не указано иное, авторские посты на этом сайте защищены лицензией Creative Commons Attribution 4.0 International (CC BY 4.0). | ||
meta: Использует тему :THEME для :PLATFORM | ||
|
||
not_found: | ||
statment: Извините, мы перепутали URL-адрес или он указывает на что-то несуществующее. | ||
|
||
notification: | ||
update_found: Доступна новая версия контента. | ||
update: Обновить | ||
|
||
# ----- Posts related labels ----- | ||
|
||
post: | ||
written_by: Автор | ||
posted: Опубликовано | ||
updated: Обновлено | ||
words: слов | ||
pageview_measure: просмотров | ||
read_time: | ||
unit: мин. | ||
prompt: чтения | ||
relate_posts: Похожие посты | ||
share: Поделиться | ||
button: | ||
next: Следующий пост | ||
previous: Предыдущий пост | ||
copy_code: | ||
succeed: Скопировано! | ||
share_link: | ||
title: Скопировать ссылку | ||
succeed: Ссылка успешно скопирована! | ||
|
||
# Date time format. | ||
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format> | ||
df: | ||
post: | ||
strftime: "%d.%m.%Y" | ||
dayjs: "DD.MM.YYYY" | ||
|
||
# categories page | ||
categories: | ||
category_measure: | ||
singular: категория | ||
plural: категории | ||
post_measure: | ||
singular: пост | ||
plural: посты |
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