@@ -9,48 +9,50 @@ import { Logo } from './logo';
99export default function AppFooter ( ) {
1010 const footerLinks = [
1111 {
12- title : 'Architecture Support ' ,
12+ title : '架构支持 ' ,
1313 links : [
14- { title : 'Bare Metal & Virtualization' , href : docs_url ( 'features/baremetal' ) } ,
15- { title : 'AWS' , href : docs_url ( 'features/aws-elastic' ) } ,
16- { title : 'Cloud Native' , href : docs_url ( 'features/cloud-native' ) } ,
14+ { title : '裸金属与虚拟化' , href : docs_url ( 'features/baremetal' ) } ,
15+ { title : '阿里云' , href : docs_url ( 'features/aliyun' ) } ,
16+ { title : '腾讯云' , href : docs_url ( 'features/qcloud' ) } ,
17+ { title : '华为云' , href : docs_url ( 'features/huaweicloud' ) } ,
18+ { title : '国际云服务商' , href : docs_url ( 'features/aws-elastic' ) } ,
1719 ]
1820 } ,
1921 {
20- title : 'Product Features ' ,
22+ title : '产品功能 ' ,
2123 links : [
22- { title : 'Distributed Storage ' , href : docs_url ( 'features/distributed' ) } ,
23- { title : 'Log Management ' , href : docs_url ( 'features/logging' ) } ,
24- { title : 'Version Control ' , href : docs_url ( 'features/versioning' ) } ,
25- { title : 'S3 Compatible ' , href : docs_url ( 'features/s3-compatibility' ) } ,
26- { title : 'Erasure Code Calculator ' , href : '/erasure-code-calculator' } ,
27- { title : 'Object Level Read-Only ' , href : docs_url ( 'features/worm' ) } ,
28- { title : 'Cross-Region Replication ' , href : docs_url ( 'features/replication' ) } ,
29- { title : 'Encryption ' , href : docs_url ( 'features/encryption' ) } ,
30- { title : 'Lifecycle Management ' , href : docs_url ( 'features/lifecycle' ) } ,
24+ { title : '分布式存储 ' , href : docs_url ( 'features/distributed' ) } ,
25+ { title : '日志管理 ' , href : docs_url ( 'features/logging' ) } ,
26+ { title : '版本控制 ' , href : docs_url ( 'features/versioning' ) } ,
27+ { title : 'S3 兼容 ' , href : docs_url ( 'features/s3-compatibility' ) } ,
28+ { title : '纠删码计算器 ' , href : '/erasure-code-calculator' } ,
29+ { title : '对象级只读 ' , href : docs_url ( 'features/worm' ) } ,
30+ { title : '跨区域复制 ' , href : docs_url ( 'features/replication' ) } ,
31+ { title : '加密 ' , href : docs_url ( 'features/encryption' ) } ,
32+ { title : '生命周期管理 ' , href : docs_url ( 'features/lifecycle' ) } ,
3133 ]
3234 } ,
3335 {
34- title : 'Solutions ' ,
36+ title : '解决方案 ' ,
3537 links : [
36- { title : 'Modern Data Lake ' , href : docs_url ( 'features/data-lake' ) } ,
37- { title : 'AI & Machine Learning ' , href : docs_url ( 'features/ai' ) } ,
38- { title : 'Cloud Native ' , href : docs_url ( 'features/cloud-native' ) } ,
39- { title : 'Big Data Compute-Storage Separation ' , href : docs_url ( 'features/hdfs' ) } ,
40- { title : 'SQL Support ' , href : docs_url ( 'features/sql-server' ) } ,
41- { title : 'Quantitative Trading ' , href : docs_url ( 'features/quantitative-trading' ) } ,
42- { title : 'Manufacturing Cost Reduction ' , href : docs_url ( 'features/industry' ) } ,
43- { title : 'Cold Archive Storage ' , href : docs_url ( 'features/cold-archiving' ) } ,
44- { title : 'Video Storage Solutions ' , href : docs_url ( 'features/video' ) } ,
45- { title : 'Compliance-focused Architecture ' , href : docs_url ( 'features/domestic' ) } ,
38+ { title : '现代数据湖 ' , href : docs_url ( 'features/data-lake' ) } ,
39+ { title : 'AI 和机器学习 ' , href : docs_url ( 'features/ai' ) } ,
40+ { title : '云原生 ' , href : docs_url ( 'features/cloud-native' ) } ,
41+ { title : '大数据计算存储分离 ' , href : docs_url ( 'features/hdfs' ) } ,
42+ { title : 'SQL 支持 ' , href : docs_url ( 'features/sql-server' ) } ,
43+ { title : '量化交易 ' , href : docs_url ( 'features/quantitative-trading' ) } ,
44+ { title : '制造业降本 ' , href : docs_url ( 'features/industry' ) } ,
45+ { title : '冷归档存储 ' , href : docs_url ( 'features/cold-archiving' ) } ,
46+ { title : '视频存储方案 ' , href : docs_url ( 'features/video' ) } ,
47+ { title : '国产信创和 SM 解决方案 ' , href : docs_url ( 'features/domestic' ) } ,
4648 ]
4749 } ,
4850 {
49- title : 'About Us ' ,
51+ title : '关于我们 ' ,
5052 links : [
51- { title : 'About Us ' , href : docs_url ( 'about' ) } ,
52- { title : 'Investment & Cooperation ' , href : docs_url ( 'about' ) } ,
53- { title : 'Trademark Usage ' , href : docs_url ( 'about' ) } ,
53+ { title : '关于我们 ' , href : docs_url ( 'about' ) } ,
54+ { title : '投资和合作 ' , href : docs_url ( 'about' ) } ,
55+ { title : '商标使用 ' , href : docs_url ( 'about' ) } ,
5456 ]
5557 }
5658 ] ;
@@ -81,22 +83,40 @@ export default function AppFooter() {
8183 </ div >
8284
8385 < div className = "mt-12 pt-8 border-t border-border" >
84- < div className = "flex flex-col lg :flex-row justify-between items-center gap-4" >
85- < div className = "flex flex-col md:flex-row items-center gap-4" >
86+ < div className = "flex flex-col md :flex-row justify-between items-center gap-4" >
87+ < div className = "flex items-center gap-4" >
8688 < Logo className = "h-8 w-auto" />
87- < div className = "text-sm text-muted-foreground flex flex-col gap-2 " >
88- < div className = "flex flex-col md:flex-row items-center gap-2" >
89+ < div className = "text-sm text-muted-foreground flex flex-col gap-0.5 " >
90+ < div className = "flex items-center gap-2" >
8991 < a
9092 href = "mailto:hello@rustfs.com"
9193 className = "text-sm text-muted-foreground hover:text-foreground transition-colors"
9294 >
93- Email: hello@rustfs.com
95+ { '邮箱:hello@rustfs.com' }
96+ </ a >
97+ < span className = "hidden md:inline-block" > |</ span >
98+ < a
99+ href = "tel:400-033-5363"
100+ className = "text-sm text-muted-foreground hover:text-foreground transition-colors"
101+ >
102+ { '电话:400-033-5363' }
94103 </ a >
95- < span className = "hidden md:inline" > |</ span >
96- < a href = "tel:+14707850446" > Phone: +1(470)785-0446 </ a >
97104 </ div >
98- < div className = "flex items-center gap-2 text-center md:text-left" >
99- < span > 3550 Lenox Road, NE Atlanta, Georgia 30326</ span >
105+ < div className = "flex items-center gap-2" >
106+ < span > { '北京地址:北京市海淀区西小口路 66 号中关村东升科技园北领地 C 区' } </ span >
107+ { true && (
108+ < >
109+ < span className = "hidden md:inline-block" > |</ span >
110+ < a
111+ href = "https://beian.miit.gov.cn/"
112+ target = "_blank"
113+ rel = "noopener noreferrer"
114+ className = "text-sm text-muted-foreground hover:text-foreground transition-colors"
115+ >
116+ { '京 ICP 备 2024061305-1 号' }
117+ </ a >
118+ </ >
119+ ) }
100120 </ div >
101121 </ div >
102122 </ div >
@@ -105,10 +125,10 @@ export default function AppFooter() {
105125 href = { SITE_CONFIG . secondaryDomain }
106126 className = "text-sm text-muted-foreground hover:text-foreground transition-colors"
107127 >
108- 简体中文
128+ English
109129 </ a >
110- < LinkTwitter size = "size-4" className = "group inline-flex" />
111130 < LinkGitHub className = "group inline-flex" />
131+ < LinkTwitter className = "group inline-flex" />
112132 </ div >
113133 </ div >
114134 </ div >
0 commit comments