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

ca.js « l10n « comments « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 30a1f6475a6b95d82ee742f6d0a10245091f47fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
OC.L10N.register(
    "comments",
    {
    "Edit comment" : "Editar comentari",
    "Delete comment" : "Esborrar comentari",
    "New comment …" : "Nou comentari...",
    "Post" : "Publica",
    "Cancel" : "Cancel·la",
    "[Deleted user]" : "[usuari Esborrat]",
    "Comments" : "Comentaris",
    "No comments yet, start the conversation!" : "Encara no hi ha comentaris. Comenceu la conversa!",
    "More comments …" : "Més comentaris...",
    "Save" : "Desa",
    "Allowed characters {count} of {max}" : "{count} caràcters permesos de {max}",
    "Error occurred while updating comment with id {id}" : "Hi ha hagut un error en actualitzar el comentari amb id {id}",
    "Error occurred while posting comment" : "Hi ha hagut un error en publicar el comentari",
    "_%n unread comment_::_%n unread comments_" : ["%n comentari no llegit","%n comentaris no llegits"],
    "Comment" : "Comentari",
    "You commented" : "Heu comentat",
    "%1$s commented" : "%1$s ha comentat",
    "{author} commented" : "{author} ha comentat",
    "You commented on %1$s" : "Heu comentat a %1$s",
    "You commented on {file}" : "Heu comentat a {file}",
    "%1$s commented on %2$s" : "%1$s ha comentat a %2$s",
    "{author} commented on {file}" : "{author} ha comentat a {file}",
    "<strong>Comments</strong> for files" : "<strong>Comentaris</strong> per arxius",
    "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Has estat mencionat a \"{file}\" en un comentari d'un usuari que ja no existeix",
    "{user} mentioned you in a comment on “{file}”" : "{user} us ha nomenat en un comentari de “{file}”",
    "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Has estat mencionat a \"%s\" en un comentari d'un usuari que ja no existeix",
    "%1$s mentioned you in a comment on “%2$s”" : "%1$s us ha nomenat en un comentari a “%2$s”"
},
"nplurals=2; plural=(n != 1);");