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

pt_PT.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d0165e55f3d99b2f3dfd46c92bc41fc3140b324d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
OC.L10N.register(
    "notifications",
    {
    "Hello %s" : "Olá %s",
    "Hello %s," : "Olá %s,",
    "Admin notifications" : "Notificações de administrador",
    "Notifications" : "Notificações",
    "Dismiss all notifications" : "Dispensar todas as notificações",
    "No notifications" : "Sem notificações",
    "Failed to dismiss all notifications" : "Falhou a dispensar todas as notificações",
    "Failed to perform action" : "Falhou a executar acção",
    "Dismiss" : "Dispensar",
    "seconds ago" : "segundos atrás",
    "Failed to dismiss notification" : "Falhou a dispensar notificação",
    "in {path}" : "em {path}",
    "Never" : "Nunca",
    "1 hour" : "1 hora",
    "3 hours" : "3 horas",
    "1 day" : "1 dia",
    "1 week" : "1 semana",
    "Your settings have been updated." : "As suas definições foram atualizadas.",
    "An error occurred while updating your settings." : "Ocorreu um erro ao atualizar as suas definições."
},
"nplurals=2; plural=(n != 1);");