diff --git a/l10n/bg.js b/l10n/bg.js
index 69547d93c..79e7bfd6a 100644
--- a/l10n/bg.js
+++ b/l10n/bg.js
@@ -63,7 +63,7 @@ OC.L10N.register(
"{user} has restored the attachment {attachment} to card {card}" : "{user} възстанови прикачения файл {attachment} към карта {card}",
"You have commented on card {card}" : "Коментирали сте карта {card}",
"{user} has commented on card {card}" : "{user} коментира карта {card}",
- "Deck" : "Набор",
+ "Deck" : "Deck",
"Changes in the Deck app" : "Промени в приложението Deck",
"A comment was created on a card" : "На картата е създаден коментар",
"The file was uploaded" : "Файлът е качен",
@@ -75,8 +75,11 @@ OC.L10N.register(
"Could not write file to disk" : " Файлът не можа да бъде записан на диск",
"A PHP extension stopped the file upload" : "PHP разширение спря качването на файла",
"No file uploaded or file size exceeds maximum of %s" : "Няма качен файл или размерът на файла надвишава максимума от %s",
+ "Cards due today" : "Карти изтичащи днес",
+ "Cards due tomorrow" : "Карти изтичащи утре",
"Upcoming cards" : "Предстоящи карти",
"Load more" : "Зареждане на още",
+ "Welcome to Nextcloud Deck!" : "Добре дошли в Nextcloud Deck!",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Картата \"%s\" на \"%s\" Ви е била възложена от %s.",
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} е възложил картата {deck-card} на {deck-board} на Вас.",
"The card \"%s\" on \"%s\" has reached its due date." : "Картата \"%s\" on \"%s\" е достигнала датата на падежа си.",
@@ -227,6 +230,10 @@ OC.L10N.register(
"Add Attachment" : "Добавяне на прикачен файл",
"Choose attachment" : "Избор на прикачен файл",
"Select Date" : "Изберете дата",
+ "Later today – {timeLocale}" : "По-късно днес - {timeLocale}",
+ "Tomorrow – {timeLocale}" : "Утре - {timeLocale}",
+ "This weekend – {timeLocale}" : "Този уикенд - {timeLocale}",
+ "Next week – {timeLocale}" : "Следващата седмица - {timeLocale}",
"Set a due date" : "Задаване на крайна дата",
"Remove due date" : "Премахни крайната дата",
"Mark as done" : "Маркирай като готово",
diff --git a/l10n/bg.json b/l10n/bg.json
index baf871c72..143364b81 100644
--- a/l10n/bg.json
+++ b/l10n/bg.json
@@ -61,7 +61,7 @@
"{user} has restored the attachment {attachment} to card {card}" : "{user} възстанови прикачения файл {attachment} към карта {card}",
"You have commented on card {card}" : "Коментирали сте карта {card}",
"{user} has commented on card {card}" : "{user} коментира карта {card}",
- "Deck" : "Набор",
+ "Deck" : "Deck",
"Changes in the Deck app" : "Промени в приложението Deck",
"A comment was created on a card" : "На картата е създаден коментар",
"The file was uploaded" : "Файлът е качен",
@@ -73,8 +73,11 @@
"Could not write file to disk" : " Файлът не можа да бъде записан на диск",
"A PHP extension stopped the file upload" : "PHP разширение спря качването на файла",
"No file uploaded or file size exceeds maximum of %s" : "Няма качен файл или размерът на файла надвишава максимума от %s",
+ "Cards due today" : "Карти изтичащи днес",
+ "Cards due tomorrow" : "Карти изтичащи утре",
"Upcoming cards" : "Предстоящи карти",
"Load more" : "Зареждане на още",
+ "Welcome to Nextcloud Deck!" : "Добре дошли в Nextcloud Deck!",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Картата \"%s\" на \"%s\" Ви е била възложена от %s.",
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} е възложил картата {deck-card} на {deck-board} на Вас.",
"The card \"%s\" on \"%s\" has reached its due date." : "Картата \"%s\" on \"%s\" е достигнала датата на падежа си.",
@@ -225,6 +228,10 @@
"Add Attachment" : "Добавяне на прикачен файл",
"Choose attachment" : "Избор на прикачен файл",
"Select Date" : "Изберете дата",
+ "Later today – {timeLocale}" : "По-късно днес - {timeLocale}",
+ "Tomorrow – {timeLocale}" : "Утре - {timeLocale}",
+ "This weekend – {timeLocale}" : "Този уикенд - {timeLocale}",
+ "Next week – {timeLocale}" : "Следващата седмица - {timeLocale}",
"Set a due date" : "Задаване на крайна дата",
"Remove due date" : "Премахни крайната дата",
"Mark as done" : "Маркирай като готово",