nextcloud/apps/comments/l10n/es_CO.js

21 lines
994 B
JavaScript
Raw Normal View History

2017-10-24 02:08:45 +02:00
OC.L10N.register(
"comments",
{
2019-02-27 02:12:05 +01:00
"Comments" : "Comentarios",
"You commented" : "Comentaste",
"{author} commented" : "{author} comentó",
"You commented on %1$s" : "Usted comentó en %1$s",
"You commented on {file}" : "Hiciste un comentario de {file}",
"%1$s commented on %2$s" : "%1$s comentó en %2$s",
"{author} commented on {file}" : "{author} comentó en {file}",
"<strong>Comments</strong> for files" : "<strong>Comentarios</strong> de los archivos",
2018-04-12 02:19:20 +02:00
"Edit comment" : "Editar comentario",
2017-10-24 02:08:45 +02:00
"Delete comment" : "Borrar comentario",
2020-10-21 04:18:44 +02:00
"No comments yet, start the conversation!" : "¡Aún no hay comentarios, inicia la conversación!",
"Retry" : "Reintentar",
"Comment" : "Comentario",
"Comment deleted" : "Comentario borrado",
"_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer","%n comentarios sin leer"]
2017-10-24 02:08:45 +02:00
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");