Skip to content

Commit 75d0ac1

Browse files
committed
fix: translate project metadata to English
1 parent 719189d commit 75d0ac1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

projects.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ export interface Project {
1010
export const projects: Project[] = [
1111
{
1212
repo: "rustfs",
13-
title: "服务端",
14-
description: "RustFS 服务器和 GUI,支持 S3 协议的文件系统。",
13+
title: "Server",
14+
description: "RustFS server and GUI, a file system compatible with the S3 protocol.",
1515
links: [
1616
{ label: "Source", url: "https://github.com/rustfs/s3-rustfs", icon: GithubIcon },
1717
// { label: "Latest Version", url: "https://dl.rustfs.com/s3-rustfs/latest.zip", icon: PaperclipIcon },
1818
]
1919
},
2020
{
2121
repo: "console",
22-
title: "控制台",
23-
description: "RustFS 控制台, 您可以使用此控制台便捷的管理您的文件系统,以及账号权限和系统运行状态。",
22+
title: "Console",
23+
description: "RustFS Console, use it to conveniently manage your file system, account permissions, and system status.",
2424
links: [
2525
{ label: "Source", url: "https://github.com/rustfs/console", icon: GithubIcon },
2626
{ label: "Latest Version", url: "https://dl.rustfs.com/artifacts/console/rustfs-console-latest.zip", icon: PaperclipIcon },
@@ -29,7 +29,7 @@ export const projects: Project[] = [
2929
{
3030
repo: "cli",
3131
title: "CLI",
32-
description: "RustFS CLI, 您可以使用此 CLI 便捷的管理您的文件系统,以及账号权限和系统运行状态。",
32+
description: "RustFS CLI, use it to conveniently manage your file system, account permissions, and system status.",
3333
links: [
3434
{ label: "Source", url: "https://github.com/rustfs/cli", icon: GithubIcon },
3535
{ label: "Latest Version", url: "https://dl.rustfs.com/artifacts/rustfs-cli/rustfs-cli-latest.zip", icon: PaperclipIcon },

0 commit comments

Comments
 (0)