-
Notifications
You must be signed in to change notification settings - Fork 42
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 #89 from TanNhatCMS/main
translate into Vietnamese
- Loading branch information
Showing
1 changed file
with
37 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,37 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Backpack\LangFileManager Language Lines | ||
|-------------------------------------------------------------------------- | ||
| | ||
| The following language lines are used by the CRUD interface for lang files. | ||
| You are free to change them to anything | ||
| you want to customize your views to better match your application. | ||
| Translated into Vietnamese by TanNhatCMS | ||
*/ | ||
|
||
'active' => 'Hoạt động', | ||
'cant_edit_online' => 'File ngôn ngữ này không thể chỉnh sửa trực tuyến.', | ||
'code_iso639-1' => 'Mã (ISO 639-1)', | ||
'default' => 'Mặc định', | ||
'empty_file' => 'Không có bản dịch nào.', | ||
'flag_image' => 'Ảnh cờ', | ||
'key' => 'Khóa', | ||
'language' => 'Ngôn ngữ', | ||
'language_name' => 'Tên ngôn ngữ', | ||
'language_text' => 'Văn bản :language_name', | ||
'language_translation' => 'Bản dịch :language_name', | ||
'languages' => 'Ngôn ngữ', | ||
'please_fill_all_fields' => 'Vui lòng điền đầy đủ thông tin cho tất cả các trường', | ||
'rules_text' => "<strong>Chú ý: </strong> Không dịch các từ có tiền tố là dấu hai chấm (ví dụ: ':number_of_items'). Những từ này sẽ tự động thay thế bằng giá trị thích hợp. Nếu dịch, chúng sẽ không hoạt động.", | ||
'saved' => 'Đã lưu', | ||
'site_texts' => 'Văn bản trang web', | ||
'switch_to' => 'Chuyển sang', | ||
'texts' => 'Văn bản', | ||
'translate' => 'Dịch', | ||
'translations' => 'Bản dịch', | ||
'native_name' => 'Tên bản địa', | ||
]; |