Sync languages
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
return [
|
||||
// Components
|
||||
'components' => [
|
||||
'last_updated' => 'Last updated :timestamp',
|
||||
'last_updated' => 'Lần cập nhật cuối :timestamp',
|
||||
'status' => [
|
||||
1 => 'Hoạt động',
|
||||
2 => 'Vấn đề hiệu suất',
|
||||
@@ -20,13 +20,13 @@ return [
|
||||
4 => 'Ngừng hoạt động toàn bộ',
|
||||
],
|
||||
'group' => [
|
||||
'other' => 'Other Components',
|
||||
'other' => 'Các thành phần khác',
|
||||
],
|
||||
],
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'none' => 'No incidents reported',
|
||||
'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',
|
||||
@@ -141,7 +141,7 @@ return [
|
||||
// Other
|
||||
'home' => 'Home',
|
||||
'description' => 'Stay up to date with the latest service updates from :app.',
|
||||
'powered_by' => ':app Status Page is powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'about_this_site' => 'Về trang web này',
|
||||
'rss-feed' => 'RSS',
|
||||
'atom-feed' => 'Atom',
|
||||
|
||||
@@ -22,13 +22,13 @@ return [
|
||||
'incident-templates' => 'Mẫu sự cố',
|
||||
'add' => [
|
||||
'title' => 'Thêm một sự cố',
|
||||
'success' => 'Incident added.',
|
||||
'failure' => 'There was an error adding the incident, please try again.',
|
||||
'success' => 'Sự cố đã được thêm.',
|
||||
'failure' => 'Có một lỗi xảy ra khi đang lưu Sự Cố, xin vui lòng thử lại.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Chỉnh sửa một sự cố',
|
||||
'success' => 'Sự cố đã được cập nhật.',
|
||||
'failure' => 'There was an error editing the incident, please try again.',
|
||||
'failure' => 'Có một lỗi xảy ra khi đang lưu Sự Cố, xin vui lòng thử lại.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'The incident has been deleted and will not show on your status page.',
|
||||
@@ -150,6 +150,7 @@ return [
|
||||
'title' => 'Add a new subscriber',
|
||||
'success' => 'Subscriber has been added!',
|
||||
'failure' => 'Something went wrong adding the subscriber, please try again.',
|
||||
'help' => 'Enter each subscriber on a new line.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Update subscriber',
|
||||
|
||||
@@ -27,7 +27,7 @@ return [
|
||||
|
||||
// Login form fields
|
||||
'login' => [
|
||||
'login' => 'Username or Email',
|
||||
'login' => 'Tên đăng nhập hoặc Email',
|
||||
'email' => 'Email',
|
||||
'password' => 'Mật khẩu',
|
||||
'2fauth' => 'Mã số xác thực',
|
||||
@@ -89,6 +89,7 @@ return [
|
||||
'type_avg' => 'Trung bình',
|
||||
'places' => 'Chữ số thập phân',
|
||||
'default_view' => 'Default view',
|
||||
'threshold' => 'How many minutes of threshold between metric points?',
|
||||
|
||||
'points' => [
|
||||
'value' => 'Giá trị',
|
||||
@@ -105,8 +106,9 @@ return [
|
||||
'about-this-page' => 'Về trang này',
|
||||
'days-of-incidents' => 'Sự cố này sẽ hiển thị mấy ngày ?',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => 'Bạn nên upload ảnh có chiều rộng lớn hơn 930px',
|
||||
'banner-help' => "Bạn nên upload ảnh có chiều rộng lớn hơn 930px",
|
||||
'subscribers' => 'Allow people to signup to email notifications?',
|
||||
'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?',
|
||||
],
|
||||
'analytics' => [
|
||||
'analytics_google' => 'Mã Google Analytics',
|
||||
|
||||
Reference in New Issue
Block a user