CloudTech/public/locales/en/products.json
2025-09-16 18:00:27 +08:00

75 lines
2.7 KiB
JSON

{
"title": "Products & Services",
"subtitle": "Comprehensive cloud computing solutions to meet all your business needs",
"categories": {
"compute": {
"title": "Compute Services",
"desc": "Elastic and scalable cloud computing resources"
},
"storage": {
"title": "Storage Services",
"desc": "Secure and reliable cloud storage solutions"
},
"network": {
"title": "Network Services",
"desc": "High-speed and stable network connectivity services"
},
"security": {
"title": "Security Services",
"desc": "Comprehensive cloud security protection system"
}
},
"products": {
"ecs": {
"name": "Elastic Compute Service",
"desc": "Elastic computing service providing secure and reliable elastic computing capabilities",
"features": [
"Auto Scaling",
"High Availability",
"Security & Reliability",
"Cost Optimization"
]
},
"rds": {
"name": "Relational Database Service",
"desc": "Stable, reliable, and elastically scalable online database service",
"features": [
"Auto Backup",
"Read-Write Splitting",
"High Availability",
"Monitoring & Alerts"
]
},
"oss": {
"name": "Object Storage Service",
"desc": "Massive, secure, low-cost, and highly reliable cloud storage service",
"features": ["Massive Storage", "Data Security", "Low Cost", "Global Acceleration"]
},
"cdn": {
"name": "Content Delivery Network",
"desc": "Distribute source content to nodes nationwide, reducing user content viewing latency",
"features": [
"Global Nodes",
"Intelligent Scheduling",
"Real-time Monitoring",
"Protection & Acceleration"
]
},
"waf": {
"name": "Web Application Firewall",
"desc": "Malicious feature identification and protection for website or APP business traffic",
"features": [
"Web Attack Protection",
"CC Attack Protection",
"Precise Access Control",
"Data Security"
]
},
"slb": {
"name": "Server Load Balancer",
"desc": "Distribute access traffic to multiple backend cloud servers based on forwarding policies",
"features": ["High Availability", "Auto Scaling", "Health Check", "Session Persistence"]
}
}
}