101 lines
5.3 KiB
JavaScript
101 lines
5.3 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 · Huitobid',
|
|
title: 'Smart Engineering',
|
|
desc: 'AI-driven full-stack bidding process - from bid document analysis to pricing compilation, delivering a significant improvement in win rates',
|
|
summary: 'Project Overview: Built the Huitobid and HuiTu Large Model for China Railway Group, establishing a Joint Innovation Center and an AI Application Innovation Platform. Covering the full bidding lifecycle - intelligent document analysis, automatic qualification matching, pricing decision support, and smart bid compilation - the solution enables a step-change transformation from manpower-heavy manual workflows to AI-powered bidding operations.'
|
|
},
|
|
forestry: {
|
|
name: 'Nanning Forestry Bureau',
|
|
title: 'Smart Harvesting',
|
|
desc: 'From harvesting approval to scientific oversight - spatial intelligence integration, enabling data-driven forest governance.',
|
|
summary: 'Project Overview: Developed an Intelligent Forest Harvesting Spatial Review System for Nanning Forestry Bureau, integrating GIS spatial analysis, satellite remote sensing, and multi-source data from Unmanned Aerial Vehicles (UAVs) and sensors to achieve unified intelligent review of spatial and attribute data. Harvesting boundaries are automatically verified for compliance, review reports are generated with one click, and the approval cycle is compressed from days to minutes - human-machine collaboration ensures every decision is evidence-based.'
|
|
},
|
|
beigang: {
|
|
name: 'Beibu Gulf Port Big Data',
|
|
title: 'AI-Powered Digital & Intelligent Transformation',
|
|
desc: 'From bidding to decision-making, from contracts to management - a full-stack AI agent solution that keeps your business one step ahead.',
|
|
summary: 'Project Overview: Developed a full-stack AI agent solution for Beibu Gulf Port Big Data, covering bidding & tendering, investment decision-making, and contract review. The Bid Agent Engine enables bid document generation in seconds with a significantly improved win rate; the Investment Strategy Agent Engine compresses weeks of research reports into minutes, supporting precise investment decisions; and the Contract Review Agent boosts review efficiency by over 60% while reducing the risk oversight rate to below 3%. The three products are seamlessly integrated, truly closing the digital loop from business acquisition to risk management.'
|
|
}
|
|
},
|
|
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
|
|
}
|