You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

es_EC.js 2.2KB

1234567891011121314151617181920212223242526272829303132
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Comentarios",
  5. "You commented" : "Comentaste",
  6. "{author} commented" : "{author} comentó",
  7. "You commented on %1$s" : "Usted comentó en %1$s",
  8. "You commented on {file}" : "Hiciste un comentario de {file}",
  9. "%1$s commented on %2$s" : "%1$s comentó en %2$s",
  10. "{author} commented on {file}" : "{author} comentó en {file}",
  11. "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> de los archivos",
  12. "{user} mentioned you in a comment on \"{file}\"" : "{user} te mencionó en un comentario en \"{file}\"",
  13. "Files app plugin to add comments to files" : "Plugin de la aplicación de archivos para agregar comentarios a los archivos",
  14. "Edit comment" : "Editar comentario",
  15. "Delete comment" : "Borrar comentario",
  16. "Cancel edit" : "Cancelar edición",
  17. "Post comment" : "Publicar comentario",
  18. "No comments yet, start the conversation!" : "¡Aún no hay comentarios, inicia la conversación!",
  19. "No more messages" : "No hay más mensajes",
  20. "Retry" : "Reintentar",
  21. "Failed to mark comments as read" : "Error al marcar los comentarios como leídos",
  22. "Unable to load the comments list" : "No se puede cargar la lista de comentarios",
  23. "_1 new comment_::_{unread} new comments_" : ["1 comentario nuevo","{unread} comentarios nuevos","{unread} comentarios nuevos"],
  24. "Comment" : "Comentario",
  25. "An error occurred while trying to edit the comment" : "Ocurrió un error al intentar editar el comentario",
  26. "Comment deleted" : "Comentario eliminado",
  27. "An error occurred while trying to delete the comment" : "Ocurrió un error al intentar eliminar el comentario",
  28. "An error occurred while trying to create the comment" : "Ocurrió un error al intentar crear el comentario",
  29. "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Fuiste mencionado en \"{file}\", en un comentario realizado por un usuario que ha sido eliminado",
  30. "_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer","%n comentarios sin leer"]
  31. },
  32. "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");