all repos — caroster @ 7aaf2e08839a69d11fe38936bef5abaf5789b853

[Octree] Group carpool to your event https://caroster.io

frontend/locales/en.json (view raw)

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