all repos — caroster @ 13d9c127957995a4b4451e509236ff82153976f2

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