Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ru.yaml « i18n - github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b1f1e5105d6aed8c0a470bbfa8431dda213c7761 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
toggleMenu:
    other: Показать/скрыть меню

darkMode:
    other: Тёмный режим

list:
    page:
        one: "{{ .Count }} страница"
        few: "{{ .Count }} страницы"
        many: "{{ .Count }} страниц"
        other: "{{ .Count }} страниц"

    section:
        other: Раздел

    subsection:
        one: Подраздел
        few: Подразделы
        many: Подразделы
        other: Подразделы

article:
    back:
        other: Назад
    relatedContent:
        other: Также рекомендуем
    lastUpdatedOn:
        other: Обновлено
    tableOfContents: 
        other: Содержание
    readingTime: 
        other: "Время чтения: {{ .Count }} мин."

notFound:
    title:
        other: Не найдено
    subtitle:
        other: Запрашиваемая страница не существует

widget:
    archives:
        title:
            other: Архивы
        more:
            other: Ещё
    tagCloud:
        title:
            other: Теги

search:
    title:
        other: Поиск
    placeholder:
        other: Введите что-нибудь...
    resultTitle:
        other: "Найдено #PAGES_COUNT страниц (за #TIME_SECONDS с.)"

footer:
    builtWith:
        other: Создано при помощи {{ .Generator }}
    designedBy:
        other: Тема {{ .Theme }}, дизайн {{ .DesignedBy }}