Update search.php

This commit is contained in:
Dzung Do 2023-09-12 00:44:47 +07:00 committed by GitHub
parent c9bc6505ad
commit 2f42400530
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,16 +12,16 @@ return [
'answers' => 'Trả lời',
'websites' => 'Trang',
'registration' => 'Đăng ký',
'sign_in' => 'To come in',
'find' => 'Để tìm...',
'sign_in' => 'Cần đi vào',
'find' => 'Cần tìm...',
'results_search' => 'Kết quả: Gần đúng',
'on_website' => 'To the website',
'on_website' => 'Với website',
'name' => 'Tìm kiếm',
'no_results' => 'The search returned no results. <br>Too short / long search query',
'empty_request' => 'Empty search term',
'no_results' => 'Tìm kiếm trả về kết quả rỗng. <br>Câu truy vấn quá ngắn/dài',
'empty_request' => 'Làm rỗng thuật ngữ tìm',
'search_home' => '<h2>Tìm kiếm</h2>Nhập cụm từ tìm kiếm',
'title' => 'Hệ thống tìm kiếm',
'desc' => 'Search on the site and catalog taking into account morphology, facets. Search system {name}',
'desc' => 'Tìm trên site này và danh mục taking into account morphology, facets. Hệ thống tìm kiếm {name}',
'help' => 'Tìm site và thêm...',
'query' => 'Truy vấn',
];