Update file

I'm not sure about the translation of 'up' and 'down' method because I am not certain about the context and its meaning. Please re evaluate those translations.
This commit is contained in:
nforlando 2017-08-17 23:54:40 -03:00 committed by GitHub
parent fe3c9ba08e
commit 3e9447a853
1 changed files with 8 additions and 8 deletions

View File

@ -1,13 +1,13 @@
<?php
$lang['migration_none_found'] = "No migrations were found.";
$lang['migration_not_found'] = "This migration could not be found.";
$lang['migration_multiple_version'] = "This are multiple migrations with the same version number: %d.";
$lang['migration_class_doesnt_exist'] = "The migration class \"%s\" could not be found.";
$lang['migration_missing_up_method'] = "The migration class \"%s\" is missing an 'up' method.";
$lang['migration_missing_down_method'] = "The migration class \"%s\" is missing an 'down' method.";
$lang['migration_invalid_filename'] = "Migration \"%s\" has an invalid filename.";
$lang['migration_none_found'] = "No se encontraron migraciones.";
$lang['migration_not_found'] = "No se pudo encontrar esta migraci&oacute;n.";
$lang['migration_multiple_version'] = "Estas son m&uacute;ltiples migraciones con el mismo n&uacute;mero de versi&oacute;n: %d.";
$lang['migration_class_doesnt_exist'] = "No existe la migraci&oacute;n clase \"%s\".";
$lang['migration_missing_up_method'] = "A la migraci&oacute;n clase \"%s\" le falta un m&eacute;todo de 'subida'.";
$lang['migration_missing_down_method'] = "A la migraci&oacute;n clase \"%s\" le falta un m&eacute;todo de 'bajada'.";
$lang['migration_invalid_filename'] = "La migraci&oacute;n \"%s\" tiene un archivo inv&aacute;lido.";
/* End of file migration_lang.php */
/* Location: ./system/language/spanish/migration_lang.php */
/* Location: ./system/language/spanish/migration_lang.php */