update tab nhật ký (Lọc, Ngôn ngữ,...)
This commit is contained in:
@@ -60,6 +60,64 @@
|
||||
"sendError": "Unable to send SOS signal"
|
||||
}
|
||||
},
|
||||
"diary": {
|
||||
"title": "Trip Diary",
|
||||
"filter": "Filter",
|
||||
"addTrip": "Add Trip",
|
||||
"tripList": "Trip List",
|
||||
"tripListCount": "Trip List ({{count}})",
|
||||
"noTripsFound": "No matching trips found",
|
||||
"reset": "Reset",
|
||||
"apply": "Apply",
|
||||
"selectedFilters": "Selected filters:",
|
||||
"statusLabel": "Status:",
|
||||
"fromLabel": "From:",
|
||||
"toLabel": "To:",
|
||||
"shipLabel": "Ship:",
|
||||
"statusDropdown": {
|
||||
"label": "Status",
|
||||
"placeholder": "Please select",
|
||||
"created": "Created",
|
||||
"pending": "Pending Approval",
|
||||
"approved": "Approved",
|
||||
"active": "Active",
|
||||
"completed": "Completed",
|
||||
"cancelled": "Cancelled"
|
||||
},
|
||||
"shipDropdown": {
|
||||
"label": "Ship",
|
||||
"placeholder": "Select ship",
|
||||
"allShips": "All ships",
|
||||
"searchPlaceholder": "Search ship...",
|
||||
"noShipsFound": "No matching ships found"
|
||||
},
|
||||
"dateRangePicker": {
|
||||
"label": "Trip Date",
|
||||
"startDate": "Start Date",
|
||||
"endDate": "End Date",
|
||||
"selectStartDate": "Select start date",
|
||||
"selectEndDate": "Select end date",
|
||||
"done": "Done"
|
||||
},
|
||||
"tripCard": {
|
||||
"shipCode": "Ship Code",
|
||||
"departure": "Departure",
|
||||
"return": "Return",
|
||||
"view": "View",
|
||||
"edit": "Edit",
|
||||
"team": "Team",
|
||||
"send": "Send",
|
||||
"delete": "Delete"
|
||||
},
|
||||
"tripStatus": {
|
||||
"created": "Not approved, creating",
|
||||
"pending": "Pending approval",
|
||||
"approved": "Approved",
|
||||
"departed": "Departed",
|
||||
"completed": "Completed",
|
||||
"cancelled": "Cancelled"
|
||||
}
|
||||
},
|
||||
"trip": {
|
||||
"infoTrip": "Trip Information",
|
||||
"createNewTrip": "Create New Trip",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user