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>2021-04-04 06:40:05 +0300
committerNextcloud bot <bot@nextcloud.com>2021-04-04 06:40:05 +0300
commit27720d3c0588a1044b6f70a389480eaba86b069c (patch)
treec4b7b448ca9c427eb98becf5acf041a4baedf5b5
parenta903f62f1526de9a28659e39f17b1e216a59f55f (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/oc.js11
-rw-r--r--l10n/oc.json9
2 files changed, 20 insertions, 0 deletions
diff --git a/l10n/oc.js b/l10n/oc.js
new file mode 100644
index 0000000..df488fd
--- /dev/null
+++ b/l10n/oc.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "event_update_notification",
+ {
+ "Calendar event update notifications" : "Notificacion per mesa a jorn d’eveniment del calendièr",
+ "{actor} created {event} in {calendar}" : "{actor} creèt {event} dins {calendar}",
+ "{actor} deleted {event} from {calendar}" : "{actor} suprimèt {event} a partir de {calendar}",
+ "{actor} updated {event} in {calendar}" : "{actor} actualizèt {event} dins {calendar}",
+ "Busy" : "Ocupat",
+ "Personal" : "Personal"
+},
+"nplurals=2; plural=(n > 1);");
diff --git a/l10n/oc.json b/l10n/oc.json
new file mode 100644
index 0000000..c94b31b
--- /dev/null
+++ b/l10n/oc.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "Calendar event update notifications" : "Notificacion per mesa a jorn d’eveniment del calendièr",
+ "{actor} created {event} in {calendar}" : "{actor} creèt {event} dins {calendar}",
+ "{actor} deleted {event} from {calendar}" : "{actor} suprimèt {event} a partir de {calendar}",
+ "{actor} updated {event} in {calendar}" : "{actor} actualizèt {event} dins {calendar}",
+ "Busy" : "Ocupat",
+ "Personal" : "Personal"
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
+} \ No newline at end of file