All Projects → xry111 → lfs-book-i18n

xry111 / lfs-book-i18n

Licence: other
Repository for LFS book translation (currently only Simplified Chinese).

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects
shell
77523 projects
XSLT
1337 projects

Projects that are alternatives of or similar to lfs-book-i18n

Laravel Translatable
[Deprecated] A Laravel package for multilingual models
Stars: ✭ 1,974 (+1874%)
Mutual labels:  translations
Flutter translate
Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter.
Stars: ✭ 245 (+145%)
Mutual labels:  translations
caveblazers-translations
Community translations for Caveblazers!
Stars: ✭ 15 (-85%)
Mutual labels:  translations
Nodeguide.ru
nodeguide.ru
Stars: ✭ 176 (+76%)
Mutual labels:  translations
Livetl
Get live translations for YouTube streams, crowdsourced from multilingual viewers!
Stars: ✭ 244 (+144%)
Mutual labels:  translations
yii2-translatable
Translatable behavior aggregates logic of linking translations to the primary model
Stars: ✭ 15 (-85%)
Mutual labels:  translations
Kitsu Web
🔥 Ember.js app for Kitsu
Stars: ✭ 158 (+58%)
Mutual labels:  translations
lfs-scripts
Instructions and scripts to build Linux From Scratch (LFS) as simply as possible
Stars: ✭ 91 (-9%)
Mutual labels:  lfs
Clean Code Javascript
🛁 Адаптированные для JavaScript концепции Чистого кода
Stars: ✭ 244 (+144%)
Mutual labels:  translations
Eat-the-World
Введение в программирование для далеких от техники людей... через объяснение шуток для программистов
Stars: ✭ 17 (-83%)
Mutual labels:  translations
Attranslate
Semi-automated Text Translator for Websites and Apps
Stars: ✭ 178 (+78%)
Mutual labels:  translations
Deep Translator
A flexible free and unlimited python tool to translate between different languages in a simple way using multiple translators.
Stars: ✭ 233 (+133%)
Mutual labels:  translations
KanColle-English-Patch-KCCP
English Patch for the original KanColle browser game, to be used with KCCacheProxy. Translates most of the game into english.
Stars: ✭ 28 (-72%)
Mutual labels:  translations
React Native Paper Dates
Smooth and fast cross platform Material Design date and time picker for React Native Paper
Stars: ✭ 173 (+73%)
Mutual labels:  translations
talestrakt
Traducciones y reimplementaciones de Tales Translations
Stars: ✭ 15 (-85%)
Mutual labels:  translations
Jenkins Zh
Jenkins 中文社区网站源码
Stars: ✭ 165 (+65%)
Mutual labels:  translations
Developing ios 8 apps with swift
Stanford 公开课,Developing iOS 8 Apps with Swift 字幕翻译
Stars: ✭ 2,685 (+2585%)
Mutual labels:  translations
vocascan-frontend
A highly configurable vocabulary trainer
Stars: ✭ 26 (-74%)
Mutual labels:  translations
I18N-Portable
Simple and cross platform internationalization/translations for Xamarin and .NET
Stars: ✭ 102 (+2%)
Mutual labels:  translations
translate5
Translate5: Open Source Translation System (published 1st time on github at 2020-08-10)
Stars: ✭ 32 (-68%)
Mutual labels:  translations

Linux From Scratch 中文翻译项目

尽管本仓库名为 lfs-book-i18n (因为理论上可以将其他语言的翻译也塞到本仓库中), 但现在只有中文,因此本 README 文件的其余部分也只有中文。 如果您想贡献其他语言的翻译,请 (用中文或英文) 致信 [email protected]

Though this repository is named lfs-book-i18n (theoratically we can add more translations into it), now only Chinese translation is here. So the remaining part of this file would also be Chinese-only. If you wish to contribute other translations, please mail to [email protected] (in English or Chinese).

使用方法

如果您只需要阅读手册, 访问主页即可。 如果您希望自己从翻译文件生成手册,或者修改翻译文件,继续阅读。

首先安装依赖项:

如果需要生成 PDF 格式的手册,还需要安装:

克隆本仓库,并将英文原版 LFS 手册作为 Git submodule 一并检出:

git clone https://github.com/xry111/lfs-book-i18n --recurse-submodules
cd lfs-book-i18n

如果需要生成稳定版手册,切换到对应的分支:

git checkout 11.1 --recurse-submodules

注意:10.1 和之前版本的英文原版手册使用 SVN 进行版本控制。 如果需要生成它们,请参阅对应分支中的 README.md 文件。

之后即可生成手册:

make html nochunks pdf REV=sysv

生成的手册将位于 zh_CN/book/render 中。 将 sysv 改为 systemd 可以生成 systemd 版本的手册。 如果不需要单页 HTML 或 PDF 格式手册,可以从命令中删除对应的 nochunks 或者 pdf

注意在生成 PDF 格式的手册时,会自动下载一些中文字体,可能额外消耗几十 MB 的流量。

如果您长期使用翻译项目,则可以在仓库中创建文件 local.mk, 设定 REV 的值,即可避免每次输入。如:

REV=systemd

参与翻译

如果对翻译有任何修改意见,请在 GitHub 仓库创建 Issue。

如果希望长期参与翻译,致信 [email protected] 提出, 以获得仓库的相关访问权限。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].