-
-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added: Bulgarian Language
- Loading branch information
Showing
1 changed file
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
article: | ||
anchor_label: "Котва" | ||
date: "{{ .Date }}" | ||
date_updated: "Обновено: {{ .Date }}" | ||
draft: "Чернова" | ||
edit_title: "Редактиране на съдържание" | ||
reading_time: | ||
one: "{{ .Count }} минута" | ||
other: "{{ .Count }} минути" | ||
reading_time_title: "Време за четене" | ||
table_of_contents: "Съдържание" | ||
word_count: | ||
one: "{{ .Count }} дума" | ||
other: "{{ .Count }} думи" | ||
|
||
author: | ||
byline_title: "Автор" | ||
|
||
code: | ||
copy: "Копирай" | ||
copied: "Копирано" | ||
|
||
error: | ||
404_title: "Страницата не е намерена :confused:" | ||
404_error: "Грешка 404" | ||
404_description: "Изглежда, че страницата, която търсите не съществува." | ||
|
||
footer: | ||
dark_appearance: "Превключи към тъмна тема" | ||
light_appearance: "Превключи към светла тема" | ||
powered_by: "Осъществено чрез {{ .Hugo }} & {{ .Congo }}" | ||
|
||
list: | ||
externalurl_title: "Връзка към външен сайт" | ||
no_articles: "Тук няма статии за прелистване." | ||
|
||
nav: | ||
scroll_to_top_title: "Превърти до началото" | ||
skip_to_main: "Преминаване към основното съдържание" | ||
|
||
search: | ||
open_button_title: "Търсене (/)" | ||
close_button_title: "Затвори (Esc)" | ||
input_placeholder: "Търси" | ||
|
||
sharing: | ||
email: "Изпращане по имейл" | ||
facebook: "Споделяне във Facebook" | ||
linkedin: "Споделяне в LinkedIn" | ||
mastodon: "Публикуване в Mastodon" | ||
pinterest: "Пин в Pinterest" | ||
reddit: "Публикуване в Reddit" | ||
twitter: "Туит в Twitter" | ||
|
||
shortcode: | ||
recent_articles: "Последни" |