all repos — caroster @ 29d7480903bad90012edd657b3cd246c1dc76958

[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    "no_travel.title": "There are currently no cars",
 76    "no_other_travel.title": "There are currently no other car",
 77    "no_travel.desc": "Share the event and register to the waiting list to get notified when a car will be available!",
 78    "fields": {
 79      "name": "Name of the event",
 80      "date": "Event date",
 81      "date_placeholder": "DD/MM/YYYY",
 82      "description": "Description",
 83      "address": "Event address",
 84      "empty": "Not specified",
 85      "link": "Share link",
 86      "link_desc": "Share this link to invite people to carpool",
 87      "share": "Copy link"
 88    },
 89    "creation": {
 90      "title": "New event",
 91      "name": "Event name",
 92      "date": "Date of the event",
 93      "description": "Description",
 94      "description_helper": "Optionnal",
 95      "address": "Address of the event",
 96      "creator_email": "Your e-mail",
 97      "next": "Next",
 98      "newsletter": "Keep me informed of developments in Caroster by e-mail",
 99      "actions": {
100        "dashboard": "$t(menu.dashboard)",
101        "see_profile": "Profile",
102        "about": "About Caroster"
103      },
104      "addFromAccount": {
105        "title": "Do you want to add this caroster to your events?",
106        "subtitle": "Create it from your account",
107        "actions": {
108          "register": "$t(menu.register)",
109          "login": "$t(menu.login)"
110        }
111      }
112    },
113    "actions": {
114      "show_details": "Event details",
115      "hide_details": "Hide details",
116      "find_car": "Find a car",
117      "copied": "The link has been copied to your clipboard",
118      "add_to_my_events": "Add to my events",
119      "see_on_gmap": "See on a map"
120    },
121    "errors": {
122      "cant_create": "Unable to create event",
123      "cant_update": "Unable to modify event"
124    },
125    "add_to_my_events": {
126      "login": "$t(menu.login)",
127      "register": "$t(menu.register)",
128      "title": "You must be logged in",
129      "text_html": "To add <strong> {{eventName}} </strong> to your carosters you must be logged in or create an account."
130    }
131  },
132  "travel": {
133    "fields": {
134      "meeting_point": "Meeting place",
135      "details": "Notes",
136      "phone": "Contact"
137    },
138    "creation": {
139      "date": "Date of departure",
140      "time": "Departure time",
141      "title": "Add a car",
142      "car.title": "Car and driver",
143      "travel.title": "Travel",
144      "name": "Name of the car",
145      "seats": "Number of available seats",
146      "meeting": "Meeting place",
147      "phone": "Telephone number",
148      "phoneHelper.faq": "/en/faq",
149      "phoneHelper.why": "Why do we ask for a phone number ?",
150      "notes": "Additional information",
151      "created": "The car has been created",
152      "submit": "Add"
153    },
154    "actions": {
155      "remove_alert": "Are you sure you want to remove this car and add the subscribers to the waiting list?",
156      "removed": "The car has been removed"
157    },
158    "vehicle": {
159      "add": "Add a new vehicle",
160      "title": "My Vehicles",
161      "name": "Name of the vehicle",
162      "license_plate": "License plate",
163      "seats_number": "Seats number",
164      "empty": "There is no vehicle assigned to you. Click the button bellow in order to create one."
165    },
166    "passengers": {
167      "empty": "Available seat",
168      "add": "Add a passenger",
169      "add_to_travel": "Add a passenger",
170      "add_to_waitingList": "Add someone",
171      "add_to_car": "Add to car",
172      "add_me": "Add me",
173      "register_to_waiting_list": "Register to waiting list",
174      "add_someone": "Add someone",
175      "location": "Meeting place",
176      "location_helper": "Indicate your preferred departure location",
177      "location_placeholder": "Meeting place (optionnal)",
178      "email": "Email",
179      "email_placeholder": "Email",
180      "email_placeholder_optional": "Email (optional)",
181      "email_helpertext": "Email is not valid",
182      "name": "Name",
183      "name_placeholder": "Name"
184    },
185    "errors": {
186      "cant_create": "Unable to create the car",
187      "cant_update": "Unable to modify the car",
188      "cant_remove": "Unable to remove the car",
189      "cant_add_passenger": "Unable to add a passenger",
190      "cant_remove_passenger": "Unable to remove passenger",
191      "add_someone": "Add someone"
192    }
193  },
194  "dashboard": {
195    "title": "$t(menu.dashboard)",
196    "actions": {
197      "see_event": "See more",
198      "add_event": "Create a caroster"
199    },
200    "sections": {
201      "future": "Caroster to come",
202      "future_plural": "Carosters to come",
203      "past": "Caroster passed",
204      "past_plural": "Past carosters",
205      "noDate": "Caroster without date",
206      "noDate_plural": "Carosters without date"
207    },
208    "noEvent": {
209      "title": "Welcome to Caroster",
210      "text_html": "Here you will see <strong> the carosters you are participating in </strong>, to start creating a Caroster!",
211      "create_event": "$t(menu.new_event)"
212    }
213  },
214  "profile": {
215    "title": "Profile",
216    "firstName": "First name",
217    "lastName": "Last name",
218    "email": "Email",
219    "current_password": "Current password",
220    "new_password": "New password",
221    "password_changed": "Password updated",
222    "updated": "Profile updated",
223    "not_defined": "Not specified",
224    "actions": {
225      "save": "Save",
226      "edit": "Edit",
227      "change_password": "Change your password",
228      "logout": "Logout",
229      "cancel": "Cancel",
230      "save_new_password": "Update"
231    },
232    "errors": {
233      "password_nomatch": "Wrong password"
234    }
235  },
236  "passenger": {
237    "title": "Waiting list",
238    "availability": {
239      "seats": "{{count}} seat available",
240      "seats_plural": "{{count}} seats available"
241    },
242    "creation": {
243      "seats": "Number of passengers: {{seats}}",
244      "departure": "Departure: ",
245      "assign": "Assign",
246      "available_cars": "Available cars",
247      "no_travel.title": "No available seats at the moment...",
248      "no_travel.desc": "{{name}} will receive an email when new cars will be available. You can share the event in the meantime."
249    },
250    "actions": {
251      "remove_alert": "Are you sure you want to remove <italic> <bold> {{name}} </bold> </italic> from the waitlist?",
252      "place": "Assign"
253    },
254    "errors": {
255      "cant_add_passenger": "Unable to add a passenger",
256      "cant_save_passengers": "Unable to update passengers",
257      "cant_remove_passenger": "Unable to remove the passenger",
258      "cant_select_car": "Unable to select the car"
259    },
260    "success": {
261      "added_self_to_car": "You have been added to this car",
262      "added_to_car": "{{name}} has been added to this car",
263      "added_self_to_waitlist": "You have been added to the waitlist. You'll be notified when new cars will be added.",
264      "added_to_waitlist": "{{name}} has been added to the waitlist",
265      "goToTravels": "Go to travels"
266    },
267    "input": {
268      "email": "Your email",
269      "email_helper": "Optional - Get notified if cars are added",
270      "email_helper_car": "Optional"
271    }
272  },
273  "signup": {
274    "title": "Sign up",
275    "email": "Email",
276    "firstName": "First name",
277    "lastName": "Last name",
278    "password": "Password",
279    "submit": "Create your account",
280    "login": "$t(menu.login)",
281    "errors": {
282      "email_taken": "This email is already associated with an account"
283    },
284    "success": {
285      "title": "Welcome!",
286      "text_html": "Lorem Ipsum dolor sit amet, consectetur <strong> adipiscing elit </strong>",
287      "dashboard": "Go to your dashboard",
288      "create_event": "Create an event"
289    }
290  },
291  "confirm": {
292    "title": "Confirm your account",
293    "text": "You have received an email with a link. Please click on this link to confirm your account.",
294    "login": "Return to the login screen"
295  },
296  "signin": {
297    "title": "Sign in",
298    "email": "Email",
299    "password": "Password",
300    "login": "$t(menu.login)",
301    "register": "$t(menu.register)",
302    "errors": "Check your email and password",
303    "unconfirmed": "Your account has not been confirmed. Please check your emails",
304    "withGoogle": "Use a Google account"
305  },
306  "lost_password": {
307    "title": "Password recovery",
308    "reset_title": "Definition of a new password",
309    "message": "Lost your password?",
310    "email": "Your email",
311    "password": "New password",
312    "password_confirmation": "Confirmation of the new password",
313    "sent": "An email has been sent to {{email}}, with a link to recover your password",
314    "error": "This email does not exist",
315    "change_success": "Your password has been changed",
316    "actions": {
317      "send": "Send a recovery email",
318      "cancel": "Cancel",
319      "login": "Return to the login screen",
320      "resend": "Send again",
321      "register": "Create an account?",
322      "save_new_password": "Update"
323    }
324  }
325}