all repos — caroster @ 124dfa21a7100f628775f5a0f49841048f8584ea

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