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

pt_PT.js « l10n - github.com/nextcloud/event_update_notification.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b7597efc45143da57d867479574fbdefd5eca59f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "event_update_notification",
    {
    "Calendar event update notifications" : "Notificações de atualização do evento do calendário",
    "{actor} created {event} in {calendar}" : "{actor} criado {event} no {calendar}",
    "{actor} deleted {event} from {calendar}" : "{actor} eliminado {event} do {calendar}",
    "{actor} updated {event} in {calendar}" : "{actor} atualizado {event} no {calendar}",
    "Busy" : "Ocupado",
    "Personal" : "Pessoal",
    "Notifications for calendar event updates" : "Notificações para atualizações dos eventos do calendário",
    "Receive a notification when an event in a shared calendar was added, modified or deleted." : "Receba uma notificação quando um evento num calendário partilhado foi adicionado, modificado ou eliminado."
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");