all repos — caroster @ b4e4a01eef100beb301bf892d0050953223e5a3a

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