2020-08-18 16:34:10 +02:00
{
2020-08-18 16:48:09 +02:00
"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" ,
2020-08-21 12:41:34 +02:00
"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"
2020-08-18 16:48:09 +02:00
} ,
"index" : {
"welcome" : "Welcome to Sandwiches Order Doua" ,
"day" : "Day" ,
"pay" : "Pay"
2020-08-18 16:53:34 +02:00
} ,
"login" : {
"title" : "Login" ,
"submit" : "Login"
2020-08-18 17:00:07 +02:00
} ,
"register" : {
"title" : "Register" ,
"submit" : "Register"
} ,
2020-08-18 17:08:29 +02:00
"profile" : {
"title" : "Profile" ,
2020-08-25 15:40:06 +02:00
"infos" : "Infos" ,
"emailCheck" : "Email verification" ,
2020-08-25 16:46:02 +02:00
"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"
2020-08-18 17:08:29 +02:00
} ,
2020-08-18 17:18:17 +02:00
"admin" : {
"title" : "Administration" ,
2020-08-18 17:54:00 +02:00
"ordersManagement" : "Orders management" ,
2020-08-18 17:18:17 +02:00
"ordersDate" : "Orders date" ,
2020-08-18 17:54:00 +02:00
"manageOrders" : "Manage orders" ,
2020-08-18 17:18:17 +02:00
"sandwichManagement" : "Sandwich management" ,
"manageSandwiches" : "Manage sandwiches" ,
"userManagement" : "User management" ,
2020-08-20 11:48:28 +02:00
"manageUsers" : "Manage users" ,
"add" : "Add" ,
"edit" : "Edit" ,
"remove" : "Remove" ,
"name" : "Name," ,
2020-08-20 13:11:25 +02:00
"price" : "Price" ,
2020-08-20 13:34:50 +02:00
"new" : "New" ,
"departmentsManagement" : "Departments management" ,
2020-08-20 14:50:59 +02:00
"manageDepartments" : "Manage departments" ,
"user" : "User" ,
2020-08-24 23:23:46 +02:00
"permissions" : "Permissions" ,
"firstDate" : "First date" ,
"lastDate" : "Last date"
2020-08-18 17:18:17 +02:00
} ,
2020-08-18 17:00:07 +02:00
"firstName" : "First name" ,
"lastName" : "Last name" ,
"username" : "Username" ,
"password" : "Password" ,
2020-08-18 17:08:29 +02:00
"email" : "Email" ,
"department" : "Department" ,
2020-08-18 17:54:00 +02:00
"orders" : "Orders" ,
2020-08-18 17:10:45 +02:00
"sandwiches" : "Sandwiches" ,
2020-08-18 17:13:22 +02:00
"date" : "Date" ,
2020-08-20 11:48:28 +02:00
"order" : "Order" ,
2020-08-20 13:11:25 +02:00
"save" : "Save" ,
2020-08-21 12:41:34 +02:00
"sandwich" : "Sandwich" ,
"contact" : "Contact" ,
2020-08-25 16:46:02 +02:00
"messageSend" : "The message has been sent" ,
"forgetPassword" : "Forgot your password"
2020-08-18 16:34:10 +02:00
}