New translations notifications.php (Vietnamese)
This commit is contained in:
@@ -13,74 +13,74 @@ return [
|
||||
'component' => [
|
||||
'status_update' => [
|
||||
'mail' => [
|
||||
'subject' => 'Trạng thái của Thành phần đã được cập nhật',
|
||||
'greeting' => 'Trạng thái của Cấu phần đã được cập nhật!',
|
||||
'content' => 'Trạng thái của :name đã đổi từ :old_status sang :new_status.',
|
||||
'action' => 'Xem',
|
||||
'subject' => 'Component Status Updated',
|
||||
'greeting' => 'A component\'s status was updated!',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'Trạng thái của Thành phần đã được cập nhật',
|
||||
'content' => 'Trạng thái của :name đã đổi từ :old_status sang :new_status.',
|
||||
'title' => 'Component Status Updated',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => 'Trạng thái của :name đã đổi từ :old_status sang :new_status.',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
],
|
||||
],
|
||||
],
|
||||
'incident' => [
|
||||
'new' => [
|
||||
'mail' => [
|
||||
'subject' => 'Sự cố mới đã được báo cáo',
|
||||
'greeting' => 'Một sự cố mới được báo cáo tại :app_name.',
|
||||
'content' => 'Sự cố :name đã được báo cáo',
|
||||
'action' => 'Xem',
|
||||
'subject' => 'New Incident Reported',
|
||||
'greeting' => 'A new incident was reported at :app_name.',
|
||||
'content' => 'Incident :name was reported',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'Sự cố :name đã được báo cáo',
|
||||
'content' => 'Một sự cố mới được báo cáo tại :app_name',
|
||||
'title' => 'Incident :name Reported',
|
||||
'content' => 'A new incident was reported at :app_name',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => 'Một sự cố mới được báo cáo tại :app_name.',
|
||||
'content' => 'A new incident was reported at :app_name.',
|
||||
],
|
||||
],
|
||||
'update' => [
|
||||
'mail' => [
|
||||
'subject' => 'Sự cố đã cập nhật',
|
||||
'content' => ':name đã được cập nhật',
|
||||
'title' => ':name đã được cập nhật tới :new_status',
|
||||
'action' => 'Xem',
|
||||
'subject' => 'Incident Updated',
|
||||
'content' => ':name was updated',
|
||||
'title' => ':name was updated to :new_status',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => ':name đã được cập nhật',
|
||||
'content' => ':name đã được cập nhật tới :new_status',
|
||||
'title' => ':name Updated',
|
||||
'content' => ':name was updated to :new_status',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => 'Sự cố :name đã được Cập Nhật',
|
||||
'content' => 'Incident :name was updated',
|
||||
],
|
||||
],
|
||||
],
|
||||
'schedule' => [
|
||||
'new' => [
|
||||
'mail' => [
|
||||
'subject' => 'Lịch mới đã được tạo',
|
||||
'content' => ':name được đặt lịch vào :date',
|
||||
'title' => 'Lịch bảo trì mới đã được tạo.',
|
||||
'action' => 'Xem',
|
||||
'subject' => 'New Schedule Created',
|
||||
'content' => ':name was scheduled for :date',
|
||||
'title' => 'A new scheduled maintenance was created.',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'Lịch mới đã được tạo!',
|
||||
'content' => ':name được đặt lịch vào :date',
|
||||
'title' => 'New Schedule Created!',
|
||||
'content' => ':name was scheduled for :date',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => ':name được đặt lịch vào :date',
|
||||
'content' => ':name was scheduled for :date',
|
||||
],
|
||||
],
|
||||
],
|
||||
'subscriber' => [
|
||||
'verify' => [
|
||||
'mail' => [
|
||||
'subject' => 'Xác minh đăng ký của bạn',
|
||||
'content' => 'Nhấn vào đây để xác nhận đăng ký của bạn tại trang trạng thái :app_name.',
|
||||
'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',
|
||||
],
|
||||
@@ -98,7 +98,7 @@ return [
|
||||
'user' => [
|
||||
'invite' => [
|
||||
'mail' => [
|
||||
'subject' => 'Lời mời của bạn là bên trong...',
|
||||
'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',
|
||||
|
||||
Reference in New Issue
Block a user