es.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. { "translations": {
  2. "Comments" : "Comentarios",
  3. "Unknown user" : "Usuario desconocido",
  4. "New comment …" : "Comentario nuevo",
  5. "Delete comment" : "Borrar comentario",
  6. "Post" : "Publicar",
  7. "Cancel" : "Cancelar",
  8. "Edit comment" : "Editar comentario",
  9. "[Deleted user]" : "[Usuario eliminado]",
  10. "No comments yet, start the conversation!" : "¡No hay comentarios, empieza la conversación!",
  11. "More comments …" : "Más comentarios ...",
  12. "Save" : "Guardar",
  13. "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
  14. "Error occurred while retrieving comment with id {id}" : "Se ha producido un error al recuperar el comentario con ID {id}",
  15. "Error occurred while updating comment with id {id}" : "Se ha producido un error al actualizar el comentario con ID {id}",
  16. "Error occurred while posting comment" : "Se ha producido un error al enviar el comentario",
  17. "_%n unread comment_::_%n unread comments_" : ["%n comentario sin leer","%n comentarios sin leer"],
  18. "Comment" : "Comentario",
  19. "You commented" : "Has comentado",
  20. "%1$s commented" : "%1$s comentados",
  21. "{author} commented" : "{author} comentó",
  22. "You commented on %1$s" : "Has comentado en %1$s",
  23. "You commented on {file}" : "Usted comentó Has comentado en {file}",
  24. "%1$s commented on %2$s" : "%1$s comentados en %2$s",
  25. "{author} commented on {file}" : "{author} comentó en {file}",
  26. "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> para archivos",
  27. "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) eliminado, te mencionó en un comentario en “%s”",
  28. "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) eliminado, te mencionó en un comentario en “{file}”",
  29. "%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”",
  30. "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”",
  31. "Type in a new comment..." : "Escribe un nuevo comentario...",
  32. "No other comments available" : "No hay otros comentarios disponibles",
  33. "More comments..." : "Más comentarios...",
  34. "{count} unread comments" : "{count} comentarios no leídos",
  35. "You commented on %2$s" : "Has comentado en %2$s"
  36. },"pluralForm" :"nplurals=2; plural=(n != 1);"
  37. }