Skip to content

Commit b79dc98

Browse files
committed
Translate README to Chinese(simplfiled)
Signed-off-by: niceday_zhu <[email protected]>
1 parent 9c2922f commit b79dc98

File tree

2 files changed

+95
-1
lines changed

2 files changed

+95
-1
lines changed

README-CN.md

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
<p align="center">
2+
<img src="https://sttci.b-cdn.net/status.swiftlycs2.net/2105/logo.png" alt="Swiftly私信Logo" width="600" height="131">
3+
</p>
4+
5+
<p align="center">
6+
Swiftly是一款基于Metamod:Source 2.x的《反恐精英2》服务器修改插件。
7+
<br/>
8+
<a href="https://github.com/swiftly-solution/swiftly/issues">报告错误</a> |
9+
<a href="https://swiftlycs2.net/discord">Discord服务器</a>
10+
</p>
11+
12+
<div align="center">
13+
14+
README还提供:
15+
[乌克兰语](https://github.com/swiftly-solution/swiftly/blob/master/README-UA.md) ![ua](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/ua.png) |
16+
[俄语](https://github.com/swiftly-solution/swiftly/blob/master/README-RU.md) ![ru](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/ru.png) |
17+
[英语](https://github.com/swiftly-solution/swiftly/blob/master/README.md) ![en](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/gb.png)
18+
19+
[![下载量](https://img.shields.io/github/downloads/swiftly-solution/swiftly/total)]()
20+
[![贡献者](https://img.shields.io/github/contributors/swiftly-solution/swiftly?color=dark-green)]()
21+
[![问题](https://img.shields.io/github/issues/swiftly-solution/swiftly)]()
22+
[![许可证](https://img.shields.io/github/license/swiftly-solution/swiftly)]()
23+
24+
</div>
25+
26+
---
27+
28+
## 构建要求
29+
30+
- [HL2SDK](https://github.com/alliedmodders/hl2sdk/tree/cs2)(使用Git克隆时通过递归子模块自动下载)
31+
- [Metamod-Source](https://github.com/alliedmodders/metamod-source)(使用Git克隆时通过递归子模块自动下载)
32+
- [Python3](https://www.python.org/)
33+
- [AMBuild](https://github.com/alliedmodders/ambuild)(Windows系统需确保`ambuild`命令可通过`PATH`调用)
34+
35+
---
36+
37+
## 下载渠道
38+
39+
- [正式发布版(推荐)](https://github.com/swiftly-solution/swiftly/releases)
40+
- [每日构建版(风险自负)](https://github.com/swiftly-solution/swiftly/actions)
41+
42+
---
43+
44+
## 插件资源
45+
46+
- [Discord社区(推荐)](https://swiftlycs2.net/discord)
47+
- [GitHub专题](https://github.com/topics/swiftly-solution)
48+
49+
---
50+
51+
## 开发者文档
52+
53+
- [新手入门指南](https://swiftlycs2.net/for-beginners)
54+
- [插件开发文档](https://swiftlycs2.net/plugin-docs)
55+
- [扩展开发文档](https://swiftlycs2.net/ext-docs)
56+
- [SDK接口文档](https://swiftlycs2.net/sdk)
57+
58+
---
59+
60+
## 构建指令
61+
62+
### 克隆仓库
63+
```bash
64+
git clone --recurse-submodules https://github.com/swiftly-solution/swiftly
65+
```
66+
67+
#### 编译项目
68+
69+
```
70+
./setup.ps1 - Windows
71+
./setup.sh - Linux
72+
```
73+
74+
---
75+
76+
### 授权许可
77+
78+
本项目采用GNU GPL 3开源协议,完整授权文本详见 LICENSE 文件。
79+
80+
---
81+
82+
### 鸣谢名单
83+
84+
Schema系统与基础SDK由 [CS2Fixes](https://github.com/Source2ZE/CS2Fixes) 提供.
85+
86+
扩展SDK字段来自 [Source2SDK](https://github.com/neverlosecc/source2sdk/tree/cs2/sdk).
87+
88+
特别致谢GAMMACASE、Poggu等CS2服务器社区贡献者,是你们让《反恐精英2》 社区变得更好.
89+
90+
---
91+
92+
### 项目统计
93+
94+
![Alt](https://repobeats.axiom.co/api/embed/742f846684c4bb9f8314c0a43c2a6b314fc63b6b.svg "Repobeats analytics image")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<div align="center">
1313

14-
README is also available in [Ukrainian](https://github.com/swiftly-solution/swiftly/blob/master/README-UA.md) ![ua](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/ua.png) and [Russian](https://github.com/swiftly-solution/swiftly/blob/master/README-RU.md) ![ru](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/ru.png)
14+
README is also available in [Ukrainian](https://github.com/swiftly-solution/swiftly/blob/master/README-UA.md) ![ua](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/ua.png) and [Russian](https://github.com/swiftly-solution/swiftly/blob/master/README-RU.md) ![ru](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/ru.png) and [Chinese](https://github.com/swiftly-solution/swiftly/blob/master/README-CN.md) ![ru](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/cn.png)
1515

1616
![Downloads](https://img.shields.io/github/downloads/swiftly-solution/swiftly/total) ![Contributors](https://img.shields.io/github/contributors/swiftly-solution/swiftly?color=dark-green) ![Issues](https://img.shields.io/github/issues/swiftly-solution/swiftly) ![License](https://img.shields.io/github/license/swiftly-solution/swiftly)
1717

0 commit comments

Comments
 (0)