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.
 
 
 
 
 

137 lines
3.1 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. },
  18. "trip":
  19. {
  20. "view": "Trips",
  21. "view_single": "Trip",
  22. "pilot_reference": "Pilotage reference",
  23. "customer_reference": "Customer reference",
  24. "captain_name": "Captain name",
  25. "vessel": "Vessel",
  26. "start_location": "Start location",
  27. "end_location": "End location",
  28. "start_date": "Start date",
  29. "end_date": "End date",
  30. "is_arrival": "is arrival",
  31. "itinerary": "Itinerary",
  32. "itinerary_locations": "Itinerary locations",
  33. "add_itinerary_location": "Add itinerary location",
  34. "remove_itinerary_location": "Remove itinerary location",
  35. "save_itinerary": "Save itinerary",
  36. "assigned_users": "Assigned Users (User Trips)",
  37. "save_user_assignments": "Save user assignments",
  38. "events": "Events"
  39. },
  40. "user_trip":
  41. {
  42. "view": "User Trips",
  43. "events": "Events",
  44. "completed": "Completed",
  45. "completed_at": "Completed at",
  46. "signature": "Signature Image"
  47. },
  48. "base_data":
  49. {
  50. "view": "Base data",
  51. "locations": "Locations",
  52. "zones": "Zones",
  53. "vessels": "Vessels",
  54. "shipping_companies": "Shipping companies"
  55. },
  56. "model": {
  57. "location": "Location",
  58. "zone": "Zone",
  59. "vessel": "Vessel",
  60. "shipping_company": "Shipping Company",
  61. "trip": "Trip",
  62. "user": "User",
  63. "user_trip": "User Trip",
  64. "event": "Event"
  65. },
  66. "location":
  67. {
  68. "is_zone": "Is zone",
  69. "is_place": "Is place",
  70. "is_port": "Is port"
  71. },
  72. "zone":
  73. {
  74. },
  75. "profile":
  76. {
  77. "view": "Profile"
  78. },
  79. "basic":
  80. {
  81. "logout": "Logout",
  82. "company_name": "Imaq Pilotage",
  83. "users": "Users",
  84. "new": "New",
  85. "edit_before": "",
  86. "edit_after": "Edit",
  87. "details": "Details",
  88. "back": "Back",
  89. "yes": "Yes",
  90. "no": "No",
  91. "dashboard": "Dashboard",
  92. "account": "Account",
  93. "date": "Date",
  94. "time": "Time",
  95. "submit": "Submit",
  96. "image": "Image",
  97. "pleaseChoose": "Please choose",
  98. "refresh": "Refresh",
  99. "filter": "Filter",
  100. "columns": "Columns",
  101. "resetFilters": "Reset Filters",
  102. "showAllColumns": "Show all columns",
  103. "saveSettings": "Save settings",
  104. "id": "Id",
  105. "note": "Note",
  106. "number": "#",
  107. "send": "Send",
  108. "edit": "Edit",
  109. "save": "Save",
  110. "delete": "Delete",
  111. "delete_confirm": "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!"
  112. },
  113. "users":
  114. {
  115. "view": "Users",
  116. "user": "User",
  117. "email": "Email",
  118. "full_name": "Name",
  119. "firstname": "Firstname",
  120. "lastname": "Lastname",
  121. "userTrips": "User trips",
  122. "pilotIdNo": "#Pilot id",
  123. "password": "Password"
  124. },
  125. "form":
  126. {
  127. "mandatory": " is mandatory",
  128. "email_validation": "Please provide a valid email address",
  129. "search_placeholder": "Search",
  130. "no_data": "No datasets found."
  131. },
  132. "errors":
  133. {
  134. }
  135. }