summaryrefslogtreecommitdiff
path: root/po/doc/pt.po
blob: b2897f68cf2a324ac67d74375a7c3cd006830db1 (plain) (blame)
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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
msgid ""
msgstr ""
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. type: Title =
#: doc/uuid.en.0.adoc:1
#, no-wrap
msgid "uuid(0)"
msgstr ""

#. type: Title ==
#: doc/uuid.en.0.adoc:5 doc/uuid.en.1.adoc:5 doc/uuid.en.3.adoc:3
#: doc/uuid.en.7CHANGELOG.adoc:3 doc/uuid.en.7README.adoc:3
#: doc/uuid.en.7recipes.adoc:3 doc/uuid.en.7tutorial.adoc:3
#: doc/uuid.en.7why.adoc:3
#, no-wrap
msgid "NAME"
msgstr ""

#. type: Plain text
#: doc/uuid.en.0.adoc:8
msgid "uuid - generate or parse UUID values."
msgstr ""

#. type: Title ==
#: doc/uuid.en.0.adoc:11 doc/uuid.en.1.adoc:60 doc/uuid.en.7CHANGELOG.adoc:7
#, no-wrap
msgid "DESCRIPTION"
msgstr ""

#. type: Plain text
#: doc/uuid.en.0.adoc:13
msgid ""
"*uuid* generates UUID of version 4 or version 7, or validate a given UUID."
msgstr ""

#. type: Title =
#: doc/uuid.en.1.adoc:1
#, no-wrap
msgid "uuid(1)"
msgstr ""

#. type: Plain text
#: doc/uuid.en.1.adoc:8
msgid "uuid - generate a UUID version 4 or 7, or validate a UUID string."
msgstr ""

#. type: Title ==
#: doc/uuid.en.1.adoc:11
#, no-wrap
msgid "SYNOPSYS"
msgstr ""

#. type: Plain text
#: doc/uuid.en.1.adoc:15
msgid "*uuid* [-v (4|7)] *uuid* [_STRING_]"
msgstr ""

#. type: Title ==
#: doc/uuid.en.1.adoc:18
#, no-wrap
msgid "EXAMPLES"
msgstr ""

#. type: Title ===
#: doc/uuid.en.1.adoc:21
#, no-wrap
msgid "Print a (version 4) UUID on the terminal"
msgstr ""

#. type: delimited block .
#: doc/uuid.en.1.adoc:27
#, no-wrap
msgid ""
"$ uuid\n"
"d3891787-c952-af17-d697-0df3b85981e1\n"
msgstr ""

#. type: Title ===
#: doc/uuid.en.1.adoc:30
#, no-wrap
msgid "Print a verson 7 UUID on the terminal"
msgstr ""

#. type: delimited block .
#: doc/uuid.en.1.adoc:36
#, no-wrap
msgid ""
"$ uuid -v 7\n"
"d3891787-c952-af17-d697-0df3b85981e1\n"
msgstr ""

#. type: Title ===
#: doc/uuid.en.1.adoc:39
#, no-wrap
msgid "Create a new UUID as part of a path"
msgstr ""

#. type: delimited block .
#: doc/uuid.en.1.adoc:44
#, no-wrap
msgid "dir=\"$PWD\"/\"$(uuid)\"/data\n"
msgstr ""

#. type: Title ===
#: doc/uuid.en.1.adoc:47
#, no-wrap
msgid "Validate a given UUID"
msgstr ""

#. type: delimited block .
#: doc/uuid.en.1.adoc:56
#, no-wrap
msgid ""
"ID=\"$(basename -- \"$directory\")\"\n"
"if ! uuid \"$ID\"; then\n"
"\techo \"Bad UUID in directory: $ID\" >&2\n"
"\texit 1\n"
"fi\n"
msgstr ""

#. type: Plain text
#: doc/uuid.en.1.adoc:65
msgid ""
"The *uuid* utility generates a new UUID when no _STRING_ is given and write "
"it to _stdout_.  If a _STRING_ is given, *uuid* validates it and exits, and "
"produces no output."
msgstr ""

