nextcloud/apps/comments/l10n/ro.json

40 lines
2.7 KiB
JSON
Raw Normal View History

2016-02-17 09:56:11 +03:00
{ "translations": {
2019-02-27 04:12:05 +03:00
"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",
2019-10-05 05:15:04 +03:00
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Ai fost mentionat pe “{file}”, de un utilizator care a fost șters între timp",
2019-02-27 04:12:05 +03:00
"{user} mentioned you in a comment on “{file}”" : "{user} te-a menționat într-un comentariu la ”{file}”",
2019-11-06 05:16:07 +03:00
"Files app plugin to add comments to files" : "Plugin pentru aplicația de fișiere pentru adăugarea de comentarii",
2018-04-12 03:19:20 +03:00
"Edit comment" : "Editează comentariul",
2016-05-08 08:54:53 +03:00
"Delete comment" : "Șterge comentariul",
2021-02-12 05:20:27 +03:00
"Cancel edit" : "Anulați editarea",
"Post comment" : "Postează comentariu",
2020-10-21 05:18:44 +03:00
"No comments yet, start the conversation!" : "Nici un comentariu încă, începe conversația!",
2021-02-12 05:20:27 +03:00
"No more messages" : "Nu mai sunt mesaje",
2020-10-21 05:18:44 +03:00
"Retry" : "Reîncearcă",
2021-02-12 05:20:27 +03:00
"Unable to load the comments list" : "Lista de comentarii nu poate fi încărcată",
2020-10-21 05:18:44 +03:00
"_%n unread comment_::_%n unread comments_" : ["%n comentariu necitit","%n comentarii necitite","%n comentarii necitite"],
"_1 new comment_::_{unread} new comments_" : ["1 nou comentariu","{unread} noi comentarii","{unread} comentarii noi"],
"Comment" : "Comentariu",
2021-02-12 05:20:27 +03:00
"An error occurred while trying to edit the comment" : "A apărut o eroare la încercarea de a edita comentariul",
"Comment deleted" : "Comentariul a fost șters",
"An error occurred while trying to delete the comment" : "A apărut o eroare la încercarea de a șterge comentariul",
"An error occurred while trying to create the comment" : "A apărut o eroare la încercarea de a crea comentariul",
2018-04-12 03:19:20 +03:00
"New comment …" : "Comentariu nou...",
2016-05-08 08:54:53 +03:00
"Post" : "Postează",
2016-02-17 09:56:11 +03:00
"Cancel" : "Anulează",
2016-05-08 08:54:53 +03:00
"[Deleted user]" : "[Utilizator șters]",
2017-03-12 04:08:05 +03:00
"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}",
2019-11-06 05:16:07 +03:00
"Error occurred while retrieving comment with ID {id}" : "Eroare la încărcarea comentariului cu ID-ul {id}",
2017-03-12 04:08:05 +03:00
"Error occurred while updating comment with id {id}" : "Eroare la actualizarea comentariului cu id-ul {id}",
2020-10-21 05:18:44 +03:00
"Error occurred while posting comment" : "Eroare la postarea comentariului"
2016-02-17 09:56:11 +03:00
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
}