From 983b64ca51f5e769f790a5ebc55e3808157b8d94 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 5 Jun 2020 16:57:53 +0200 Subject: updated to newest theme supporting newer hugo versions --- themes/new_theme/i18n/bg.yaml | 94 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 themes/new_theme/i18n/bg.yaml (limited to 'themes/new_theme/i18n/bg.yaml') diff --git a/themes/new_theme/i18n/bg.yaml b/themes/new_theme/i18n/bg.yaml new file mode 100644 index 0000000..ab99714 --- /dev/null +++ b/themes/new_theme/i18n/bg.yaml @@ -0,0 +1,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: + "Генерирано с Hugo и тема \ + Mainroad." + +# 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: + "След като запишеш нещо в коя да е поддиректория (секция) на директория content, то ще се появи тук. По \ + подразбиране само една секция (с най-многото писания) ще се показва на главната страница." + +- id: noposts_warning_tip + translation: + "Tip: Можеш да покажеш колкото искаш на брой секции, като ги укажеш в конфигурационния параметър \ + mainSections." -- cgit v1.2.3-54-g00ecf