New translations dashboard.php (Chinese Traditional)

This commit is contained in:
James Brooks
2017-05-06 10:07:23 +01:00
parent 1d0524f987
commit c258a1aa65
+25 -7
View File
@@ -11,7 +11,8 @@
return [ return [
'dashboard' => '儀表板', 'dashboard' => '儀表板',
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
// Incidents // Incidents
'incidents' => [ 'incidents' => [
@@ -20,6 +21,7 @@ return [
'logged' => '{0} 做得好,沒有任何事件。|你記錄了一個事件。|你回報了 <strong>:count</strong> 個事件。', 'logged' => '{0} 做得好,沒有任何事件。|你記錄了一個事件。|你回報了 <strong>:count</strong> 個事件。',
'incident-create-template' => '新增模板', 'incident-create-template' => '新增模板',
'incident-templates' => '事件模板', 'incident-templates' => '事件模板',
'updates' => '{0} Zero Updates|One Update|:count Updates',
'add' => [ 'add' => [
'title' => '添加事件', 'title' => '添加事件',
'success' => 'Incident added.', 'success' => 'Incident added.',
@@ -34,6 +36,11 @@ return [
'success' => 'The incident has been deleted and will not show on your status page.', 'success' => 'The incident has been deleted and will not show on your status page.',
'failure' => 'The incident could not be deleted, please try again.', 'failure' => 'The incident could not be deleted, please try again.',
], ],
'update' => [
'title' => 'Create new incident update',
'subtitle' => 'Add an update to <strong>:incident</strong>',
'success' => 'Update added.',
],
// Incident templates // Incident templates
'templates' => [ 'templates' => [
@@ -86,12 +93,12 @@ return [
'title' => '添加組件', 'title' => '添加組件',
'message' => '你應該先新增一個組件。', 'message' => '你應該先新增一個組件。',
'success' => 'Component created.', 'success' => 'Component created.',
'failure' => 'Something went wrong with the component, please try again.', 'failure' => 'Something went wrong with the component group, please try again.',
], ],
'edit' => [ 'edit' => [
'title' => '編輯組件', 'title' => '編輯組件',
'success' => 'Component updated.', 'success' => 'Component updated.',
'failure' => 'Something went wrong with the component, please try again.', 'failure' => 'Something went wrong with the component group, please try again.',
], ],
'delete' => [ 'delete' => [
'success' => 'The component has been deleted!', 'success' => 'The component has been deleted!',
@@ -197,6 +204,9 @@ return [
'analytics' => [ 'analytics' => [
'analytics' => '第三方統計', 'analytics' => '第三方統計',
], ],
'log' => [
'log' => 'Log',
],
'localization' => [ 'localization' => [
'localization' => '國際化', 'localization' => '國際化',
], ],
@@ -205,6 +215,14 @@ return [
'header' => 'Custom Header HTML', 'header' => 'Custom Header HTML',
'footer' => 'Custom Footer HTML', 'footer' => 'Custom Footer HTML',
], ],
'mail' => [
'mail' => 'Mail',
'test' => 'Test',
'email' => [
'subject' => 'Test notification from Cachet',
'body' => 'This is a test notification from Cachet.',
],
],
'security' => [ 'security' => [
'security' => '安全', 'security' => '安全',
'two-factor' => '下列用戶未使用雙重認證', 'two-factor' => '下列用戶未使用雙重認證',
@@ -254,14 +272,14 @@ return [
'support' => 'Support Cachet', 'support' => 'Support Cachet',
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!', 'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!',
'news' => 'Latest News', 'news' => 'Latest News',
'news_subtitle' => 'Get the latest updates', 'news_subtitle' => 'Get the latest update',
], ],
// Welcome modal // Welcome modal
'welcome' => [ 'welcome' => [
'welcome' => 'Welcome to your new status page!', 'welcome' => 'Welcome to your new status page, :username!',
'message' => '你的狀態頁快準備好了!不過你也許先想調整一下以下設定。', 'message' => '你的狀態頁快準備好了!不過你也許先想調整一下以下設定。',
'close' => 'Take me straight to my dashboard', 'close' => 'I\'m good thanks!',
'steps' => [ 'steps' => [
'component' => '新增組件', 'component' => '新增組件',
'incident' => '新增事件', 'incident' => '新增事件',
@@ -272,4 +290,4 @@ return [
], ],
], ],
]; ];