From 00701a3999fb91b70088a847a2b98ee025490af8 Mon Sep 17 00:00:00 2001 From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com> Date: Sat, 30 Nov 2024 19:42:51 +0800 Subject: [PATCH] feat(website): Translate Chinese Parts of Website Default Files (#7213) --- cmd/server/app/app_config.yml | 22 +++++++++++----------- cmd/server/nginx_conf/index.html | 6 +++--- cmd/server/nginx_conf/index.php | 11 ++++------- cmd/server/nginx_conf/stop.html | 4 ++-- 4 files changed, 20 insertions(+), 23 deletions(-) diff --git a/cmd/server/app/app_config.yml b/cmd/server/app/app_config.yml index 3a2ec0827..f4a4fa57e 100644 --- a/cmd/server/app/app_config.yml +++ b/cmd/server/app/app_config.yml @@ -1,13 +1,13 @@ additionalProperties: - key: #应用的 key ,仅限英文,用于在 Linux 创建文件夹 - name: #应用名称 + key: # The application's key, limited to English, used to create a folder in Linux + name: # Application name tags: - - Tool #应用标签,可以有多个,请参照下方的标签列表 - shortDescZh: #应用中文描述,不要超过30个字 - shortDescEn: #应用英文描述 - type: tool #应用类型,区别于应用分类,只能有一个,请参照下方的类型列表 - crossVersionUpdate: #是否可以跨大版本升级 - limit: #应用安装数量限制,0 代表无限制 - website: #官网地址 - github: #github 地址 - document: #文档地址 \ No newline at end of file + - Tool # Application tags, multiple tags are allowed. Refer to the tag list below + shortDescZh: # Application description in Chinese, no more than 30 characters + shortDescEn: # Application description in English + type: tool # Application type, different from application category, only one is allowed. Refer to the type list below + crossVersionUpdate: # Whether cross-major-version upgrades are supported + limit: # Application installation limit, 0 means no limit + website: # Official website address + github: # GitHub address + document: # Documentation address diff --git a/cmd/server/nginx_conf/index.html b/cmd/server/nginx_conf/index.html index 6c9cb573d..a149dbd8b 100644 --- a/cmd/server/nginx_conf/index.html +++ b/cmd/server/nginx_conf/index.html @@ -3,7 +3,7 @@ - 恭喜,站点创建成功! + Congratulations! The site has been successfully created!