New translations notifications.php (Chinese Traditional)

This commit is contained in:
James Brooks
2018-01-16 14:07:02 +00:00
parent a8e2ae4e79
commit 482e69666b

View File

@@ -13,84 +13,84 @@ return [
'component' => [
'status_update' => [
'mail' => [
'subject' => 'Component Status Updated',
'greeting' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
'action' => 'View',
'subject' => '元件狀態已更新',
'greeting' => '一個元件的狀態已被更新!',
'content' => ':name 狀態已從 :old_status 更改為 :new_status',
'action' => '檢視',
],
'slack' => [
'title' => 'Component Status Updated',
'content' => ':name status changed from :old_status to :new_status.',
'title' => '元件狀態已更新',
'content' => ':name 狀態已從 :old_status 更改為 :new_status',
],
'sms' => [
'content' => ':name status changed from :old_status to :new_status.',
'content' => ':name 狀態已從 :old_status 更改為 :new_status',
],
],
],
'incident' => [
'new' => [
'mail' => [
'subject' => 'New Incident Reported',
'greeting' => 'A new incident was reported at :app_name.',
'content' => 'Incident :name was reported',
'action' => 'View',
'subject' => '已報告新的事件',
'greeting' => '在 :app_name 中有新的事件報告。',
'content' => '事件 :name 已報告',
'action' => '檢視',
],
'slack' => [
'title' => 'Incident :name Reported',
'content' => 'A new incident was reported at :app_name',
'title' => '事件 :name 已報告',
'content' => '在 :app_name 中有新的事件報告。',
],
'sms' => [
'content' => 'A new incident was reported at :app_name.',
'content' => '在 :app_name 中有新的事件報告。',
],
],
'update' => [
'mail' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
'subject' => '事件更新成功',
'content' => ':name 已更新',
'title' => ':name 已更新為 :new_status',
'action' => '檢視',
],
'slack' => [
'title' => ':name Updated',
'content' => ':name was updated to :new_status',
'title' => ':name 已更新',
'content' => ':name 已更新為 :new_status',
],
'sms' => [
'content' => 'Incident :name was updated',
'content' => '事件 :name 已被更新',
],
],
],
'schedule' => [
'new' => [
'mail' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
'subject' => '創建了新的維護計畫',
'content' => ':name 已預定於 :date 執行',
'title' => '創建了新的定時維護。',
'action' => '檢視',
],
'slack' => [
'title' => 'New Schedule Created!',
'content' => ':name was scheduled for :date',
'title' => '創建了新的維護計畫!',
'content' => ':name 已預定於 :date 執行',
],
'sms' => [
'content' => ':name was scheduled for :date',
'content' => ':name 已預定於 :date 執行',
],
],
],
'subscriber' => [
'verify' => [
'mail' => [
'subject' => 'Verify Your Subscription',
'content' => 'Click to verify your subscription to :app_name status page.',
'title' => 'Verify your subscription to :app_name status page.',
'action' => 'Verify',
'subject' => '驗證您的訂閱',
'content' => '按一下以驗證您在狀態頁 :app_name 的訂閱。',
'title' => '驗證您在狀態頁 :app_name 的訂閱。',
'action' => '驗證',
],
],
],
'system' => [
'test' => [
'mail' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'subject' => '這是來自 Cachet 的消息!',
'content' => '這是來自 Cachet 的測試郵件!',
'title' => '🔔',
],
],
@@ -98,10 +98,10 @@ return [
'user' => [
'invite' => [
'mail' => [
'subject' => 'Your invitation is inside...',
'content' => 'You have been invited to join :app_name status page.',
'title' => 'You\'re invited to join :app_name status page.',
'action' => 'Accept',
'subject' => '這是您的邀請函',
'content' => '您已被邀請加入 :app_name 狀態頁。',
'title' => '您被邀請加入 :app_name 狀態頁。',
'action' => '接受',
],
],
],