cập nhật phần modal thêm chuyến đi mới
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"footer_text": "Product of Mobifone v1.0",
|
||||
"ok": "OK",
|
||||
"cancel": "Cancel",
|
||||
"done": "Done",
|
||||
"save": "Save",
|
||||
"delete": "Delete",
|
||||
"edit": "Edit",
|
||||
@@ -102,6 +103,7 @@
|
||||
},
|
||||
"tripCard": {
|
||||
"shipCode": "Ship Code",
|
||||
"shipName": "Ship Name",
|
||||
"departure": "Departure",
|
||||
"return": "Return",
|
||||
"view": "View",
|
||||
@@ -117,6 +119,52 @@
|
||||
"departed": "Departed",
|
||||
"completed": "Completed",
|
||||
"cancelled": "Cancelled"
|
||||
},
|
||||
"createTrip": "Create Trip",
|
||||
"shipSelector": "Select Ship",
|
||||
"selectShip": "Select ship",
|
||||
"searchShip": "Search ship...",
|
||||
"noShipsFound": "No ships found",
|
||||
"tripNameLabel": "Trip Name",
|
||||
"tripNamePlaceholder": "Enter trip name",
|
||||
"fishingGearList": "Fishing Gear List",
|
||||
"addFishingGear": "Add Fishing Gear",
|
||||
"gearName": "Name",
|
||||
"gearNamePlaceholder": "Name",
|
||||
"gearNumber": "Quantity",
|
||||
"gearNumberPlaceholder": "Quantity",
|
||||
"quantity": "Quantity",
|
||||
"materialCostList": "Material Costs",
|
||||
"addMaterialCost": "Add Material",
|
||||
"costType": "Type",
|
||||
"selectType": "Select type",
|
||||
"amount": "Amount",
|
||||
"unit": "Unit",
|
||||
"unitPlaceholder": "Unit",
|
||||
"costPerUnit": "Cost",
|
||||
"totalCost": "Total Cost",
|
||||
"tripDuration": "Trip Duration",
|
||||
"startDate": "Start",
|
||||
"endDate": "End",
|
||||
"selectDate": "Select Date",
|
||||
"selectStartDate": "Select start date",
|
||||
"selectEndDate": "Select end date",
|
||||
"portLabel": "Port",
|
||||
"departurePort": "Departure Port",
|
||||
"arrivalPort": "Arrival Port",
|
||||
"selectPort": "Select port",
|
||||
"fishingGroundCodes": "Fishing Ground Codes",
|
||||
"fishingGroundCodesHint": "Enter fishing ground codes (comma separated)",
|
||||
"fishingGroundCodesPlaceholder": "e.g: 1,2,3",
|
||||
"autoFill": {
|
||||
"title": "Auto-fill data",
|
||||
"description": "Fill from the ship's last trip",
|
||||
"selectShip": "Select ship",
|
||||
"modalTitle": "Select ship to get data",
|
||||
"loading": "Loading data...",
|
||||
"success": "Data filled from last trip",
|
||||
"error": "Unable to fetch trip data",
|
||||
"noData": "No previous trip data available"
|
||||
}
|
||||
},
|
||||
"trip": {
|
||||
|
||||
Reference in New Issue
Block a user