Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f1e1a82

Browse files
add homepage translate
1 parent 582b4cf commit f1e1a82

File tree

5 files changed

+75
-19
lines changed

5 files changed

+75
-19
lines changed

‎docs/README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Arch Linux 安装使用教程,每日实时更新!包含从 Arch Linux 安装
1111
- 本书样式保持尽可能的简洁,以提升读者的网站加载速度。同时,我们认为花哨的样式不应存在于一本较为严肃的书籍中。
1212
- 无废话,只给出一套**我们认为**较为合适的路线,对于安装流程尽可能保持简洁,不会面面俱到。本书是 tutorial,不是 reference,定位与官方 wiki 不同。更多的内容请读者自行查看 Arch Wiki 或查阅相关资料。知其然知其所以然当然是正确的,但填入过多的内容不是一本 tutorial 所应该做的事。
1313
- 本书使用 docsify 以及 gitalk 开发,并且网站源码全部开源,可放心留言讨论。本网站亦不使用任何有害跟踪器脚本,所提供的文件下载不进行任何审计与监视,你可通过 [Brave 浏览器](https://brave.com/zh/)以及阅读源码进行检测验证。
14-
- Linux 二次元电报交流群:[ArchLinuxStudio🇨🇦🏳️‍⚧️🏳️‍🌈](https://t.me/FSF_Ministry_of_Truth)
14+
- Linux 二次元交流群: [Telegram Group:ArchLinuxStudio🇨🇦🏳️‍⚧️🏳️‍🌈](https://t.me/FSF_Ministry_of_Truth) ||| [Matrix Group:ArchLinuxStudio🇨🇦🏳️‍⚧️🏳️‍🌈](https://matrix.to/#/#ArchLinuxStudio:matrix.org)
1515

1616
> **本书采用 CC BY-NC-ND 4.0 协议[[1]](https://github.com/ArchLinuxStudio/ArchLinuxTutorial/issues/68)。欢迎提交Pull requests,但是禁止商业用途与演绎。任何"下游文档"都是未经授权且违反协议的。**
1717
@@ -21,7 +21,7 @@ Arch Linux 安装使用教程,每日实时更新!包含从 Arch Linux 安装
2121

2222
简单来说,现在世界上流行的 PC 操作系统有三个,Windows,Linux 与 macOS。
2323

24-
如果你是计算机相关专业的学生或者从业者,非常建议你使用 Linux 作为自己的日常系统。在使用 Linux 系统的过程中,可以无形中接触到各个方面的计算机知识,并且在未来的工作中也会为你带来相关方面的优势。 macOS 在一些方面(即大致为 BSD 与 GNU/Linux 各方面的区别 )与 Linux 的操作并不同,并且由于其封闭的特性,我们不建议使用。Windows 在很多编程环境的配制过程中异常痛苦,且会出现各种各样的问题,强烈不建议使用 Windows 进行编程(除非你学的就是 Windows 系统编程)
24+
如果你是计算机相关专业的学生或者从业者,非常建议你使用 Linux 作为自己的日常系统。在使用 Linux 系统的过程中,可以无形中接触到各个方面的计算机知识,并且在未来的工作中也会为你带来相关方面的优势。 macOS 在一些方面(即大致为 BSD 与 GNU/Linux 各方面的区别 )与 Linux 的操作并不同,并且由于其封闭的特性,我们不建议使用。Windows 在很多编程环境的配制过程中异常痛苦,且会出现各种各样的问题。同时,和 macOS 一样,Windows 也是闭源的系统,强烈不建议使用 Windows 进行编程
2525

2626
更重要的是,GNU/Linux 是自由软件运动的相关重要产物。[自由软件运动(free software movement)](https://zh.wikipedia.org/wiki/%E8%87%AA%E7%94%B1%E8%BD%AF%E4%BB%B6%E8%BF%90%E5%8A%A8)拒绝专有软件并推广自由软件,它的终极目标在于解放网络世界中的每个人——即每个电脑用户。每个人都应拥有完全掌控所运行软件的权利。[自由软件](https://www.gnu.org/philosophy/free-sw.zh-cn.html)有如下四项原则:
2727

‎docs/_navbar.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
- Translations
2-
- [:cn: 中文](/)
3-
- [:uk: English](/uk/)
1+
- 🌐 Languages / 譯
2+
- [🇬🇧 English](/uk/)
3+
- [🇹🇼 中文](/)

‎docs/index.html‎

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@
130130
repo: 'https://github.com/ArchLinuxStudio/ArchLinuxTutorial',
131131
formatUpdated: '{YYYY}-{MM}-{DD}',
132132
pagination: {
133-
previousText: '上一节',
134-
nextText: '下一节',
133+
previousText: 'Previous',
134+
nextText: 'Next',
135135
crossChapter: true,
136136
crossChapterText: true,
137137
},
@@ -141,7 +141,7 @@
141141
let edit_url =
142142
'https://github.com/ArchLinuxStudio/ArchLinuxTutorial/blob/master/docs/' +
143143
vm.route.file;
144-
let editHtml = '[📝 编辑本文](' + edit_url + ')\n';
144+
let editHtml = '[📝 Edit This Page](' + edit_url + ')\n';
145145

146146
let client_id = '296c581fc4b2a837a1e3';
147147
let client_secret = '7e7f0ad1809fa4a1915430ade04835f6849ab56a';
@@ -164,11 +164,11 @@
164164
'date'
165165
].slice(0, 10);
166166
document.getElementById('last-modified').textContent =
167-
'更新日期: ' + modified;
167+
'Update date: ' + modified;
168168
});
169169

170170
return (
171-
'<span id="last-modified">更新日期: 获取中</span>' +
171+
'<span id="last-modified">Update date: Fetching...</span>' +
172172
'\n' +
173173
html +
174174
'\n----\n' +
@@ -217,6 +217,7 @@
217217
// facebook-like distraction free mode
218218
distractionFreeMode: false,
219219
id: decodeURI(location.hash.split('?')[0]),
220+
language: 'en',
220221
};
221222
let gitalk = new Gitalk(props);
222223
// 哈希路由切换时 重新加载Gitalk
@@ -270,15 +271,15 @@
270271
seconds
271272
);
272273
Docsify.dom.find('.runtime').innerHTML =
273-
'Arch Linux Studio已运行 ' +
274+
'Arch Linux Studio has been running for ' +
274275
diffDays +
275-
' ' +
276+
' days ' +
276277
diffHours +
277-
' 小时 ' +
278+
' hours ' +
278279
diffMinutes +
279-
' ' +
280+
' minutes ' +
280281
diffSeconds +
281-
' ';
282+
' seconds';
282283
}
283284
// 先让网页加载完,否则 Docsify.dom.find('.runtime') == null
284285
setTimeout(siteTime, 500);

