Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

translate into Vietnamese #89

Merged
merged 2 commits into from
Jan 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions src/resources/lang/vi/langfilemanager.php
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',
];