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

mk.yaml « i18n - github.com/pfadfinder-konstanz/hugo-dpsg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cff9ea4c794dfafcb5cf6b345d43d527df9e7cb2 (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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# General
- id: read_more
  translation: "Читај повеќе…"

- id: menu_label
  translation: "Мени"

- id: sidemenu_title
  translation: "Мени"

# Post meta
- id: meta_lastmod
  translation: "Последна промена"

- id: meta_translations
  translation: "Преводи"

# Table of Contents
- id: toc_title
  translation: "Содржина"

# Post nav
- id: post_nav_prev
  translation: "Претходна"

- id: post_nav_next
  translation: "Следна"

# Authorbox
- id: authorbox_name
  translation: "За {{ .Name }}"

# Sidebar
- id: sidebar_warning
  translation: "ВНИМАНИЕ"

- id: sidebar_recommendation
  translation: "Ве молам, активирајте најмалку еден страничен елемент."

# Search widget
- id: search_placeholder
  translation: "Пребарувај..."

# Languages widget
- id: languages_title
  translation: "Јазици"

# Categories widget
- id: categories_title
  translation: "Категории"

# Recent Posts widget
- id: recent_title
  translation: "Скорешни написи"

# Social widget
- id: social_title
  translation: "Социјални"

# Tags List widget
- id: tags_title
  translation: "Ознаки"

# Footer
- id: footer_credits
  translation:
    "Направено со <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> и тема \
    <a href=\"https://github.com/pfadfinder-konstanz/hugo-dpsg/\" rel=\"nofollow noopener\" target=\"_blank\">DPSG</a>."

# 404
- id: 404_title
  translation: "404. Страницата не е најдена"

- id: 404_text
  translation:
    "Страницата која ја баравте личи дека е поместена, избришана или не постои. Ве молам, користите го полето Барај \
    или Оди"

- id: 404_linktext
  translation: "главна страница"

# No posts empty state
- id: noposts_warning_title
  translation: "Сѐ уште немате написи!"

- id: noposts_warning_description
  translation:
    "Штом објавите напис во било кој директориум (секција) под директориумот <b>content</b>, тој ќе се појави тука. \
    Предефинирано само една секција (со најмногу написи) ќе се прикаже на главната страница."

- id: noposts_warning_tip
  translation:
    "<b>Препорака:</b> Може да прикажете колку сакате секции со конфигурацискиот параметар \
    <b><a href=\"https://gohugo.io/functions/where/#mainsections\" rel=\"nofollow noopener\" target=\"_blank\">mainSections</a></b>."