82 lines
2.5 KiB
PHP
Executable File
82 lines
2.5 KiB
PHP
Executable File
<?php
|
|
return [
|
|
/* 系统信息 开始 */
|
|
'Project Name' => 'DACMS',
|
|
'Site Name' => 'HiLuker Api',
|
|
'Short Company Name' => '嗨路客',
|
|
'Full Company Name' => '海南嗨路客电子商务有限公司',
|
|
'English Company Name' => 'Hi Luker',
|
|
'Company Create Time' => '2013',
|
|
'System Name' => '数据接口站',
|
|
'System' => '系统',
|
|
/* 系统信息 结束 */
|
|
|
|
/* 标题 开始 */
|
|
'Console' => '控制台',
|
|
/* 标题 结束 */
|
|
|
|
/* 系统导航栏 开始 */
|
|
'Home' => '首页',
|
|
'About' => '关于我们',
|
|
'Contact' => '联系我们',
|
|
'Sign Up' => '注册',
|
|
'Login' => '登陆',
|
|
'Logout' => '退出',
|
|
'Api' => '我的接口',
|
|
'Ali SMS' => '云短信',
|
|
/* 系统导航栏 结束 */
|
|
|
|
/* 按钮 开始 */
|
|
'Profile' => '个人资料',
|
|
'Settings' => '设置',
|
|
'Logout' => '退出系统',
|
|
'Signup' => '注册',
|
|
'Login' => '登录',
|
|
'Create' => '创建',
|
|
'Update' => '更新',
|
|
'Delete' => '删除',
|
|
'View' => '查看',
|
|
'List' => '列表',
|
|
'Submit' => '提交',
|
|
'Show' => '显示',
|
|
'Hide' => '隐藏',
|
|
'Back' => '返回',
|
|
'Refresh' => '刷新',
|
|
'Cancel' => '取消',
|
|
'Recovery' => '恢复',
|
|
|
|
'Set Password' => '修改密码',
|
|
'Reset Password' => '重置密码',
|
|
/* 按钮 结束 */
|
|
|
|
/* 具体页面文字 开始 */
|
|
//联系我们
|
|
'Page:Contact Tips' => '您可通过填写下面的表单,与我们取得联系。' ,
|
|
//If you have business inquiries or other questions, please fill out the following form to contact us. Thank you.
|
|
'Page:Signup Tips' => '您可通过填写下面的表单,与我们取得联系。' ,
|
|
//Please fill out the following fields to signup:
|
|
|
|
/* 具体页面文字 结束 */
|
|
|
|
|
|
/* 提示 开始 */
|
|
//以下是提示句子
|
|
'The site is now offline. Please view later…' => '站点已关闭,请稍后再访问!',
|
|
/* 提示 结束 */
|
|
|
|
|
|
/* 默认用语 开始 */
|
|
'Default Realty s_sn_title' => '房产模型实例',
|
|
'Default Realty f_sn_title' => '楼盘实例',
|
|
'Default Realty o_sn_title' => '楼盘户型设置集',
|
|
'Default Page s_sn_title' => '页面模型',
|
|
'Default Page f_sn_title' => '页面实例',
|
|
'Default Page o_sn_title' => '页面内容集',
|
|
'Default Metadata s_sn_title' => '元数据模型',
|
|
'Default Metadata f_sn_title' => '元数据实例',
|
|
'Default Metadata o_sn_title' => '元数据内容集',
|
|
'Default Setting s_sn_title' => '客户端设置实例',
|
|
'Default Setting f_sn_title' => '客户端系统设置实例',
|
|
'Default Setting o_sn_title' => '客户端系统设置集',
|
|
/* 默认用语 结束 */
|
|
]; |