New translations forms.php (Chinese Traditional)

This commit is contained in:
James Brooks
2017-05-06 10:07:21 +01:00
parent 2b2484a4e1
commit 1d0524f987

View File

@@ -22,7 +22,13 @@ return [
'site_locale' => '選擇你的語言',
'enable_google2fa' => '啟用 Google 兩步驗證',
'cache_driver' => '緩存驅動',
'queue_driver' => 'Queue Driver',
'session_driver' => '會話驅動',
'mail_driver' => 'Mail Driver',
'mail_host' => 'Mail Host',
'mail_address' => 'Mail From Address',
'mail_username' => 'Mail Username',
'mail_password' => 'Mail Password',
],
// Login form fields
@@ -35,6 +41,7 @@ return [
'invalid-token' => '錯誤的驗證碼',
'cookies' => '您必須啟用 cookies 來進行登錄。',
'rate-limit' => 'Rate limit exceeded.',
'remember_me' => 'Remember me',
],
// Incidents form fields
@@ -44,10 +51,12 @@ return [
'component' => '組件',
'message' => '訊息',
'message-help' => '你可以使用 Markdown 。',
'scheduled_at' => '排期在什麼時候進行維護?',
'incident_time' => '這次事件是什麽時候發生的?',
'occurred_at' => 'When did this incident occur?',
'notify_subscribers' => '通知訂閱者',
'visibility' => 'Incident Visibility',
'stick_status' => 'Stick Incident',
'stickied' => 'Stickied',
'not_stickied' => 'Not Stickied',
'public' => '公共可見',
'logged_in_only' => '僅登錄用戶可見',
'templates' => [
@@ -57,6 +66,20 @@ return [
],
],
'schedules' => [
'name' => '名稱',
'status' => '狀態',
'message' => '訊息',
'message-help' => '你可以使用 Markdown 。',
'scheduled_at' => 'When is this maintenance scheduled for?',
'completed_at' => 'When did this maintenance complete?',
'templates' => [
'name' => '名稱',
'template' => '範本',
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
],
],
// Components form fields
'components' => [
'name' => '名稱',
@@ -69,28 +92,50 @@ return [
'enabled' => '啟用',
'groups' => [
'name' => '名稱',
'collapsing' => 'Choose visibility of the group',
'visible' => 'Always expanded',
'collapsed' => 'Collapse the group by default',
'collapsed_incident' => 'Collapse the group, but expand if there are issues',
'name' => '名稱',
'collapsing' => 'Expand/Collapse options',
'visible' => 'Always expanded',
'collapsed' => 'Collapse the group by default',
'collapsed_incident' => 'Collapse the group, but expand if there are issues',
'visibility' => 'Visibility',
'visibility_public' => 'Visible to public',
'visibility_authenticated' => 'Visible only to logged in users',
],
],
// Action form fields
'actions' => [
'name' => '名稱',
'description' => '描述',
'start_at' => 'Schedule start time',
'timezone' => 'Timezone',
'schedule_frequency' => 'Schedule frequency (in seconds)',
'completion_latency' => 'Completion latency (in seconds)',
'group' => '組別',
'active' => 'Active?',
'groups' => [
'name' => 'Group Name',
],
],
// Metric form fields
'metrics' => [
'name' => '名稱',
'suffix' => '後綴',
'description' => '描述',
'description-help' => '你可以使用 Markdown',
'display-chart' => '在狀態頁上顯示圖表?',
'default-value' => '默認值',
'calc_type' => '圖表計算方法',
'type_sum' => '總和',
'type_avg' => '平均',
'places' => '小數點位數',
'default_view' => 'Default view',
'threshold' => 'How many minutes of threshold between metric points?',
'name' => '名稱',
'suffix' => '後綴',
'description' => '描述',
'description-help' => '你可以使用 Markdown',
'display-chart' => '在狀態頁上顯示圖表?',
'default-value' => '默認值',
'calc_type' => '圖表計算方法',
'type_sum' => '總和',
'type_avg' => '平均',
'places' => '小數點位數',
'default_view' => 'Default view',
'threshold' => 'How many minutes of threshold between metric points?',
'visibility' => 'Visibility',
'visibility_authenticated' => 'Visible to authenticated users',
'visibility_public' => 'Visible to everybody',
'visibility_hidden' => 'Always hidden',
'points' => [
'value' => '值',
@@ -99,17 +144,21 @@ return [
// Settings
'settings' => [
/// Application setup
// Application setup
'app-setup' => [
'site-name' => '網站名稱',
'site-url' => '網站 URL',
'display-graphs' => '在狀態頁上顯示圖片?',
'about-this-page' => '關於本站',
'days-of-incidents' => '顯示多少天前的事件?',
'banner' => 'Banner Image',
'banner-help' => '橫幅寬度建議少於 930px 。',
'subscribers' => '允許用戶訂閱郵件通知嗎?',
'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?',
'site-name' => '網站名稱',
'site-url' => '網站 URL',
'display-graphs' => '在狀態頁上顯示圖片?',
'about-this-page' => '關於本站',
'days-of-incidents' => '顯示多少天前的事件?',
'banner' => 'Banner Image',
'banner-help' => "橫幅寬度建議少於 930px 。",
'subscribers' => '允許用戶訂閱郵件通知嗎?',
'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)',
'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?',
'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)',
'show_timezone' => 'Show the timezone the status page is running in.',
'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
],
'analytics' => [
'analytics_google' => 'Google Analytics 代碼',
@@ -131,12 +180,12 @@ return [
'custom-css' => 'Custom Stylesheet',
],
'theme' => [
'background-color' => 'Background Color',
'background-color' => 'Background color',
'background-fills' => '區塊填充色(組件, 事件, 頁尾)',
'banner-background-color' => '横幅背景色',
'banner-padding' => '横幅Padding值',
'fullwidth-banner' => '横幅全寬?',
'text-color' => 'Text Color',
'text-color' => 'Text color',
'dashboard-login' => '在頁尾顯示 管理後臺 的入口?',
'reds' => '紅(用於錯誤類提示)',
'blues' => '藍 (用於信息類提示)',
@@ -169,6 +218,10 @@ return [
],
],
'general' => [
'timezone' => 'Select Timezone',
],
// Buttons
'add' => '增加',
'save' => '儲存',
@@ -184,4 +237,4 @@ return [
// Other
'optional' => '* 可選項目',
];
];