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
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-02-18 06:01:01 +0300
committerNextcloud bot <bot@nextcloud.com>2021-02-18 06:01:01 +0300
commit0c329338887e1660f5f4fec5c4412b1e25ab17ee (patch)
treec214ac2ddef620701e87034462f7d089f3a40a04
parentc31b0f5c7e351d92f8c10427b72113770ec785c3 (diff)
[tx-robot] updated from transifexv19.0.9RC1
-rw-r--r--l10n/bg.js3
-rw-r--r--l10n/bg.json3
-rw-r--r--l10n/si.js7
-rw-r--r--l10n/si.json5
4 files changed, 18 insertions, 0 deletions
diff --git a/l10n/bg.js b/l10n/bg.js
index 94a72f9..e5ce5e3 100644
--- a/l10n/bg.js
+++ b/l10n/bg.js
@@ -3,7 +3,10 @@ OC.L10N.register(
{
"Admin notifications" : "Административни известия",
"Notifications" : "Известия",
+ "This app provides a backend and frontend for the notification API available in Nextcloud." : "Това приложение осигурява сървър и интерфейс за API известие, наличен в Nextcloud.",
+ "This app provides a backend and frontend for the notification API available in Nextcloud.\n\t\tThe API is used by other apps to notify users in the web UI and sync clients about various things. Some examples are:\n\n📬 Federated file sharing: You received a new remote share\n\n📑 Comments: Another user mentioned you in a comment on a file\n\n🚢 Update notification: Available update for an app or nextcloud itself\n\n📣 Announcement center: An announcement was posted by an admin" : "Това приложение осигурява ссссървър и интерфейс за API уведомяване, наличен в Nextcloud.\n\t\tAPI се използва от други приложения, за да уведомява потребителите в уеб потребителския интерфейс и да синхронизира клиенти за различни неща. Ето няколко примера:\n\n📬 Федерирано споделяне на файлове: Получихте ново отдалечено споделяне\n\n📑 Коментари: Друг потребител ви спомена в коментар за файл\n\n🚢 Известие за актуализация: Налична актуализация за приложение или самият nextcloud\n\n📣 Център за съобщения: Съобщение е публикувано от администратор",
"Dismiss all notifications" : "Откажи всички съобщения",
+ "Requesting browser permissions to show notifications" : "Заявка за права на браузъра за показване на известия",
"No notifications" : "Няма известия",
"Failed to dismiss all notifications" : "Неуспешно отхвърляне на всичко известия",
"Failed to perform action" : "Грешка при изпълнение на действие",
diff --git a/l10n/bg.json b/l10n/bg.json
index 450cd54..e3ac991 100644
--- a/l10n/bg.json
+++ b/l10n/bg.json
@@ -1,7 +1,10 @@
{ "translations": {
"Admin notifications" : "Административни известия",
"Notifications" : "Известия",
+ "This app provides a backend and frontend for the notification API available in Nextcloud." : "Това приложение осигурява сървър и интерфейс за API известие, наличен в Nextcloud.",
+ "This app provides a backend and frontend for the notification API available in Nextcloud.\n\t\tThe API is used by other apps to notify users in the web UI and sync clients about various things. Some examples are:\n\n📬 Federated file sharing: You received a new remote share\n\n📑 Comments: Another user mentioned you in a comment on a file\n\n🚢 Update notification: Available update for an app or nextcloud itself\n\n📣 Announcement center: An announcement was posted by an admin" : "Това приложение осигурява ссссървър и интерфейс за API уведомяване, наличен в Nextcloud.\n\t\tAPI се използва от други приложения, за да уведомява потребителите в уеб потребителския интерфейс и да синхронизира клиенти за различни неща. Ето няколко примера:\n\n📬 Федерирано споделяне на файлове: Получихте ново отдалечено споделяне\n\n📑 Коментари: Друг потребител ви спомена в коментар за файл\n\n🚢 Известие за актуализация: Налична актуализация за приложение или самият nextcloud\n\n📣 Център за съобщения: Съобщение е публикувано от администратор",
"Dismiss all notifications" : "Откажи всички съобщения",
+ "Requesting browser permissions to show notifications" : "Заявка за права на браузъра за показване на известия",
"No notifications" : "Няма известия",
"Failed to dismiss all notifications" : "Неуспешно отхвърляне на всичко известия",
"Failed to perform action" : "Грешка при изпълнение на действие",
diff --git a/l10n/si.js b/l10n/si.js
new file mode 100644
index 0000000..53d0c8d
--- /dev/null
+++ b/l10n/si.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "notifications",
+ {
+ "Notifications" : "දැනුම්දීම්",
+ "seconds ago" : "තත්පර කිහිපයකට පෙර"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/si.json b/l10n/si.json
new file mode 100644
index 0000000..a83f866
--- /dev/null
+++ b/l10n/si.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Notifications" : "දැනුම්දීම්",
+ "seconds ago" : "තත්පර කිහිපයකට පෙර"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file