all repos — caroster @ 5bd547765b3767f6a06f03e35145ab9328a997dc

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

frontend/locales/en.json (view raw)

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