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

68 lines
1.7 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",
"contact": "Contact",
"orderIssue": "Order issue"
},
"index": {
"welcome": "Welcome to Sandwiches Order Doua",
"day": "Day",
"pay": "Pay"
},
"login": {
"title": "Login",
"submit": "Login"
},
"register": {
"title": "Register",
"submit": "Register"
},
"profile": {
"title": "Profile",
"infos": "Infos"
},
"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"
},
"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"
}