New translations dashboard.php (Chinese Traditional)

This commit is contained in:
James Brooks
2018-01-16 14:06:58 +00:00
parent 61bb1b4f23
commit 20a5f1cb43

View File

@@ -21,7 +21,20 @@ return [
'logged' => '{0} 做得好,沒有任何事件。|你記錄了一個事件。|你回報了 <strong>:count</strong> 個事件。',
'incident-create-template' => '新增模板',
'incident-templates' => '事件模板',
'updates' => '{0} Zero Updates|One Update|:count Updates',
'updates' => [
'title' => 'Incident updates for :incident',
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
'add' => [
'title' => 'Create new incident update',
'success' => 'Your new incident update has been created.',
'failure' => 'Something went wrong with the incident update.',
],
'edit' => [
'title' => 'Edit incident update',
'success' => 'The incident update has been updated.',
'failure' => 'Something went wrong updating the incident update',
],
],
'add' => [
'title' => '添加事件',
'success' => 'Incident added.',
@@ -36,11 +49,6 @@ return [
'success' => 'The incident has been deleted and will not show on your status page.',
'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
'templates' => [
@@ -147,13 +155,15 @@ return [
],
// Subscribers
'subscribers' => [
'subscribers' => '訂閱者',
'description' => 'Subscribers will receive email updates when incidents are created or components are updated.',
'verified' => '已認證',
'not_verified' => '認證',
'subscriber' => ':email, subscribed :date',
'no_subscriptions' => 'Subscribed to all updates',
'add' => [
'subscribers' => '訂閱者',
'description' => 'Subscribers will receive email updates when incidents are created or components are updated.',
'description_disabled' => 'To use this feature, you need allow people to signup for notifications.',
'verified' => '認證',
'not_verified' => '未認證',
'subscriber' => ':email, subscribed :date',
'no_subscriptions' => 'Subscribed to all updates',
'global' => 'Globally subscribed',
'add' => [
'title' => '添加訂閱者',
'success' => '訂閱者已添加成功.',
'failure' => 'Something went wrong adding the subscriber, please try again.',