Skip to content

Commit

Permalink
Merge pull request #140 from truongbo17/main
Browse files Browse the repository at this point in the history
add support language vietnamese
  • Loading branch information
pxpm authored Sep 5, 2024
2 parents a0dc6ed + bdd787e commit 9a6868b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/resources/lang/vi/pagemanager.php
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.',
];

0 comments on commit 9a6868b

Please sign in to comment.