nextcloud/apps/comments/l10n/ia.js

30 lines
1.5 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2019-02-27 04:12:05 +03:00
"Comments" : "Commentarios",
"You commented" : "Tu commentava",
"%1$s commented" : "%1$s commentava",
"{author} commented" : "{author} commentava",
"You commented on %1$s" : "Tu commentava in %1$s",
"You commented on {file}" : "Tu commentava in {file}",
"%1$s commented on %2$s" : "%1$s commentava in %2$s",
"{author} commented on {file}" : "{author} commentava in {file}",
"<strong>Comments</strong> for files" : "<strong>Commentarios</strong> pro files",
"{user} mentioned you in a comment on “{file}”" : "{user} mentionava tu in un commentario in “{file}”",
2018-04-12 03:19:20 +03:00
"Edit comment" : "Modificar commentario",
2017-02-07 04:08:50 +03:00
"Delete comment" : "Deler commentario",
2020-10-21 05:18:44 +03:00
"No comments yet, start the conversation!" : "Il ha nulle commentarios ancora, initia le conversation!",
"_%n unread comment_::_%n unread comments_" : ["%n commentario non legite","%n commentarios non legite"],
"Comment" : "Commentario",
2018-04-12 03:19:20 +03:00
"New comment …" : "Nove commentario ...",
2017-02-07 04:08:50 +03:00
"Post" : "Publicar",
2016-02-17 09:56:11 +03:00
"Cancel" : "Cancellar",
2017-02-07 04:08:50 +03:00
"[Deleted user]" : "[Usator delite]",
"More comments …" : "Plus commentarios ...",
"Save" : "Salveguardar",
"Allowed characters {count} of {max}" : "{count} characteres permittite de {max}",
"Error occurred while updating comment with id {id}" : "Un error occurreva durante le actualisation del commentario identificate per {id}",
2020-10-21 05:18:44 +03:00
"Error occurred while posting comment" : "Un error occurreva durante le publication del commentario"
2016-02-17 09:56:11 +03:00
},
"nplurals=2; plural=(n != 1);");