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: 708bd43d3d454a3ad1a88a8177e9a2a170aecf9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "notifications",
    {
    "_" : "_",
    "in {path}" : "em {path}",
    "Notifications" : "Notificações",
    "_icon_::_svg_" : ["ícone","svg"],
    "_button_::_notifications-button menutoggle_" : ["button","notifications-button menutoggle"],
    "Dismiss all notifications" : "Ignorar todas as notificações",
    "No notifications" : "Sem notificações",
    "_container_::_notification-container_" : ["container","notification-container"],
    "_notification-time has-tooltip live-relative-timestamp_::_data-timestamp_" : ["notification-time has-tooltip live-relative-timestamp","data-timestamp"],
    "Dismiss" : "Rejeitar",
    "_notification_::_data-id_" : ["notificação","data-id"],
    "Failed to perform action" : "Falha ao executar a ação",
    "Failed to dismiss notification" : "Falha ao ignorar a notificação",
    "Failed to dismiss all notifications" : "Falha ao ignorar todas as notificações",
    "Admin notifications" : "Notificações administrativas",
    "This app provides a backend and frontend for the notification API available in Nextcloud." : "Este aplicativo fornece uma estrutura e interface para a API de notificação do Nextcloud.",
    "This app provides a backend and frontend for the notification API available in Nextcloud.\n\t\tThe API is used by other apps to notify users in the web UI and sync clients about various things. Some examples are:\n\n📬 Federated file sharing: You received a new remote share\n\n📑 Comments: Another user mentioned you in a comment on a file\n\n🚢 Update notification: Available update for an app or nextcloud itself\n\n📣 Announcement center: An announcement was posted by an admin" : "Este aplicativo fornece uma estrutura e interface para a API de notificação do Nextcloud.\n\t\tA API é usada por outros aplicativos para notificar os usuários na interface web e para sincronizar os clientes em várias coisas. Alguns exemplos são:\n\n📬 Compartilhamento de arquivos federados: você recebeu um novo compartilhamento remoto\n\n📑 Comentários: Um usuário mencionou você num comentário em um arquivo\n\n🚢 Notificação de atualização: Atualização disponível para um aplicativo ou para o nextcloud\n\n📣 Central de anúncios: Um anúncio foi postado por um administrador"
},
"nplurals=2; plural=(n > 1);");