mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
15 lines
680 B
PHP
15 lines
680 B
PHP
<?php
|
|
|
|
return [
|
|
'logged_in' => '已登入.',
|
|
'logged_out' => '已登出.',
|
|
'invalid_login' => '用户名或密码不正确.',
|
|
'user_already_activated' => '帐号已激活.',
|
|
'choose_field_type' => '要使用何种字段类型?',
|
|
'account_activated' => '帐号已激活.',
|
|
'pending_email_activation' => '为了启动您的帐号,请确认电子邮件是否正确。',
|
|
'invalid_email' => '未找到与此 Email 关联的账户.',
|
|
'pending_admin_activation' => '正等待站点管理员激活账户.',
|
|
'confirm_reset_password' => '查看 Email 以完成密码重设.',
|
|
];
|