From e14d7101353b5b6ac38b95c04b310401b9e0d6ee Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 6 May 2017 10:05:58 +0100 Subject: [PATCH] New translations dashboard.php (Vietnamese) --- resources/lang/vi-VN/dashboard.php | 293 +++++++++++++++++++++++++++++ 1 file changed, 293 insertions(+) create mode 100644 resources/lang/vi-VN/dashboard.php diff --git a/resources/lang/vi-VN/dashboard.php b/resources/lang/vi-VN/dashboard.php new file mode 100644 index 00000000..32c188b2 --- /dev/null +++ b/resources/lang/vi-VN/dashboard.php @@ -0,0 +1,293 @@ + 'Bảng điều khiển', + 'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that ./bootstrap/cachet is writeable by the web server.', + + // Incidents + 'incidents' => [ + 'title' => 'Sự cố & Lịch trình', + 'incidents' => 'Các sự cố', + 'logged' => '{0} Không có sự cố nào, làm việc tốt.|Bạn có một sự cố được ghi nhận.|Bạn có :count sự cố được báo cáo.', + 'incident-create-template' => 'Tạo template', + 'incident-templates' => 'Mẫu sự cố', + 'updates' => '{0} Zero Updates|One Update|:count Updates', + 'add' => [ + 'title' => 'Thêm một sự cố', + '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' => '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.', + 'failure' => 'The incident could not be deleted, please try again.', + ], + 'update' => [ + 'title' => 'Create new incident update', + 'subtitle' => 'Add an update to :incident', + 'success' => 'Update added.', + ], + + // Incident templates + 'templates' => [ + 'title' => 'Mẫu sự cố', + 'add' => [ + 'title' => 'Tạo ra một khuôn mẫu khi gặp sự cố', + 'message' => 'You should add an incident template.', + 'success' => 'Your new incident template has been created.', + 'failure' => 'Something went wrong with the incident template.', + ], + 'edit' => [ + 'title' => 'Sửa mẫu', + 'success' => 'The incident template has been updated.', + 'failure' => 'Something went wrong updating the incident template', + ], + 'delete' => [ + 'success' => 'The incident template has been deleted.', + 'failure' => 'The incident template could not be deleted, please try again.', + ], + ], + ], + + // Incident Maintenance + 'schedule' => [ + 'schedule' => 'Bảo trì định kỳ', + 'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported :count schedules.', + 'scheduled_at' => 'Định kỳ lúc :timestamp', + 'add' => [ + 'title' => 'Add Scheduled Maintenance', + 'success' => 'Schedule added.', + 'failure' => 'Something went wrong adding the schedule, please try again.', + ], + 'edit' => [ + 'title' => 'Edit Scheduled Maintenance', + 'success' => 'Schedule has been updated!', + 'failure' => 'Something went wrong editing the schedule, please try again.', + ], + 'delete' => [ + 'success' => 'The scheduled maintenance has been deleted and will not show on your status page.', + 'failure' => 'The scheduled maintenance could not be deleted, please try again.', + ], + ], + + // Components + 'components' => [ + 'components' => 'Components', + 'component_statuses' => 'Component Statuses', + 'listed_group' => 'Grouped under :name', + 'add' => [ + 'title' => 'Thêm một thành phần', + 'message' => 'Bạn cần thêm một component.', + 'success' => 'Component created.', + 'failure' => 'Something went wrong with the component group, please try again.', + ], + 'edit' => [ + 'title' => 'Chỉnh sửa một thành phần', + 'success' => 'Component updated.', + 'failure' => 'Something went wrong with the component group, please try again.', + ], + 'delete' => [ + 'success' => 'The component has been deleted!', + 'failure' => 'The component could not be deleted, please try again.', + ], + + // Component groups + 'groups' => [ + 'groups' => 'Component group|Component groups', + 'no_components' => 'You should add a component group.', + 'add' => [ + 'title' => 'Add a component group', + 'success' => 'Component group added.', + 'failure' => 'Something went wrong with the component group, please try again.', + ], + 'edit' => [ + 'title' => 'Edit a component group', + 'success' => 'Component group updated.', + 'failure' => 'Something went wrong with the component group, please try again.', + ], + 'delete' => [ + 'success' => 'Component group has been deleted!', + 'failure' => 'The component group could not be deleted, please try again.', + ], + ], + ], + + // Metrics + 'metrics' => [ + 'metrics' => 'Các số liệu', + 'add' => [ + 'title' => 'Create a metric', + 'message' => 'You should add a metric.', + 'success' => 'Metric created.', + 'failure' => 'Something went wrong with the metric, please try again.', + ], + 'edit' => [ + 'title' => 'Edit a metric', + 'success' => 'Metric updated.', + 'failure' => 'Something went wrong with the metric, please try again.', + ], + 'delete' => [ + 'success' => 'The metric has been deleted and will no longer display on your status page.', + 'failure' => 'The metric could not be deleted, please try again.', + ], + ], + // Subscribers + 'subscribers' => [ + 'subscribers' => 'Subscribers', + 'description' => 'Subscribers will receive email updates when incidents are created or components are updated.', + 'verified' => 'Đã xác nhận', + 'not_verified' => 'Chưa xác nhận', + 'subscriber' => ':email, subscribed :date', + 'no_subscriptions' => 'Subscribed to all updates', + 'add' => [ + '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', + 'success' => 'Subscriber has been updated!', + 'failure' => 'Something went wrong editing the subscriber, please try again.', + ], + ], + + // Team + 'team' => [ + 'team' => 'Nhóm', + 'member' => 'Thành viên', + 'profile' => 'Hồ sơ cá nhân', + 'description' => 'Thành viên trong đội sẽ có thể để thêm, sửa đổi và chỉnh sửa các thành phần và sự cố.', + 'add' => [ + 'title' => 'Add a new team member', + 'success' => 'Team member added.', + 'failure' => 'The team member could not be added, please try again.', + ], + 'edit' => [ + 'title' => 'Update profile', + 'success' => 'Profile updated.', + 'failure' => 'Something went wrong updating the profile, please try again.', + ], + 'delete' => [ + 'success' => 'Team member has been deleted and will no longer have access to the dashboard!', + 'failure' => 'The team member could not be added, please try again.', + ], + 'invite' => [ + 'title' => 'Invite a new team member', + 'success' => 'An invite has been sent', + 'failure' => 'The invite could not be sent, please try again.', + ], + ], + + // Settings + 'settings' => [ + 'settings' => 'Thiết lập', + 'app-setup' => [ + 'app-setup' => 'Thiết lập ứng dụng', + 'images-only' => 'Chỉ có thể upload ảnh.', + 'too-big' => 'File bạn vừa upload có kích thước quá lớn, hãy upload ảnh có kích thước nhỏ hơn :size', + ], + 'analytics' => [ + 'analytics' => 'Thống kê', + ], + 'log' => [ + 'log' => 'Log', + ], + 'localization' => [ + 'localization' => 'Bản địa hoá', + ], + 'customization' => [ + 'customization' => 'Customization', + 'header' => 'Custom Header HTML', + 'footer' => 'Custom Footer HTML', + ], + 'mail' => [ + 'mail' => 'Mail', + 'test' => 'Test', + 'email' => [ + 'subject' => 'Test notification from Cachet', + 'body' => 'This is a test notification from Cachet.', + ], + ], + 'security' => [ + 'security' => 'Bảo mật', + 'two-factor' => 'Users without two-factor authentication', + ], + 'stylesheet' => [ + 'stylesheet' => 'Stylesheet', + ], + 'theme' => [ + 'theme' => 'Theme', + ], + 'edit' => [ + 'success' => 'Các setting đã được lưu.', + 'failure' => 'Không thể lưu các settings.', + ], + 'credits' => [ + 'credits' => 'Credits', + 'contributors' => 'Contributors', + 'license' => 'Cachet is a BSD-3-licensed open source project, released by Alt Three Services Limited.', + 'backers-title' => 'Backers & Sponsors', + 'backers' => 'If you\'d like to support future development, check out the Cachet Patreon campaign.', + 'thank-you' => 'Thank you to each and every one of the :count contributors.', + ], + ], + + // Login + 'login' => [ + 'login' => 'Đăng nhập', + 'logged_in' => 'Bạn đang đăng nhập.', + 'welcome' => 'Chào mừng Quay trở lại!', + 'two-factor' => 'Vui lòng nhập mã token của bạn', + ], + + // Sidebar footer + 'help' => 'Trợ giúp', + 'status_page' => 'Trang trang thái', + 'logout' => 'Đăng xuất', + + // Notifications + 'notifications' => [ + 'notifications' => 'Thông báo', + 'awesome' => 'Tuyệt vời.', + 'whoops' => 'Ôi.', + ], + + // Widgets + 'widgets' => [ + 'support' => 'Support Cachet', + 'support_subtitle' => 'Check out our Patreon page!', + 'news' => 'Latest News', + 'news_subtitle' => 'Get the latest update', + ], + + // Welcome modal + 'welcome' => [ + 'welcome' => 'Welcome to your new status page, :username!', + 'message' => 'Trang trái thái cảu bạn gần như đã sẵn sàng. Bạn có thể muốn cấu hình mình vài thiết lập phụ', + 'close' => 'I\'m good thanks!', + 'steps' => [ + 'component' => 'Tạo thành phần', + 'incident' => 'Tạo sự cố', + 'customize' => 'Tùy chỉnh', + 'team' => 'Thêm người dùng', + 'api' => 'Tạo API token', + 'two-factor' => 'Xác minh 2 bước', + ], + ], + +]; \ No newline at end of file