404和底部页面

This commit is contained in:
李志鹏
2026-05-20 10:55:54 +08:00
parent 9f079107f7
commit 9f77810c9e
12 changed files with 542 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ export default {
Home: 'Home',
AboutUs: 'About Us',
OurSolutions: 'Our Solutions',
AiDA31: 'AiDA 3.1',
AiDA: 'AiDA 3.1',
Mixi: 'Mixi',
Communities: 'Communities',
Events: 'Events',
@@ -15,10 +15,14 @@ export default {
LoginOrSignin: 'Log in / Sign in',
},
MainFooter: {
Others: 'Others',
Copyright: '©{year} {name} Limited',
PrivacyPolicy: 'Privacy Policy',
TermsOfUse: 'Terms of Use',
Disclaimer: 'Disclaimer',
SiteMap: 'Site Map',
}
},
PageNotFound: 'Page not found',
PageNotFoundTitle: "That Page Can't Be Found",
PageNotFoundDesc: "It looks like nothing was found at this location.",
}