Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-11-16 05:59:45 +0300
committerNextcloud bot <bot@nextcloud.com>2021-11-16 05:59:45 +0300
commit6b76267eb5d45326fa7029badde95888bc9dce7e (patch)
tree4c2bc4cd885d65ed84557a208cbbc86f2afa6b3d /l10n
parent184b445a4d6dc32f4c3e6b93feb72d8b06b0069b (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-rw-r--r--l10n/bg.js17
-rw-r--r--l10n/bg.json17
2 files changed, 32 insertions, 2 deletions
diff --git a/l10n/bg.js b/l10n/bg.js
index e5ce5e3..2fb2486 100644
--- a/l10n/bg.js
+++ b/l10n/bg.js
@@ -1,6 +1,12 @@
OC.L10N.register(
"notifications",
{
+ "Hello %s" : "Здравейте %s",
+ "Hello %s," : "Здравейте %s,",
+ "_New notification for %s_::_%n new notifications for %s_" : ["нови известия за %s","%n нови известия за %s "],
+ "_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Имате %n нови известия за %s","Имате %n нови известия за %s"],
+ "You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "Можете да промените честотата на тези имейли или да ги деактивирате в <a href=\"%s\">настройките</a>.",
+ "You can change the frequency of these emails or disable them in the settings: %s" : "Можете да промените честотата на тези имейли или да ги деактивирате в настройките: %s",
"Admin notifications" : "Административни известия",
"Notifications" : "Известия",
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Това приложение осигурява сървър и интерфейс за API известие, наличен в Nextcloud.",
@@ -13,6 +19,15 @@ OC.L10N.register(
"Dismiss" : "Отхвърляне",
"seconds ago" : "преди секунди",
"Failed to dismiss notification" : "Неуспешен опит за отхвърляне на известие",
- "in {path}" : "в {path}"
+ "in {path}" : "в {path}",
+ "You need to set up your email address before you can receive notification emails." : "Първо трябва да въведете вашия имейл адрес, за да получавате имейли с известия.",
+ "Send email reminders about unhandled notifications after:" : "Изпращайте напомняния по имейл за необработени известия след: ",
+ "Never" : "Никога",
+ "1 hour" : "1 час",
+ "3 hours" : "3 часа",
+ "1 day" : "1 ден",
+ "1 week" : "1 седмица",
+ "Your settings have been updated." : "Вашите настройки са актуализирани.",
+ "An error occurred while updating your settings." : "Възникна грешка при актуализиране на настройките ви."
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/bg.json b/l10n/bg.json
index e3ac991..948faa0 100644
--- a/l10n/bg.json
+++ b/l10n/bg.json
@@ -1,4 +1,10 @@
{ "translations": {
+ "Hello %s" : "Здравейте %s",
+ "Hello %s," : "Здравейте %s,",
+ "_New notification for %s_::_%n new notifications for %s_" : ["нови известия за %s","%n нови известия за %s "],
+ "_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Имате %n нови известия за %s","Имате %n нови известия за %s"],
+ "You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "Можете да промените честотата на тези имейли или да ги деактивирате в <a href=\"%s\">настройките</a>.",
+ "You can change the frequency of these emails or disable them in the settings: %s" : "Можете да промените честотата на тези имейли или да ги деактивирате в настройките: %s",
"Admin notifications" : "Административни известия",
"Notifications" : "Известия",
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Това приложение осигурява сървър и интерфейс за API известие, наличен в Nextcloud.",
@@ -11,6 +17,15 @@
"Dismiss" : "Отхвърляне",
"seconds ago" : "преди секунди",
"Failed to dismiss notification" : "Неуспешен опит за отхвърляне на известие",
- "in {path}" : "в {path}"
+ "in {path}" : "в {path}",
+ "You need to set up your email address before you can receive notification emails." : "Първо трябва да въведете вашия имейл адрес, за да получавате имейли с известия.",
+ "Send email reminders about unhandled notifications after:" : "Изпращайте напомняния по имейл за необработени известия след: ",
+ "Never" : "Никога",
+ "1 hour" : "1 час",
+ "3 hours" : "3 часа",
+ "1 day" : "1 ден",
+ "1 week" : "1 седмица",
+ "Your settings have been updated." : "Вашите настройки са актуализирани.",
+ "An error occurred while updating your settings." : "Възникна грешка при актуализиране на настройките ви."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file