{
	"migration_none_found":"No migrations were found.",
	"migration_not_found":"This migration could not be found.",
	"migration_multiple_version":"This are multiple migrations with the same version number: %d.",
	"migration_class_doesnt_exist":"The migration class \"%s\" could not be found.",
	"migration_missing_up_method":"The migration class \"%s\" is missing an 'up' method.",
	"migration_missing_down_method":"The migration class \"%s\" is missing an 'down' method.",
	"migration_invalid_filename":"Migration \"%s\" has an invalid filename."
}