From: Dan Brown Date: Mon, 23 Jun 2025 15:12:50 +0000 (+0100) Subject: New translations common.php (Vietnamese) X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/518a58a59806d87d834d0e455f04eedb5e667aae New translations common.php (Vietnamese) --- diff --git a/lang/vi/common.php b/lang/vi/common.php index ffde7183b..06d4529f3 100644 --- a/lang/vi/common.php +++ b/lang/vi/common.php @@ -20,7 +20,7 @@ return [ 'description' => 'Mô tả', 'role' => 'Vai trò', 'cover_image' => 'Ảnh bìa', - 'cover_image_description' => 'This image should be approximately 440x250px although it will be flexibly scaled & cropped to fit the user interface in different scenarios as required, so actual dimensions for display will differ.', + 'cover_image_description' => 'Hình ảnh này phải có kích thước khoảng 440x250px mặc dù nó sẽ được thu nhỏ và cắt xén linh hoạt để phù hợp với giao diện người dùng trong các trường hợp khác nhau theo yêu cầu, do đó kích thước thực tế để hiển thị sẽ khác nhau.', // Actions 'actions' => 'Hành động', @@ -44,7 +44,7 @@ return [ 'remove' => 'Xóa bỏ', 'add' => 'Thêm', 'configure' => 'Cấu hình', - 'manage' => 'Manage', + 'manage' => 'Quản lý', 'fullscreen' => 'Toàn màn hình', 'favourite' => 'Yêu thích', 'unfavourite' => 'Bỏ yêu thích', @@ -54,7 +54,7 @@ return [ 'filter_clear' => 'Xóa bộ lọc', 'download' => 'Tải về', 'open_in_tab' => 'Mở trong thẻ mới', - 'open' => 'Open', + 'open' => 'Mở', // Sort Options 'sort_options' => 'Tùy Chọn Sắp Xếp', @@ -111,5 +111,5 @@ return [ 'terms_of_service' => 'Điều khoản Dịch vụ', // OpenSearch - 'opensearch_description' => 'Search :appName', + 'opensearch_description' => 'Tìm kiếm :appName', ];