-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(lang): add Vietnamese ltranslations
- Loading branch information
Showing
39 changed files
with
2,604 additions
and
17 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
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
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
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
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,45 @@ | ||
<?php | ||
|
||
return [ | ||
'collections' => [ | ||
'create_root' => [ | ||
'label' => 'Tạo bộ sưu tập gốc', | ||
], | ||
'create_child' => [ | ||
'label' => 'Tạo bộ sưu tập con', | ||
], | ||
'move' => [ | ||
'label' => 'Di chuyển bộ sưu tập', | ||
], | ||
'delete' => [ | ||
'label' => 'Xóa', | ||
], | ||
], | ||
'orders' => [ | ||
'update_status' => [ | ||
'label' => 'Cập nhật trạng thái', | ||
'wizard' => [ | ||
'step_one' => [ | ||
'label' => 'Trạng thái', | ||
], | ||
'step_two' => [ | ||
'label' => 'Thư thông báo & Thông báo', | ||
'no_mailers' => 'Không có thư thông báo nào cho trạng thái này.', | ||
], | ||
'step_three' => [ | ||
'label' => 'Xem trước & Lưu', | ||
'no_mailers' => 'Không có thư thông báo nào được chọn để xem trước.', | ||
], | ||
], | ||
'notification' => [ | ||
'label' => 'Đã cập nhật trạng thái đơn hàng', | ||
], | ||
'billing_email' => [ | ||
'label' => 'Email thanh toán', | ||
], | ||
'shipping_email' => [ | ||
'label' => 'Email vận chuyển', | ||
], | ||
], | ||
], | ||
]; |
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,29 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'label' => 'Hoạt động', | ||
|
||
'plural_label' => 'Hoạt động', | ||
|
||
'table' => [ | ||
'subject' => 'Đối tượng', | ||
'description' => 'Mô tả', | ||
'log' => 'Nhật ký', | ||
'logged_at' => 'Ghi nhật ký lúc', | ||
'event' => 'Sự kiện', | ||
'logged_from' => 'Ghi nhật ký từ', | ||
'logged_until' => 'Ghi nhật ký đến', | ||
], | ||
|
||
'form' => [ | ||
'causer_type' => 'Loại người thực hiện', | ||
'causer_id' => 'Mã người thực hiện', | ||
'subject_type' => 'Loại đối tượng', | ||
'subject_id' => 'Mã đối tượng', | ||
'description' => 'Mô tả', | ||
'attributes' => 'Thuộc tính', | ||
'old' => 'Cũ', | ||
], | ||
|
||
]; |
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,93 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'label' => 'Địa chỉ', | ||
|
||
'plural_label' => 'Địa chỉ', | ||
|
||
'table' => [ | ||
'title' => [ | ||
'label' => 'Tiêu đề', | ||
], | ||
'first_name' => [ | ||
'label' => 'Tên', | ||
], | ||
'last_name' => [ | ||
'label' => 'Họ', | ||
], | ||
'company_name' => [ | ||
'label' => 'Tên công ty', | ||
], | ||
'line_one' => [ | ||
'label' => 'Địa chỉ', | ||
], | ||
'line_two' => [ | ||
'label' => 'Địa chỉ chi tiết 2', | ||
], | ||
'line_three' => [ | ||
'label' => 'Địa chỉ chi tiết 3', | ||
], | ||
'city' => [ | ||
'label' => 'Thành phố', | ||
], | ||
'country_id' => [ | ||
'label' => 'Quốc gia', | ||
], | ||
'state' => [ | ||
'label' => 'Tỉnh/Thành phố', | ||
], | ||
'postcode' => [ | ||
'label' => 'Mã bưu điện', | ||
], | ||
'contact_email' => [ | ||
'label' => 'Email liên hệ', | ||
], | ||
'contact_phone' => [ | ||
'label' => 'Số điện thoại', | ||
], | ||
], | ||
|
||
'form' => [ | ||
'title' => [ | ||
'label' => 'Tiêu đề', | ||
], | ||
'first_name' => [ | ||
'label' => 'Tên', | ||
], | ||
'last_name' => [ | ||
'label' => 'Họ', | ||
], | ||
'company_name' => [ | ||
'label' => 'Tên công ty', | ||
], | ||
'line_one' => [ | ||
'label' => 'Địa chỉ', | ||
], | ||
'line_two' => [ | ||
'label' => 'Địa chỉ chi tiết 2', | ||
], | ||
'line_three' => [ | ||
'label' => 'Địa chỉ chi tiết 3', | ||
], | ||
'city' => [ | ||
'label' => 'Thành phố', | ||
], | ||
'country_id' => [ | ||
'label' => 'Quốc gia', | ||
], | ||
'state' => [ | ||
'label' => 'Tỉnh/Thành phố', | ||
], | ||
'postcode' => [ | ||
'label' => 'Mã bưu điện', | ||
], | ||
'contact_email' => [ | ||
'label' => 'Email liên hệ', | ||
], | ||
'contact_phone' => [ | ||
'label' => 'Số điện thoại', | ||
], | ||
], | ||
|
||
]; |
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,55 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'label' => 'Thuộc tính', | ||
|
||
'plural_label' => 'Thuộc tính', | ||
|
||
'table' => [ | ||
'name' => [ | ||
'label' => 'Tên', | ||
], | ||
'description' => [ | ||
'label' => 'Mô tả', | ||
], | ||
'handle' => [ | ||
'label' => 'Định danh', | ||
], | ||
'type' => [ | ||
'label' => 'Loại', | ||
], | ||
], | ||
|
||
'form' => [ | ||
'attributable_type' => [ | ||
'label' => 'Loại', | ||
], | ||
'name' => [ | ||
'label' => 'Tên', | ||
], | ||
'description' => [ | ||
'label' => 'Mô tả', | ||
'helper' => 'Dùng để hiển thị văn bản trợ giúp bên dưới mục nhập', | ||
], | ||
'handle' => [ | ||
'label' => 'Định danh', | ||
], | ||
'searchable' => [ | ||
'label' => 'Có thể tìm kiếm', | ||
], | ||
'filterable' => [ | ||
'label' => 'Có thể lọc', | ||
], | ||
'required' => [ | ||
'label' => 'Bắt buộc', | ||
], | ||
'type' => [ | ||
'label' => 'Loại', | ||
], | ||
'validation_rules' => [ | ||
'label' => 'Quy tắc xác thực', | ||
'helper' => 'Quy tắc cho trường thuộc tính, ví dụ: min:1|max:10|...', | ||
], | ||
], | ||
]; |
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,46 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'label' => 'Nhóm thuộc tính', | ||
|
||
'plural_label' => 'Nhóm thuộc tính', | ||
|
||
'table' => [ | ||
'attributable_type' => [ | ||
'label' => 'Loại', | ||
], | ||
'name' => [ | ||
'label' => 'Tên', | ||
], | ||
'handle' => [ | ||
'label' => 'Định danh', | ||
], | ||
'position' => [ | ||
'label' => 'Vị trí', | ||
], | ||
], | ||
|
||
'form' => [ | ||
'attributable_type' => [ | ||
'label' => 'Loại', | ||
], | ||
'name' => [ | ||
'label' => 'Tên', | ||
], | ||
'handle' => [ | ||
'label' => 'Định danh', | ||
], | ||
'position' => [ | ||
'label' => 'Vị trí', | ||
], | ||
], | ||
|
||
'action' => [ | ||
'delete' => [ | ||
'notification' => [ | ||
'error_protected' => 'Không thể xóa nhóm thuộc tính này vì có các thuộc tính đang liên kết.', | ||
], | ||
], | ||
], | ||
]; |
Oops, something went wrong.