#. type: Plain text
#: doc/uuid.en.1.adoc:69
msgid ""
"The *-v* option allows for choosing which type of UUID to be emitted, either "
"version 4 (\"the random one\") or version 7 (\"the sortable one\").  When "
"omitted, version 4 is chosen as default."
msgstr ""

#. type: Title ==
#: doc/uuid.en.1.adoc:72
#, no-wrap
msgid "OPTIONS"
msgstr ""

#. type: Labeled list
#: doc/uuid.en.1.adoc:74
#, no-wrap
msgid "*-v NUMBER*"
msgstr ""

#. type: Plain text
#: doc/uuid.en.1.adoc:76
msgid ""
"Choose the UUID version *NUMBER* to be generated.  Supported values are 4 "
"(the default) and 7."
msgstr ""

#. type: Title ==
#: doc/uuid.en.1.adoc:79
#, no-wrap
msgid "OPERANDS"
msgstr ""

#. type: Labeled list
#: doc/uuid.en.1.adoc:81
#, no-wrap
msgid "_STRING_"
msgstr ""

#. type: Plain text
#: doc/uuid.en.1.adoc:82
msgid "If it is"
msgstr ""

#. type: Labeled list
#: doc/uuid.en.1.adoc:83
#, no-wrap
msgid "*not given*"
msgstr ""

#. type: Plain text
#: doc/uuid.en.1.adoc:85
msgid ""
"generate a brand new random UUIDv4, print it to _stdout_ and exit normally;"
msgstr ""

#. type: Labeled list
#: doc/uuid.en.1.adoc:85
#, no-wrap
msgid "*given*"
msgstr ""

#. type: Plain text
#: doc/uuid.en.1.adoc:86
msgid "test if it is a valid UUIDv4 and exit normally if so."
msgstr ""

#. type: Title ==
#: doc/uuid.en.1.adoc:89
#, no-wrap
msgid "IO"
msgstr ""

#. type: Title ===
#: doc/uuid.en.1.adoc:92
#, no-wrap
msgid "STDIN"
msgstr ""

#. type: Plain text
#: doc/uuid.en.1.adoc:95
msgid "Not used."
msgstr ""

#. type: Title ===
#: doc/uuid.en.1.adoc:97
#, no-wrap
msgid "STDOUT"
msgstr ""

#. type: Plain text
#: doc/uuid.en.1.adoc:101
msgid ""
"The UUIDv4 format is made of byte blocks encoded as hexadecimals, using a "
"<hyphen-minus>('`-`') as the block separator:"
msgstr ""

#. type: delimited block .
#: doc/uuid.en.1.adoc:105
#, no-wrap
msgid "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\n"
msgstr ""

#. type: Plain text
#: doc/uuid.en.1.adoc:108
msgid "An example output is:"
msgstr ""

#. type: delimited block .
#: doc/uuid.en.1.adoc:112
#, no-wrap
msgid "cb46d0c0-b2aa-4a6c-a119-8deace2544a2\n"
msgstr ""

#. type: Title ===
#: doc/uuid.en.1.adoc:115
#, no-wrap
msgid "STDERR"
msgstr ""

#. type: Plain text
#: doc/uuid.en.1.adoc:118
msgid ""
"Errors on UUID validation are sent to the standard error.  For instance:"
msgstr ""

#. type: delimited block .
#: doc/uuid.en.1.adoc:123
#, no-wrap
msgid ""
"$ uuid not-a-uuid-123 1>/dev/null\n"
"uuid: str isn't of the correct length\n"
msgstr ""

#. type: Plain text
#: doc/uuid.en.1.adoc:126
msgid "When valid, validation emits nothing and exits with 0."
msgstr ""

#. type: Title ===
#: doc/uuid.en.1.adoc:128
#, no-wrap
msgid "INPUT FILES"
msgstr ""

#. type: Plain text
#: doc/uuid.en.1.adoc:131 doc/uuid.en.1.adoc:136
msgid "None."
msgstr ""

#. type: Title ===
#: doc/uuid.en.1.adoc:133
#, no-wrap
msgid "OUTPUT FILES"
msgstr ""

