New translations forms.php (Vietnamese)

This commit is contained in:
Cachet Bot
2018-07-12 08:41:41 +01:00
parent 3c30d9d547
commit 4862687ff6
+79 -79
View File
@@ -14,69 +14,69 @@ return [
// Setup form fields // Setup form fields
'setup' => [ 'setup' => [
'email' => 'Email', 'email' => 'Email',
'username' => 'Tên người dùng', 'username' => 'Username',
'password' => 'Mật khẩu', 'password' => 'Mật khẩu',
'site_name' => 'Tến site', 'site_name' => 'Site Name',
'site_domain' => 'Domain', 'site_domain' => 'Site Domain',
'site_timezone' => 'Chọn timezone', 'site_timezone' => 'Select your timezone',
'site_locale' => 'Chọn ngôn ngữ', 'site_locale' => 'Select your language',
'enable_google2fa' => 'Bật tính năng xác thực 2 bước của google', 'enable_google2fa' => 'Enable Google Two Factor Authentication',
'cache_driver' => 'Cache Driver', 'cache_driver' => 'Cache Driver',
'queue_driver' => 'Trình điều khiển hàng đợi', 'queue_driver' => 'Queue Driver',
'session_driver' => 'Session Driver', 'session_driver' => 'Session Driver',
'mail_driver' => 'Mail Driver', 'mail_driver' => 'Mail Driver',
'mail_host' => 'Máy chủ thư', 'mail_host' => 'Mail Host',
'mail_address' => 'Địa chỉ thư gửi đi', 'mail_address' => 'Mail From Address',
'mail_username' => 'Mail Username', 'mail_username' => 'Mail Username',
'mail_password' => 'Mật khẩu thư', 'mail_password' => 'Mail Password',
], ],
// Login form fields // Login form fields
'login' => [ 'login' => [
'login' => 'Tên đăng nhập hoặc Email', 'login' => 'Username or Email',
'email' => 'Email', 'email' => 'Email',
'password' => 'Mật khẩu', 'password' => 'Mật khẩu',
'2fauth' => 'Mã số xác thực', '2fauth' => 'Authentication Code',
'invalid' => 'Tên người dùng hoặc mật khẩu không hợp lệ', 'invalid' => 'Invalid username or password',
'invalid-token' => 'Token không hợp lệ', 'invalid-token' => 'Invalid token',
'cookies' => 'Bạn phải bật cookie để đăng nhập.', 'cookies' => 'You must enable cookies to login.',
'rate-limit' => 'Vượt quá giới hạn truy cập.', 'rate-limit' => 'Rate limit exceeded.',
'remember_me' => 'Ghi nhớ đăng nhập', 'remember_me' => 'Remember me',
], ],
// Incidents form fields // Incidents form fields
'incidents' => [ 'incidents' => [
'name' => 'Tên', 'name' => 'Name',
'status' => 'Trạng thái', 'status' => 'Status',
'component' => 'Component', 'component' => 'Component',
'component_status' => 'Component Status', 'component_status' => 'Component Status',
'message' => 'Tin nhắn', 'message' => 'Message',
'message-help' => 'Bạn cũng có thể sử dụng Markdown.', 'message-help' => 'You may also use Markdown.',
'occurred_at' => 'Sự cố này đã xảy ra khi nào?', 'occurred_at' => 'When did this incident occur?',
'notify_subscribers' => 'Notify subscribers?', 'notify_subscribers' => 'Notify subscribers?',
'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.', 'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.',
'visibility' => 'Incident Visibility', 'visibility' => 'Incident Visibility',
'stick_status' => 'Stick Incident', 'stick_status' => 'Stick Incident',
'stickied' => 'Stickied', 'stickied' => 'Stickied',
'not_stickied' => 'Không Stickied', 'not_stickied' => 'Not Stickied',
'public' => 'Viewable by public', 'public' => 'Viewable by public',
'logged_in_only' => 'Only visible to logged in users', 'logged_in_only' => 'Only visible to logged in users',
'templates' => [ 'templates' => [
'name' => 'Tên', 'name' => 'Name',
'template' => 'Template', 'template' => 'Template',
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.', 'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
], ],
], ],
'schedules' => [ 'schedules' => [
'name' => 'Tên', 'name' => 'Name',
'status' => 'Trạng thái', 'status' => 'Status',
'message' => 'Tin nhắn', 'message' => 'Message',
'message-help' => 'Bạn cũng có thể sử dụng Markdown.', 'message-help' => 'You may also use Markdown.',
'scheduled_at' => 'When is this maintenance scheduled for?', 'scheduled_at' => 'When is this maintenance scheduled for?',
'completed_at' => 'When did this maintenance complete?', 'completed_at' => 'When did this maintenance complete?',
'templates' => [ 'templates' => [
'name' => 'Tên', 'name' => 'Name',
'template' => 'Template', 'template' => 'Template',
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.', 'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
], ],
@@ -84,17 +84,17 @@ return [
// Components form fields // Components form fields
'components' => [ 'components' => [
'name' => 'Tên', 'name' => 'Name',
'status' => 'Trạng thái', 'status' => 'Status',
'group' => 'nhóm', 'group' => 'Group',
'description' => 'Miêu tả', 'description' => 'Description',
'link' => 'Liên kết', 'link' => 'Link',
'tags' => 'Thẻ Tag', 'tags' => 'Tags',
'tags-help' => 'Ngăn cách bởi dấu phẩy.', 'tags-help' => 'Comma separated.',
'enabled' => 'Component enabled?', 'enabled' => 'Component enabled?',
'groups' => [ 'groups' => [
'name' => 'Tên', 'name' => 'Name',
'collapsing' => 'Expand/Collapse options', 'collapsing' => 'Expand/Collapse options',
'visible' => 'Always expanded', 'visible' => 'Always expanded',
'collapsed' => 'Collapse the group by default', 'collapsed' => 'Collapse the group by default',
@@ -107,13 +107,13 @@ return [
// Action form fields // Action form fields
'actions' => [ 'actions' => [
'name' => 'Tên', 'name' => 'Name',
'description' => 'Miêu tả', 'description' => 'Description',
'start_at' => 'Schedule start time', 'start_at' => 'Schedule start time',
'timezone' => 'Timezone', 'timezone' => 'Timezone',
'schedule_frequency' => 'Schedule frequency (in seconds)', 'schedule_frequency' => 'Schedule frequency (in seconds)',
'completion_latency' => 'Completion latency (in seconds)', 'completion_latency' => 'Completion latency (in seconds)',
'group' => 'nhóm', 'group' => 'Group',
'active' => 'Active?', 'active' => 'Active?',
'groups' => [ 'groups' => [
'name' => 'Group Name', 'name' => 'Group Name',
@@ -122,16 +122,16 @@ return [
// Metric form fields // Metric form fields
'metrics' => [ 'metrics' => [
'name' => 'Tên', 'name' => 'Name',
'suffix' => 'Hậu tố', 'suffix' => 'Suffix',
'description' => 'Miêu tả', 'description' => 'Description',
'description-help' => 'Bạn cũng có thể sử dụng Markdown.', 'description-help' => 'You may also use Markdown.',
'display-chart' => 'Hiển thị các biểu đồ trên trang trạng thái?', 'display-chart' => 'Display chart on status page?',
'default-value' => 'Giá trị mặc định', 'default-value' => 'Default value',
'calc_type' => 'Calculation of metrics', 'calc_type' => 'Calculation of metrics',
'type_sum' => 'Tổng hợp', 'type_sum' => 'Sum',
'type_avg' => 'Trung bình', 'type_avg' => 'Average',
'places' => 'Chữ số thập phân', 'places' => 'Decimal places',
'default_view' => 'Default view', 'default_view' => 'Default view',
'threshold' => 'How many minutes of threshold between metric points?', 'threshold' => 'How many minutes of threshold between metric points?',
'visibility' => 'Visibility', 'visibility' => 'Visibility',
@@ -140,7 +140,7 @@ return [
'visibility_hidden' => 'Always hidden', 'visibility_hidden' => 'Always hidden',
'points' => [ 'points' => [
'value' => 'Giá trị', 'value' => 'Value',
], ],
], ],
@@ -148,11 +148,11 @@ return [
'settings' => [ 'settings' => [
// Application setup // Application setup
'app-setup' => [ 'app-setup' => [
'site-name' => 'Tến site', 'site-name' => 'Site Name',
'site-url' => 'URL trang web', 'site-url' => 'Site URL',
'display-graphs' => 'Hiển thị các biểu đồ trên trang trạng thái?', 'display-graphs' => 'Display graphs on status page?',
'about-this-page' => 'Về trang này', 'about-this-page' => 'About this page',
'days-of-incidents' => 'Sự cố này sẽ hiển thị mấy ngày ?', 'days-of-incidents' => 'How many days of incidents to show?',
'time_before_refresh' => 'Status page refresh rate (in seconds)', 'time_before_refresh' => 'Status page refresh rate (in seconds)',
'major_outage_rate' => 'Major outage threshold (in %)', 'major_outage_rate' => 'Major outage threshold (in %)',
'banner' => 'Banner Image', 'banner' => 'Banner Image',
@@ -166,20 +166,20 @@ return [
'only_disrupted_days' => 'Only show days containing incidents in the timeline?', 'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
], ],
'analytics' => [ 'analytics' => [
'analytics_google' => 'Google Analytics', 'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code', 'analytics_gosquared' => 'GoSquared Analytics code',
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)', 'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
'analytics_piwik_siteid' => 'Piwik\'s site id', 'analytics_piwik_siteid' => 'Piwik\'s site id',
], ],
'localization' => [ 'localization' => [
'site-timezone' => 'Múi giờ', 'site-timezone' => 'Site timezone',
'site-locale' => 'Ngôn ngữ', 'site-locale' => 'Site language',
'date-format' => 'Định dạng ngày', 'date-format' => 'Date format',
'incident-date-format' => 'Incident timestamp format', 'incident-date-format' => 'Incident timestamp format',
], ],
'security' => [ 'security' => [
'allowed-domains' => 'Allowed domains', 'allowed-domains' => 'Allowed domains',
'allowed-domains-help' => 'Ngăn cách bằng dấu phẩy. Những domain dưới đây được cho phép một cách tự động.', 'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
'always-authenticate' => 'Always authenticate', 'always-authenticate' => 'Always authenticate',
'always-authenticate-help' => 'Require login to view any Cachet page', 'always-authenticate-help' => 'Require login to view any Cachet page',
], ],
@@ -200,28 +200,28 @@ return [
'yellows' => 'Yellow (used for alerts)', 'yellows' => 'Yellow (used for alerts)',
'oranges' => 'Orange (used for notices)', 'oranges' => 'Orange (used for notices)',
'metrics' => 'Metrics fill', 'metrics' => 'Metrics fill',
'links' => 'Liên kết', 'links' => 'Links',
], ],
], ],
'user' => [ 'user' => [
'username' => 'Tên người dùng', 'username' => 'Username',
'email' => 'Email', 'email' => 'Email',
'password' => 'Mật khẩu', 'password' => 'Mật khẩu',
'api-token' => 'API Token', 'api-token' => 'API Token',
'api-token-help' => 'Khi tạo API token mới, các API token cũ sẽ không sử dụng được nữa.', 'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.',
'gravatar' => 'Change your profile picture at Gravatar.', 'gravatar' => 'Change your profile picture at Gravatar.',
'user_level' => 'User Level', 'user_level' => 'User Level',
'levels' => [ 'levels' => [
'admin' => 'Quản trị', 'admin' => 'Admin',
'user' => 'Người dùng', 'user' => 'User',
], ],
'2fa' => [ '2fa' => [
'help' => 'Khi enable chức năng xác minh hai lớp ( two factor authentication ) sẽ tăng độ bảo mật cho account của bạn. Bạn cần phải tải <a href="https://support.google.com/accounts/answer/1066447?hl=en">Google Authenticator</a> hoặc các ứng dụng tương tự cho điện thoại của bạn. Mỗi khi login, bạn sẽ phải sử dụng phần mềm này để to mã, và nhập vào khung đăng nhập.', 'help' => 'Enabling two factor authentication increases security of your account. You will need to download <a href="https://support.google.com/accounts/answer/1066447?hl=en">Google Authenticator</a> or a similar app on to your mobile device. When you login you will be asked to provide a token generated by the app.',
], ],
'team' => [ 'team' => [
'description' => 'Invite your team members by entering their email addresses here.', 'description' => 'Invite your team members by entering their email addresses here.',
'email' => 'Email #:id', 'email' => 'Your Team Members Email Address',
], ],
], ],
@@ -230,19 +230,19 @@ return [
], ],
// Buttons // Buttons
'add' => 'Thêm', 'add' => 'Add',
'save' => 'Lưu thay đổi', 'save' => 'Save',
'update' => 'Cập nhật', 'update' => 'Update',
'create' => 'Tạo mới', 'create' => 'Create',
'edit' => 'Chỉnh sửa', 'edit' => 'Edit',
'delete' => 'Xoá', 'delete' => 'Delete',
'submit' => 'Gửi', 'submit' => 'Submit',
'cancel' => 'Hủy', 'cancel' => 'Cancel',
'remove' => 'Xoá', 'remove' => 'Remove',
'invite' => 'Mời', 'invite' => 'Invite',
'signup' => 'Đăng ký', 'signup' => 'Sign Up',
'manage_updates' => 'Manage Updates', 'manage_updates' => 'Manage Updates',
// Other // Other
'optional' => '* Tùy chọn', 'optional' => '* Optional',
]; ];