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

sc.js « l10n « comments « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 128f3d1a57ecd8c78a1c5db3e8f6abaeb5ba088d (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
33
34
35
36
37
38
39
40
41
42
OC.L10N.register(
    "comments",
    {
    "Comments" : "Cummentos",
    "You commented" : "As cummentadu",
    "%1$s commented" : "%1$s at cummentadu",
    "{author} commented" : "{author} at cummentadu",
    "You commented on %1$s" : "As cummentadu in %1$s",
    "You commented on {file}" : "As cummentadu {file}",
    "%1$s commented on %2$s" : "%1$s at cummentadu %2$s",
    "{author} commented on {file}" : "{author} at cummentadu {file}",
    "<strong>Comments</strong> for files" : "<strong>Cummentos</strong> pro archìvios",
    "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "T'ant mentovadu in “{file}”, in unu cummentu de un'utente chi ant cantzelladu",
    "{user} mentioned you in a comment on “{file}”" : "{user} t'at mentovadu in unu cummentu in “{file}”",
    "Files app plugin to add comments to files" : "Estensione de s'aplicatzione archìvios pro agiùnghere cummentos a archìvios",
    "Edit comment" : "Modìfica cummentu",
    "Delete comment" : "Cantzella cummentu",
    "Cancel edit" : "Annulla modìfica",
    "Post comment" : "Pùblica cummentu",
    "No comments yet, start the conversation!" : "Ancora perunu cummentu, cumintza sa cunversatzione!",
    "No more messages" : "Perunu àteru messàgiu",
    "Retry" : "Torra a proare",
    "Unable to load the comments list" : "Impossìbile a carrigare sa lista de cummentos",
    "_%n unread comment_::_%n unread comments_" : ["%n cummentu non lèghidu","%n cummentos non lèghidos"],
    "_1 new comment_::_{unread} new comments_" : ["1 cummentu nou","{unread} cummentos noos"],
    "Comment" : "Cummenta",
    "An error occurred while trying to edit the comment" : "Ddoe at àpidu un'errore proende a modificare su cummentu",
    "Comment deleted" : "Cummentu cantzelladu",
    "An error occurred while trying to delete the comment" : "Ddoe at àpidu un'errore proende a cantzellare su cummentu",
    "An error occurred while trying to create the comment" : "Ddoe at àpidu un'errore proende a creare su cummentu",
    "New comment …" : "Cummentu nou …",
    "Post" : "Pùblica",
    "Cancel" : "Annulla",
    "[Deleted user]" : "[Utèntzia cantzellada]",
    "More comments …" : "Àtero cummentos ...",
    "Save" : "Sarva",
    "Allowed characters {count} of {max}" : "Caràteres permìtidos {count} de {max}",
    "Error occurred while retrieving comment with ID {id}" : "Ddoe at àpidu un'errore in su recùperu de su cummentu cun ID {id}",
    "Error occurred while updating comment with id {id}" : "Ddoe at àpidu un'errore in s'agiornamentu de su cummentu cun id {id}",
    "Error occurred while posting comment" : "Ddoe at àpidu un'errore in sa publicatzione de su cummentu"
},
"nplurals=2; plural=(n != 1);");