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

ro.js « l10n « comments « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4706b1b19d6754e01b4e3ac065567f6e62fa6d7e (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
OC.L10N.register(
    "comments",
    {
    "Comments" : "Comentarii",
    "You commented" : "Ai comentat",
    "%1$s commented" : "%1$s a comentat",
    "{author} commented" : " {author} a comentat",
    "You commented on %1$s" : "Ai comentat la %1$s",
    "You commented on {file}" : "Ai comentat la {file}",
    "%1$s commented on %2$s" : "%1$s a comentat la %2$s",
    "{author} commented on {file}" : " {author} a comentat la {file}",
    "<strong>Comments</strong> for files" : "<strong>Comentarii</strong> la fișiere",
    "{user} mentioned you in a comment on “{file}”" : "{user} te-a menționat într-un comentariu la ”{file}”",
    "Edit comment" : "Editează comentariul",
    "Delete comment" : "Șterge comentariul",
    "New comment …" : "Comentariu nou...",
    "Post" : "Postează",
    "Cancel" : "Anulează",
    "[Deleted user]" : "[Utilizator șters]",
    "No comments yet, start the conversation!" : "Nici un comentariu încă, începe conversația!",
    "More comments …" : "Mai multe comentarii...",
    "Save" : "Salvează",
    "Allowed characters {count} of {max}" : "Caractere admise {count} din {max}",
    "Error occurred while updating comment with id {id}" : "Eroare la actualizarea comentariului cu id-ul {id}",
    "Error occurred while posting comment" : "Eroare la postarea comentariului",
    "_%n unread comment_::_%n unread comments_" : ["%n comentariu necitit","%n comentarii necitite","%n comentarii necitite"],
    "Comment" : "Comentariu",
    "%1$s mentioned you in a comment on “%2$s”" : "%1$s te-a menționat într-un comentariu la ”%2$s”"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");