Skip to content

Commit 4fd2f99

Browse files
committed
Import coreutils 9.1 translation; 1.6.3.7 release
1 parent 4b5bae9 commit 4fd2f99

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+986
-939
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2022-12-07 Boyuan Yang <073plan@gmail.com>
2+
3+
* Import and update coreutils 9.1 translation.
4+
* Release 1.6.3.7.
5+
16
2021-10-01 Boyuan Yang <073plan@gmail.com>
27

38
* zless(1): Retranslate using upstream man page from gzip 1.10.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.61])
5-
AC_INIT([manpages-zh],[1.6.3.6],[https://github.com/man-pages-zh/manpages-zh/issues])
5+
AC_INIT([manpages-zh],[1.6.3.7],[https://github.com/man-pages-zh/manpages-zh/issues])
66
AC_CONFIG_SRCDIR([src/man1/basename.1])
77
AM_INIT_AUTOMAKE([subdir-objects])
88
AM_MAINTAINER_MODE

src/man1/arch.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
22
.\"*******************************************************************
33
.\"
44
.\" This file was generated with po4a. Translate the source file.
55
.\"
66
.\"*******************************************************************
7-
.TH ARCH 1 2020年三月 "GNU coreutils 8.32" 用户命令
7+
.TH ARCH 1 2022年9月 "GNU coreutils 9.1" 用户命令
88
.SH 名称
99
arch \- 显示机器的体系结构(等价于 uname \-m)
1010
.SH 概述
@@ -26,13 +26,13 @@ GNU coreutils 的在线帮助: <https://www.gnu.org/software/coreutils/>
2626
.br
2727
请向 <https://translationproject.org/team/zh_CN.html> 报告翻译错误。
2828
.SH 版权
29-
Copyright \(co 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL
29+
Copyright \(co 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL
3030
version 3 or later <https://gnu.org/licenses/gpl.html>.
3131
.br
3232
This is free software: you are free to change and redistribute it. There is
3333
NO WARRANTY, to the extent permitted by law.
3434
.SH 参见
35-
uname(1), uname(2)
35+
\fBuname\fP(1), \fBuname\fP(2)
3636
.PP
3737
.br
3838
完整文档请见: <https://www.gnu.org/software/coreutils/arch>

src/man1/b2sum.1

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,30 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
22
.\"*******************************************************************
33
.\"
44
.\" This file was generated with po4a. Translate the source file.
55
.\"
66
.\"*******************************************************************
7-
.TH B2SUM 1 2020年三月 "GNU coreutils 8.32" 用户命令
7+
.TH B2SUM 1 2022年9月 "GNU coreutils 9.1" 用户命令
88
.SH 名称
99
b2sum \- 计算并校验 BLAKE2 信息摘要
1010
.SH 概述
1111
\fBb2sum\fP [\fI\,选项\/\fP]... [\fI\,文件列表\/\fP]...
1212
.SH 描述
1313
.\" Add any additional description here
1414
.PP
15-
输出或检查 BLAKE2(512位)校验和。
15+
输出或检查 BLAKE2b(512位)校验和。
1616
.PP
1717
如果没有指定文件,或者指定文件为“\-”,则从标准输入读取。
18+
.PP
19+
必选参数对长短选项同时适用。
1820
.TP
1921
\fB\-b\fP, \fB\-\-binary\fP
2022
以二进制模式读入
2123
.TP
2224
\fB\-c\fP, \fB\-\-check\fP
23-
从指定文件中读取 BLAKE2 文件校验和信息并对它们进行检查
25+
从指定文件中读取校验和并进行检验
2426
.TP
25-
\fB\-l\fP, \fB\-\-length\fP
27+
\fB\-l\fP, \fB\-\-length\fP=\fI\,位数\/\fP
2628
按照比特位进行摘要提取;输入不可超出 blake2 算法的最大值限制,且必须为 8 的整数倍
2729
.TP
2830
\fB\-\-tag\fP
@@ -57,8 +59,8 @@ b2sum \- 计算并校验 BLAKE2 信息摘要
5759
显示版本信息并退出
5860
.PP
5961
校验和按照 RFC 7693
60-
描述的方式进行计算。在校验过程中,其输入内容应当为该程序先前的输出内容。默认模式是输出一行文字,包含校验和、一个指示输入模式的字符('*'
61-
指示二进制输入,\&' ' 指示二进制特性不明显的文本输入)以及每个文件的名称。
62+
描述的方式进行计算。在校验过程中,其输入内容应当为该程序先前的输出内容。默认模式是输出一行文字,包含:校验和、一个指示输入模式的字符('*'
63+
指示二进制输入,' ' 指示二进制特性不明显的文本输入)以及每个文件的名称。
6264
.PP
6365
注意:GNU 系统上二进制模式和文本模式没有区别。
6466
.SH 作者
@@ -68,12 +70,15 @@ GNU coreutils 的在线帮助: <https://www.gnu.org/software/coreutils/>
6870
.br
6971
请向 <https://translationproject.org/team/zh_CN.html> 报告翻译错误。
7072
.SH 版权
71-
Copyright \(co 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL
73+
Copyright \(co 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL
7274
version 3 or later <https://gnu.org/licenses/gpl.html>.
7375
.br
7476
This is free software: you are free to change and redistribute it. There is
7577
NO WARRANTY, to the extent permitted by law.
7678
.SH 参见
79+
\fBcksum\fP(1)
80+
.PP
81+
.br
7782
完整文档请见: <https://www.gnu.org/software/coreutils/b2sum>
7883
.br
7984
或者在本地使用: info \(aq(coreutils) b2sum invocation\(aq

src/man1/base32.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
22
.\"*******************************************************************
33
.\"
44
.\" This file was generated with po4a. Translate the source file.
55
.\"
66
.\"*******************************************************************
7-
.TH BASE32 1 2020年三月 "GNU coreutils 8.32" 用户命令
7+
.TH BASE32 1 2022年9月 "GNU coreutils 9.1" 用户命令
88
.SH 名称
99
base32 \- 以 base32 方式对数据编码/解码并输出到标准输出
1010
.SH 概述
@@ -42,7 +42,7 @@ GNU coreutils 的在线帮助: <https://www.gnu.org/software/coreutils/>
4242
.br
4343
请向 <https://translationproject.org/team/zh_CN.html> 报告翻译错误。
4444
.SH 版权
45-
Copyright \(co 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL
45+
Copyright \(co 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL
4646
version 3 or later <https://gnu.org/licenses/gpl.html>.
4747
.br
4848
This is free software: you are free to change and redistribute it. There is

src/man1/base64.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
22
.\"*******************************************************************
33
.\"
44
.\" This file was generated with po4a. Translate the source file.
55
.\"
66
.\"*******************************************************************
7-
.TH BASE64 1 2020年三月 "GNU coreutils 8.32" 用户命令
7+
.TH BASE64 1 2022年9月 "GNU coreutils 9.1" 用户命令
88
.SH 名称
99
base64 \- 以 base64 方式对数据编码/解码并输出到标准输出
1010
.SH 概述
@@ -42,7 +42,7 @@ GNU coreutils 的在线帮助: <https://www.gnu.org/software/coreutils/>
4242
.br
4343
请向 <https://translationproject.org/team/zh_CN.html> 报告翻译错误。
4444
.SH 版权
45-
Copyright \(co 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL
45+
Copyright \(co 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL
4646
version 3 or later <https://gnu.org/licenses/gpl.html>.
4747
.br
4848
This is free software: you are free to change and redistribute it. There is

src/man1/basename.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
22
.\"*******************************************************************
33
.\"
44
.\" This file was generated with po4a. Translate the source file.
55
.\"
66
.\"*******************************************************************
7-
.TH BASENAME 1 2020年三月 "GNU coreutils 8.32" 用户命令
7+
.TH BASENAME 1 2022年9月 "GNU coreutils 9.1" 用户命令
88
.SH 名称
99
basename \- 去除文件名中的目录与后缀
1010
.SH 概述
@@ -52,13 +52,13 @@ GNU coreutils 的在线帮助: <https://www.gnu.org/software/coreutils/>
5252
.br
5353
请向 <https://translationproject.org/team/zh_CN.html> 报告翻译错误。
5454
.SH 版权
55-
Copyright \(co 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL
55+
Copyright \(co 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL
5656
version 3 or later <https://gnu.org/licenses/gpl.html>.
5757
.br
5858
This is free software: you are free to change and redistribute it. There is
5959
NO WARRANTY, to the extent permitted by law.
6060
.SH 参见
61-
dirname(1), readlink(1)
61+
\fBdirname\fP(1), \fBreadlink\fP(1)
6262
.PP
6363
.br
6464
完整文档请见: <https://www.gnu.org/software/coreutils/basename>

src/man1/basenc.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
22
.\"*******************************************************************
33
.\"
44
.\" This file was generated with po4a. Translate the source file.
55
.\"
66
.\"*******************************************************************
7-
.TH BASENC 1 2020年三月 "GNU coreutils 8.32" 用户命令
7+
.TH BASENC 1 2022年9月 "GNU coreutils 9.1" 用户命令
88
.SH 名称
99
basenc \- 编码/解码数据并输出至标准输出
1010
.SH 概述
@@ -95,7 +95,7 @@ GNU coreutils 的在线帮助: <https://www.gnu.org/software/coreutils/>
9595
.br
9696
请向 <https://translationproject.org/team/zh_CN.html> 报告翻译错误。
9797
.SH 版权
98-
Copyright \(co 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL
98+
Copyright \(co 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL
9999
version 3 or later <https://gnu.org/licenses/gpl.html>.
100100
.br
101101
This is free software: you are free to change and redistribute it. There is

src/man1/cat.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
22
.\"*******************************************************************
33
.\"
44
.\" This file was generated with po4a. Translate the source file.
55
.\"
66
.\"*******************************************************************
7-
.TH CAT 1 2020年三月 "GNU coreutils 8.32" 用户命令
7+
.TH CAT 1 2022年9月 "GNU coreutils 9.1" 用户命令
88
.SH 名称
99
cat \- 连接文件并在标准输出上输出
1010
.SH 概述
@@ -65,7 +65,7 @@ GNU coreutils 的在线帮助: <https://www.gnu.org/software/coreutils/>
6565
.br
6666
请向 <https://translationproject.org/team/zh_CN.html> 报告翻译错误。
6767
.SH 版权
68-
Copyright \(co 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL
68+
Copyright \(co 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL
6969
version 3 or later <https://gnu.org/licenses/gpl.html>.
7070
.br
7171
This is free software: you are free to change and redistribute it. There is

src/man1/chcon.1

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
22
.\"*******************************************************************
33
.\"
44
.\" This file was generated with po4a. Translate the source file.
55
.\"
66
.\"*******************************************************************
7-
.TH CHCON 1 2020年三月 "GNU coreutils 8.32" 用户命令
7+
.TH CHCON 1 2022年9月 "GNU coreutils 9.1" 用户命令
88
.SH 名称
99
chcon \- 修改文件安全上下文
1010
.SH 概述
1111
\fBchcon\fP [\fI\,选项\/\fP]... \fI\,上下文 文件\/\fP...
1212
.br
13-
\fBchcon\fP [\fI\,选项\/\fP]... [\fI\,\-u 用户\/\fP] [\fI\,\-r 角色\/\fP] [\fI\,\-l 范围\/\fP] [\fI\,\-t
14-
类型\/\fP] \fI\,文件\/\fP...
13+
\fBchcon\fP [\fI\,选项\/\fP]... [\fI\,\-u 用户\/\fP] [\fI\,\-r 角色\/\fP] [\fI\,\-l 范围\/\fP] [\fI\,\-t 类型\/\fP] \fI\,文件\/\fP...
1514
.br
1615
\fBchcon\fP [\fI\,选项\/\fP]... \fI\,\-\-reference=参考文件 文件\/\fP...
1716
.SH 描述
@@ -77,7 +76,7 @@ GNU coreutils 的在线帮助: <https://www.gnu.org/software/coreutils/>
7776
.br
7877
请向 <https://translationproject.org/team/zh_CN.html> 报告翻译错误。
7978
.SH 版权
80-
Copyright \(co 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL
79+
Copyright \(co 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL
8180
version 3 or later <https://gnu.org/licenses/gpl.html>.
8281
.br
8382
This is free software: you are free to change and redistribute it. There is

0 commit comments

Comments
 (0)