first commit
This commit is contained in:
71
lang/vendor/backpack/zh-Hant/base.php
vendored
Normal file
71
lang/vendor/backpack/zh-Hant/base.php
vendored
Normal file
@ -0,0 +1,71 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Backpack\Base Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
'registration_closed' => '註冊功能已關閉',
|
||||
'no_email_column' => '使用者沒有對應的 Email 地址。',
|
||||
'first_page_you_see' => '這是你登入後第一個看到的頁面',
|
||||
'login_status' => '登入狀態',
|
||||
'logged_in' => '您已成功登入!',
|
||||
'toggle_navigation' => '側邊欄開關',
|
||||
'administration' => '管理',
|
||||
'user' => '使用者',
|
||||
'logout' => '登出',
|
||||
'login' => '登入',
|
||||
'register' => '註冊',
|
||||
'name' => '名稱',
|
||||
'email_address' => 'E-mail 地址',
|
||||
'password' => '密碼',
|
||||
'old_password' => '舊密碼',
|
||||
'new_password' => '新密碼',
|
||||
'confirm_password' => '再次輸入新密碼',
|
||||
'remember_me' => '記住我',
|
||||
'forgot_your_password' => '忘記密碼?',
|
||||
'reset_password' => '重置密碼',
|
||||
'send_reset_link' => '寄出密碼重置信',
|
||||
'click_here_to_reset' => '按此重置密碼',
|
||||
'change_password' => '修改密碼',
|
||||
'unauthorized' => '未經授權的操作。',
|
||||
'dashboard' => '儀表板',
|
||||
'handcrafted_by' => 'Handcrafted by',
|
||||
'powered_by' => 'Powered by',
|
||||
'my_account' => '我的帳戶',
|
||||
'update_account_info' => '更新帳戶資訊',
|
||||
'save' => '儲存',
|
||||
'cancel' => '取消',
|
||||
'error' => '錯誤',
|
||||
'success' => '成功',
|
||||
'warning' => '警告',
|
||||
'notice' => '注意',
|
||||
'old_password_incorrect' => '舊密碼輸入不正確。',
|
||||
'password_dont_match' => '密碼輸入不一致。',
|
||||
'password_empty' => '請確認兩個密碼欄位皆有填寫。',
|
||||
'password_updated' => '已更新密碼。',
|
||||
'account_updated' => '已成功更新帳戶。',
|
||||
'unknown_error' => '發生未知錯誤,請再試一次。',
|
||||
'error_saving' => '儲存時發生錯誤,請再試一次。',
|
||||
'session_expired_error' => '您的會話已過期。 請重新登入您的帳戶。',
|
||||
'welcome' => '歡迎使用!',
|
||||
'use_sidebar' => '使用左方的側邊欄以新增、編輯或刪除內容。',
|
||||
|
||||
'password_reset' => [
|
||||
'greeting' => '您好!',
|
||||
'subject' => '重置密碼通知',
|
||||
'line_1' => '您會收到這封郵件,是因為我們收到了重置您帳戶密碼的請求。',
|
||||
'line_2' => '請點擊下面的按鈕以重置您的密碼:',
|
||||
'button' => '重置密碼',
|
||||
'notice' => '若您沒有請求重置密碼,請忽略此右鍵。',
|
||||
],
|
||||
|
||||
'step' => '步驟',
|
||||
'confirm_email' => '確認 Email 地址',
|
||||
'choose_new_password' => '新密碼',
|
||||
'confirm_new_password' => '再次輸入新密碼',
|
||||
|
||||
];
|
Reference in New Issue
Block a user