Current File : /home/getxxhzo/app.genicards.com/lang/zh/auth.php |
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => '這些憑據與我們的記錄不符.',
'throttle' => '登錄嘗試次數過多。請在 :seconds 秒後重試.',
'account_deactivate' => '您的帐号目前处于非活动状态,请联系管理员。',
'email_verify' => '请在登录前验证您的电子邮件。',
'full_name' => '全名',
'email' => '電子郵件',
'password' => '密碼',
'confirm_password' => '確認密碼',
'remember_me' => '記得我',
'sign_in' => '登入',
'get_started' => '開始使用',
'sign_up' => '報名',
'sign_out' => '登出',
'register' => '登記',
'modern_&_powerful_interface' => '現代而強大的界面',
"choose_a_plan_that's_right_for_you" => '選擇適合您的計劃',
'stories_from_our_customers' => '我们客户的故事',
"let's_hear_what_they_say" => '讓我們聽聽他們怎麼說',
'subscribe_here' => '在這裡訂閱',
'copyright_by' => '版權所有',
'home' => '家',
'about' => '關於',
'pricing' => '價錢',
'contact' => '接觸',
'features' => '特徵',
'login' => [
'title' => '登錄以開始您的會話',
'forgot_password' => '我忘記了我的密碼',
'register_membership' => '註冊新會員',
],
'registration' => [
'title' => '註冊新會員',
'i_agree' => '我同意',
'terms' => '條款',
'have_membership' => '我已經有會員了',
],
'forgot_password' => [
'title' => '輸入郵箱重置密碼',
'send_pwd_reset' => '發送密碼重置鏈接',
],
'reset_password' => [
'title' => '重置您的密碼',
'reset_pwd_btn' => '重設密碼',
],
'emails' => [
'password' => [
'reset_link' => '點擊這裡重置您的密碼',
],
],
'app' => [
'member_since' => '成員自',
'messages' => '留言',
'settings' => '設置',
'lock_account' => '鎖定帳戶',
'profile' => '輪廓',
'online' => '在線的',
'search' => '搜索',
'create' => '創建',
'export' => '出口',
'print' => '打印',
'reset' => '重啟',
'reload' => '重新加載',
],
];