all repos — caroster @ a7bfa8f5714ce93223f0fe02bc58b43f37137a5d

[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": "Français",
 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": "Event date",
 40      "address": "Event address",
 41      "name": "Name of the event",
 42      "empty": "Not specified",
 43      "link": "Share link",
 44      "link_desc": "Share this link to invite people to carpool",
 45      "share": "Copy link"
 46    },
 47    "creation": {
 48      "title": "New event",
 49      "event_name": "Event name",
 50      "creator_email": "Your e-mail",
 51      "date": "Date of the event",
 52      "address": "Address of the event",
 53      "next": "Next",
 54      "newsletter": "Keep me informed of developments in Caroster by e-mail",
 55      "actions": {
 56        "dashboard": "$t(menu.dashboard)",
 57        "see_profile": "Profile",
 58        "about": "About Caroster"
 59      },
 60      "addFromAccount": {
 61        "title": "Do you want to add this caroster to your events?",
 62        "subtitle": "Create it from your account",
 63        "actions": {
 64          "register": "$t(menu.register)",
 65          "login": "$t(menu.login)"
 66        }
 67      }
 68    },
 69    "actions": {
 70      "show_details": "Event details",
 71      "hide_details": "Hide details",
 72      "find_car": "Find a car",
 73      "copied": "The link has been copied to your clipboard",
 74      "add_to_my_events": "Add to my events",
 75      "see_on_gmap": "See on a map"
 76    },
 77    "errors": {
 78      "cant_create": "Unable to create event",
 79      "cant_update": "Unable to modify event"
 80    },
 81    "add_to_my_events": {
 82      "login": "$t(menu.login)",
 83      "register": "$t(menu.register)",
 84      "title": "You must be logged in",
 85      "text_html": "To add <strong> {{eventName}} </strong> to your carosters you must be logged in or create an account."
 86    }
 87  },
 88  "car": {
 89    "fields": {
 90      "meeting_point": "Meeting place",
 91      "details": "Notes",
 92      "phone": "Contact"
 93    },
 94    "creation": {
 95      "date": "Date of departure",
 96      "time": "Departure time",
 97      "title": "Add a car",
 98      "name": "Name of the car",
 99      "seats": "Number of seats",
100      "meeting": "Meeting place",
101      "phone": "Telephone number",
102      "notes": "Additional information",
103      "created": "The car has been created"
104    },
105    "actions": {
106      "remove_alert": "Are you sure you want to remove this car and add the subscribers to the waiting list?",
107      "removed": "The car has been removed"
108    },
109    "passengers": {
110      "empty": "Available seat",
111      "add": "Add a passenger"
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    "input": {
182      "email": "Your email",
183      "email_helper": "Optional - Get notified if cars are added",
184      "email_helper_car": "Optional"
185    }
186  },
187  "signup": {
188    "title": "Sign up",
189    "email": "Email",
190    "firstName": "First name",
191    "lastName": "Last name",
192    "password": "Password",
193    "submit": "Create your account",
194    "login": "$t(menu.login)",
195    "errors": {
196      "email_taken": "This email is already associated with an account"
197    },
198    "success": {
199      "title": "Welcome!",
200      "text_html": "Lorem Ipsum dolor sit amet, consectetur <strong> adipiscing elit </strong>",
201      "dashboard": "Go to your dashboard",
202      "create_event": "Create an event"
203    }
204  },
205  "confirm": {
206    "title": "Confirm your account",
207    "text": "You have received an email with a link. Please click on this link to confirm your account.",
208    "login": "Return to the login screen"
209  },
210  "signin": {
211    "title": "Sign in",
212    "email": "Email",
213    "password": "Password",
214    "login": "$t(menu.login)",
215    "register": "$t(menu.register)",
216    "errors": "Check your email and password",
217    "unconfirmed": "Your account has not been confirmed. Please check your emails",
218    "withGoogle": "Use a Google account"
219  },
220  "lost_password": {
221    "title": "Password recovery",
222    "reset_title": "Definition of a new password",
223    "message": "Lost your password?",
224    "email": "Your email",
225    "password": "New password",
226    "password_confirmation": "Confirmation of the new password",
227    "sent": "An email has been sent to {{email}}, with a link to recover your password",
228    "error": "This email does not exist",
229    "change_success": "Your password has been changed",
230    "actions": {
231      "send": "Send a recovery email",
232      "cancel": "Cancel",
233      "login": "Return to the login screen",
234      "resend": "Send again",
235      "register": "Create an account?",
236      "save_new_password": "Update"
237    }
238  }
239}