From 5dbdff205591bfb22dc43dcdc52c5e2a8399e4a3 Mon Sep 17 00:00:00 2001 From: clappingmonkey Date: Tue, 20 Aug 2019 15:05:20 +0300 Subject: [PATCH] Bulgarian Locale (#28) * added the json file for the bg locale * 80% of the translation done * done the bg translation. ready for tests * finished the translation * fixed a typo and added missing translation --- locales/bg.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 locales/bg.json diff --git a/locales/bg.json b/locales/bg.json new file mode 100644 index 0000000..aca542c --- /dev/null +++ b/locales/bg.json @@ -0,0 +1,38 @@ +{ + "Page": "Страница", + "of": "от", + "Published with": "Публикувано чрез", + "Subscribe": "Абонирай се", + "Subscribe to": "Абонирай се", + "Subscribed!": "Абонира се!", + "Subscribe to our newsletter": "Абонирай се за нашия нюзлетър", + "You've successfully subscribed to": "Успешно се абонира за", + "Your email address": "Твоя имейл адрес", + "with the email address": "с имейл адресa", + "Email cannot be blank.": "Имейл не може да бъде празно.", + "Get the latest posts delivered right to your inbox.": "Получи последните постове директно в твоя имейл.", + "Stay up to date! Get all the latest & greatest posts delivered straight to your inbox.": "Остани актуален! Получи всички нови и яки постове доставени направо в твоя имейл.", + "Recommended for you": "Препоръчани за теб", + "Featured": "На фокус", + "Page not found": "Страницата не е намерена", + "Unfortunately the page you were looking for could not be found.": "За съжаление страницата която търсите не може да бъде намерена.", + "Back to home": "Назад към Начало", + "Go to the home page": "Отиди към Начало", + "Recent articles": "Скорошни публикации", + "No recent articles found :(": "Не са намерени скорошни публикации :(", + "1 min read": "1 мин за четене", + "% min read": "% мин за четене", + "No posts": "Няма постове", + "No posts found": "Не са намерени постове", + "Apparently there are no posts at the moment, check again later.": "Очевидно няма нови постове към момента, провери отново по-късно.", + "1 post": "Един пост", + "% posts": "% постове", + "Tags": "Тагове", + "with this tag": "с този таг", + "No tags found :(": "Не са намерени тагове :(", + "Posted by": "Публикувано от", + "Among with": "
Сред с ", + "Among with no break line": "Сред с ", + "Type to search": "Въведете за търсене", + "No results for your search, try something different.": "Няма резултати за твоето търсене, опитай с нещо различно." +}