Files
OMS/app/dbeav/lang/zh-cn/config.php
2025-12-28 23:13:25 +08:00

28 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* Copyright © ShopeX http://www.shopex.cn. All rights reserved.
* See LICENSE file for license details.
*/
return array(
'language' => array(
'表名'=>'表名',
'主表主键名'=>'主表主键名',
'字段名'=>'字段名',
'字段类型'=>'字段类型',
'字段描述'=>'字段描述',
'meta关联表'=>'meta关联表',
'关联表的id id'=>'关联表的id id',
'查询结果集定位基准'=>'查询结果集定位基准',
'meta值'=>'meta值',
'meta系统datetime类型存值表'=>'meta系统datetime类型存值表',
'查询结果集定位基准'=>'查询结果集定位基准',
'meta系统decimal类型'=>'meta系统decimal类型',
'meta系统int类型存值表'=>'meta系统int类型存值表',
'meta系统text类型存值表'=>'meta系统text类型存值表',
'meta系统varchar类型存值表'=>'meta系统varchar类型存值表',
'名称'=>'名称',
'类型'=>'类型',
'删除时间'=>'删除时间',
),
);