Files
Code-Create/src/lang/en.ts

33 lines
869 B
TypeScript
Raw Normal View History

2026-05-18 10:39:52 +08:00
export default {
MainHeader: {
Home: 'Home',
2026-05-18 11:13:48 +08:00
AboutUs: 'About Us',
OurSolutions: 'Our Solutions',
2026-05-20 10:55:54 +08:00
AiDA: 'AiDA 3.1',
2026-05-18 11:13:48 +08:00
Mixi: 'Mixi',
Communities: 'Communities',
Events: 'Events',
UserStories: 'User Stories',
HelpCentre: 'Help Centre',
Media: 'Media',
ContactUs: 'Contact Us',
MyAccount: 'My Account',
LoginOrSignin: 'Log in / Sign in',
},
MainFooter: {
2026-05-20 10:55:54 +08:00
Others: 'Others',
2026-05-18 11:13:48 +08:00
Copyright: '©{year} {name} Limited',
PrivacyPolicy: 'Privacy Policy',
TermsOfUse: 'Terms of Use',
Disclaimer: 'Disclaimer',
SiteMap: 'Site Map',
2026-05-20 10:55:54 +08:00
},
PageNotFound: 'Page not found',
PageNotFoundTitle: "That Page Can't Be Found",
PageNotFoundDesc: "It looks like nothing was found at this location.",
2026-05-20 11:10:03 +08:00
Contact: 'Contact',
GetInTouch: 'Get In Touch',
StayUpToDate: "Stay up to date with our e-newsletter",
EmailAddress: 'Email Address',
Submit: 'Submit',
2026-05-18 10:39:52 +08:00
}