mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-20 20:10:28 +08:00
55 lines
2.3 KiB
PHP
55 lines
2.3 KiB
PHP
<?php
|
|
/**
|
|
* Copyright 2012-2026 ShopeX (https://www.shopex.cn)
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
return array(
|
|
'language' => array(
|
|
'用户名:'=>'用户名:',
|
|
'密 码:'=>'密 码:',
|
|
'忘记密码'=>'忘记密码',
|
|
'验证码:'=>'验证码:',
|
|
'保持登录状态'=>'保持登录状态',
|
|
'登录'=>'登录',
|
|
'立即注册'=>'立即注册',
|
|
'看不清楚?换个图片'=>'看不清楚?换个图片',
|
|
'保存用户名、密码'=>'保存用户名、密码',
|
|
'用户登录'=>'用户登录',
|
|
'用户'=>'用户',
|
|
'验证码不正确!'=>'验证码不正确!',
|
|
'验证成功!'=>'验证成功!',
|
|
'验证失败!'=>'验证失败!',
|
|
'用户名或密码错误'=>'用户名或密码错误',
|
|
'通行证id'=>'通行证id',
|
|
'通行证'=>'通行证',
|
|
'开启'=>'开启',
|
|
'版本'=>'版本',
|
|
'登录成功!'=>'登录成功!',
|
|
'UCenter 通信密钥'=>'UCenter 通信密钥',
|
|
'UCenter 应用ID'=>'UCenter 应用ID',
|
|
'UCenter 数据库服务器(不带http://前缀)'=>'UCenter 数据库服务器(不带http://前缀)',
|
|
'UCenter 数据库用户名'=>'UCenter 数据库用户名',
|
|
'UCenter 数据库密码'=>'UCenter 数据库密码',
|
|
'UCenter 数据库名'=>'UCenter 数据库名',
|
|
'UCenter 表名前缀'=>'UCenter 表名前缀',
|
|
'UCenter系统编码'=>'UCenter系统编码',
|
|
'UCenter数据库编码'=>'UCenter数据库编码',
|
|
'国际化编码(utf-8)'=>'国际化编码(utf-8)',
|
|
'简体中文'=>'简体中文',
|
|
'繁体中文'=>'繁体中文',
|
|
'英文'=>'英文',
|
|
'未知或无操作员'=>'未知或无操作员',
|
|
),
|
|
); |