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

pt_BR.js « l10n - github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 47ea24f3b4cfef943163cd71b9d9fe599ee262ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "nextcloud_announcements",
    {
    "Nextcloud announcements" : "Notificações do Nextcloud",
    "Nextcloud announcement" : "Anúncio do Nextcloud",
    "Read more" : "Leia mais",
    "Disable announcements" : "Desativar anúncios",
    "(These announcements are only shown to administrators)" : "(Estes anúncios são mostrados apenas para administradores)",
    "Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Os anúncios do Nextcloud trazem as últimas notícias nas suas notificações",
    "Shows the latest news of Nextcloud in your notifications." : "Mostra as últimas novidades do Nextcloud em suas notificações.",
    "These groups will be notified about the announcements." : "Estes grupos serão avisados sobre notificações."
},
"nplurals=2; plural=(n > 1);");