2017-01-05 16:21:12 +00:00
< ? php
/*
* This file is part of Cachet .
*
* ( c ) Alt Three Services Limited
*
* For the full copyright and license information , please view the LICENSE
* file that was distributed with this source code .
*/
return [
// Components
'components' => [
'last_updated' => 'Lần cập nhật cuối :timestamp' ,
'status' => [
2018-01-16 14:06:15 +00:00
0 => 'Không biết' ,
2017-01-05 16:21:12 +00:00
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' => [
2017-05-06 10:05:56 +01:00
'none' => 'Không có báo cáo về sự số nào' ,
2018-01-16 14:06:15 +00:00
'past' => 'Các sự số trong quá khứ' ,
'stickied' => 'Sự cố Stickied' ,
2017-05-06 10:05:56 +01:00
'scheduled' => 'Bảo trì định kỳ' ,
'scheduled_at' => ', định kỳ :timestamp' ,
2018-01-16 14:06:15 +00:00
'posted' => 'Đã đăng :timestamp' ,
'posted_at' => 'Posted at :timestamp' ,
2017-05-06 10:05:56 +01:00
'status' => [
2017-01-05 16:21:12 +00:00
1 => 'Đang điều tra' ,
2 => 'Xác định' ,
3 => 'Đang xem' ,
4 => 'Đã sửa' ,
],
],
// Schedule
'schedules' => [
'status' => [
2018-01-16 14:06:15 +00:00
0 => 'Sắp tới' ,
1 => 'Đang xử lý' ,
2 => 'Hoàn thành' ,
2017-01-05 16:21:12 +00:00
],
],
// Service Status
'service' => [
'good' => '[0,1] System operational|[2,Inf] All systems are operational' ,
'bad' => '[0,1] The system is experiencing issues|[2,Inf] Some systems are experiencing issues' ,
'major' => '[0,1] The system is experiencing major issues|[2,Inf] Some systems are experiencing major issues' ,
],
'api' => [
'regenerate' => 'Tạo lại Khóa API' ,
'revoke' => 'Thu hồi Khóa API' ,
],
// Metrics
'metrics' => [
'filter' => [
2018-01-16 14:06:15 +00:00
'last_hour' => 'Giờ trước' ,
'hourly' => '12 giờ trước' ,
2017-01-05 16:21:12 +00:00
'weekly' => 'Tuần' ,
'monthly' => 'Tháng' ,
],
],
// Subscriber
'subscriber' => [
2018-01-16 14:06:15 +00:00
'subscribe' => 'Đăng ký để nhận các thông báo cập nhật' ,
2017-01-05 16:21:12 +00:00
'unsubscribe' => 'Unsubscribe at :link' ,
'button' => 'Đăng ký' ,
'manage' => [
2018-01-16 14:06:15 +00:00
'no_subscriptions' => 'Bạn hiện đã đăng ký nhận tất cả các thông báo cập nhật.' ,
'my_subscriptions' => 'Bạn hiện đã đăng ký nhận các thông báo cập nhật sau.' ,
2017-01-05 16:21:12 +00:00
],
'email' => [
2018-01-16 14:06:15 +00:00
'subscribe' => 'Đăng ký nhận thông báo cập nhật qua email.' ,
'subscribed' => 'Bạn đã đăng ký nhận email thông báo cập nhật, xin vui lòng kiểm tra email của bạn để xác nhận.' ,
'verified' => 'Đăng ký email của bạn đã được xác nhận. Cảm ơn bạn!' ,
'manage' => 'Quản lý đăng ký' ,
'unsubscribe' => 'Hủy đăng ký thông báo cập nhật qua email.' ,
'unsubscribed' => 'Đăng ký email của bạn đã bị hủy bỏ.' ,
'failure' => 'Có lỗi xảy ra khi đăng ký nhận thông báo cập nhật.' ,
'already-subscribed' => 'Không thể đăng ký :email bởi vì họ đã đăng ký.' ,
2017-01-05 16:21:12 +00:00
],
],
'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 <a href="https://docs.cachethq.io/docs/updating-cachet">here</a>!' ,
],
// 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 <a href="https://cachethq.io" class="links">Cachet</a>.' ,
'timezone' => 'Times are shown in :timezone.' ,
'about_this_site' => 'Về trang web này' ,
'rss-feed' => 'RSS' ,
'atom-feed' => 'Atom' ,
'feed' => 'Status Feed' ,
2017-05-06 10:10:36 +00:00
];