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

github.com/nextcloud/event_update_notification.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-10-30 06:31:21 +0300
committerNextcloud bot <bot@nextcloud.com>2020-10-30 06:31:21 +0300
commit0081cd99f2cdb7ed62ba361235dccfab399ee0d3 (patch)
treee092e1f4f97b1742dad96d2fd5275aab43ea6209
parentdee3d977242e1fc967025b205915e1580def8929 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/mk.js8
-rw-r--r--l10n/mk.json8
2 files changed, 14 insertions, 2 deletions
diff --git a/l10n/mk.js b/l10n/mk.js
index 3759e40..7f0f99d 100644
--- a/l10n/mk.js
+++ b/l10n/mk.js
@@ -1,7 +1,13 @@
OC.L10N.register(
"event_update_notification",
{
+ "Calendar event update notifications" : "Известувања за настани во календар",
+ "{actor} created {event} in {calendar}" : "{actor} креираше {event} во {calendar}",
+ "{actor} deleted {event} from {calendar}" : "{actor} избриша {event} од {calendar}",
+ "{actor} updated {event} in {calendar}" : "{actor} ажурираше {event} во {calendar}",
"Busy" : "Зафатен",
- "Personal" : "Лично"
+ "Personal" : "Лично",
+ "Notifications for calendar event updates" : "Известувања за настаните во календаот",
+ "Receive a notification when an event in a shared calendar was added, modified or deleted." : "Добивајте известување кога некој настан од споделен календар е додаден, изменет или избришан."
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");
diff --git a/l10n/mk.json b/l10n/mk.json
index d83c1d8..c60f4b3 100644
--- a/l10n/mk.json
+++ b/l10n/mk.json
@@ -1,5 +1,11 @@
{ "translations": {
+ "Calendar event update notifications" : "Известувања за настани во календар",
+ "{actor} created {event} in {calendar}" : "{actor} креираше {event} во {calendar}",
+ "{actor} deleted {event} from {calendar}" : "{actor} избриша {event} од {calendar}",
+ "{actor} updated {event} in {calendar}" : "{actor} ажурираше {event} во {calendar}",
"Busy" : "Зафатен",
- "Personal" : "Лично"
+ "Personal" : "Лично",
+ "Notifications for calendar event updates" : "Известувања за настаните во календаот",
+ "Receive a notification when an event in a shared calendar was added, modified or deleted." : "Добивајте известување кога некој настан од споделен календар е додаден, изменет или избришан."
},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"
} \ No newline at end of file