frontend/locales/en.json (view raw)
1{
2 "generic": {
3 "me": "Me",
4 "loading": "Loading ...",
5 "close": "Close",
6 "create": "Create",
7 "delete": "Delete",
8 "cancel": "Cancel",
9 "remove": "Remove",
10 "select": "Select",
11 "save": "Save",
12 "confirm": "Confirm",
13 "clear": "Clear",
14 "errors": {
15 "date_min": "Select an upcoming date",
16 "unknown": "An unknown error occurred",
17 "rejected": "Something went wrong",
18 "bad_data": "Something is missing",
19 "unauthorized": "Authentication problem",
20 "forbidden": "You do not have the right to do this action",
21 "not_found": "Resource not found",
22 "server": "Problem on our servers",
23 "timeout": "Unstable connection, retry later"
24 }
25 },
26 "languages": {
27 "fr": "Français",
28 "en": "English"
29 },
30 "tour": {
31 "welcome": {
32 "title": "Welcome to Caroster!",
33 "text": "Would you like to take a feature tour?",
34 "nope": "Later",
35 "onboard": "OK, let's go!"
36 },
37 "creator": {
38 "step1": "Add a new car by clicking on this button.",
39 "step2": "The waiting list includes passengers who do not yet have a seat in a car.",
40 "step3": "The event information can be modified from this menu.",
41 "step4": "The event can be edited by clicking on the edit button.",
42 "step5": "You can copy the link from now on to share it via email, whatsapp, telegram, etc."
43 },
44 "user": {
45 "step1": "Add a new car by clicking on this button.",
46 "step2": "Would you like a place in a car? Register on the waiting list or directly in a car.",
47 "step3": "The event information can be accessed from this menu.",
48 "step4": "You can copy the link from now on to share it via email, whatsapp, telegram, etc."
49 }
50 },
51 "joyride": {
52 "back": "Back",
53 "close": "Close",
54 "last": "Finish",
55 "next": "Next",
56 "skip": "Skip"
57 },
58 "menu": {
59 "about": "About Caroster",
60 "tour": "Caroster tour",
61 "dashboard": "Dashboard",
62 "language": "Language",
63 "login": "Login",
64 "logout": "Logout",
65 "register": "Sign-Up",
66 "new_event": "Create a caroster",
67 "profile": "Profile"
68 },
69 "event": {
70 "title": "{{title}} - Caroster",
71 "not_found": "Project not found",
72 "fields": {
73 "name": "Name of the event",
74 "date": "Event date",
75 "date_placeholder": "DD/MM/YYYY",
76 "description": "Description",
77 "address": "Event address",
78 "empty": "Not specified",
79 "link": "Share link",
80 "link_desc": "Share this link to invite people to carpool",
81 "share": "Copy link"
82 },
83 "creation": {
84 "title": "New event",
85 "name": "Event name",
86 "date": "Date of the event",
87 "description": "Description",
88 "description_helper": "Optionnal",
89 "address": "Address of the event",
90 "creator_email": "Your e-mail",
91 "next": "Next",
92 "newsletter": "Keep me informed of developments in Caroster by e-mail",
93 "actions": {
94 "dashboard": "$t(menu.dashboard)",
95 "see_profile": "Profile",
96 "about": "About Caroster"
97 },
98 "addFromAccount": {
99 "title": "Do you want to add this caroster to your events?",
100 "subtitle": "Create it from your account",
101 "actions": {
102 "register": "$t(menu.register)",
103 "login": "$t(menu.login)"
104 }
105 }
106 },
107 "actions": {
108 "show_details": "Event details",
109 "hide_details": "Hide details",
110 "find_car": "Find a car",
111 "copied": "The link has been copied to your clipboard",
112 "add_to_my_events": "Add to my events",
113 "see_on_gmap": "See on a map"
114 },
115 "errors": {
116 "cant_create": "Unable to create event",
117 "cant_update": "Unable to modify event"
118 },
119 "add_to_my_events": {
120 "login": "$t(menu.login)",
121 "register": "$t(menu.register)",
122 "title": "You must be logged in",
123 "text_html": "To add <strong> {{eventName}} </strong> to your carosters you must be logged in or create an account."
124 }
125 },
126 "travel": {
127 "fields": {
128 "meeting_point": "Meeting place",
129 "details": "Notes",
130 "phone": "Contact"
131 },
132 "creation": {
133 "date": "Date of departure",
134 "time": "Departure time",
135 "title": "Add a car",
136 "name": "Name of the car",
137 "seats": "Number of seats",
138 "meeting": "Meeting place",
139 "phone": "Telephone number",
140 "notes": "Additional information",
141 "created": "The car has been created"
142 },
143 "actions": {
144 "remove_alert": "Are you sure you want to remove this car and add the subscribers to the waiting list?",
145 "removed": "The car has been removed"
146 },
147 "vehicle": {
148 "add": "Add a new vehicle",
149 "title": "My Vehicles",
150 "name": "Name of the vehicle",
151 "license_plate": "License plate",
152 "seats_number": "Seats number",
153 "empty": "There is no vehicle assigned to you. Click the button bellow in order to create one."
154 },
155 "passengers": {
156 "empty": "Available seat",
157 "add": "Add a passenger",
158 "add_to_travel": "Add a passenger",
159 "add_to_waitingList": "Add someone",
160 "add_to_car": "Add to car",
161 "add_me": "Add me",
162 "register_to_waiting_list": "Register to waiting list",
163 "add_someone": "Add someone",
164 "location": "Meeting place",
165 "location_helper": "Indicate your preferred departure location",
166 "location_placeholder": "Meeting place (optionnal)",
167 "email": "Email",
168 "email_placeholder": "Email",
169 "email_placeholder_optional": "Email (optional)",
170 "email_helpertext": "Email is not valid",
171 "name": "Name",
172 "name_placeholder": "Name"
173 },
174 "errors": {
175 "cant_create": "Unable to create the car",
176 "cant_update": "Unable to modify the car",
177 "cant_remove": "Unable to remove the car",
178 "cant_add_passenger": "Unable to add a passenger",
179 "cant_remove_passenger": "Unable to remove passenger",
180 "add_someone": "Add someone"
181 }
182 },
183 "dashboard": {
184 "title": "$t(menu.dashboard)",
185 "actions": {
186 "see_event": "See more",
187 "add_event": "Create a caroster"
188 },
189 "sections": {
190 "future": "Caroster to come",
191 "future_plural": "Carosters to come",
192 "past": "Caroster passed",
193 "past_plural": "Past carosters",
194 "noDate": "Caroster without date",
195 "noDate_plural": "Carosters without date"
196 },
197 "noEvent": {
198 "title": "Welcome to Caroster",
199 "text_html": "Here you will see <strong> the carosters you are participating in </strong>, to start creating a Caroster!",
200 "create_event": "$t(menu.new_event)"
201 }
202 },
203 "profile": {
204 "title": "Profile",
205 "firstName": "First name",
206 "lastName": "Last name",
207 "email": "Email",
208 "current_password": "Current password",
209 "new_password": "New password",
210 "password_changed": "Password updated",
211 "updated": "Profile updated",
212 "not_defined": "Not specified",
213 "actions": {
214 "save": "Save",
215 "edit": "Edit",
216 "change_password": "Change your password",
217 "logout": "Logout",
218 "cancel": "Cancel",
219 "save_new_password": "Update"
220 },
221 "errors": {
222 "password_nomatch": "Wrong password"
223 }
224 },
225 "passenger": {
226 "title": "Waiting list",
227 "availability": {
228 "seats": "{{count}} seat available",
229 "seats_plural": "{{count}} seats available"
230 },
231 "creation": {
232 "seats": "Number of passengers: {{seats}}",
233 "departure": "Departure: ",
234 "assign": "Assign",
235 "available_cars": "Available cars",
236 "no_travel.title": "No available seats at the moment...",
237 "no_travel.desc": "{{name}} will receive an email when new cars will be available. You can share the event in the meantime."
238 },
239 "actions": {
240 "remove_alert": "Are you sure you want to remove <italic> <bold> {{name}} </bold> </italic> from the waitlist?",
241 "place": "Assign"
242 },
243 "errors": {
244 "cant_add_passenger": "Unable to add a passenger",
245 "cant_save_passengers": "Unable to update passengers",
246 "cant_remove_passenger": "Unable to remove the passenger",
247 "cant_select_car": "Unable to select the car"
248 },
249 "success": {
250 "added_self_to_car": "You have been added to this car",
251 "added_to_car": "{{name}} has been added to this car",
252 "added_self_to_waitlist": "You have been added to the waitlist. You'll be notified when new cars will be added.",
253 "added_to_waitlist": "{{name}} has been added to the waitlist"
254 },
255 "input": {
256 "email": "Your email",
257 "email_helper": "Optional - Get notified if cars are added",
258 "email_helper_car": "Optional"
259 }
260 },
261 "signup": {
262 "title": "Sign up",
263 "email": "Email",
264 "firstName": "First name",
265 "lastName": "Last name",
266 "password": "Password",
267 "submit": "Create your account",
268 "login": "$t(menu.login)",
269 "errors": {
270 "email_taken": "This email is already associated with an account"
271 },
272 "success": {
273 "title": "Welcome!",
274 "text_html": "Lorem Ipsum dolor sit amet, consectetur <strong> adipiscing elit </strong>",
275 "dashboard": "Go to your dashboard",
276 "create_event": "Create an event"
277 }
278 },
279 "confirm": {
280 "title": "Confirm your account",
281 "text": "You have received an email with a link. Please click on this link to confirm your account.",
282 "login": "Return to the login screen"
283 },
284 "signin": {
285 "title": "Sign in",
286 "email": "Email",
287 "password": "Password",
288 "login": "$t(menu.login)",
289 "register": "$t(menu.register)",
290 "errors": "Check your email and password",
291 "unconfirmed": "Your account has not been confirmed. Please check your emails",
292 "withGoogle": "Use a Google account"
293 },
294 "lost_password": {
295 "title": "Password recovery",
296 "reset_title": "Definition of a new password",
297 "message": "Lost your password?",
298 "email": "Your email",
299 "password": "New password",
300 "password_confirmation": "Confirmation of the new password",
301 "sent": "An email has been sent to {{email}}, with a link to recover your password",
302 "error": "This email does not exist",
303 "change_success": "Your password has been changed",
304 "actions": {
305 "send": "Send a recovery email",
306 "cancel": "Cancel",
307 "login": "Return to the login screen",
308 "resend": "Send again",
309 "register": "Create an account?",
310 "save_new_password": "Update"
311 }
312 }
313}