#. type: Title ==
#: doc/uuid.en.1.adoc:139
#, no-wrap
msgid "EXIT STATUS"
msgstr ""

#. type: Labeled list
#: doc/uuid.en.1.adoc:141
#, no-wrap
msgid "0"
msgstr ""

#. type: Plain text
#: doc/uuid.en.1.adoc:142
msgid "Generating or validating a UUID was successfull."
msgstr ""

#. type: Labeled list
#: doc/uuid.en.1.adoc:142
#, no-wrap
msgid "3"
msgstr ""

#. type: Plain text
#: doc/uuid.en.1.adoc:143
msgid "UUID validation failed."
msgstr ""

#. type: Title ==
#: doc/uuid.en.1.adoc:146
#, no-wrap
msgid "CONFORMING TO"
msgstr ""

#. type: Plain text
#: doc/uuid.en.1.adoc:149
msgid "The versions 4 and 7 of the UUID defined in *RFC 9562*."
msgstr ""

#. type: Title ==
#: doc/uuid.en.1.adoc:152
#, no-wrap
msgid "SEE ALSO"
msgstr ""

#. type: Title ==
#: doc/uuid.en.1.adoc:156
#, no-wrap
msgid "AUTHORS"
msgstr ""

#. type: Plain text
#: doc/uuid.en.1.adoc:159
msgid "mailto:eu@euandre.org[EuAndreh] and contributors."
msgstr ""

#. type: Title ==
#: doc/uuid.en.1.adoc:162
#, no-wrap
msgid "BUGS"
msgstr ""

#. type: Plain text
#: doc/uuid.en.1.adoc:166
msgid ""
"Report bugs to the mailto:~euandreh/public-inbox@lists.sr.ht[mailing list].  "
"Use the subject \"[uuid] BUG or TASK: <description>\"."
msgstr ""

#. type: Plain text
#: doc/uuid.en.1.adoc:167
msgid "Browse bugs https://euandre.org/git/uuid/TODOs.html[online]."
msgstr ""

#. type: Plain text
#: doc/uuid.en.1.adoc:168
msgid "https://euandre.org/git/uuid/[Homepage]."
msgstr ""

#. type: Plain text
#: doc/uuid.en.1.adoc:168
msgid ""
"https://lists.sr.ht/~euandreh/public-inbox?search=%5Buuid%5D[Comments and "
"discussions]."
msgstr ""

#. type: Title =
#: doc/uuid.en.3.adoc:1
#, no-wrap
msgid "uuid(3)"
msgstr ""

#. type: Plain text
#: doc/uuid.en.3.adoc:5 doc/uuid.en.7CHANGELOG.adoc:6
#: doc/uuid.en.7README.adoc:5 doc/uuid.en.7recipes.adoc:5
#: doc/uuid.en.7tutorial.adoc:5 doc/uuid.en.7why.adoc:5
msgid "uuid - ."
msgstr ""

#. type: Title =
#: doc/uuid.en.7CHANGELOG.adoc:1
#, no-wrap
msgid "uuid(7CHANGELOG)"
msgstr ""

#. Entry template:
#. == Unreleased
#. === Added
#. === Changed
#. === Deprecated
#. === Removed
#. === Fixed
#. === Security
#. type: Plain text
#: doc/uuid.en.7CHANGELOG.adoc:21
msgid "Changelog for https://euandre.org/s/uuid/en/[uuid]."
msgstr ""

#. type: Title ==
#: doc/uuid.en.7CHANGELOG.adoc:22
#, no-wrap
msgid "Unreleased"
msgstr ""

#. type: Title =
#: doc/uuid.en.7README.adoc:1
#, no-wrap
msgid "uuid(7README)"
msgstr ""

#. type: Title =
#: doc/uuid.en.7recipes.adoc:1
#, no-wrap
msgid "uuid(7recipes)"
msgstr ""

#. type: Title =
#: doc/uuid.en.7tutorial.adoc:1
#, no-wrap
msgid "uuid(7tutorial)"
msgstr ""

#. type: Title =
#: doc/uuid.en.7why.adoc:1
#, no-wrap
msgid "uuid(7why)"
msgstr ""