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: 17672e895258a3f2c0e5b414053a4a67c4e6007c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "notifications",
    {
    "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",
    "Failed to dismiss notification" : "Falhou a dispensar notificação",
    "in {path}" : "em {path}"
},
"nplurals=2; plural=(n != 1);");