es_CO.js 2.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Comentarios",
  5. "Unknown user" : "Usuario desconocido",
  6. "New comment …" : "Comentario nuevo ...",
  7. "Delete comment" : "Borrar comentario",
  8. "Post" : "Publicar",
  9. "Cancel" : "Cancelar",
  10. "Edit comment" : "Editar comentario",
  11. "[Deleted user]" : "[Usuario borrado]",
  12. "No comments yet, start the conversation!" : "¡Aún no hay comentarios, inicia la conversación!",
  13. "More comments …" : "Más comentarios ...",
  14. "Save" : "Guardar",
  15. "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
  16. "Error occurred while retrieving comment with id {id}" : "Se presentó un error al recuperar el comentario con Id {id}",
  17. "Error occurred while updating comment with id {id}" : "Se presentó un error al actualizar el comentario con Id {id}",
  18. "Error occurred while posting comment" : "Se presentó un error al publicar el comentario",
  19. "_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer"],
  20. "Comment" : "Comentario",
  21. "You commented" : "Comentaste",
  22. "%1$s commented" : "%1$s comentó",
  23. "{author} commented" : "{author} comentó",
  24. "You commented on %1$s" : "Usted comentó en %1$s",
  25. "You commented on {file}" : "Hiciste un comentario de {file}",
  26. "%1$s commented on %2$s" : "%1$s comentó en %2$s",
  27. "{author} commented on {file}" : "{author} comentó en {file}",
  28. "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> de los archivos",
  29. "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”",
  30. "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”",
  31. "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”",
  32. "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”"
  33. },
  34. "nplurals=2; plural=(n != 1);");