Files
backpackforlaravel-dev/lang/vendor/backpack/zh_TW/base.php
2025-06-13 12:36:48 +08:00

116 lines
4.6 KiB
PHP

<?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' => '',
'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' => '儲存時發生錯誤,請再試一次。',
'welcome' => '歡迎使用!',
'use_sidebar' => '使用左方的側邊欄以新增、編輯或刪除內容。',
'error_page' => [
'title' => '錯誤 :error',
'button' => '返回首頁',
'message_4xx' => '請 <a :href_back>回上一頁</a> 或返回到 <a :href_homepage>首頁</a>.',
'message_500' => '發生內部伺服器錯誤。如果錯誤仍然存在,請聯絡開發團隊。',
'message_503' => '伺服器超載或停機維護。請稍後再試。',
'400' => '錯誤的請求。',
'401' => '未經授權的行為。',
'403' => '禁止。',
'404' => '找不到網頁。',
'405' => '方法不允許。',
'408' => '請求超時。',
'429' => '請求太多。',
'500' => '不是你而是我。',
],
'password_reset' => [
'greeting' => '您好!',
'subject' => '重置密碼通知',
'line_1' => '您會收到這封郵件,是因為我們收到了重置您帳戶密碼的請求。',
'line_2' => '請點擊下面的按鈕以重置您的密碼:',
'button' => '重置密碼',
'notice' => '若您沒有請求重置密碼,請忽略此右鍵。',
],
'step' => '步驟',
'confirm_email' => '確認 Email 地址',
'choose_new_password' => '新密碼',
'confirm_new_password' => '再次輸入新密碼',
'email' => '電子信箱',
'accounts' => [
'title' => '帳戶管理',
'users' => '使用者',
'roles' => '角色',
'permissions' => '權限',
],
'projects' => [
'title' => '案件管理',
'host' => '熱銷新案',
'classic' => '經典實績',
],
'news' => [
'title' => '新聞管理',
'catalogs' => '類別',
'list' => '文章',
],
'contact' => [
'title' => '客服專區',
],
'urban_renewal' => [
'contact' => '都更投件專區',
'cases' => '都更建案狀態說明',
'links' => '相關連結',
],
];