New translations forms.php (Vietnamese)

This commit is contained in:
Cachet Bot
2018-07-12 08:41:41 +01:00
parent 3c30d9d547
commit 4862687ff6

View File

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