all repos — caroster @ f76eb24ad8c71f44a2c0813ca6eaf6a217b0530e

[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    "errors": {
 11      "date_min": "Select an upcoming date",
 12      "unknown": "An unknown error occurred",
 13      "rejected": "Something went wrong",
 14      "bad_data": "Something is missing",
 15      "unauthorized": "Authentication problem",
 16      "forbidden": "You do not have the right to do this action",
 17      "not_found": "Resource not found",
 18      "server": "Problem on our servers",
 19      "timeout": "Unstable connection, retry later"
 20    }
 21  },
 22  "languages": {
 23    "fr": "French",
 24    "en": "English"
 25  },
 26  "menu": {
 27    "logout": "Logout",
 28    "about": "About Caroster",
 29    "dashboard": "Dashboard",
 30    "login": "Login",
 31    "register": "Sign-Up",
 32    "new_event": "Create a caroster",
 33    "profile": "Profile"
 34  },
 35  "event": {
 36    "title": "{{title}} - Caroster",
 37    "not_found": "Project not found",
 38    "fields": {
 39      "starts_on": "Start on",
 40      "address": "Address",
 41      "name": "Name of the event",
 42      "empty": "Not specified",
 43      "share": "Share link"
 44    },
 45    "creation": {
 46      "title": "New event",
 47      "event_name": "Event name",
 48      "creator_email": "Your e-mail",
 49      "date": "Date of the event",
 50      "address": "Address of the event",
 51      "next": "Next",
 52      "newsletter": "Keep me informed of developments in Caroster by e-mail",
 53      "actions": {
 54        "dashboard": "$t(menu.dashboard)",
 55        "see_profile": "Profile",
 56        "about": "About Caroster"
 57      },
 58      "addFromAccount": {
 59        "title": "Do you want to add this caroster to your events?",
 60        "subtitle": "Create it from your account",
 61        "actions": {
 62          "register": "$t(menu.register)",
 63          "login": "$t(menu.login)"
 64        }
 65      }
 66    },
 67    "actions": {
 68      "show_details": "Event details",
 69      "hide_details": "Hide details",
 70      "find_car": "Find a car",
 71      "copied": "The link has been copied to your clipboard",
 72      "add_to_my_events": "Add to my events",
 73      "see_on_gmap": "See on a map"
 74    },
 75    "errors": {
 76      "cant_create": "Unable to create event",
 77      "cant_update": "Unable to modify event"
 78    },
 79    "add_to_my_events": {
 80      "login": "$t(menu.login)",
 81      "register": "$t(menu.register)",
 82      "title": "You must be logged in",
 83      "text_html": "To add <strong> {{eventName}} </strong> to your carosters you must be logged in or create an account."
 84    }
 85  },
 86  "car": {
 87    "fields": {
 88      "meeting_point": "Meeting place",
 89      "details": "Notes",
 90      "phone": "Contact"
 91    },
 92    "creation": {
 93      "date": "Date of departure",
 94      "time": "Departure time",
 95      "title": "Add a car",
 96      "name": "Name of the car",
 97      "seats": "Number of seats",
 98      "meeting": "Meeting place",
 99      "phone": "Telephone number",
100      "notes": "Additional information",
101      "created": "The car has been created"
102    },
103    "actions": {
104      "remove_alert": "Are you sure you want to remove this car and add the subscribers to the waiting list?",
105      "removed": "The car has been removed"
106    },
107    "passengers": {
108      "empty": "Available seat",
109      "add": "Add a passenger",
110      "email": "Your email",
111      "emailHelper": "Optional - Get notified if cars are added"
112    },
113    "errors": {
114      "cant_create": "Unable to create the car",
115      "cant_update": "Unable to modify the car",
116      "cant_remove": "Unable to remove the car",
117      "cant_add_passenger": "Unable to add a passenger",
118      "cant_remove_passenger": "Unable to remove passenger"
119    }
120  },
121  "dashboard": {
122    "title": "$t(menu.dashboard)",
123    "actions": {
124      "see_event": "See more",
125      "add_event": "Create a caroster"
126    },
127    "sections": {
128      "future": "Caroster to come",
129      "future_plural": "Carosters to come",
130      "past": "Caroster passed",
131      "past_plural": "Past carosters",
132      "noDate": "Caroster without date",
133      "noDate_plural": "Carosters without date"
134    },
135    "noEvent": {
136      "title": "Welcome to Caroster",
137      "text_html": "Here you will see <strong> the carosters you are participating in </strong>, to start creating a Caroster!",
138      "create_event": "$t(menu.new_event)"
139    }
140  },
141  "profile": {
142    "title": "Profile",
143    "firstName": "First name",
144    "lastName": "Last name",
145    "email": "Email",
146    "current_password": "Current password",
147    "new_password": "New password",
148    "password_changed": "Password updated",
149    "updated": "Profile updated",
150    "not_defined": "Not specified",
151    "actions": {
152      "save": "Save",
153      "edit": "Edit",
154      "change_password": "Change your password",
155      "logout": "Logout",
156      "cancel": "Cancel",
157      "save_new_password": "Update"
158    },
159    "errors": {
160      "password_nomatch": "Wrong password"
161    }
162  },
163  "passenger": {
164    "title": "Waiting list",
165    "availability": {
166      "seats": "{{count}} seat available",
167      "seats_plural": "{{count}} seats available"
168    },
169    "creation": {
170      "seats": "Number of passengers: {{seats}}"
171    },
172    "actions": {
173      "remove_alert": "Are you sure you want to remove <italic> <bold> {{name}} </bold> </italic> from the waitlist?"
174    },
175    "errors": {
176      "cant_add_passenger": "Unable to add a passenger",
177      "cant_save_passengers": "Unable to update passengers",
178      "cant_remove_passenger": "Unable to remove the passenger",
179      "cant_select_car": "Unable to select the car"
180    }
181  },
182  "signup": {
183    "title": "Sign up",
184    "email": "Email",
185    "firstName": "First name",
186    "lastName": "Last name",
187    "password": "Password",
188    "submit": "Create your account",
189    "login": "$t(menu.login)",
190    "errors": {
191      "email_taken": "This email is already associated with an account"
192    },
193    "success": {
194      "title": "Welcome!",
195      "text_html": "Lorem Ipsum dolor sit amet, consectetur <strong> adipiscing elit </strong>",
196      "dashboard": "Go to your dashboard",
197      "create_event": "Create an event"
198    }
199  },
200  "confirm": {
201    "title": "Confirm your account",
202    "text": "You have received an email with a link. Please click on this link to confirm your account.",
203    "login": "Return to the login screen"
204  },
205  "signin": {
206    "title": "Sign in",
207    "email": "Email",
208    "password": "Password",
209    "login": "$t(menu.login)",
210    "register": "$t(menu.register)",
211    "errors": "Check your email and password",
212    "unconfirmed": "Your account has not been confirmed. Please check your emails",
213    "withGoogle": "Use a Google account"
214  },
215  "lost_password": {
216    "title": "Password recovery",
217    "reset_title": "Definition of a new password",
218    "message": "Lost your password?",
219    "email": "Your email",
220    "password": "New password",
221    "password_confirmation": "Confirmation of the new password",
222    "sent": "An email has been sent to {{email}}, with a link to recover your password",
223    "error": "This email does not exist",
224    "change_success": "Your password has been changed",
225    "actions": {
226      "send": "Send a recovery email",
227      "cancel": "Cancel",
228      "login": "Return to the login screen",
229      "resend": "Send again",
230      "register": "Create an account?",
231      "save_new_password": "Update"
232    }
233  }
234}