-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #140 from truongbo17/main
add support language vietnamese
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?php | ||
|
||
return [ | ||
'change_template_confirmation' => 'Bạn có chắc muốn thay đổi mẫu trang? Mọi thay đổi sẽ không được lưu cho trang này.', | ||
'content' => 'Nội dung', | ||
'content_placeholder' => 'Nhập nội dung của bạn', | ||
'meta_description' => 'Meta Description', | ||
'meta_keywords' => 'Meta Keywords', | ||
'meta_title' => 'Meta Title', | ||
'metas' => 'Metas', | ||
'name' => 'Tên', | ||
'open' => 'Mở ra', | ||
'page' => 'page', | ||
'page_name' => 'Tiêu đề trang (chỉ hiển thị với admins)', | ||
'page_slug' => 'Đường dẫn trang (URL)', | ||
'page_slug_hint' => 'Đường dẫn sẽ tự động được tạo từ tiêu đề của bạn, nếu bạn để trống nó.', | ||
'page_title' => 'Tiêu đề trang', | ||
'pages' => 'pages', | ||
'slug' => 'Đường dẫn', | ||
'template' => 'Mẫu', | ||
'template_not_found' => 'Không thể tìm thấy mẫu này. Nó có thể đã bị xóa kể từ khi trang này được tạo ra. Để tiếp tục, vui lòng yêu cầu webmin hoặc nhóm phát triển của bạn khắc phục lỗi này.', | ||
]; |