101 lines
3 KiB
JSON
101 lines
3 KiB
JSON
{
|
|
"layout": {
|
|
"home": "Home",
|
|
"logout": "Logout",
|
|
"login": "Login",
|
|
"register": "Register",
|
|
"about": "About",
|
|
"aboutDescription": "This software respond to the COVID-19 health crisis for the following students' offices food supply",
|
|
"bio": "Bio student office",
|
|
"chemistry": "Chemistry student office",
|
|
"GC": "Civil engineering student office",
|
|
"GCPD": "Chemical and process engineering student office",
|
|
"GEA": "Management of companies and administrations student office",
|
|
"IT": "IT student office",
|
|
"made": "Made with ❤️ by",
|
|
"orderIssue": "Order issue",
|
|
"phoneNumber": "Phone number",
|
|
"message": "Message",
|
|
"send": "Send",
|
|
"subject": "Subject",
|
|
"warnMessage": "Don't forget to specify the order number (s) if necessary",
|
|
"commandEdit": "Order modification",
|
|
"commandRemove": "Order deletion",
|
|
"question": "Practical question",
|
|
"profile": "My profile",
|
|
"other": "Another question",
|
|
"powered": "Powered by",
|
|
"links": "Links",
|
|
"chooseSubject": "Choose a subject"
|
|
},
|
|
"index": {
|
|
"welcome": "Welcome to Sandwiches Order Doua",
|
|
"day": "Day",
|
|
"pay": "Pay",
|
|
"payment": "Payment method",
|
|
"creditCard": "Credit card",
|
|
"chooseSandwich": "Choose your sandwich"
|
|
},
|
|
"login": {
|
|
"title": "Login",
|
|
"submit": "Login"
|
|
},
|
|
"register": {
|
|
"title": "Register",
|
|
"submit": "Register"
|
|
},
|
|
"profile": {
|
|
"title": "Profile",
|
|
"infos": "Infos",
|
|
"emailCheck": "Email verification",
|
|
"emailCheckMessage": "We need to validate your email address, please click on the link below to validate it\n\n%s",
|
|
"forgetPasswordMessage": "A request to change your password has been made on your account, if it comes from clicking on the link below, otherwise ignore this email.\n\n%s"
|
|
},
|
|
"admin": {
|
|
"title": "Administration",
|
|
"ordersManagement": "Orders management",
|
|
"ordersDate": "Orders date",
|
|
"manageOrders": "Manage orders",
|
|
"sandwichManagement": "Sandwich management",
|
|
"manageSandwiches": "Manage sandwiches",
|
|
"userManagement": "User management",
|
|
"manageUsers": "Manage users",
|
|
"add": "Add",
|
|
"edit": "Edit",
|
|
"remove": "Remove",
|
|
"name": "Name,",
|
|
"price": "Price",
|
|
"new": "New",
|
|
"departmentsManagement": "Departments management",
|
|
"manageDepartments": "Manage departments",
|
|
"user": "User",
|
|
"permissions": "Permissions",
|
|
"firstDate": "First date",
|
|
"lastDate": "Last date",
|
|
"paid": "Paid",
|
|
"given": "Given",
|
|
"chooseUser": "Choose an user"
|
|
},
|
|
"payment": {
|
|
"successful": "Payment successful !",
|
|
"canceled": "Payment canceled",
|
|
"error": "An error occurred with the payment",
|
|
"retry": "Retry"
|
|
},
|
|
"firstName": "First name",
|
|
"lastName": "Last name",
|
|
"username": "Username",
|
|
"password": "Password",
|
|
"email": "Email",
|
|
"department": "Department",
|
|
"orders": "Orders",
|
|
"sandwiches": "Sandwiches",
|
|
"date": "Date",
|
|
"order": "Order",
|
|
"save": "Save",
|
|
"sandwich": "Sandwich",
|
|
"contact": "Contact",
|
|
"messageSend": "The message has been sent",
|
|
"forgetPassword": "Forgot your password",
|
|
"chooseDepartment": "Choose your department"
|
|
}
|