aboutsummaryrefslogtreecommitdiff
path: root/docs/zh-cn/README.md
diff options
context:
space:
mode:
authorIskandarMa <epiciskandar@gmail.com>2022-01-19 02:24:02 +0800
committerGitHub <noreply@github.com>2022-01-18 18:24:02 +0000
commitf6a7f4d4aca4a1808850e2dcd8cc223ae5202062 (patch)
treefefc9beff20ea6438e9c1927d83319ed4c85a6b0 /docs/zh-cn/README.md
parent8a3dfe2246c4a6182cf18349e9c4d0d28cae4ec5 (diff)
downloadqmk_firmware-f6a7f4d4aca4a1808850e2dcd8cc223ae5202062.tar.gz
qmk_firmware-f6a7f4d4aca4a1808850e2dcd8cc223ae5202062.zip
update the Chinese translation based on the latest English version (#14924)
Co-authored-by: peepeetee <43021794+peepeetee@users.noreply.github.com> Co-authored-by: Joy Lee <chang.li@westberrytech.com> Co-authored-by: LitoMore <LitoMore@users.noreply.github.com> Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Diffstat (limited to 'docs/zh-cn/README.md')
-rw-r--r--docs/zh-cn/README.md45
1 files changed, 28 insertions, 17 deletions
diff --git a/docs/zh-cn/README.md b/docs/zh-cn/README.md
index b42818d58..93dfbf1ee 100644
--- a/docs/zh-cn/README.md
+++ b/docs/zh-cn/README.md
@@ -1,31 +1,42 @@
1# QMK机械键盘固件 1# Quantum Mechanical Keyboard固件
2 2
3[![当前版本](https://img.shields.io/github/tag/qmk/qmk_firmware.svg)](https://github.com/qmk/qmk_firmware/tags) 3<!---
4[![异议](https://img.shields.io/discord/440868230475677696.svg)](https://discord.gg/Uq7gcHh) 4 original document: 0.15.12:docs/README.md
5[![文档状态](https://img.shields.io/badge/docs-ready-orange.svg)](https://docs.qmk.fm) 5 git diff 0.15.12 HEAD -- docs/README.md | cat
6[![GitHub贡献者](https://img.shields.io/github/contributors/qmk/qmk_firmware.svg)](https://github.com/qmk/qmk_firmware/pulse/monthly) 6-->
7[![GitHub分支](https://img.shields.io/github/forks/qmk/qmk_firmware.svg?style=social&label=Fork)](https://github.com/qmk/qmk_firmware/)
8 7
9## 什么是 QMK 固件? 8## 什么是 QMK 固件?
10 9
11QMK (*Quantum Mechanical Keyboard*) 是一个社区维护的开源软件,包括 QMK 固件, QMK 工具箱, qmk.fm网站, 和这些文档。QMK 固件是一个基于[tmk\_keyboard](https://github.com/tmk/tmk_keyboard)的键盘固件,它在爱特梅尔AVR微控制器实现一些有用的功能,确切地说, 是在 [OLKB product line](https://olkb.com), 在 [ErgoDox EZ](https://www.ergodox-ez.com) 键盘, 和 [Clueboard product line](https://clueboard.co/). 上。它被移植到使用ChibiOS的ARM芯片上. 它可以在飞线键盘或定制PCB键盘中发挥功能. 10QMK (*Quantum Mechanical Keyboard*) 是一个社区维护的用于开发计算机输入设备的开源软件。社区专注像键盘,鼠标,MIDI设备的各种电子输入设备。社区内的核心小组成员维护[QMK固件](https://github.com/qmk/qmk_firmware),[QMK配置器](https://config.qmk.fm)(QMK Configurator),[QMK工具箱](https://github.com/qmk/qmk_toolbox)(QMK Toolbox),[qmk.fm](https://qmk.fm),并与各位社区成员维护这份文档。
12 11
13## 如何到它 12## 如何
14 13
15如果你打算贡献布局, 键盘, 或者其他QMK特性, 一下是最简单的方法:[从GitHub获得repo分支](https://github.com/qmk/qmk_firmware#fork-destination-box), 并克隆你的repo到本地进行编辑,推送,然后从你的分支打开 [Pull Request](https://github.com/qmk/qmk_firmware/pulls). 14<div class="flex-container">
16 15
17此外, 你也可以直接下载 ([zip](https://github.com/qmk/qmk_firmware/zipball/master), [tar](https://github.com/qmk/qmk_firmware/tarball/master)), 或者从git克隆 (`git@github.com:qmk/qmk_firmware.git`), 或 https (`https://github.com/qmk/qmk_firmware.git`). 16?> **基础方式** [QMK配置器](zh-cn/newbs_building_firmware_configurator.md) <br>
17用户友好的图形界面工具,无需具备编程知识基础。
18 18
19## 如何编译 19?> **进阶方式** [基于源代码](zh-cn/newbs.md) <br>
20功能更强大,但门槛较高。
20 21
21在你能编译之前, 你需要[部署环境](zh-cn/getting_started_build_tools.md) 用于 AVR or/and ARM 开发。完成后, 你可以使用 `make` 命令来编译一个键盘和布局使用以下命令: 22</div>
22 23
23 make planck/rev4:default 24## 个性化定制
24 25
25这将建立 `planck`的`rev4` 修订版本并使用 `default`布局。并非所有键盘都有修订版本 (也叫做子项目或文件夹),在此情况下,修订版本可以省略,如下: 26QMK提供了很多功能,对应着很多可供浏览的配套文档。大部分功能都是通过修改[键映射](zh-cn/keymap.md)及[键码](zh-cn/keycodes.md)实现的。
26 27
27 make preonic:default 28## 需要帮助?
28 29
29## 如何 30请查阅[求帮助页面](zh-cn/support.md)以了解QMK使用方法助。
30 31
31QMK 有许多 [特性](zh-cn/features.md)来探索,也有很多 [参考文档](https://docs.qmk.fm) 供您发掘。你可以通过修改 [布局](zh-cn/keymap.md)和[键码](zh-cn/keycodes.md)来利用许多特性。 32## 回馈社区
33
34有多种回馈社区的方法,最简单的方法是开始使用QMK并向你的朋友们推荐它。
35
36* 可以在我们的论坛及聊天室进行互助:
37 * [/r/olkb](https://www.reddit.com/r/olkb/)
38 * [Discord服务器](https://discord.gg/Uq7gcHh)
39* 点击页面下方的“Edit This Page”,可以对文档提供贡献。
40* [将这份文档翻译为你的语言](zh-cn/translating.md)
41* [上报bug](https://github.com/qmk/qmk_firmware/issues/new/choose)
42* [发起Pull Request](zh-cn/contributing.md)