summaryrefslogtreecommitdiff
path: root/themes/new_theme/i18n/bg.yaml
blob: ab997142aeff2c4536282c86fa3b836c2a72a0aa (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: "За {{ .Count }}"

# 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/Vimux/Mainroad/\" rel=\"nofollow noopener\" target=\"_blank\">Mainroad</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>Tip:</b> Можеш да покажеш колкото искаш на брой секции, като ги укажеш в конфигурационния параметър \
    <b><a href=\"https://gohugo.io/functions/where/#mainsections\" rel=\"nofollow noopener\" target=\"_blank\">mainSections</a></b>."