Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Jul 20, 2023
1 parent aee3872 commit c0243e4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion l10n/es_EC.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
OC.L10N.register(
"event_update_notification",
{
"Calendar event update notifications" : "Notificaciones de actualización de eventos del calendario",
"{actor} created {event} in {calendar}" : "{actor} creó {event} en {calendar}",
"{actor} deleted {event} from {calendar}" : "{actor} eliminó {event} de {calendar}",
"{actor} updated {event} in {calendar}" : "{actor} actualizó {event} en {calendar}",
"Busy" : "Ocupado",
"Personal" : "Personal"
"Personal" : "Personal",
"Notifications for calendar event updates" : "Notificaciones para actualizaciones de eventos del calendario",
"Receive a notification when an event in a shared calendar was added, modified or deleted." : "Recibir una notificación cuando se agregue, modifique o elimine un evento en un calendario compartido."
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
8 changes: 7 additions & 1 deletion l10n/es_EC.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{ "translations": {
"Calendar event update notifications" : "Notificaciones de actualización de eventos del calendario",
"{actor} created {event} in {calendar}" : "{actor} creó {event} en {calendar}",
"{actor} deleted {event} from {calendar}" : "{actor} eliminó {event} de {calendar}",
"{actor} updated {event} in {calendar}" : "{actor} actualizó {event} en {calendar}",
"Busy" : "Ocupado",
"Personal" : "Personal"
"Personal" : "Personal",
"Notifications for calendar event updates" : "Notificaciones para actualizaciones de eventos del calendario",
"Receive a notification when an event in a shared calendar was added, modified or deleted." : "Recibir una notificación cuando se agregue, modifique o elimine un evento en un calendario compartido."
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

0 comments on commit c0243e4

Please sign in to comment.