|
1 | 1 | { |
| 2 | + "journey": { |
| 3 | + "page": { |
| 4 | + "navTitle": "Journeys", |
| 5 | + "title": "Journeys", |
| 6 | + "subtitle": "Door-to-door trip companion: plan the drive, ride it live with replans, then debrief." |
| 7 | + }, |
| 8 | + "col": { |
| 9 | + "journey": "Journey", |
| 10 | + "status": "Status", |
| 11 | + "plan": "Plan", |
| 12 | + "updated": "Updated", |
| 13 | + "actions": "Actions" |
| 14 | + }, |
| 15 | + "noRoute": "Route not set yet", |
| 16 | + "planVersion": "v{{version}}", |
| 17 | + "open": "Open", |
| 18 | + "list": { |
| 19 | + "title": "Planned journeys", |
| 20 | + "subtitle": "One session per trip, from planning through the live drive to the debrief.", |
| 21 | + "loading": "Loading journeysβ¦", |
| 22 | + "empty": "No journeys yet. Plan one above and it will live here from planning to debrief." |
| 23 | + }, |
| 24 | + "status": { |
| 25 | + "planned": "Planned", |
| 26 | + "active": "Active", |
| 27 | + "paused": "Paused", |
| 28 | + "completed": "Completed", |
| 29 | + "aborted": "Aborted" |
| 30 | + }, |
| 31 | + "filter": { |
| 32 | + "status": "Filter by status", |
| 33 | + "all": "All" |
| 34 | + }, |
| 35 | + "action": { |
| 36 | + "cancel": "Cancel", |
| 37 | + "plan": "Plan journey" |
| 38 | + }, |
| 39 | + "form": { |
| 40 | + "name": "Journey name", |
| 41 | + "namePlaceholder": "Tahoe ski trip", |
| 42 | + "origin": "Origin", |
| 43 | + "destination": "Destination", |
| 44 | + "submit": "Create journey" |
| 45 | + }, |
| 46 | + "detail": { |
| 47 | + "title": "Journey detail", |
| 48 | + "loading": "Loading journeyβ¦", |
| 49 | + "empty": "Select a journey to manage its lifecycle and plans." |
| 50 | + }, |
| 51 | + "transition": { |
| 52 | + "start": "Start", |
| 53 | + "pause": "Pause", |
| 54 | + "resume": "Resume", |
| 55 | + "complete": "Complete", |
| 56 | + "abort": "Abort" |
| 57 | + }, |
| 58 | + "plans": { |
| 59 | + "title": "Plan versions", |
| 60 | + "empty": "No plans saved yet β the stop optimizer lands here." |
| 61 | + } |
| 62 | + }, |
2 | 63 | "trips": { |
3 | 64 | "detail": { |
4 | 65 | "title": "Trip Detail", |
|
108 | 169 | "energy": "Energy", |
109 | 170 | "cost": "Cost" |
110 | 171 | } |
111 | | - }, |
112 | | - "journey": { |
113 | | - "page": { |
114 | | - "navTitle": "Journeys", |
115 | | - "title": "Journeys", |
116 | | - "subtitle": "Door-to-door trip companion: plan the drive, ride it live with replans, then debrief." |
117 | | - }, |
118 | | - "col": { |
119 | | - "journey": "Journey", |
120 | | - "status": "Status", |
121 | | - "plan": "Plan", |
122 | | - "updated": "Updated", |
123 | | - "actions": "Actions" |
124 | | - }, |
125 | | - "noRoute": "Route not set yet", |
126 | | - "planVersion": "v{{version}}", |
127 | | - "open": "Open", |
128 | | - "list": { |
129 | | - "title": "Planned journeys", |
130 | | - "subtitle": "One session per trip, from planning through the live drive to the debrief.", |
131 | | - "loading": "Loading journeysβ¦", |
132 | | - "empty": "No journeys yet. Plan one above and it will live here from planning to debrief." |
133 | | - }, |
134 | | - "status": { |
135 | | - "planned": "Planned", |
136 | | - "active": "Active", |
137 | | - "paused": "Paused", |
138 | | - "completed": "Completed", |
139 | | - "aborted": "Aborted" |
140 | | - }, |
141 | | - "filter": { |
142 | | - "status": "Filter by status", |
143 | | - "all": "All" |
144 | | - }, |
145 | | - "action": { |
146 | | - "cancel": "Cancel", |
147 | | - "plan": "Plan journey" |
148 | | - }, |
149 | | - "form": { |
150 | | - "name": "Journey name", |
151 | | - "namePlaceholder": "Tahoe ski trip", |
152 | | - "origin": "Origin", |
153 | | - "destination": "Destination", |
154 | | - "submit": "Create journey" |
155 | | - }, |
156 | | - "detail": { |
157 | | - "title": "Journey detail", |
158 | | - "loading": "Loading journeyβ¦", |
159 | | - "empty": "Select a journey to manage its lifecycle and plans." |
160 | | - }, |
161 | | - "transition": { |
162 | | - "start": "Start", |
163 | | - "pause": "Pause", |
164 | | - "resume": "Resume", |
165 | | - "complete": "Complete", |
166 | | - "abort": "Abort" |
167 | | - }, |
168 | | - "plans": { |
169 | | - "title": "Plan versions", |
170 | | - "empty": "No plans saved yet β the stop optimizer lands here." |
171 | | - } |
172 | 172 | } |
173 | 173 | } |
0 commit comments