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",
|
||||
|
||||
Reference in New Issue
Block a user