<?php
return [
    'Please upload the file'        => '请上传文件',
    'File does not exist'           => '文件不存在',
    'Parsing failed'                => '解析失败',
    'SQL file is empty'             => 'SQL文件为空',
    'Table already exists'          => '表已存在',
    'Custom URL'                    => '自定义URL',
    'Aliases for custom URL addresses, only alphanumeric underscores are supported' => '用于自定义URL地址的别名，仅支持字母数字下划线',


    // 字段
    'Table mode'                    => '表模式',
    'Single table'                  => '单表',
    'More table'                    => '主+副表',
    'Model alias'                   => '模型别名',
    'Model name'                    => '模型名称',
    'Table Name'                    => '表名',
    'Controller'                    => '控制器',
    'Remark'                        => '备注',
    'Global search'                 => '全局搜索',
    'Allow'                         => '允许',
    'Not allow'                     => '不允许',
    'Column'                        => '栏目',
    'Base'                          => '基础',
];