update tab nhật ký (Lọc, Ngôn ngữ,...)

This commit is contained in:
2025-12-07 20:23:10 +07:00
parent 0672f8adf9
commit e405a0bcfa
17 changed files with 851 additions and 332 deletions

View File

@@ -60,6 +60,64 @@
"sendError": "Không thể gửi tín hiệu SOS"
}
},
"diary": {
"title": "Nhật ký chuyến đi",
"filter": "Bộ lọc",
"addTrip": "Thêm chuyến đi",
"tripList": "Danh sách chuyến đi",
"tripListCount": "Danh sách chuyến đi ({{count}})",
"noTripsFound": "Không tìm thấy chuyến đi phù hợp",
"reset": "Đặt lại",
"apply": "Áp dụng",
"selectedFilters": "Bộ lọc đã chọn:",
"statusLabel": "Trạng thái:",
"fromLabel": "Từ:",
"toLabel": "Đến:",
"shipLabel": "Tàu:",
"statusDropdown": {
"label": "Trạng thái",
"placeholder": "Vui lòng chọn",
"created": "Đã khởi tạo",
"pending": "Chờ duyệt",
"approved": "Đã duyệt",
"active": "Đang hoạt động",
"completed": "Hoàn thành",
"cancelled": "Đã hủy"
},
"shipDropdown": {
"label": "Tàu",
"placeholder": "Chọn tàu",
"allShips": "Tất cả tàu",
"searchPlaceholder": "Tìm kiếm tàu...",
"noShipsFound": "Không tìm thấy tàu phù hợp"
},
"dateRangePicker": {
"label": "Ngày đi",
"startDate": "Ngày bắt đầu",
"endDate": "Ngày kết thúc",
"selectStartDate": "Chọn ngày bắt đầu",
"selectEndDate": "Chọn ngày kết thúc",
"done": "Xong"
},
"tripCard": {
"shipCode": "Mã Tàu",
"departure": "Khởi hành",
"return": "Trở về",
"view": "Xem",
"edit": "Sửa",
"team": "Đội",
"send": "Gửi",
"delete": "Xóa"
},
"tripStatus": {
"created": "Chưa phê duyệt, đang tạo",
"pending": "Đang gửi yêu cầu phê duyệt, chờ được phê duyệt",
"approved": "Đã phê duyệt",
"departed": "Đã xuất bến",
"completed": "Đã hoàn thành",
"cancelled": "Đã huỷ"
}
},
"trip": {
"infoTrip": "Thông Tin Chuyến Đi",
"createNewTrip": "Tạo chuyến mới",