Files
panel/lang/zh_TW/profile.php
github-actions[bot] 9e0f7cee35 New Crowdin Translations (#2421)
Co-authored-by: notAreYouScared <1757840+notAreYouScared@users.noreply.github.com>
2026-07-02 08:24:53 -04:00

78 lines
3.0 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'title' => '個人資料',
'tabs' => [
'account' => '帳號',
'oauth' => 'OAuth 驗證',
'activity' => '活動',
'api_keys' => 'API 金鑰',
'ssh_keys' => 'SSH 金鑰',
'keys' => '金鑰',
'2fa' => '雙重驗證',
'customization' => '自訂',
'passkeys' => '密碼金鑰',
],
'username' => '使用者名稱',
'admin' => '管理員',
'exit_admin' => '離開管理員',
'server_list' => '伺服器列表',
'email' => '電子郵件',
'password' => '密碼',
'current_password' => '目前密碼',
'password_confirmation' => '確認密碼',
'timezone' => '時區',
'language' => '語言',
'language_help' => '您的語言 :state 尚未翻譯!',
'link' => '連結 :name',
'unlink' => '取消連結 :name',
'unlinked' => '已取消連結 :name',
'scan_qr' => '掃描 QR Code',
'code' => '代碼',
'setup_key' => '設定金鑰::secret',
'invalid_code' => '無效的雙重驗證代碼',
'code_help' => '請使用您的雙重驗證應用程式掃描上方的 QR Code然後輸入產生的代碼。',
'2fa_enabled' => '目前已啟用雙重驗證!',
'backup_help' => '這些代碼將不會再次顯示!',
'backup_codes' => '備用代碼',
'disable_2fa' => '停用雙重驗證',
'disable_2fa_help' => '請輸入您目前的雙重驗證代碼以停用雙重驗證',
'api_keys' => 'API 金鑰',
'create_api_key' => '建立 API 金鑰',
'api_key_created' => '已建立 API 金鑰',
'description' => '說明',
'allowed_ips' => '允許的 IP',
'allowed_ips_help' => '按 Enter 鍵新增 IP 位址,或留空以允許任何 IP 位址',
'ssh_keys' => 'SSH 金鑰',
'create_ssh_key' => '建立 SSH 金鑰',
'ssh_key_created' => '已建立 SSH 金鑰',
'name' => '名稱',
'public_key' => '公鑰',
'could_not_create_ssh_key' => '無法建立 SSH 金鑰',
'dashboard' => '儀表板',
'dashboard_layout' => '儀表板版面配置',
'console' => '主控台',
'grid' => '網格',
'table' => '表格',
'rows' => '列',
'font_size' => '字體大小',
'font' => '字體',
'font_preview' => '字體預覽',
'seconds' => '秒',
'graph_period' => '圖表週期',
'graph_period_helper' => '主控台圖表上顯示的資料點數量(以秒為單位)。',
'navigation' => '導覽類型',
'sidebar' => '側邊欄',
'topbar' => '頂部欄',
'mixed' => '混合',
'button_style' => '按鈕樣式',
'icon' => '圖示',
'icon_button' => '圖示按鈕',
'redirect_to_admin' => '登入時重新導向至管理員區塊',
'redirect_to_admin_help' => '啟用後,您在登入後將被重新導向至管理員區塊,而不是伺服器列表。',
'no_oauth' => '未連結帳號',
'no_api_keys' => '沒有 API 金鑰',
'no_ssh_keys' => '沒有 SSH 金鑰',
'activity_info' => '顯示最後 50 筆活動日誌',
];