‎docs/uk/README.md‎

Lines changed: 57 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1-
# ArchTutorial - Arch Linux Studio
1+
# Arch Linux Installation and Usage Tutorial - ArchTutorial - Arch Linux Studio<!-- {docsify-ignore-all} -->
22

3-
If you think english version is necessary, please let me know. Pull request is welcome.
3+
> Notice: English translation is still in progress, documentation is now incomplete. Welcome to submit pull requests for translations.
4+
5+
Arch Linux installation and usage tutorials, updated daily in real time! From Arch Linux installation, breaking through internet censorship and blockades, transparent proxies, graphics drivers, everyday software use and more, plus everything you might need for media production, programming and more. Make Arch Linux your go-to system!
6+
7+
This book provides some of our experience of using Linux over the years and teaches it to those who need it. Another part that is inseparable from Linux: [GNU](https://www.gnu.org/home.zh-cn.html).
8+
9+
New readers should make sure that you have followed the steps in the `Start from Scratch` chapter before reading on, otherwise there may be problems.
10+
11+
- Features of this book
12+
- The privacy and security of our readers is always our top priority, and using free software can provide you with a considerable amount of protection. People or organisations who challenge the free software movement on the basis of so-called "practicality" or "avoiding ideological controversy" are foolish and evil.
13+
- This book provides a robust and reliable process for breaking out of blocked and censored areas of the Internet, and we regret if anyone considers it "inharmonious".
14+
- The style of this book is kept as simple as possible to improve the loading speed of the reader's website. At the same time, we believe that fancy styling should not be present in a more serious book.
15+
- No nonsense, just a set of directions **we think** is more appropriate, keeping the installation process as simple as possible and not exhaustive. This book is a tutorial, not a reference, and is not the same as the official wiki. For more information, please check the Arch Wiki or consult the related materials. It is right to know what you know, but it is not a tutorial work to fill in too much information.
16+
- The book is developed using docsify and gitalk, and the source code of the site is fully open source, so feel free to leave comments and discuss. The site also does not use any harmful tracker scripts and the files provided for download are not audited or monitored in any way, you can verify this by using the [Brave browser](https://brave.com/zh/) and reading the source code.
17+
- Linux and ACG [Telegram Group:ArchLinuxStudio🇨🇦🏳️‍⚧️🏳️‍🌈](https://t.me/FSF_Ministry_of_Truth) ||| [Matrix Group:ArchLinuxStudio🇨🇦🏳️‍⚧️🏳️‍🌈](https://matrix.to/#/#ArchLinuxStudio:matrix.org)
18+
19+
> **This book is available under the CC BY-NC-ND 4.0 license[[1]](https://github.com/ArchLinuxStudio/ArchLinuxTutorial/issues/68). Pull requests are welcome, but commercial use and interpretation is prohibited. Any "downstream documentation" is unauthorised and in breach of the license.**
20+
21+
> Please do not give feedback about this document in any groups other than those listed above. This will cause them distress and unpleasantness.
22+
23+
## Why use Linux?
24+
25+
To put it simply, there are three popular PC operating systems in the world today, Windows, Linux and macOS.
26+
27+
If you are a student or practitioner of a computer-related subject, it is highly recommended that you use Linux as your daily system. Using Linux will give you invisible exposure to all aspects of computing and will give you an advantage in your future career. macOS does not operate in the same way as Linux in some respects (i.e. roughly the differences between BSD and GNU/Linux) and is not recommended due to its closed nature. Windows is extremely painful and problematic to set up in many programming environments and is strongly discouraged for the same reason of macOS.
28+
29+
More importantly, GNU/Linux is a relevant and important product of the free software movement. The [free software movement](https://en.wikipedia.org/wiki/Free_software_movement) rejects proprietary software and promotes free software, Its ultimate goal is to free everyone in the networked world - every computer user. Everyone should have full control over the software they run. [Free Software](https://www.gnu.org/philosophy/free-sw.en.html) has four principles.
30+
31+
- The freedom to run the program as you wish, for any purpose (freedom 0).
32+
- The freedom to study how the program works, and change it so it does your computing as you wish (freedom 1). Access to the source code is a precondition for this.
33+
- The freedom to redistribute copies so you can help others (freedom 2).
34+
- The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.
35+
36+
If you are just an ordinary user, you have seen similar experiences of having your computer loaded with reams of rogue software without your authorisation. Proprietary software not only rapes the user in every dimension, but also contains unimaginable malicious features. It is an open secret in the industry that user data, privacy and other important information can be easily collected and misused by large companies. It is highly recommended that you migrate to free software when proprietary software has a suitable free software alternative. This book will document both proprietary software and free software, because to abandon proprietary software altogether would surely keep a lot of people out of linux directly, which is not what we want, and we want to bring more people into GNU/Linux first, at least as a first step. But this does not mean that we support the use of proprietary software, we want you to at least get started with linux and gradually replace proprietary software with free software. Proprietary software is only briefly documented in this book, not described in detail, because we don't want you to be dependent on it for a long time. We will remove proprietary software from this tutorial whenever a sufficiently good free software alternative becomes available for that proprietary software. Proprietary software will be corner marked <sup>proprietary</sup> or described with additional marks throughout this book. If you are a competent developer, it is preferred that you develop free software that replaces some proprietary software.
37+
38+
Finally, if you want to try a completely free system, or if you like to explore new and challenging things, Linux is also an experience you can't miss.
39+
40+
## Why use Arch Linux?
41+
42+
Most importantly, Arch Linux packages are up-to-date, which is essential for everyday use, so you can be the first to enjoy the features of new software without the hassle of outdated dependencies when upgrading software. The binary packages are provided so that you can easily install and use them without having to compile them yourself. In addition, the user repository AUR is driven by Arch Linux users from all over the world and offers a huge selection of unofficial software.Arch Linux strikes an almost perfect balance between flexibility and ease of use.
43+
44+
Arch Linux allows you to customise your system with a high degree of freedom and has the most comprehensive [documentation](https://wiki.archlinux.org/index.php/Main_page), making it possible to solve most problems by checking the official documentation. Because of its aggressive software update policy, it is recommended that users update Arch Linux as often as possible. No update over a longer period of time can cause problems, and while most problems can be remedied afterwards by rescue, it is better to update frequently. Also, keeping an eye on the Arch Linux [news list](https://archlinux.org/news/) will help keep you up to date with the latest update notes.
45+
46+
## Support & Donations
47+
48+
If this book has been helpful to you, please recommend it to your friends who need it, this is the greatest support to us!
49+
50+
We would be very grateful if receive digital currency donations. With your support, the ArchLinuxStudio community will become even more enriched and active.
51+
52+
[![Donate with Bitcoin](https://en.cryptobadges.io/badge/big/1Lth3oca4WnMnTnwHBcDLkEqniA2pBxkeC?showBalance=true)](https://en.cryptobadges.io/donate/1Lth3oca4WnMnTnwHBcDLkEqniA2pBxkeC)
53+
54+
[![Donate with Ethereum](https://en.cryptobadges.io/badge/big/0x5A218a8d570d9947f42e0a4916ece7a60A181c2d?showBalance=true)](https://en.cryptobadges.io/donate/0x5A218a8d570d9947f42e0a4916ece7a60A181c2d)
55+
56+
[![Donate with Litecoin](https://en.cryptobadges.io/badge/big/LdJXzaSzzrAxfKJdj5effRLcC7k1TbuXJ8?showBalance=true)](https://en.cryptobadges.io/donate/LdJXzaSzzrAxfKJdj5effRLcC7k1TbuXJ8)
57+
58+
<!-- windows是最好的Linux发行版?It's only a BORING joke. -->

‎docs/uk/_sidebar.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- [**ArchTutorial - Arch Linux Studio**](uk/)
22

3-
- rookie
3+
- Start from Scratch
44

5-
- [basic install](uk/rookie/basic_install)
5+
- [Basic Install](uk/rookie/basic_install)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /