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

uk.yaml « i18n - github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3bd4f71614648c02f9d29d884a30df6ae996e3fb (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
64
65
66
67
68
69
70
71
toggleMenu:
    other: Показати меню

darkMode:
    other: Темна тема

list:
    page:
        one: "{{ .Count }} сторінка"
        few: "{{ .Count }} сторінки"
        other: "{{ .Count }} сторінок"

    section:
        other: Секція

    subsection:
        one: Підсекція
        other: Підсекції

article:
    back:
        other: Назад

    tableOfContents:
        other: Зміст

    relatedContent:
        other: Схожі матеріали

    lastUpdatedOn:
        other: Востаннє оновлено

    readingTime:
        one: "Час читання: {{ .Count }} хв"
        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 }}