them log, chinh upload
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Enum Translations (Vietnamese)
|
||||
*
|
||||
* Để thêm enum mới:
|
||||
* 1. Thêm mảng mới vào đây (ví dụ: 'service_type' => [...])
|
||||
* 2. Thêm bản dịch tương ứng trong lang/en/enums.php
|
||||
* 3. Reload browser
|
||||
*/
|
||||
|
||||
return [
|
||||
// Handover Status
|
||||
'handover' => [
|
||||
'not_ready' => 'Chưa đủ điều kiện',
|
||||
'ready' => 'Đủ điều kiện',
|
||||
@@ -8,21 +18,30 @@ return [
|
||||
'scheduled' => 'Đã lên lịch',
|
||||
],
|
||||
|
||||
// Service Type
|
||||
'service' => [
|
||||
'management_fee' => 'Phí quản lý',
|
||||
'gratitude' => 'Tri ân',
|
||||
'self_business' => 'Tự doanh',
|
||||
],
|
||||
|
||||
// Contract Status
|
||||
'contract_status' => [
|
||||
'active' => 'Đang hiệu lực',
|
||||
'expired' => 'Hết hạn',
|
||||
'liquidated' => 'Đã thanh lý',
|
||||
],
|
||||
|
||||
// Contract Type
|
||||
'contract_type' => [
|
||||
'sale' => 'HĐ Mua bán',
|
||||
'lease' => 'HĐ Thuê',
|
||||
'bcc' => 'HĐ Hợp tác kinh doanh (BCC)',
|
||||
],
|
||||
|
||||
// Labels cho Select filters
|
||||
'service_type' => 'Loại dịch vụ',
|
||||
'status' => 'Trạng thái',
|
||||
'handover_status' => 'Trạng thái bàn giao',
|
||||
'contract_type_label' => 'Loại hợp đồng',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user