mirror of
https://github.com/jerryhanjj/ERP.git
synced 2024-11-15 03:46:51 +08:00
13 lines
No EOL
689 B
PHP
13 lines
No EOL
689 B
PHP
<?php
|
|
|
|
$lang['migration_none_found'] = "没有发现任何迁移。";
|
|
$lang['migration_not_found'] = "这种迁移可能不会被发现。";
|
|
$lang['migration_multiple_version'] = "是相同的版本号的多个迁移:%d.";
|
|
$lang['migration_class_doesnt_exist'] = "移民类 \"%s\" 无法被发现。";
|
|
$lang['migration_missing_up_method'] = "移民类 \"%s\" 中”丢失“向上”的方法。";
|
|
$lang['migration_missing_down_method'] = "移民类 \"%s\" 中”丢失“向下”的方法。";
|
|
$lang['migration_invalid_filename'] = "迁移 \"%s\" 有一个无效的文件名。";
|
|
|
|
|
|
/* End of file migration_lang.php */
|
|
/* Location: ./system/language/english/migration_lang.php */ |