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

ca.js 芦 l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4632206b2a00676b59482fc06ba31a51f77f377c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "notifications",
    {
    "Admin notifications" : "Notificacions de l'administrador",
    "Notifications" : "Notificacions",
    "This app provides a backend and frontend for the notification API available in Nextcloud." : "Aquesta aplicaci贸 proporciona un rerefons i un frontal per a l'API de notificacions disponible al 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" : "Aquesta aplicaci贸 proporciona un rerefons i un frontal per a l'API de notificacions disponible al Nextcloud.\n\t\tL'API l'utilitzen altres aplicacions per a notificar als usuaris de la interf铆cie web i als clients de sincronitzaci贸 sobre diversos aspectes. Per exemple:\n\n Compartici贸 de fitxers federats: rebeu una nova compartici贸 remota.\n\n Comentaris: un altre usuari us ha esmentat en un comentari en un fitxer.\n\n Notificaci贸 d'actualitzaci贸: hi ha una actualitzaci贸 disponible per a una aplicaci贸 o per al Nextcloud.\n\n Centre d'anuncis: un administrador ha publicat un anunci.",
    "Dismiss all notifications" : "Descarta totes les notificacions",
    "Requesting browser permissions to show notifications" : "S'est脿 demanant perm铆s al navegador web per a mostrar notificacions",
    "No notifications" : "No hi ha cap notificaci贸.",
    "Failed to dismiss all notifications" : "No s'han pogut descartar totes les notificacions",
    "Failed to perform action" : "No s'ha pogut realitzar l'acci贸",
    "Dismiss" : "Descarta",
    "Failed to dismiss notification" : "No s'ha pogut descartar la notificaci贸",
    "in {path}" : "a {path}"
},
"nplurals=2; plural=(n != 1);");