Files
OMS/app/pam/lang/en-us/config.php
2025-12-28 23:13:25 +08:00

47 lines
1.9 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(
'用户名:' => 'User name: ',
'密 码:' => 'Password: ',
'忘记密码' => 'Forgot your password?',
'验证码:' => 'Verification code: ',
'保持登陆状态' => 'Keep login status',
'登陆' => 'Login',
'立即注册' => 'New customer? Start here!',
'看不清楚?换个图片' => 'Another image',
'保存用户名、密码' => 'Save username,password',
'密码:' => 'Password',
'用户登录'=>'User login',
'用户'=>'User',
'验证码不正确!'=>'Verification code is not correct!',
'验证成功!'=>'Validation success!',
'验证失败!'=>'Verify failed!',
'用户名或密码错误'=>'Username or password is incorrect',
'通行证id'=>'Pass id',
'通行证'=>'pass',
'开启'=>'Open',
'版本'=>'version',
'登录成功!'=>'Login successfully!',
'UCenter 通信密钥'=>'UCenter Communication key',
'UCenter 应用ID'=>'UCenter applicationID',
'UCenter 数据库服务器(不带http://前缀)'=>'UCenter The database server(Don not take http://prefix)',
'UCenter 数据库用户名'=>'UCenter Database user name',
'UCenter 数据库密码'=>'UCenter Database Password database',
'UCenter 数据库名'=>'UCenter Database name',
'UCenter 表名前缀'=>'UCenter The table name prefix',
'UCenter系统编码'=>'UCenter System code',
'UCenter数据库编码'=>'UCenter Database code',
'国际化编码(utf-8)'=>'International code(utf-8)',
'简体中文'=>'The simplified Chinese',
'繁体中文'=>'The traditional Chinese',
'英文'=>'English',
'未知或无操作员'=>'Unknown or no operactor',
),
);