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>2022-06-02 05:48:36 +0300
committerNextcloud bot <bot@nextcloud.com>2022-06-02 05:48:36 +0300
commit80da6cbfd51b4220f6bcd15a63c4f4ec4723d781 (patch)
treed7e49ff9c582c189b66b894e250815dad53a6dfe
parentcae873700b9bbaad13edf0451a43cfd64a384fc1 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/ro.js8
-rw-r--r--l10n/ro.json8
2 files changed, 14 insertions, 2 deletions
diff --git a/l10n/ro.js b/l10n/ro.js
index c9006bd..cdf4283 100644
--- a/l10n/ro.js
+++ b/l10n/ro.js
@@ -1,7 +1,13 @@
OC.L10N.register(
"event_update_notification",
{
+ "Calendar event update notifications" : "Notificări de actualizare a evenimentelor din calendar",
+ "{actor} created {event} in {calendar}" : "{actor} a creat {event} în {calendar}",
+ "{actor} deleted {event} from {calendar}" : " {actor} a șters {event} din {calendar}.",
+ "{actor} updated {event} in {calendar}" : " {actor} a actualizat {event} în {calendar}",
"Busy" : "Ocupat",
- "Personal" : "Personal"
+ "Personal" : "Personal",
+ "Notifications for calendar event updates" : "Notificări pentru actualizările evenimentelor din calendar",
+ "Receive a notification when an event in a shared calendar was added, modified or deleted." : "Primiți o notificare atunci când un eveniment dintr-un calendar partajat a fost adăugat, modificat sau șters."
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
diff --git a/l10n/ro.json b/l10n/ro.json
index a186373..23960c9 100644
--- a/l10n/ro.json
+++ b/l10n/ro.json
@@ -1,5 +1,11 @@
{ "translations": {
+ "Calendar event update notifications" : "Notificări de actualizare a evenimentelor din calendar",
+ "{actor} created {event} in {calendar}" : "{actor} a creat {event} în {calendar}",
+ "{actor} deleted {event} from {calendar}" : " {actor} a șters {event} din {calendar}.",
+ "{actor} updated {event} in {calendar}" : " {actor} a actualizat {event} în {calendar}",
"Busy" : "Ocupat",
- "Personal" : "Personal"
+ "Personal" : "Personal",
+ "Notifications for calendar event updates" : "Notificări pentru actualizările evenimentelor din calendar",
+ "Receive a notification when an event in a shared calendar was added, modified or deleted." : "Primiți o notificare atunci când un eveniment dintr-un calendar partajat a fost adăugat, modificat sau șters."
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
} \ No newline at end of file