[ 'last_updated' => 'Lần cập nhật cuối :timestamp', 'status' => [ 1 => 'Hoạt động', 2 => 'Vấn đề hiệu suất', 3 => 'Ngưng hoạt động một phần', 4 => 'Ngừng hoạt động toàn bộ', ], 'group' => [ 'other' => 'Các thành phần khác', ], ], // Incidents 'incidents' => [ 'none' => 'Không có báo cáo về sự số nào', 'past' => 'Sự số trong quá khứ', 'previous_week' => 'Tuần trước', 'next_week' => 'Tuần sau', 'scheduled' => 'Bảo trì định kỳ', 'scheduled_at' => ', định kỳ :timestamp', 'status' => [ 0 => 'Đã xếp lịch', // TODO: Hopefully remove this. 1 => 'Đang điều tra', 2 => 'Xác định', 3 => 'Đang xem', 4 => 'Đã sửa', ], ], // Service Status 'service' => [ 'good' => '[0,1] System operational|[2,Inf] All systems are operational', 'bad' => '[0,1] The system is currently experiencing issues|[2,Inf] Some systems are experiencing issues', 'major' => '[0,1] The service is experiencing a major outage|[2,Inf] Some systems are experiencing a major outage', ], 'api' => [ 'regenerate' => 'Tạo lại Khóa API', 'revoke' => 'Thu hồi Khóa API', ], // Metrics 'metrics' => [ 'filter' => [ 'last_hour' => 'Last Hour', 'hourly' => 'Last 12 Hours', 'weekly' => 'Tuần', 'monthly' => 'Tháng', ], ], // Subscriber 'subscriber' => [ 'subscribe' => 'Subscribe to get the most recent updates', 'button' => 'Đăng ký', 'manage' => [ 'no_subscriptions' => 'You\'re currently subscribed to all updates.', 'my_subscriptions' => 'You\'re currently subscribed to the following updates.', ], 'email' => [ 'subscribe' => 'Subscribe to email updates.', 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', 'verified' => 'Your email subscription has been confirmed. Thank you!', 'manage' => 'Manage your subscription', 'unsubscribe' => 'Unsubscribe from email updates.', 'unsubscribed' => 'Your email subscription has been cancelled.', 'failure' => 'Something went wrong with the subscription.', 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.', 'verify' => [ 'text' => "Please confirm your email subscription to :app_name status updates.\n:link", 'html' => '
Please confirm your email subscription to :app_name status updates.
', 'button' => 'Confirm Subscription', ], 'maintenance' => [ 'subject' => '[Maintenance Scheduled] :name', ], 'incident' => [ 'subject' => '[New Incident] :status: :name', ], 'component' => [ 'subject' => 'Component Status Update', 'text' => 'The component :component_name has seen a status change. The component is now at :component_human_status.\nThank you, :app_name', 'html' => 'The component :component_name has seen a status change. The component is now at :component_human_status.
Thank you, :app_name
', 'tooltip-title' => 'Subscribe to notifications for :component_name.', ], ], ], 'users' => [ 'email' => [ 'invite' => [ 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", 'html' => 'You have been invited to the team :app_name status page, to sign up follow the next link.
Thank you, :app_name
', ], ], ], 'signup' => [ 'title' => 'Đăng ký', 'username' => 'Tên người dùng', 'email' => 'Email', 'password' => 'Mật khẩu', 'success' => 'Tài khoản của bạn đã được tạo.', 'failure' => 'Có lỗi xảy ra khi đăng ký.', ], 'system' => [ 'update' => 'There is a newer version of Cachet available. You can learn how to update here!', ], // Modal 'modal' => [ 'close' => 'Close', 'subscribe' => [ 'title' => 'Subscribe to component updates', 'body' => 'Enter your email address to subscribe to updates for this component. If you\'re already subscribed, you\'ll already receive emails for this component.', 'button' => 'Đăng ký', ], ], // Other 'home' => 'Home', 'description' => 'Stay up to date with the latest service updates from :app.', 'powered_by' => 'Powered by Cachet.', 'about_this_site' => 'Về trang web này', 'rss-feed' => 'RSS', 'atom-feed' => 'Atom', 'feed' => 'Status Feed', ];