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: 34c5d73e6a3d59d01acb1ef711744be54a302524 (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" : "Sense notificacions",
    "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);");