You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

159 lines
3.6 KiB

  1. {
  2. "dashboard":
  3. {
  4. "view": "Dashboard",
  5. "overview": "Overview"
  6. },
  7. "view":
  8. {
  9. "dashboard": "Dashboard",
  10. "base_data": "Base data"
  11. },
  12. "common":
  13. {
  14. "name": "Name",
  15. "code": "Code",
  16. "created_at": "Created at",
  17. "date": "Date",
  18. "time": "Time",
  19. "note": "Note"
  20. },
  21. "trip":
  22. {
  23. "view": "Trips",
  24. "view_single": "Trip",
  25. "pilot_reference": "Pilotage reference",
  26. "customer_reference": "Customer reference",
  27. "captain_name": "Captain name",
  28. "vessel": "Vessel",
  29. "start_location": "Start location",
  30. "end_location": "End location",
  31. "start_date": "Start date",
  32. "end_date": "End date",
  33. "is_arrival": "Arrival",
  34. "is_transit": "Transit",
  35. "is_departure": "Departure",
  36. "itinerary": "Itinerary",
  37. "itinerary_locations": "Itinerary locations",
  38. "add_itinerary_location": "Add itinerary location",
  39. "remove_itinerary_location": "Remove itinerary location",
  40. "save_itinerary": "Save itinerary",
  41. "assigned_users": "Assigned Pilots",
  42. "save_user_assignments": "Save user assignments",
  43. "events": "Events"
  44. },
  45. "user_trip":
  46. {
  47. "view": "Pilotage",
  48. "events": "Events",
  49. "completed": "Completed",
  50. "completed_at": "Completed at",
  51. "signature": "Signature Image",
  52. "event_date": "Event date",
  53. "approved": "Approved"
  54. },
  55. "base_data":
  56. {
  57. "view": "Base data",
  58. "locations": "Locations",
  59. "zones": "Zones",
  60. "vessels": "Vessels",
  61. "shipping_companies": "Shipping companies"
  62. },
  63. "model": {
  64. "location": "Location",
  65. "zone": "Zone",
  66. "vessel": "Vessel",
  67. "shipping_company": "Shipping Company",
  68. "trip": "Trip",
  69. "user": "User",
  70. "user_trip": "Pilotage",
  71. "event": "Event"
  72. },
  73. "location":
  74. {
  75. "is_zone": "Zone",
  76. "is_place": "Place",
  77. "is_port": "Port",
  78. "is_start_end": "Start/End"
  79. },
  80. "zone":
  81. {
  82. },
  83. "vessel":
  84. {
  85. "length": "Length",
  86. "breadth": "Breadth",
  87. "draft": "Draft",
  88. "grossTonnage": "Gross Tonnage",
  89. "imoNo": "Imo",
  90. "callSign": "Call sign"
  91. },
  92. "profile":
  93. {
  94. "view": "Profile"
  95. },
  96. "basic":
  97. {
  98. "logout": "Logout",
  99. "company_name": "Imaq Pilotage",
  100. "users": "Users / Pilots",
  101. "new": "New",
  102. "edit_before": "",
  103. "edit_after": "Edit",
  104. "details": "Details",
  105. "back": "Back",
  106. "yes": "Yes",
  107. "no": "No",
  108. "dashboard": "Dashboard",
  109. "account": "Account",
  110. "date": "Date",
  111. "time": "Time",
  112. "submit": "Submit",
  113. "image": "Image",
  114. "pleaseChoose": "Please choose",
  115. "refresh": "Refresh",
  116. "filter": "Filter",
  117. "columns": "Columns",
  118. "resetFilters": "Reset Filters",
  119. "showAllColumns": "Show all columns",
  120. "saveSettings": "Save settings",
  121. "id": "Id",
  122. "note": "Note",
  123. "number": "#",
  124. "send": "Send",
  125. "edit": "Edit",
  126. "save": "Save",
  127. "delete": "Delete",
  128. "delete_confirm": "Do you really want to delete this dataset?",
  129. "delete_confirm_related": "Do you really want to delete this dataset? There might be related data, which makes deletion impossible unless the related data will be removed first!"
  130. },
  131. "users":
  132. {
  133. "view": "Users / Pilots",
  134. "user": "User",
  135. "email": "Email",
  136. "full_name": "Name",
  137. "firstname": "Firstname",
  138. "lastname": "Lastname",
  139. "userTrips": "Pilotage",
  140. "pilotIdNo": "#Pilot id",
  141. "password": "Password",
  142. "active": "Active",
  143. "image": "Image",
  144. "is_admin": "Admin",
  145. "is_pilot": "Pilot"
  146. },
  147. "form":
  148. {
  149. "mandatory": " Mandatory",
  150. "email_validation": "Please provide a valid email address",
  151. "search_placeholder": "Search",
  152. "no_data": "No datasets found."
  153. },
  154. "errors":
  155. {
  156. }
  157. }