-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathzh-CN.json
218 lines (218 loc) · 3.61 KB
/
zh-CN.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
{
"options": [
{
"name": "-b",
"alias": [
"--binary"
],
"tip": [
"read in binary mode (default)"
]
},
{
"name": "-c",
"alias": [
"--check"
],
"tip": [
"read hashsums from the FILEs and check them"
]
},
{
"name": "--tag",
"tip": [
"create a BSD-style checksum"
]
},
{
"name": "-t",
"alias": [
"--text"
],
"tip": [
"read in text mode"
]
},
{
"name": "-q",
"alias": [
"--quiet"
],
"tip": [
"don't print OK for each successfully verified file"
]
},
{
"name": "-s",
"alias": [
"--status"
],
"tip": [
"don't output anything, status code shows success"
]
},
{
"name": "--strict",
"tip": [
"exit non-zero for improperly formatted checksum lines"
]
},
{
"name": "--ignore-missing",
"tip": [
"don't fail or report status for missing files"
]
},
{
"name": "-w",
"alias": [
"--warn"
],
"tip": [
"warn about improperly formatted checksum lines"
]
},
{
"name": "-z",
"alias": [
"--zero"
],
"tip": [
"end each output line with NUL, not newline"
]
},
{
"name": "--bits",
"next": 0,
"tip": [
"U: --bits <BITS>\n",
"set the size of the output (only for SHAKE)"
]
},
{
"name": "--no-names",
"tip": [
"Omits filenames in the output (option not present in GNU/Coreutils)"
]
},
{
"name": "--md5",
"tip": [
"work with MD5"
]
},
{
"name": "--sha1",
"tip": [
"work with SHA1"
]
},
{
"name": "--sha224",
"tip": [
"work with SHA224"
]
},
{
"name": "--sha256",
"tip": [
"work with SHA256"
]
},
{
"name": "--sha384",
"tip": [
"work with SHA384"
]
},
{
"name": "--sha512",
"tip": [
"work with SHA512"
]
},
{
"name": "--sha3",
"tip": [
"work with SHA3"
]
},
{
"name": "--sha3-224",
"tip": [
"work with SHA3-224"
]
},
{
"name": "--sha3-256",
"tip": [
"work with SHA3-256"
]
},
{
"name": "--sha3-384 ",
"tip": [
"work with SHA3-384"
]
},
{
"name": "--sha3-512",
"tip": [
"work with SHA3-512"
]
},
{
"name": "--shake128",
"tip": [
"work with SHAKE128 using BITS for the output size"
]
},
{
"name": "--shake256",
"tip": [
"work with SHAKE256 using BITS for the output size"
]
},
{
"name": "--b2sum",
"tip": [
"work with BLAKE2"
]
},
{
"name": "--b3sum",
"tip": [
"work with BLAKE3"
]
},
{
"name": "--version",
"alias": [
"-V"
],
"tip": [
"显示版本信息。"
]
}
],
"common_options": [
{
"name": "--help",
"alias": [
"-h"
],
"tip": [
"显示帮助信息。"
]
}
],
"info": {
"completion_info": {
"url": "https://github.com/uutils/coreutils",
"description": [
"Compute and check message digests.\n",
"Completion was written based on [uutils/coreutils](https://github.com/uutils/coreutils)."
]
}
}
}