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

50 lines
1.2 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",
"administration": "Administration",
"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",
"command": "Command",
"sandwich": "Sandwich",
"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",
"infos": "Infos",
"save": "Save"
},
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:10:45 +02:00
"commands": "Commands",
"sandwiches": "Sandwiches",
"date": "Date"
2020-08-18 16:34:10 +02:00
}