all repos — caroster @ 6e98fcd2e34e9ae2a75754bd21b2da2c2160b475

[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_car": "Add to car",
152      "add_me": "Add me",
153      "register_to_waiting_list": "Register to waiting list",
154      "add_someone": "Add someone",
155      "location": "Meeting place",
156      "location_helper": "Indicate your preferred departure location",
157      "location_placeholder": "Meeting place (optionnal)",
158      "email": "Email",
159      "email_placeholder": "email",
160      "name": "Name",
161      "name_placeholder": "name"
162    },
163    "errors": {
164      "cant_create": "Unable to create the car",
165      "cant_update": "Unable to modify the car",
166      "cant_remove": "Unable to remove the car",
167      "cant_add_passenger": "Unable to add a passenger",
168      "cant_remove_passenger": "Unable to remove passenger",
169      "add_someone": "Add someone"
170    }
171  },
172  "dashboard": {
173    "title": "$t(menu.dashboard)",
174    "actions": {
175      "see_event": "See more",
176      "add_event": "Create a caroster"
177    },
178    "sections": {
179      "future": "Caroster to come",
180      "future_plural": "Carosters to come",
181      "past": "Caroster passed",
182      "past_plural": "Past carosters",
183      "noDate": "Caroster without date",
184      "noDate_plural": "Carosters without date"
185    },
186    "noEvent": {
187      "title": "Welcome to Caroster",
188      "text_html": "Here you will see <strong> the carosters you are participating in </strong>, to start creating a Caroster!",
189      "create_event": "$t(menu.new_event)"
190    }
191  },
192  "profile": {
193    "title": "Profile",
194    "firstName": "First name",
195    "lastName": "Last name",
196    "email": "Email",
197    "current_password": "Current password",
198    "new_password": "New password",
199    "password_changed": "Password updated",
200    "updated": "Profile updated",
201    "not_defined": "Not specified",
202    "actions": {
203      "save": "Save",
204      "edit": "Edit",
205      "change_password": "Change your password",
206      "logout": "Logout",
207      "cancel": "Cancel",
208      "save_new_password": "Update"
209    },
210    "errors": {
211      "password_nomatch": "Wrong password"
212    }
213  },
214  "passenger": {
215    "title": "Waiting list",
216    "availability": {
217      "seats": "{{count}} seat available",
218      "seats_plural": "{{count}} seats available"
219    },
220    "creation": {
221      "seats": "Number of passengers: {{seats}}",
222      "departure": "Departure: ",
223      "assign": "Assign",
224      "available_cars": "Available cars"
225    },
226    "actions": {
227      "remove_alert": "Are you sure you want to remove <italic> <bold> {{name}} </bold> </italic> from the waitlist?",
228      "place": "Assign"
229    },
230    "errors": {
231      "cant_add_passenger": "Unable to add a passenger",
232      "cant_save_passengers": "Unable to update passengers",
233      "cant_remove_passenger": "Unable to remove the passenger",
234      "cant_select_car": "Unable to select the car"
235    },
236    "success": {
237      "added_self_to_car": "You have been added to this car",
238      "added_to_car": "{{name}} has been added to this car",
239      "added_self_to_waitlist": "You have been added to the waitlist. You'll be notified when new cars will be added.",
240      "added_to_waitlist": "{{name}} has been added to the waitlist"
241    },
242    "input": {
243      "email": "Your email",
244      "email_helper": "Optional - Get notified if cars are added",
245      "email_helper_car": "Optional"
246    }
247  },
248  "signup": {
249    "title": "Sign up",
250    "email": "Email",
251    "firstName": "First name",
252    "lastName": "Last name",
253    "password": "Password",
254    "submit": "Create your account",
255    "login": "$t(menu.login)",
256    "errors": {
257      "email_taken": "This email is already associated with an account"
258    },
259    "success": {
260      "title": "Welcome!",
261      "text_html": "Lorem Ipsum dolor sit amet, consectetur <strong> adipiscing elit </strong>",
262      "dashboard": "Go to your dashboard",
263      "create_event": "Create an event"
264    }
265  },
266  "confirm": {
267    "title": "Confirm your account",
268    "text": "You have received an email with a link. Please click on this link to confirm your account.",
269    "login": "Return to the login screen"
270  },
271  "signin": {
272    "title": "Sign in",
273    "email": "Email",
274    "password": "Password",
275    "login": "$t(menu.login)",
276    "register": "$t(menu.register)",
277    "errors": "Check your email and password",
278    "unconfirmed": "Your account has not been confirmed. Please check your emails",
279    "withGoogle": "Use a Google account"
280  },
281  "lost_password": {
282    "title": "Password recovery",
283    "reset_title": "Definition of a new password",
284    "message": "Lost your password?",
285    "email": "Your email",
286    "password": "New password",
287    "password_confirmation": "Confirmation of the new password",
288    "sent": "An email has been sent to {{email}}, with a link to recover your password",
289    "error": "This email does not exist",
290    "change_success": "Your password has been changed",
291    "actions": {
292      "send": "Send a recovery email",
293      "cancel": "Cancel",
294      "login": "Return to the login screen",
295      "resend": "Send again",
296      "register": "Create an account?",
297      "save_new_password": "Update"
298    }
299  }
300}