es.json 2.0 KB

12345678910111213141516171819202122232425262728293031
  1. { "translations": {
  2. "Comments" : "Comentarios",
  3. "You commented" : "Has comentado",
  4. "%1$s commented" : "%1$s comentados",
  5. "{author} commented" : "{author} comentó",
  6. "You commented on %1$s" : "Has comentado en %1$s",
  7. "You commented on {file}" : "Has comentado en {file}",
  8. "%1$s commented on %2$s" : "%1$s comentados en %2$s",
  9. "{author} commented on {file}" : "{author} comentó en {file}",
  10. "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> para archivos",
  11. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te han mencionado en \"{file}\", en un comentario de un usuario que después ha sido eliminado",
  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 app de Archivos para añadir comentarios a archivos.",
  14. "Edit comment" : "Editar comentario",
  15. "Delete comment" : "Borrar comentario",
  16. "New comment …" : "Nuevo comentario …",
  17. "Post" : "Publicar",
  18. "Cancel" : "Cancelar",
  19. "[Deleted user]" : "[Usuario eliminado]",
  20. "No comments yet, start the conversation!" : "¡No hay comentarios, empieza la conversación!",
  21. "More comments …" : "Más comentarios …",
  22. "Save" : "Guardar",
  23. "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
  24. "Error occurred while retrieving comment with ID {id}" : "Se ha producido un error al obtener el comentario con ID {id}",
  25. "Error occurred while updating comment with id {id}" : "Se ha producido un error al actualizar el comentario con ID {id}",
  26. "Error occurred while posting comment" : "Se ha producido un error al enviar el comentario",
  27. "_%n unread comment_::_%n unread comments_" : ["%n comentario sin leer","%n comentarios no leídos"],
  28. "_1 new comment_::_{unread} new comments_" : ["1 comentario nuevo","{unread} comentarios nuevos"],
  29. "Comment" : "Comentar"
  30. },"pluralForm" :"nplurals=2; plural=(n != 1);"
  31. }