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

pt_BR.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2fd0a29fc0363f0c3f344d69bbc85e1cc5742ce4 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "notifications",
    {
    "in {path}" : "em {path}",
    "Notifications" : "Notificações",
    "No notifications" : "Sem notificações",
    "Dismiss" : "Rejeitar"
},
"nplurals=2; plural=(n > 1);");