Archived
1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
SOD/locales/en.json

104 lines
3 KiB
JSON
Raw Normal View History

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",
2020-09-13 21:25:09 +02:00
"other": "Another question",
2020-09-29 16:12:43 +02:00
"powered": "Powered by",
"links": "Links",
"chooseSubject": "Choose a subject"
2020-08-18 16:48:09 +02:00
},
"index": {
"welcome": "Welcome to Sandwiches Order Doua",
"day": "Day",
2020-09-20 12:35:02 +02:00
"pay": "Pay",
"payment": "Payment method",
2020-09-27 20:43:11 +02:00
"creditCard": "Credit card",
"chooseSandwich": "Choose your sandwich"
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,",
"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",
"paid": "Paid",
2020-09-28 22:55:35 +02:00
"given": "Given",
"chooseUser": "Choose an user",
"enable": "Enable"
2020-08-18 17:18:17 +02:00
},
2020-09-11 11:14:27 +02:00
"payment": {
2020-09-29 16:17:47 +02:00
"payment": "Payment",
2020-09-11 11:14:27 +02:00
"successful": "Payment successful !",
"canceled": "Payment canceled",
"error": "An error occurred with the payment",
"retry": "Retry"
},
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",
"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",
2020-09-27 20:58:21 +02:00
"forgetPassword": "Forgot your password",
"chooseDepartment": "Choose your department"
2020-08-18 16:34:10 +02:00
}