-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zh_CN: createfiles: Fix the translation of "regular user"
We translated "regular" as "normal," but the latter seems ambigious (in some contexts UID < 1000 means "system" user which is not so "normal").
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Linux From Scratch 11.0\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2024-08-18 15:26+0800\n" | ||
"POT-Creation-Date: 2024-08-18 18:02+0800\n" | ||
"PO-Revision-Date: 2022-02-05 22:45+0800\n" | ||
"Last-Translator: Xi Ruoyao <[email protected]>\n" | ||
"Language-Team: none\n" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Linux From Scratch 11.4\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2024-06-15 01:10+0800\n" | ||
"POT-Creation-Date: 2024-07-04 13:21+0800\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: Xi Ruoyao <[email protected]>\n" | ||
"Language-Team: none\n" | ||
|
@@ -389,8 +389,8 @@ msgid "" | |
"user. We add this user here and delete this account at the end of that " | ||
"chapter." | ||
msgstr "" | ||
"<xref linkend=\"chapter-building-system\"/>中的一些测试需要使用一个普通用户。" | ||
"我们这里创建一个用户,在那一章的末尾再删除该用户。" | ||
"<xref linkend=\"chapter-building-system\"/>中的一些测试需要使用一个非特权用" | ||
"户。我们这里创建一个用户,在那一章的末尾再删除该用户。" | ||
|
||
#. type: Content of: <sect1><screen> | ||
#: lfs-en/chapter07/createfiles.xml | ||
|