nextcloud/apps/comments/l10n/ro.js

35 lines
2.1 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2017-03-12 04:08:05 +03:00
"Comments" : "Comentarii",
"Unknown user" : "Utilizator necunoscut",
"New comment …" : "Comentariu nou...",
2016-05-08 08:54:53 +03:00
"Delete comment" : "Șterge comentariul",
"Post" : "Postează",
2016-02-17 09:56:11 +03:00
"Cancel" : "Anulează",
2016-05-08 08:54:53 +03:00
"Edit comment" : "Editează comentariul",
"[Deleted user]" : "[Utilizator șters]",
2017-03-12 04:08:05 +03:00
"No comments yet, start the conversation!" : "Nici un comentariu încă, începe conversația!",
"More comments …" : "Mai multe comentarii...",
2016-05-04 09:11:59 +03:00
"Save" : "Salvează",
2016-05-08 08:54:53 +03:00
"Allowed characters {count} of {max}" : "Caractere admise {count} din {max}",
2017-03-12 04:08:05 +03:00
"Error occurred while retrieving comment with id {id}" : "Eroare la returnarea comentariului cu id-ul {id}",
"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"],
2016-05-08 08:54:53 +03:00
"Comment" : "Comentariu",
"You commented" : "Ai comentat",
"%1$s commented" : "%1$s a comentat",
2017-03-12 04:08:05 +03:00
"{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",
"A (now) deleted user mentioned you in a comment on “%s”" : "Un utilizator (momentan) șters te-a menționat într-un comentariu la ”%s”",
"A (now) deleted user mentioned you in a comment on “{file}”" : "Un utilizator (momentan) șters te-a menționat într-un comentariu la ”{file}”",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s te-a menționat într-un comentariu la ”%2$s”",
2017-03-27 03:07:55 +03:00
"{user} mentioned you in a comment on “{file}”" : "{user} te-a menționat într-un comentariu la ”{file}”"
2016-02-17 09:56:11 +03:00
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");