98 lines
3.4 KiB
JavaScript
98 lines
3.4 KiB
JavaScript
import autoMessages from './en-US.auto.json'
|
|
|
|
export default {
|
|
common: {
|
|
language: 'Language',
|
|
chinese: 'Chinese',
|
|
english: 'English'
|
|
},
|
|
topbar: {
|
|
home: 'Home',
|
|
product: 'Products',
|
|
cases: 'Use Cases',
|
|
news: 'News',
|
|
login: 'Login',
|
|
registerNow: 'Sign Up',
|
|
console: 'Console',
|
|
switchZhSuccess: 'Switched to Chinese',
|
|
switchEnSuccess: 'Switched to English'
|
|
},
|
|
home: {
|
|
heroTitle: 'One Platform ● Intelligent Leap ● Across All Industries.',
|
|
heroSubtitle: '',
|
|
heroSlogan: 'Make AI Everywhere, Make AI Easy',
|
|
solutionsBtn: 'Solutions',
|
|
contactSalesBtn: 'Contact Sales',
|
|
aiSolutionsTitle: 'AI + Solutions',
|
|
successCasesTitle: 'Use Cases',
|
|
moreCases: 'View All Use Cases →',
|
|
ctaTitle: 'How Do These Solutions Work in Practice?',
|
|
ctaDesc: 'Get industry-specific AI solutions.',
|
|
contactUsArrow: 'Contact Us →',
|
|
companyNewsTitle: 'Company News',
|
|
viewMore: 'View More →',
|
|
footerProducts: 'Products & Services',
|
|
footerContact: 'Contact Us',
|
|
onlineChat: 'Online Chat',
|
|
solutionCards: {
|
|
collaboration: {
|
|
title: 'Collaborative Intelligence',
|
|
subtitle: 'Multi-Agent Coordination'
|
|
},
|
|
spatial: {
|
|
title: 'Spatial Intelligence',
|
|
subtitle: 'GIS Smart Analysis'
|
|
},
|
|
predictive: {
|
|
title: 'Predictive Insight',
|
|
subtitle: 'Intelligent Forecasting Engine'
|
|
},
|
|
vision: {
|
|
title: 'Microscopic Insight',
|
|
subtitle: 'Machine Vision Inspection'
|
|
},
|
|
qa: {
|
|
title: 'Instant Answers',
|
|
subtitle: 'Intelligent Q&A Knowledge Base'
|
|
},
|
|
protection: {
|
|
title: 'Continuous Protection',
|
|
subtitle: 'Intelligent Device Monitoring'
|
|
},
|
|
document: {
|
|
title: 'Document Intelligence',
|
|
subtitle: 'Smart Document Parsing'
|
|
},
|
|
edge: {
|
|
title: 'Edge Intelligence',
|
|
subtitle: 'Edge AI Inference'
|
|
}
|
|
},
|
|
cases: {
|
|
railway: {
|
|
name: 'China Railway Group · AI Industry Bidding Agent Engine',
|
|
title: 'Smart Engineering',
|
|
desc: 'AI-Powered Bidding Process'
|
|
},
|
|
forestry: {
|
|
name: 'Nanning Forestry Bureau · Smart Harvesting',
|
|
title: 'Smart Harvesting',
|
|
desc: 'AI-Powered Forestry Spatial Intelligence Review'
|
|
},
|
|
beigang: {
|
|
name: 'AI Empowerment · Beibu Gulf Big Data',
|
|
title: 'Digital & Intelligent Upgrade',
|
|
desc: 'Three Core AI Agent Platforms'
|
|
}
|
|
},
|
|
news: {
|
|
tag: 'Company News',
|
|
firstTitle: 'Open Computing AI Visits ASEAN with CCPIT',
|
|
firstDesc: 'Open Computing AI joined the CCPIT Guangxi branch delegation on business visits to Vietnam and Laos, where it engaged in deep discussions on AI agent deployment, cross-border digital infrastructure cooperation, and smart city solutions — further expanding its footprint in Southeast Asian markets.',
|
|
secondTitle: 'Open Computing AI Named Forbes China AI Commercial Application Demonstration Enterprise',
|
|
secondDesc: 'Recognized for its industrial-grade AI agent factory delivery capabilities and benchmark cases among central and state-owned enterprises, Open Computing AI was named a Forbes China AI Commercial Application Demonstration Enterprise — underscoring its leadership in turning AI technology into scalable, real-world industry solutions.'
|
|
}
|
|
},
|
|
...autoMessages
|
|
}
|