mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-31 13:25:32 +08:00
62 lines
3.0 KiB
PHP
62 lines
3.0 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)',
|
||
'简体中文'=>'簡体字中国語',
|
||
'繁体中文'=>'繁体字中国語',
|
||
'英文'=>'英語',
|
||
'未知或无操作员'=>'未知あるいはオペレーターがいません',
|
||
'下次自动登录'=>'次回自動登録',
|
||
'Caps Lock键已开启,密码输入是大写状态!'=>'Caps Lockキーがオンになっている、パスワードは大文字です!',
|
||
'登录中..'=>'登録中..',
|
||
),
|
||
);
|
||
|