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:00:54 +0300
committerNextcloud bot <bot@nextcloud.com>2021-02-18 06:00:54 +0300
commit85ae456926ef3d80f3748383d55b54eba94511ea (patch)
tree35b4b3b11672d8940556cb48f633526aeb2178f5
parent81398316f949f15521f6b4df60d1a6c755f3f409 (diff)
[tx-robot] updated from transifexv21.0.0
-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