nextcloud/apps/comments/l10n/es_AR.json

18 lines
1.0 KiB
JSON
Raw Normal View History

2016-02-17 07:56:11 +01:00
{ "translations": {
2019-02-27 02:12:05 +01:00
"Comments" : "Comentarios",
"You commented" : "Ud. ha comentado",
"{author} commented" : "{author} comentó",
"You commented on %1$s" : "Ud. ah comentado en %1$s",
"You commented on {file}" : "Ud. ha comentado en {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> en archivos",
"Files app plugin to add comments to files" : "Complemento de aplicación de archivos para agregar comentarios a los archivos.",
2018-04-12 02:19:20 +02:00
"Edit comment" : "Editar comentario",
2017-06-06 02:08:45 +02:00
"Delete comment" : "Borrar comentario",
2020-10-21 04:18:44 +02:00
"No comments yet, start the conversation!" : "No hay comentarios aún, iniciar la conversación!",
"Retry" : "Reintentar",
"Comment" : "Comentar",
"_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer","%n comentarios sin leer"]
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
2016-02-17 07:56:11 +01:00
}