From 8154f8648dae45776e0c4b5e0b4f65df48c5dcf6 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 19 Nov 2020 05:39:52 +0000 Subject: [PATCH] New translations components.php (Vietnamese) --- resources/lang/vi/components.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/vi/components.php b/resources/lang/vi/components.php index cdcce776d..8a061625c 100644 --- a/resources/lang/vi/components.php +++ b/resources/lang/vi/components.php @@ -15,7 +15,7 @@ return [ 'image_load_more' => 'Hiện thêm', 'image_image_name' => 'Tên Ảnh', 'image_delete_used' => 'Ảnh này được sử dụng trong các trang dưới đây.', - 'image_delete_confirm_text' => 'Are you sure you want to delete this image?', + 'image_delete_confirm_text' => 'Bạn có chắc chắn muốn xóa hình ảnh này?', 'image_select_image' => 'Chọn Ảnh', 'image_dropzone' => 'Thả các ảnh hoặc bấm vào đây để tải lên', 'images_deleted' => 'Các ảnh đã được xóa', @@ -29,6 +29,6 @@ return [ 'code_editor' => 'Sửa Mã', 'code_language' => 'Ngôn ngữ Mã', 'code_content' => 'Nội dung Mã', - 'code_session_history' => 'Session History', + 'code_session_history' => 'Lịch sử Phiên', 'code_save' => 'Lưu Mã', ];