summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--po/eo.po270
-rw-r--r--po/pt_BR.po285
2 files changed, 350 insertions, 205 deletions
diff --git a/po/eo.po b/po/eo.po
index ab1d82ff15b..87b9cfb673e 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -7,11 +7,11 @@ msgid ""
7msgstr "" 7msgstr ""
8"Project-Id-Version: guix 0.4-pre2\n" 8"Project-Id-Version: guix 0.4-pre2\n"
9"Report-Msgid-Bugs-To: ludo@gnu.org\n" 9"Report-Msgid-Bugs-To: ludo@gnu.org\n"
10"POT-Creation-Date: 2013-09-25 16:04+0200\n" 10"POT-Creation-Date: 2013-09-27 14:31+0200\n"
11"PO-Revision-Date: 2013-09-25 15:53-0300\n" 11"PO-Revision-Date: 2013-09-25 15:53-0300\n"
12"Last-Translator: Felipe Castro <fefcas@gmail.com>\n" 12"Last-Translator: Felipe Castro <fefcas@gmail.com>\n"
13"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n" 13"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
14"Language: Esperanto\n" 14"Language: eo\n"
15"MIME-Version: 1.0\n" 15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n" 16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n" 17"Content-Transfer-Encoding: 8bit\n"
@@ -53,13 +53,15 @@ msgid ""
53"Sed (stream editor) isn't really a true text editor or text processor.\n" 53"Sed (stream editor) isn't really a true text editor or text processor.\n"
54"Instead, it is used to filter text, i.e., it takes text input and performs\n" 54"Instead, it is used to filter text, i.e., it takes text input and performs\n"
55"some operation (or set of operations) on it and outputs the modified text.\n" 55"some operation (or set of operations) on it and outputs the modified text.\n"
56"Sed is typically used for extracting part of a file using pattern matching or\n" 56"Sed is typically used for extracting part of a file using pattern matching "
57"or\n"
57"substituting multiple occurrences of a string within a file." 58"substituting multiple occurrences of a string within a file."
58msgstr "" 59msgstr ""
59"Sed (flu-redaktilo) ne estas fakte vera tekst-redaktilo aŭ tekst-procezilo.\n" 60"Sed (flu-redaktilo) ne estas fakte vera tekst-redaktilo aŭ tekst-procezilo.\n"
60"Anstataŭe, ĝi estas uzata por filtri tekston, t.e., ĝi prenas tekston kaj\n" 61"Anstataŭe, ĝi estas uzata por filtri tekston, t.e., ĝi prenas tekston kaj\n"
61"aplikas iun operacion (aŭ aron) al ĝi kaj eligas la modifitan tekston.\n" 62"aplikas iun operacion (aŭ aron) al ĝi kaj eligas la modifitan tekston.\n"
62"Sed ordinare estas uzata por eltiri parton de dosiero per ŝablon-kongruon aŭ\n" 63"Sed ordinare estas uzata por eltiri parton de dosiero per ŝablon-kongruon "
64"aŭ\n"
63"por anstataŭigi multoblajn aperojn de ĉeno interne de dosiero." 65"por anstataŭigi multoblajn aperojn de ĉeno interne de dosiero."
64 66
65#: gnu/packages/base.scm:140 67#: gnu/packages/base.scm:140
@@ -76,7 +78,8 @@ msgid ""
76"Initially, tar archives were used to store files conveniently on magnetic\n" 78"Initially, tar archives were used to store files conveniently on magnetic\n"
77"tape. The name \"Tar\" comes from this use; it stands for tape archiver.\n" 79"tape. The name \"Tar\" comes from this use; it stands for tape archiver.\n"
78"Despite the utility's name, Tar can direct its output to available devices,\n" 80"Despite the utility's name, Tar can direct its output to available devices,\n"
79"files, or other programs (using pipes), it can even access remote devices or\n" 81"files, or other programs (using pipes), it can even access remote devices "
82"or\n"
80"files (as archives)." 83"files (as archives)."
81msgstr "" 84msgstr ""
82 85
@@ -87,7 +90,8 @@ msgstr "Apliki malsamojn al originaloj, kun nedevigaj savkopioj"
87#: gnu/packages/base.scm:175 90#: gnu/packages/base.scm:175
88msgid "" 91msgid ""
89"GNU Patch takes a patch file containing a difference listing produced by\n" 92"GNU Patch takes a patch file containing a difference listing produced by\n"
90"the diff program and applies those differences to one or more original files,\n" 93"the diff program and applies those differences to one or more original "
94"files,\n"
91"producing patched versions." 95"producing patched versions."
92msgstr "" 96msgstr ""
93 97
@@ -101,21 +105,25 @@ msgid ""
101"differences between files.\n" 105"differences between files.\n"
102"\n" 106"\n"
103"Computer users often find occasion to ask how two files differ. Perhaps one\n" 107"Computer users often find occasion to ask how two files differ. Perhaps one\n"
104"file is a newer version of the other file. Or maybe the two files started out\n" 108"file is a newer version of the other file. Or maybe the two files started "
109"out\n"
105"as identical copies but were changed by different people.\n" 110"as identical copies but were changed by different people.\n"
106"\n" 111"\n"
107"You can use the diff command to show differences between two files, or each\n" 112"You can use the diff command to show differences between two files, or each\n"
108"corresponding file in two directories. diff outputs differences between files\n" 113"corresponding file in two directories. diff outputs differences between "
114"files\n"
109"line by line in any of several formats, selectable by command line\n" 115"line by line in any of several formats, selectable by command line\n"
110"options. This set of differences is often called a ‘diff’ or ‘patch’. For\n" 116"options. This set of differences is often called a ‘diff’ or ‘patch’. For\n"
111"files that are identical, diff normally produces no output; for\n" 117"files that are identical, diff normally produces no output; for\n"
112"binary (non-text) files, diff normally reports only that they are different.\n" 118"binary (non-text) files, diff normally reports only that they are "
119"different.\n"
113"\n" 120"\n"
114"You can use the cmp command to show the offsets and line numbers where two\n" 121"You can use the cmp command to show the offsets and line numbers where two\n"
115"files differ. cmp can also show all the characters that differ between the\n" 122"files differ. cmp can also show all the characters that differ between the\n"
116"two files, side by side.\n" 123"two files, side by side.\n"
117"\n" 124"\n"
118"You can use the diff3 command to show differences among three files. When two\n" 125"You can use the diff3 command to show differences among three files. When "
126"two\n"
119"people have made independent changes to a common original, diff3 can report\n" 127"people have made independent changes to a common original, diff3 can report\n"
120"the differences between the original and the two changed versions, and can\n" 128"the differences between the original and the two changed versions, and can\n"
121"produce a merged file that contains both persons' changes together with\n" 129"produce a merged file that contains both persons' changes together with\n"
@@ -132,7 +140,8 @@ msgstr "Operacio sur dosieroj kongruantaj al indikia kriterio"
132msgid "" 140msgid ""
133"The GNU Find Utilities are the basic directory searching utilities of\n" 141"The GNU Find Utilities are the basic directory searching utilities of\n"
134"the GNU operating system. These programs are typically used in conjunction\n" 142"the GNU operating system. These programs are typically used in conjunction\n"
135"with other programs to provide modular and powerful directory search and file\n" 143"with other programs to provide modular and powerful directory search and "
144"file\n"
136"locating capabilities to other commands.\n" 145"locating capabilities to other commands.\n"
137"\n" 146"\n"
138"The tools supplied with this package are:\n" 147"The tools supplied with this package are:\n"
@@ -164,8 +173,10 @@ msgid ""
164"non-source files of a program from the program's source files.\n" 173"non-source files of a program from the program's source files.\n"
165"\n" 174"\n"
166"Make gets its knowledge of how to build your program from a file called the\n" 175"Make gets its knowledge of how to build your program from a file called the\n"
167"makefile, which lists each of the non-source files and how to compute it from\n" 176"makefile, which lists each of the non-source files and how to compute it "
168"other files. When you write a program, you should write a makefile for it, so\n" 177"from\n"
178"other files. When you write a program, you should write a makefile for it, "
179"so\n"
169"that it is possible to use Make to build and install the program." 180"that it is possible to use Make to build and install the program."
170msgstr "" 181msgstr ""
171 182
@@ -180,41 +191,45 @@ msgid ""
180"BFD (Binary File Descriptor) library, `gprof', `nm', `strip', etc." 191"BFD (Binary File Descriptor) library, `gprof', `nm', `strip', etc."
181msgstr "" 192msgstr ""
182 193
183#: gnu/packages/base.scm:500 194#: gnu/packages/base.scm:502
184msgid "The GNU C Library" 195msgid "The GNU C Library"
185msgstr "La Biblioteko GNU C" 196msgstr "La Biblioteko GNU C"
186 197
187#: gnu/packages/base.scm:502 198#: gnu/packages/base.scm:504
188msgid "" 199msgid ""
189"Any Unix-like operating system needs a C library: the library which\n" 200"Any Unix-like operating system needs a C library: the library which\n"
190"defines the \"system calls\" and other basic facilities such as open, malloc,\n" 201"defines the \"system calls\" and other basic facilities such as open, "
202"malloc,\n"
191"printf, exit...\n" 203"printf, exit...\n"
192"\n" 204"\n"
193"The GNU C library is used as the C library in the GNU system and most systems\n" 205"The GNU C library is used as the C library in the GNU system and most "
206"systems\n"
194"with the Linux kernel." 207"with the Linux kernel."
195msgstr "" 208msgstr ""
196 209
197#: gnu/packages/base.scm:571 210#: gnu/packages/base.scm:573
198msgid "Database of current and historical time zones" 211msgid "Database of current and historical time zones"
199msgstr "Datumbazo de nuna kaj pasintaj temp-zonoj" 212msgstr "Datumbazo de nuna kaj pasintaj temp-zonoj"
200 213
201#: gnu/packages/base.scm:572 214#: gnu/packages/base.scm:574
202msgid "" 215msgid ""
203"The Time Zone Database (often called tz or zoneinfo)\n" 216"The Time Zone Database (often called tz or zoneinfo)\n"
204"contains code and data that represent the history of local time for many\n" 217"contains code and data that represent the history of local time for many\n"
205"representative locations around the globe. It is updated periodically to\n" 218"representative locations around the globe. It is updated periodically to\n"
206"reflect changes made by political bodies to time zone boundaries, UTC offsets,\n" 219"reflect changes made by political bodies to time zone boundaries, UTC "
220"offsets,\n"
207"and daylight-saving rules." 221"and daylight-saving rules."
208msgstr "" 222msgstr ""
209 223
210#: gnu/packages/base.scm:990 224#: gnu/packages/base.scm:992
211msgid "The linker wrapper" 225msgid "The linker wrapper"
212msgstr "La ligila ĉirkaŭanto" 226msgstr "La ligila ĉirkaŭanto"
213 227
214#: gnu/packages/base.scm:992 228#: gnu/packages/base.scm:994
215msgid "" 229msgid ""
216"The linker wrapper (or `ld-wrapper') wraps the linker to add any\n" 230"The linker wrapper (or `ld-wrapper') wraps the linker to add any\n"
217"missing `-rpath' flags, and to detect any misuse of libraries outside of the\n" 231"missing `-rpath' flags, and to detect any misuse of libraries outside of "
232"the\n"
218"store." 233"store."
219msgstr "" 234msgstr ""
220 235
@@ -248,7 +263,8 @@ msgid ""
248"Guile-Reader is a simple framework for building readers for GNU Guile.\n" 263"Guile-Reader is a simple framework for building readers for GNU Guile.\n"
249"\n" 264"\n"
250"The idea is to make it easy to build procedures that extend Guile’s read\n" 265"The idea is to make it easy to build procedures that extend Guile’s read\n"
251"procedure. Readers supporting various syntax variants can easily be written,\n" 266"procedure. Readers supporting various syntax variants can easily be "
267"written,\n"
252"possibly by re-using existing “token readers” of a standard Scheme\n" 268"possibly by re-using existing “token readers” of a standard Scheme\n"
253"readers. For example, it is used to implement Skribilo’s R5RS-derived\n" 269"readers. For example, it is used to implement Skribilo’s R5RS-derived\n"
254"document syntax.\n" 270"document syntax.\n"
@@ -265,7 +281,8 @@ msgstr "Bindoj de Guile por ncurses"
265#: gnu/packages/guile.scm:268 281#: gnu/packages/guile.scm:268
266msgid "" 282msgid ""
267"GNU Guile-Ncurses is a library for the Guile Scheme interpreter that\n" 283"GNU Guile-Ncurses is a library for the Guile Scheme interpreter that\n"
268"provides functions for creating text user interfaces. The text user interface\n" 284"provides functions for creating text user interfaces. The text user "
285"interface\n"
269"functionality is built on the ncurses libraries: curses, form, panel, and\n" 286"functionality is built on the ncurses libraries: curses, form, panel, and\n"
270"menu." 287"menu."
271msgstr "" 288msgstr ""
@@ -277,9 +294,11 @@ msgstr "Lanĉi taskoj je antaŭplanitaj horoj"
277#: gnu/packages/guile.scm:294 294#: gnu/packages/guile.scm:294
278msgid "" 295msgid ""
279"The GNU package mcron (Mellor's cron) is a 100% compatible replacement\n" 296"The GNU package mcron (Mellor's cron) is a 100% compatible replacement\n"
280"for Vixie cron. It is written in pure Guile, and allows configuration files\n" 297"for Vixie cron. It is written in pure Guile, and allows configuration "
298"files\n"
281"to be written in scheme (as well as Vixie's original format) for infinite\n" 299"to be written in scheme (as well as Vixie's original format) for infinite\n"
282"flexibility in specifying when jobs should be run. Mcron was written by Dale\n" 300"flexibility in specifying when jobs should be run. Mcron was written by "
301"Dale\n"
283"Mellor." 302"Mellor."
284msgstr "" 303msgstr ""
285 304
@@ -301,15 +320,19 @@ msgstr "Lout, dokument-aranĝa sistemo simila al LaTeX, laŭ stilo"
301 320
302#: gnu/packages/lout.scm:111 321#: gnu/packages/lout.scm:111
303msgid "" 322msgid ""
304"The Lout document formatting system is now reads a high-level description of\n" 323"The Lout document formatting system is now reads a high-level description "
305"a document similar in style to LaTeX and produces a PostScript or plain text\n" 324"of\n"
325"a document similar in style to LaTeX and produces a PostScript or plain "
326"text\n"
306"output file.\n" 327"output file.\n"
307"\n" 328"\n"
308"Lout offers an unprecedented range of advanced features, including optimal\n" 329"Lout offers an unprecedented range of advanced features, including optimal\n"
309"paragraph and page breaking, automatic hyphenation, PostScript EPS file\n" 330"paragraph and page breaking, automatic hyphenation, PostScript EPS file\n"
310"inclusion and generation, equation formatting, tables, diagrams, rotation and\n" 331"inclusion and generation, equation formatting, tables, diagrams, rotation "
332"and\n"
311"scaling, sorted indexes, bibliographic databases, running headers and\n" 333"scaling, sorted indexes, bibliographic databases, running headers and\n"
312"odd-even pages, automatic cross referencing, multilingual documents including\n" 334"odd-even pages, automatic cross referencing, multilingual documents "
335"including\n"
313"hyphenation (most European languages are supported), formatting of computer\n" 336"hyphenation (most European languages are supported), formatting of computer\n"
314"programs, and much more, all ready to use. Furthermore, Lout is easily\n" 337"programs, and much more, all ready to use. Furthermore, Lout is easily\n"
315"extended with definitions which are very much easier to write than troff of\n" 338"extended with definitions which are very much easier to write than troff of\n"
@@ -398,23 +421,25 @@ msgstr ""
398"\n" 421"\n"
399" -n, --dry-run ne konstrui derivaĵojn" 422" -n, --dry-run ne konstrui derivaĵojn"
400 423
401#: guix/scripts/build.scm:84 guix/scripts/package.scm:519 424#: guix/scripts/build.scm:84 guix/scripts/package.scm:533
402msgid "" 425msgid ""
403"\n" 426"\n"
404" --fallback fall back to building when the substituter fails" 427" --fallback fall back to building when the substituter fails"
405msgstr "" 428msgstr ""
406"\n" 429"\n"
407" --fallback retropaŝi al konstruado kiam la anstataŭiganto fiaskas" 430" --fallback retropaŝi al konstruado kiam la anstataŭiganto "
431"fiaskas"
408 432
409#: guix/scripts/build.scm:86 guix/scripts/package.scm:521 433#: guix/scripts/build.scm:86 guix/scripts/package.scm:535
410msgid "" 434msgid ""
411"\n" 435"\n"
412" --no-substitutes build instead of resorting to pre-built substitutes" 436" --no-substitutes build instead of resorting to pre-built substitutes"
413msgstr "" 437msgstr ""
414"\n" 438"\n"
415" --no-substitutes konstrui anstataŭ provi jam-konstruitajn anstataŭigantojn" 439" --no-substitutes konstrui anstataŭ provi jam-konstruitajn "
440"anstataŭigantojn"
416 441
417#: guix/scripts/build.scm:88 guix/scripts/package.scm:523 442#: guix/scripts/build.scm:88 guix/scripts/package.scm:537
418msgid "" 443msgid ""
419"\n" 444"\n"
420" --max-silent-time=SECONDS\n" 445" --max-silent-time=SECONDS\n"
@@ -422,7 +447,8 @@ msgid ""
422msgstr "" 447msgstr ""
423"\n" 448"\n"
424" --max-silent-time=SEKUNDOJ\n" 449" --max-silent-time=SEKUNDOJ\n"
425" marki la konstruo kiel fiaskinta post SEKUNDOJ da silento" 450" marki la konstruo kiel fiaskinta post SEKUNDOJ da "
451"silento"
426 452
427#: guix/scripts/build.scm:91 453#: guix/scripts/build.scm:91
428msgid "" 454msgid ""
@@ -439,7 +465,8 @@ msgid ""
439" as a garbage collector root" 465" as a garbage collector root"
440msgstr "" 466msgstr ""
441"\n" 467"\n"
442" -r, --root=DOSIERO igi DOSIEROn simbola ligo al la rezulto, kaj registri\n" 468" -r, --root=DOSIERO igi DOSIEROn simbola ligo al la rezulto, kaj "
469"registri\n"
443" ĝin kiel radikon de rubaĵ-kolektanto" 470" ĝin kiel radikon de rubaĵ-kolektanto"
444 471
445#: guix/scripts/build.scm:96 472#: guix/scripts/build.scm:96
@@ -451,8 +478,8 @@ msgstr ""
451" --verbosity=NIVELO uzi la indikitan detaligan NIVELOn" 478" --verbosity=NIVELO uzi la indikitan detaligan NIVELOn"
452 479
453#: guix/scripts/build.scm:99 guix/scripts/download.scm:53 480#: guix/scripts/build.scm:99 guix/scripts/download.scm:53
454#: guix/scripts/package.scm:540 guix/scripts/gc.scm:58 481#: guix/scripts/package.scm:554 guix/scripts/gc.scm:58
455#: guix/scripts/hash.scm:51 guix/scripts/pull.scm:152 482#: guix/scripts/hash.scm:51 guix/scripts/pull.scm:150
456#: guix/scripts/substitute-binary.scm:463 483#: guix/scripts/substitute-binary.scm:463
457msgid "" 484msgid ""
458"\n" 485"\n"
@@ -462,8 +489,8 @@ msgstr ""
462" -h, --help montri ĉi tiun helpon kaj eliri" 489" -h, --help montri ĉi tiun helpon kaj eliri"
463 490
464#: guix/scripts/build.scm:101 guix/scripts/download.scm:55 491#: guix/scripts/build.scm:101 guix/scripts/download.scm:55
465#: guix/scripts/package.scm:542 guix/scripts/gc.scm:60 492#: guix/scripts/package.scm:556 guix/scripts/gc.scm:60
466#: guix/scripts/hash.scm:53 guix/scripts/pull.scm:154 493#: guix/scripts/hash.scm:53 guix/scripts/pull.scm:152
467#: guix/scripts/substitute-binary.scm:465 494#: guix/scripts/substitute-binary.scm:465
468msgid "" 495msgid ""
469"\n" 496"\n"
@@ -478,8 +505,8 @@ msgid "~a: not a number~%"
478msgstr "~a: ne estas numero~%" 505msgstr "~a: ne estas numero~%"
479 506
480#: guix/scripts/build.scm:176 guix/scripts/download.scm:96 507#: guix/scripts/build.scm:176 guix/scripts/download.scm:96
481#: guix/scripts/package.scm:628 guix/scripts/gc.scm:152 508#: guix/scripts/package.scm:646 guix/scripts/gc.scm:152
482#: guix/scripts/pull.scm:181 509#: guix/scripts/pull.scm:179
483#, scheme-format 510#, scheme-format
484msgid "~A: unrecognized option~%" 511msgid "~A: unrecognized option~%"
485msgstr "~A: nerekonata modifilo~%" 512msgstr "~A: nerekonata modifilo~%"
@@ -489,12 +516,12 @@ msgstr "~A: nerekonata modifilo~%"
489msgid "failed to create GC root `~a': ~a~%" 516msgid "failed to create GC root `~a': ~a~%"
490msgstr "fiasko dum kreo de radiko GC '~a': ~a~%" 517msgstr "fiasko dum kreo de radiko GC '~a': ~a~%"
491 518
492#: guix/scripts/build.scm:226 guix/scripts/package.scm:674 519#: guix/scripts/build.scm:226 guix/scripts/package.scm:692
493#, scheme-format 520#, scheme-format
494msgid "ambiguous package specification `~a'~%" 521msgid "ambiguous package specification `~a'~%"
495msgstr "plursenca pak-specifigo '~a'~%" 522msgstr "plursenca pak-specifigo '~a'~%"
496 523
497#: guix/scripts/build.scm:227 guix/scripts/package.scm:676 524#: guix/scripts/build.scm:227 guix/scripts/package.scm:694
498#, scheme-format 525#, scheme-format
499msgid "choosing ~a from ~a~%" 526msgid "choosing ~a from ~a~%"
500msgstr "ni elektas ~a el ~a~%" 527msgstr "ni elektas ~a el ~a~%"
@@ -548,42 +575,43 @@ msgstr "~a: analizo de URI fiaskis~%"
548msgid "~a: download failed~%" 575msgid "~a: download failed~%"
549msgstr "~a: elŝuto fiaskis~%" 576msgstr "~a: elŝuto fiaskis~%"
550 577
551#: guix/scripts/package.scm:227 578#: guix/scripts/package.scm:222
579#, scheme-format
580msgid "failed to build the empty profile~%"
581msgstr "fiasko dum konstruo de malplena profilo~%"
582
583#: guix/scripts/package.scm:232
552#, scheme-format 584#, scheme-format
553msgid "switching from generation ~a to ~a~%" 585msgid "switching from generation ~a to ~a~%"
554msgstr "alterno el generacio ~a al ~a~%" 586msgstr "alterno el generacio ~a al ~a~%"
555 587
556#: guix/scripts/package.scm:232 588#: guix/scripts/package.scm:244 guix/scripts/package.scm:881
589#: guix/scripts/package.scm:1064
557#, scheme-format 590#, scheme-format
558msgid "profile `~a' does not exist~%" 591msgid "profile '~a' does not exist~%"
559msgstr "profilo '~a' ne ekzistas~%" 592msgstr "profilo '~a' ne ekzistas~%"
560 593
561#: guix/scripts/package.scm:236 594#: guix/scripts/package.scm:248
562#, scheme-format 595#, scheme-format
563msgid "nothing to do: already at the empty profile~%" 596msgid "nothing to do: already at the empty profile~%"
564msgstr "nenio por fari: jam estas ĉe la malplena profilo~%" 597msgstr "nenio por fari: jam estas ĉe la malplena profilo~%"
565 598
566#: guix/scripts/package.scm:242 599#: guix/scripts/package.scm:424
567#, scheme-format
568msgid "failed to build the empty profile~%"
569msgstr "fiasko dum konstruo de malplena profilo~%"
570
571#: guix/scripts/package.scm:413
572#, scheme-format 600#, scheme-format
573msgid "looking for the latest release of GNU ~a..." 601msgid "looking for the latest release of GNU ~a..."
574msgstr "ni serĉas la lastan eldonon de GNU ~a..." 602msgstr "ni serĉas la lastan eldonon de GNU ~a..."
575 603
576#: guix/scripts/package.scm:417 604#: guix/scripts/package.scm:428
577#, scheme-format 605#, scheme-format
578msgid "~a: note: using ~a but ~a is available upstream~%" 606msgid "~a: note: using ~a but ~a is available upstream~%"
579msgstr "~a: rimarko: ni uzas ~a sed ~a disponeblas unuanivele~%" 607msgstr "~a: rimarko: ni uzas ~a sed ~a disponeblas unuanivele~%"
580 608
581#: guix/scripts/package.scm:481 609#: guix/scripts/package.scm:492
582#, scheme-format 610#, scheme-format
583msgid "The following environment variable definitions may be needed:~%" 611msgid "The following environment variable definitions may be needed:~%"
584msgstr "La jenaj medi-variablaj difinoj povos esti necesaj:~%" 612msgstr "La jenaj medi-variablaj difinoj povos esti necesaj:~%"
585 613
586#: guix/scripts/package.scm:496 614#: guix/scripts/package.scm:507
587msgid "" 615msgid ""
588"Usage: guix package [OPTION]... PACKAGES...\n" 616"Usage: guix package [OPTION]... PACKAGES...\n"
589"Install, remove, or upgrade PACKAGES in a single transaction.\n" 617"Install, remove, or upgrade PACKAGES in a single transaction.\n"
@@ -591,7 +619,7 @@ msgstr ""
591"Uzmaniero: guix package [MODIFILO]... PAKOJ...\n" 619"Uzmaniero: guix package [MODIFILO]... PAKOJ...\n"
592"Instalas, forigas, aŭ ĝisdatigas PAKOJn en ununura ago.\n" 620"Instalas, forigas, aŭ ĝisdatigas PAKOJn en ununura ago.\n"
593 621
594#: guix/scripts/package.scm:498 622#: guix/scripts/package.scm:509
595msgid "" 623msgid ""
596"\n" 624"\n"
597" -i, --install=PACKAGE install PACKAGE" 625" -i, --install=PACKAGE install PACKAGE"
@@ -599,7 +627,7 @@ msgstr ""
599"\n" 627"\n"
600" -i, --install=PAKO instali PAKOn" 628" -i, --install=PAKO instali PAKOn"
601 629
602#: guix/scripts/package.scm:500 630#: guix/scripts/package.scm:511
603msgid "" 631msgid ""
604"\n" 632"\n"
605" -e, --install-from-expression=EXP\n" 633" -e, --install-from-expression=EXP\n"
@@ -609,7 +637,7 @@ msgstr ""
609" -e, --install-from-expression=ESP\n" 637" -e, --install-from-expression=ESP\n"
610" instali la pakon ESP rezultas al" 638" instali la pakon ESP rezultas al"
611 639
612#: guix/scripts/package.scm:503 640#: guix/scripts/package.scm:514
613msgid "" 641msgid ""
614"\n" 642"\n"
615" -r, --remove=PACKAGE remove PACKAGE" 643" -r, --remove=PACKAGE remove PACKAGE"
@@ -617,15 +645,16 @@ msgstr ""
617"\n" 645"\n"
618" -r, --remove=PAKO forigi PAKOn" 646" -r, --remove=PAKO forigi PAKOn"
619 647
620#: guix/scripts/package.scm:505 648#: guix/scripts/package.scm:516
621msgid "" 649msgid ""
622"\n" 650"\n"
623" -u, --upgrade[=REGEXP] upgrade all the installed packages matching REGEXP" 651" -u, --upgrade[=REGEXP] upgrade all the installed packages matching REGEXP"
624msgstr "" 652msgstr ""
625"\n" 653"\n"
626" -u, --upgrade[=REGESP] ĝisdatigi ĉiujn instalitajn pakojn kongruantajn al REGESP" 654" -u, --upgrade[=REGESP] ĝisdatigi ĉiujn instalitajn pakojn kongruantajn al "
655"REGESP"
627 656
628#: guix/scripts/package.scm:507 657#: guix/scripts/package.scm:518
629msgid "" 658msgid ""
630"\n" 659"\n"
631" --roll-back roll back to the previous generation" 660" --roll-back roll back to the previous generation"
@@ -633,7 +662,7 @@ msgstr ""
633"\n" 662"\n"
634" --roll-back retropaŝi al la antaŭa generacio" 663" --roll-back retropaŝi al la antaŭa generacio"
635 664
636#: guix/scripts/package.scm:509 665#: guix/scripts/package.scm:520
637msgid "" 666msgid ""
638"\n" 667"\n"
639" --search-paths display needed environment variable definitions" 668" --search-paths display needed environment variable definitions"
@@ -641,7 +670,7 @@ msgstr ""
641"\n" 670"\n"
642" --search-paths montri necesajn medi-variablajn difinojn" 671" --search-paths montri necesajn medi-variablajn difinojn"
643 672
644#: guix/scripts/package.scm:511 673#: guix/scripts/package.scm:522
645msgid "" 674msgid ""
646"\n" 675"\n"
647" -l, --list-generations[=PATTERN]\n" 676" -l, --list-generations[=PATTERN]\n"
@@ -651,15 +680,27 @@ msgstr ""
651" -I, --list-generations[=ŜABLONO]\n" 680" -I, --list-generations[=ŜABLONO]\n"
652" listigi generaciojn kongruantajn al ŜABLONO" 681" listigi generaciojn kongruantajn al ŜABLONO"
653 682
654#: guix/scripts/package.scm:515 683#: guix/scripts/package.scm:525
684#, fuzzy
685msgid ""
686"\n"
687" -d, --delete-generations[=PATTERN]\n"
688" delete generations matching PATTERN"
689msgstr ""
690"\n"
691" -I, --list-generations[=ŜABLONO]\n"
692" listigi generaciojn kongruantajn al ŜABLONO"
693
694#: guix/scripts/package.scm:529
655msgid "" 695msgid ""
656"\n" 696"\n"
657" -p, --profile=PROFILE use PROFILE instead of the user's default profile" 697" -p, --profile=PROFILE use PROFILE instead of the user's default profile"
658msgstr "" 698msgstr ""
659"\n" 699"\n"
660" -p, --profile=PROFILO uzi PROFILOn anstataŭ la apriora profilo de la uzanto" 700" -p, --profile=PROFILO uzi PROFILOn anstataŭ la apriora profilo de la "
701"uzanto"
661 702
662#: guix/scripts/package.scm:517 703#: guix/scripts/package.scm:531
663msgid "" 704msgid ""
664"\n" 705"\n"
665" -n, --dry-run show what would be done without actually doing it" 706" -n, --dry-run show what would be done without actually doing it"
@@ -667,7 +708,7 @@ msgstr ""
667"\n" 708"\n"
668" -n, --dry-run montri kion estus farita sen fakte fari ĝin" 709" -n, --dry-run montri kion estus farita sen fakte fari ĝin"
669 710
670#: guix/scripts/package.scm:526 711#: guix/scripts/package.scm:540
671msgid "" 712msgid ""
672"\n" 713"\n"
673" --bootstrap use the bootstrap Guile to build the profile" 714" --bootstrap use the bootstrap Guile to build the profile"
@@ -675,7 +716,7 @@ msgstr ""
675"\n" 716"\n"
676" --bootstrap uzi la praŝargilon Guile por konstrui la profilon" 717" --bootstrap uzi la praŝargilon Guile por konstrui la profilon"
677 718
678#: guix/scripts/package.scm:528 guix/scripts/pull.scm:147 719#: guix/scripts/package.scm:542 guix/scripts/pull.scm:145
679msgid "" 720msgid ""
680"\n" 721"\n"
681" --verbose produce verbose output" 722" --verbose produce verbose output"
@@ -683,7 +724,7 @@ msgstr ""
683"\n" 724"\n"
684" --verbose produkti detalplenan eligon" 725" --verbose produkti detalplenan eligon"
685 726
686#: guix/scripts/package.scm:531 727#: guix/scripts/package.scm:545
687msgid "" 728msgid ""
688"\n" 729"\n"
689" -s, --search=REGEXP search in synopsis and description using REGEXP" 730" -s, --search=REGEXP search in synopsis and description using REGEXP"
@@ -691,7 +732,7 @@ msgstr ""
691"\n" 732"\n"
692" -s, --search=REGESP serĉi en resumo kaj priskribo uzante REGESP" 733" -s, --search=REGESP serĉi en resumo kaj priskribo uzante REGESP"
693 734
694#: guix/scripts/package.scm:533 735#: guix/scripts/package.scm:547
695msgid "" 736msgid ""
696"\n" 737"\n"
697" -I, --list-installed[=REGEXP]\n" 738" -I, --list-installed[=REGEXP]\n"
@@ -701,7 +742,7 @@ msgstr ""
701" -I, --list-installed[=REGESP]\n" 742" -I, --list-installed[=REGESP]\n"
702" listigi instalitajn pakojn kongruantajn al REGESP" 743" listigi instalitajn pakojn kongruantajn al REGESP"
703 744
704#: guix/scripts/package.scm:536 745#: guix/scripts/package.scm:550
705msgid "" 746msgid ""
706"\n" 747"\n"
707" -A, --list-available[=REGEXP]\n" 748" -A, --list-available[=REGEXP]\n"
@@ -711,90 +752,95 @@ msgstr ""
711" -A, --list-available[=REGESP]\n" 752" -A, --list-available[=REGESP]\n"
712" listigi disponeblajn pakojn kongruantajn al REGESP" 753" listigi disponeblajn pakojn kongruantajn al REGESP"
713 754
714#: guix/scripts/package.scm:630 755#: guix/scripts/package.scm:648
715#, scheme-format 756#, scheme-format
716msgid "~A: extraneous argument~%" 757msgid "~A: extraneous argument~%"
717msgstr "~A: fremda argumento~%" 758msgstr "~A: fremda argumento~%"
718 759
719#: guix/scripts/package.scm:658 760#: guix/scripts/package.scm:676
720#, scheme-format 761#, scheme-format
721msgid "package `~a' lacks output `~a'~%" 762msgid "package `~a' lacks output `~a'~%"
722msgstr "pako '~a' malhavas eligon '~a'~%" 763msgstr "pako '~a' malhavas eligon '~a'~%"
723 764
724#: guix/scripts/package.scm:682 765#: guix/scripts/package.scm:700
725#, scheme-format 766#, scheme-format
726msgid "~a: package not found~%" 767msgid "~a: package not found~%"
727msgstr "~a: pako ne trovita~%" 768msgstr "~a: pako ne trovita~%"
728 769
729#: guix/scripts/package.scm:705 770#: guix/scripts/package.scm:723
730#, scheme-format 771#, scheme-format
731msgid "Try \"info '(guix) Invoking guix package'\" for more information.~%" 772msgid "Try \"info '(guix) Invoking guix package'\" for more information.~%"
732msgstr "Provu \"info '(guix) Invoking guix package'\" por pli da informo.'%" 773msgstr "Provu \"info '(guix) Invoking guix package'\" por pli da informo.'%"
733 774
734#: guix/scripts/package.scm:727 775#: guix/scripts/package.scm:745
735#, scheme-format 776#, scheme-format
736msgid "error: while creating directory `~a': ~a~%" 777msgid "error: while creating directory `~a': ~a~%"
737msgstr "eraro: dum kreo de dosierujo '~a': ~a~%" 778msgstr "eraro: dum kreo de dosierujo '~a': ~a~%"
738 779
739#: guix/scripts/package.scm:731 780#: guix/scripts/package.scm:749
740#, scheme-format 781#, scheme-format
741msgid "Please create the `~a' directory, with you as the owner.~%" 782msgid "Please create the `~a' directory, with you as the owner.~%"
742msgstr "Bonvolu krei la dosierujon '~a', kun vi kiel posedanto.~%" 783msgstr "Bonvolu krei la dosierujon '~a', kun vi kiel posedanto.~%"
743 784
744#: guix/scripts/package.scm:738 785#: guix/scripts/package.scm:756
745#, scheme-format 786#, scheme-format
746msgid "error: directory `~a' is not owned by you~%" 787msgid "error: directory `~a' is not owned by you~%"
747msgstr "eraro: dosierujo '~a' ne estas posedata de vi~%" 788msgstr "eraro: dosierujo '~a' ne estas posedata de vi~%"
748 789
749#: guix/scripts/package.scm:741 790#: guix/scripts/package.scm:759
750#, scheme-format 791#, scheme-format
751msgid "Please change the owner of `~a' to user ~s.~%" 792msgid "Please change the owner of `~a' to user ~s.~%"
752msgstr "Bonvole ŝanĝu la posedanton de '~a' al la uzanto ~s.~%" 793msgstr "Bonvole ŝanĝu la posedanton de '~a' al la uzanto ~s.~%"
753 794
754#: guix/scripts/package.scm:799 795#: guix/scripts/package.scm:817
755#, scheme-format 796#, scheme-format
756msgid "The following package would be removed:~% ~{~a~%~}~%" 797msgid "The following package would be removed:~% ~{~a~%~}~%"
757msgstr "La jena pako devos esti forigata:~% ~{~a~%~}~%" 798msgstr "La jena pako devos esti forigata:~% ~{~a~%~}~%"
758 799
759#: guix/scripts/package.scm:804 800#: guix/scripts/package.scm:822
760#, scheme-format 801#, scheme-format
761msgid "The following package will be removed:~% ~{~a~%~}~%" 802msgid "The following package will be removed:~% ~{~a~%~}~%"
762msgstr "La jena pako estos forigata:~% ~{~a~%~}~%" 803msgstr "La jena pako estos forigata:~% ~{~a~%~}~%"
763 804
764#: guix/scripts/package.scm:816 805#: guix/scripts/package.scm:834
765#, scheme-format 806#, scheme-format
766msgid "The following package would be installed:~%~{~a~%~}~%" 807msgid "The following package would be installed:~%~{~a~%~}~%"
767msgstr "La jena pako estus instalata:~% ~{~a~%~}~%" 808msgstr "La jena pako estus instalata:~% ~{~a~%~}~%"
768 809
769#: guix/scripts/package.scm:821 810#: guix/scripts/package.scm:839
770#, scheme-format 811#, scheme-format
771msgid "The following package will be installed:~%~{~a~%~}~%" 812msgid "The following package will be installed:~%~{~a~%~}~%"
772msgstr "La jena pako estos instalata:~% ~{~a~%~}~%" 813msgstr "La jena pako estos instalata:~% ~{~a~%~}~%"
773 814
774#: guix/scripts/package.scm:933 815#: guix/scripts/package.scm:851
816#, fuzzy, scheme-format
817msgid "deleting ~a~%"
818msgstr "Generacio ~a\t~a~%"
819
820#: guix/scripts/package.scm:904 guix/scripts/package.scm:1078
821#, scheme-format
822msgid "invalid syntax: ~a~%"
823msgstr "malvalida sintakso: ~a~%"
824
825#: guix/scripts/package.scm:1016
775#, scheme-format 826#, scheme-format
776msgid "nothing to be done~%" 827msgid "nothing to be done~%"
777msgstr "nenio por fari~%" 828msgstr "nenio por fari~%"
778 829
779#: guix/scripts/package.scm:944 830#: guix/scripts/package.scm:1027
780#, scheme-format 831#, scheme-format
781msgid "~a package in profile~%" 832msgid "~a package in profile~%"
782msgstr "pako ~a en profilo~%" 833msgstr "pako ~a en profilo~%"
783 834
784#: guix/scripts/package.scm:959 835#: guix/scripts/package.scm:1042
785#, scheme-format 836#, fuzzy, scheme-format
786msgid "Generation ~a\t~a~%" 837msgid "Generation ~a\t~a"
787msgstr "Generacio ~a\t~a~%" 838msgstr "Generacio ~a\t~a~%"
788 839
789#: guix/scripts/package.scm:977 840#: guix/scripts/package.scm:1049
790#, scheme-format 841#, scheme-format
791msgid "profile '~a' does not exist~%" 842msgid "~a\t(current)~%"
792msgstr "profilo '~a' ne ekzistas~%" 843msgstr ""
793
794#: guix/scripts/package.scm:986
795#, scheme-format
796msgid "invalid syntax: ~a~%"
797msgstr "malvalida sintakso: ~a~%"
798 844
799#: guix/scripts/gc.scm:39 845#: guix/scripts/gc.scm:39
800msgid "" 846msgid ""
@@ -906,7 +952,7 @@ msgstr "~a~%"
906msgid "wrong number of arguments~%" 952msgid "wrong number of arguments~%"
907msgstr "malĝusta nombro da argumentoj~%" 953msgstr "malĝusta nombro da argumentoj~%"
908 954
909#: guix/scripts/pull.scm:145 955#: guix/scripts/pull.scm:143
910msgid "" 956msgid ""
911"Usage: guix pull [OPTION]...\n" 957"Usage: guix pull [OPTION]...\n"
912"Download and deploy the latest version of Guix.\n" 958"Download and deploy the latest version of Guix.\n"
@@ -914,7 +960,7 @@ msgstr ""
914"Uzmaniero: guix pull [MODIFILO]...\n" 960"Uzmaniero: guix pull [MODIFILO]...\n"
915"Elŝuti kaj liveri la lastan version de Guix.\n" 961"Elŝuti kaj liveri la lastan version de Guix.\n"
916 962
917#: guix/scripts/pull.scm:149 963#: guix/scripts/pull.scm:147
918msgid "" 964msgid ""
919"\n" 965"\n"
920" --bootstrap use the bootstrap Guile to build the new Guix" 966" --bootstrap use the bootstrap Guile to build the new Guix"
@@ -922,26 +968,26 @@ msgstr ""
922"\n" 968"\n"
923" --bootstrap uzi la 'bootstrap' Guile por konstrui novan Guix" 969" --bootstrap uzi la 'bootstrap' Guile por konstrui novan Guix"
924 970
925#: guix/scripts/pull.scm:183 971#: guix/scripts/pull.scm:181
926#, scheme-format 972#, scheme-format
927msgid "~A: unexpected argument~%" 973msgid "~A: unexpected argument~%"
928msgstr "~A: neatendita argumento~%" 974msgstr "~A: neatendita argumento~%"
929 975
930#: guix/scripts/pull.scm:192 976#: guix/scripts/pull.scm:190
931msgid "failed to download up-to-date source, exiting\n" 977msgid "failed to download up-to-date source, exiting\n"
932msgstr "fiasko dum elŝuto de aktuala fonto, ni ĉesas\n" 978msgstr "fiasko dum elŝuto de aktuala fonto, ni ĉesas\n"
933 979
934#: guix/scripts/pull.scm:211 980#: guix/scripts/pull.scm:209
935#, scheme-format 981#, scheme-format
936msgid "updated ~a successfully deployed under `~a'~%" 982msgid "updated ~a successfully deployed under `~a'~%"
937msgstr "ni ĝisdatigis ~a sukcese, liverita sur '~a'~%" 983msgstr "ni ĝisdatigis ~a sukcese, liverita sur '~a'~%"
938 984
939#: guix/scripts/pull.scm:214 985#: guix/scripts/pull.scm:212
940#, scheme-format 986#, scheme-format
941msgid "failed to update Guix, check the build log~%" 987msgid "failed to update Guix, check the build log~%"
942msgstr "fiasko dum ĝisdatigo de Guix, kontrolu la konstru-protokolon~%" 988msgstr "fiasko dum ĝisdatigo de Guix, kontrolu la konstru-protokolon~%"
943 989
944#: guix/scripts/pull.scm:216 990#: guix/scripts/pull.scm:214
945msgid "Guix already up to date\n" 991msgid "Guix already up to date\n"
946msgstr "Guix jam estas ĝisdata\n" 992msgstr "Guix jam estas ĝisdata\n"
947 993
@@ -963,7 +1009,9 @@ msgstr "Ni elŝutas, bonvolu atendi...~%"
963#: guix/scripts/substitute-binary.scm:427 1009#: guix/scripts/substitute-binary.scm:427
964#, scheme-format 1010#, scheme-format
965msgid "(Please consider upgrading Guile to get proper progress report.)~%" 1011msgid "(Please consider upgrading Guile to get proper progress report.)~%"
966msgstr "(Bonvolu konsideri pri ĝisdatigo de Guile por havigi ĝustan progres-raporton.)~%" 1012msgstr ""
1013"(Bonvolu konsideri pri ĝisdatigo de Guile por havigi ĝustan progres-"
1014"raporton.)~%"
967 1015
968#: guix/scripts/substitute-binary.scm:444 1016#: guix/scripts/substitute-binary.scm:444
969#, scheme-format 1017#, scheme-format
@@ -997,7 +1045,8 @@ msgid ""
997msgstr "" 1045msgstr ""
998"\n" 1046"\n"
999" --substitute KONSERV-DOSIERO CELO\n" 1047" --substitute KONSERV-DOSIERO CELO\n"
1000" elŝuti KONSERV-DOSIEROn kaj konservi ĝin kiel Nar en la\n" 1048" elŝuti KONSERV-DOSIEROn kaj konservi ĝin kiel Nar "
1049"en la\n"
1001" dosiero CELO" 1050" dosiero CELO"
1002 1051
1003#: guix/scripts/substitute-binary.scm:567 1052#: guix/scripts/substitute-binary.scm:567
@@ -1180,3 +1229,6 @@ msgstr "elŝuto fiaskis; uzu pli novan Guile~%"
1180#, scheme-format 1229#, scheme-format
1181msgid "following redirection to `~a'...~%" 1230msgid "following redirection to `~a'...~%"
1182msgstr "ni sekvas la redirektigon al '~a'...~%" 1231msgstr "ni sekvas la redirektigon al '~a'...~%"
1232
1233#~ msgid "profile `~a' does not exist~%"
1234#~ msgstr "profilo '~a' ne ekzistas~%"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index fe7690722b9..6f512eeeda3 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -8,7 +8,7 @@ msgid ""
8msgstr "" 8msgstr ""
9"Project-Id-Version: guix 0.3-pre3\n" 9"Project-Id-Version: guix 0.3-pre3\n"
10"Report-Msgid-Bugs-To: ludo@gnu.org\n" 10"Report-Msgid-Bugs-To: ludo@gnu.org\n"
11"POT-Creation-Date: 2013-07-17 10:50+0200\n" 11"POT-Creation-Date: 2013-09-27 14:31+0200\n"
12"PO-Revision-Date: 2013-07-15 01:40-0300\n" 12"PO-Revision-Date: 2013-07-15 01:40-0300\n"
13"Last-Translator: Rafael Ferreira <rafael.f.f1@gmail.com>\n" 13"Last-Translator: Rafael Ferreira <rafael.f.f1@gmail.com>\n"
14"Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge." 14"Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
@@ -271,11 +271,11 @@ msgstr ""
271"\"ld\" (o GNU linker) e \"as\" (o GNU assembler). Eles também incluem a\n" 271"\"ld\" (o GNU linker) e \"as\" (o GNU assembler). Eles também incluem a\n"
272"biblioteca BFD (Binary File Descriptor), \"gprof\", \"nm\", \"strip\", etc." 272"biblioteca BFD (Binary File Descriptor), \"gprof\", \"nm\", \"strip\", etc."
273 273
274#: gnu/packages/base.scm:500 274#: gnu/packages/base.scm:502
275msgid "The GNU C Library" 275msgid "The GNU C Library"
276msgstr "A GNU C Library" 276msgstr "A GNU C Library"
277 277
278#: gnu/packages/base.scm:502 278#: gnu/packages/base.scm:504
279msgid "" 279msgid ""
280"Any Unix-like operating system needs a C library: the library which\n" 280"Any Unix-like operating system needs a C library: the library which\n"
281"defines the \"system calls\" and other basic facilities such as open, " 281"defines the \"system calls\" and other basic facilities such as open, "
@@ -293,11 +293,11 @@ msgstr ""
293"A biblioteca C do GNU é usada como uma biblioteca C no sistema GNU e na\n" 293"A biblioteca C do GNU é usada como uma biblioteca C no sistema GNU e na\n"
294"maioria dos sistemas com kernel Linux." 294"maioria dos sistemas com kernel Linux."
295 295
296#: gnu/packages/base.scm:571 296#: gnu/packages/base.scm:573
297msgid "Database of current and historical time zones" 297msgid "Database of current and historical time zones"
298msgstr "Banco de dados de fusos horários históricos e atuais" 298msgstr "Banco de dados de fusos horários históricos e atuais"
299 299
300#: gnu/packages/base.scm:572 300#: gnu/packages/base.scm:574
301msgid "" 301msgid ""
302"The Time Zone Database (often called tz or zoneinfo)\n" 302"The Time Zone Database (often called tz or zoneinfo)\n"
303"contains code and data that represent the history of local time for many\n" 303"contains code and data that represent the history of local time for many\n"
@@ -313,12 +313,12 @@ msgstr ""
313"fusos\n" 313"fusos\n"
314"horários, posição do UTC e regras de horário de verão." 314"horários, posição do UTC e regras de horário de verão."
315 315
316#: gnu/packages/base.scm:990 316#: gnu/packages/base.scm:992
317msgid "The linker wrapper" 317msgid "The linker wrapper"
318msgstr "A interface do linker" 318msgstr "A interface do linker"
319 319
320# Desconheço tradução para o 'linker', sendo ele amplamente conhecido com este nome. Além do mais, o binutils não foi traduzido até a tradução inicial do guix. Portanto, mantive 'linker' - Rafael 320# Desconheço tradução para o 'linker', sendo ele amplamente conhecido com este nome. Além do mais, o binutils não foi traduzido até a tradução inicial do guix. Portanto, mantive 'linker' - Rafael
321#: gnu/packages/base.scm:992 321#: gnu/packages/base.scm:994
322msgid "" 322msgid ""
323"The linker wrapper (or `ld-wrapper') wraps the linker to add any\n" 323"The linker wrapper (or `ld-wrapper') wraps the linker to add any\n"
324"missing `-rpath' flags, and to detect any misuse of libraries outside of " 324"missing `-rpath' flags, and to detect any misuse of libraries outside of "
@@ -439,6 +439,18 @@ msgstr ""
439"flexibilidade infinita em especificar quando os trabalhos deveriam ser\n" 439"flexibilidade infinita em especificar quando os trabalhos deveriam ser\n"
440"executados. Mcron foi escrito por Dale Mellor." 440"executados. Mcron foi escrito por Dale Mellor."
441 441
442#: gnu/packages/guile.scm:323
443msgid "Collection of useful Guile Scheme modules"
444msgstr ""
445
446#: gnu/packages/guile.scm:325
447msgid ""
448"guile-lib is intended as an accumulation place for pure-scheme Guile\n"
449"modules, allowing for people to cooperate integrating their generic Guile\n"
450"modules into a coherent library. Think \"a down-scaled, limited-scope CPAN\n"
451"for Guile\"."
452msgstr ""
453
442#: gnu/packages/lout.scm:109 454#: gnu/packages/lout.scm:109
443msgid "Lout, a document layout system similar in style to LaTeX" 455msgid "Lout, a document layout system similar in style to LaTeX"
444msgstr "Lout, um sistema de layout de documentos similar em estilo ao LaTeX" 456msgstr "Lout, um sistema de layout de documentos similar em estilo ao LaTeX"
@@ -571,7 +583,7 @@ msgstr ""
571"\n" 583"\n"
572" -n, --dry-run não compila as derivações" 584" -n, --dry-run não compila as derivações"
573 585
574#: guix/scripts/build.scm:84 guix/scripts/package.scm:449 586#: guix/scripts/build.scm:84 guix/scripts/package.scm:533
575msgid "" 587msgid ""
576"\n" 588"\n"
577" --fallback fall back to building when the substituter fails" 589" --fallback fall back to building when the substituter fails"
@@ -579,7 +591,7 @@ msgstr ""
579"\n" 591"\n"
580" --fallback volta para compilação quando o substituto falhar" 592" --fallback volta para compilação quando o substituto falhar"
581 593
582#: guix/scripts/build.scm:86 guix/scripts/package.scm:451 594#: guix/scripts/build.scm:86 guix/scripts/package.scm:535
583msgid "" 595msgid ""
584"\n" 596"\n"
585" --no-substitutes build instead of resorting to pre-built substitutes" 597" --no-substitutes build instead of resorting to pre-built substitutes"
@@ -588,7 +600,7 @@ msgstr ""
588" --no-substitutes compila, em vez de recorrer a substitutos\n" 600" --no-substitutes compila, em vez de recorrer a substitutos\n"
589" pré-construídos" 601" pré-construídos"
590 602
591#: guix/scripts/build.scm:88 guix/scripts/package.scm:453 603#: guix/scripts/build.scm:88 guix/scripts/package.scm:537
592msgid "" 604msgid ""
593"\n" 605"\n"
594" --max-silent-time=SECONDS\n" 606" --max-silent-time=SECONDS\n"
@@ -628,8 +640,9 @@ msgstr ""
628" --verbosity=NÍVEL usa o NÍVEL de detalhamento dado" 640" --verbosity=NÍVEL usa o NÍVEL de detalhamento dado"
629 641
630#: guix/scripts/build.scm:99 guix/scripts/download.scm:53 642#: guix/scripts/build.scm:99 guix/scripts/download.scm:53
631#: guix/scripts/package.scm:470 guix/scripts/gc.scm:58 643#: guix/scripts/package.scm:554 guix/scripts/gc.scm:58
632#: guix/scripts/hash.scm:51 guix/scripts/pull.scm:149 644#: guix/scripts/hash.scm:51 guix/scripts/pull.scm:150
645#: guix/scripts/substitute-binary.scm:463
633msgid "" 646msgid ""
634"\n" 647"\n"
635" -h, --help display this help and exit" 648" -h, --help display this help and exit"
@@ -638,8 +651,9 @@ msgstr ""
638" -h, --help exibe esta ajuda e sai" 651" -h, --help exibe esta ajuda e sai"
639 652
640#: guix/scripts/build.scm:101 guix/scripts/download.scm:55 653#: guix/scripts/build.scm:101 guix/scripts/download.scm:55
641#: guix/scripts/package.scm:472 guix/scripts/gc.scm:60 654#: guix/scripts/package.scm:556 guix/scripts/gc.scm:60
642#: guix/scripts/hash.scm:53 guix/scripts/pull.scm:151 655#: guix/scripts/hash.scm:53 guix/scripts/pull.scm:152
656#: guix/scripts/substitute-binary.scm:465
643msgid "" 657msgid ""
644"\n" 658"\n"
645" -V, --version display version information and exit" 659" -V, --version display version information and exit"
@@ -653,8 +667,8 @@ msgid "~a: not a number~%"
653msgstr "~a: não é um número~%" 667msgstr "~a: não é um número~%"
654 668
655#: guix/scripts/build.scm:176 guix/scripts/download.scm:96 669#: guix/scripts/build.scm:176 guix/scripts/download.scm:96
656#: guix/scripts/package.scm:554 guix/scripts/gc.scm:152 670#: guix/scripts/package.scm:646 guix/scripts/gc.scm:152
657#: guix/scripts/pull.scm:178 671#: guix/scripts/pull.scm:179
658#, scheme-format 672#, scheme-format
659msgid "~A: unrecognized option~%" 673msgid "~A: unrecognized option~%"
660msgstr "~A: opção desconhecida~%" 674msgstr "~A: opção desconhecida~%"
@@ -664,12 +678,12 @@ msgstr "~A: opção desconhecida~%"
664msgid "failed to create GC root `~a': ~a~%" 678msgid "failed to create GC root `~a': ~a~%"
665msgstr "falha ao criar raiz de GC \"~a\": ~a~%" 679msgstr "falha ao criar raiz de GC \"~a\": ~a~%"
666 680
667#: guix/scripts/build.scm:226 guix/scripts/package.scm:600 681#: guix/scripts/build.scm:226 guix/scripts/package.scm:692
668#, scheme-format 682#, scheme-format
669msgid "ambiguous package specification `~a'~%" 683msgid "ambiguous package specification `~a'~%"
670msgstr "especificação ambígua de pacote \"~a\"~%" 684msgstr "especificação ambígua de pacote \"~a\"~%"
671 685
672#: guix/scripts/build.scm:227 guix/scripts/package.scm:602 686#: guix/scripts/build.scm:227 guix/scripts/package.scm:694
673#, scheme-format 687#, scheme-format
674msgid "choosing ~a from ~a~%" 688msgid "choosing ~a from ~a~%"
675msgstr "escolhendo ~a de ~a~%" 689msgstr "escolhendo ~a de ~a~%"
@@ -723,44 +737,45 @@ msgstr "~a: falha ao analisar URI~%"
723msgid "~a: download failed~%" 737msgid "~a: download failed~%"
724msgstr "~a: falha no download~%" 738msgstr "~a: falha no download~%"
725 739
740#: guix/scripts/package.scm:222
741#, scheme-format
742msgid "failed to build the empty profile~%"
743msgstr "falha ao compilar o perfil vazio~%"
744
726# geração, criação? 745# geração, criação?
727#: guix/scripts/package.scm:225 746#: guix/scripts/package.scm:232
728#, scheme-format 747#, scheme-format
729msgid "switching from generation ~a to ~a~%" 748msgid "switching from generation ~a to ~a~%"
730msgstr "trocando para geração de ~a para ~a~%" 749msgstr "trocando para geração de ~a para ~a~%"
731 750
732#: guix/scripts/package.scm:230 751#: guix/scripts/package.scm:244 guix/scripts/package.scm:881
733#, scheme-format 752#: guix/scripts/package.scm:1064
734msgid "profile `~a' does not exist~%" 753#, fuzzy, scheme-format
754msgid "profile '~a' does not exist~%"
735msgstr "perfil \"~a\" não existe~%" 755msgstr "perfil \"~a\" não existe~%"
736 756
737#: guix/scripts/package.scm:234 757#: guix/scripts/package.scm:248
738#, scheme-format 758#, scheme-format
739msgid "nothing to do: already at the empty profile~%" 759msgid "nothing to do: already at the empty profile~%"
740msgstr "nada a ser feito: já está no perfil vazio~%" 760msgstr "nada a ser feito: já está no perfil vazio~%"
741 761
742#: guix/scripts/package.scm:243 762#: guix/scripts/package.scm:424
743#, scheme-format
744msgid "failed to build the empty profile~%"
745msgstr "falha ao compilar o perfil vazio~%"
746
747#: guix/scripts/package.scm:346
748#, scheme-format 763#, scheme-format
749msgid "looking for the latest release of GNU ~a..." 764msgid "looking for the latest release of GNU ~a..."
750msgstr "procurando pelo último lançamento do GNU ~a..." 765msgstr "procurando pelo último lançamento do GNU ~a..."
751 766
752#: guix/scripts/package.scm:350 767#: guix/scripts/package.scm:428
753#, scheme-format 768#, scheme-format
754msgid "~a: note: using ~a but ~a is available upstream~%" 769msgid "~a: note: using ~a but ~a is available upstream~%"
755msgstr "~a: nota: usando ~a, mas ~a está disponível no upstream~%" 770msgstr "~a: nota: usando ~a, mas ~a está disponível no upstream~%"
756 771
757#: guix/scripts/package.scm:414 772#: guix/scripts/package.scm:492
758#, scheme-format 773#, scheme-format
759msgid "The following environment variable definitions may be needed:~%" 774msgid "The following environment variable definitions may be needed:~%"
760msgstr "" 775msgstr ""
761"As seguintes definições de variável de ambiente podem ser necessárias:~%" 776"As seguintes definições de variável de ambiente podem ser necessárias:~%"
762 777
763#: guix/scripts/package.scm:429 778#: guix/scripts/package.scm:507
764msgid "" 779msgid ""
765"Usage: guix package [OPTION]... PACKAGES...\n" 780"Usage: guix package [OPTION]... PACKAGES...\n"
766"Install, remove, or upgrade PACKAGES in a single transaction.\n" 781"Install, remove, or upgrade PACKAGES in a single transaction.\n"
@@ -768,7 +783,7 @@ msgstr ""
768"Uso: guix package [OPÇÃO]... PACOTES...\n" 783"Uso: guix package [OPÇÃO]... PACOTES...\n"
769"Instala, remove ou atualiza PACOTES em uma única transação.\n" 784"Instala, remove ou atualiza PACOTES em uma única transação.\n"
770 785
771#: guix/scripts/package.scm:431 786#: guix/scripts/package.scm:509
772msgid "" 787msgid ""
773"\n" 788"\n"
774" -i, --install=PACKAGE install PACKAGE" 789" -i, --install=PACKAGE install PACKAGE"
@@ -776,7 +791,7 @@ msgstr ""
776"\n" 791"\n"
777" -i, --install=PACOTE instala PACOTE" 792" -i, --install=PACOTE instala PACOTE"
778 793
779#: guix/scripts/package.scm:433 794#: guix/scripts/package.scm:511
780msgid "" 795msgid ""
781"\n" 796"\n"
782" -e, --install-from-expression=EXP\n" 797" -e, --install-from-expression=EXP\n"
@@ -786,7 +801,7 @@ msgstr ""
786" -e, --install-from-expression=EXP\n" 801" -e, --install-from-expression=EXP\n"
787" instala o pacote que EXPR corresponder" 802" instala o pacote que EXPR corresponder"
788 803
789#: guix/scripts/package.scm:436 804#: guix/scripts/package.scm:514
790msgid "" 805msgid ""
791"\n" 806"\n"
792" -r, --remove=PACKAGE remove PACKAGE" 807" -r, --remove=PACKAGE remove PACKAGE"
@@ -794,7 +809,7 @@ msgstr ""
794"\n" 809"\n"
795" -r, --remove=PACOTE remove PACOTE" 810" -r, --remove=PACOTE remove PACOTE"
796 811
797#: guix/scripts/package.scm:438 812#: guix/scripts/package.scm:516
798msgid "" 813msgid ""
799"\n" 814"\n"
800" -u, --upgrade[=REGEXP] upgrade all the installed packages matching REGEXP" 815" -u, --upgrade[=REGEXP] upgrade all the installed packages matching REGEXP"
@@ -804,7 +819,7 @@ msgstr ""
804"correspondendo\n" 819"correspondendo\n"
805" à REGEXP" 820" à REGEXP"
806 821
807#: guix/scripts/package.scm:440 822#: guix/scripts/package.scm:518
808msgid "" 823msgid ""
809"\n" 824"\n"
810" --roll-back roll back to the previous generation" 825" --roll-back roll back to the previous generation"
@@ -812,7 +827,7 @@ msgstr ""
812"\n" 827"\n"
813" --roll-back Reverte para a geração anterior" 828" --roll-back Reverte para a geração anterior"
814 829
815#: guix/scripts/package.scm:442 830#: guix/scripts/package.scm:520
816msgid "" 831msgid ""
817"\n" 832"\n"
818" --search-paths display needed environment variable definitions" 833" --search-paths display needed environment variable definitions"
@@ -820,7 +835,29 @@ msgstr ""
820"\n" 835"\n"
821" --search-paths exibe definições necessárias de variável de ambiente" 836" --search-paths exibe definições necessárias de variável de ambiente"
822 837
823#: guix/scripts/package.scm:445 838#: guix/scripts/package.scm:522
839#, fuzzy
840msgid ""
841"\n"
842" -l, --list-generations[=PATTERN]\n"
843" list generations matching PATTERN"
844msgstr ""
845"\n"
846" -I, --list-installed[=REGEXP]\n"
847" lista pacotes instalados correspondentes a REGEXP"
848
849#: guix/scripts/package.scm:525
850#, fuzzy
851msgid ""
852"\n"
853" -d, --delete-generations[=PATTERN]\n"
854" delete generations matching PATTERN"
855msgstr ""
856"\n"
857" -I, --list-installed[=REGEXP]\n"
858" lista pacotes instalados correspondentes a REGEXP"
859
860#: guix/scripts/package.scm:529
824msgid "" 861msgid ""
825"\n" 862"\n"
826" -p, --profile=PROFILE use PROFILE instead of the user's default profile" 863" -p, --profile=PROFILE use PROFILE instead of the user's default profile"
@@ -828,7 +865,7 @@ msgstr ""
828"\n" 865"\n"
829" -p, --profile=PERFIL usa PERFIL em vez do perfil padrão do usuário" 866" -p, --profile=PERFIL usa PERFIL em vez do perfil padrão do usuário"
830 867
831#: guix/scripts/package.scm:447 868#: guix/scripts/package.scm:531
832msgid "" 869msgid ""
833"\n" 870"\n"
834" -n, --dry-run show what would be done without actually doing it" 871" -n, --dry-run show what would be done without actually doing it"
@@ -836,7 +873,7 @@ msgstr ""
836"\n" 873"\n"
837" -n, --dry-run mostra o que seria feito sem fazê-lo" 874" -n, --dry-run mostra o que seria feito sem fazê-lo"
838 875
839#: guix/scripts/package.scm:456 876#: guix/scripts/package.scm:540
840msgid "" 877msgid ""
841"\n" 878"\n"
842" --bootstrap use the bootstrap Guile to build the profile" 879" --bootstrap use the bootstrap Guile to build the profile"
@@ -844,7 +881,7 @@ msgstr ""
844"\n" 881"\n"
845" --bootstrap usa a inicialização do Guile para compilar o perfil" 882" --bootstrap usa a inicialização do Guile para compilar o perfil"
846 883
847#: guix/scripts/package.scm:458 guix/scripts/pull.scm:144 884#: guix/scripts/package.scm:542 guix/scripts/pull.scm:145
848msgid "" 885msgid ""
849"\n" 886"\n"
850" --verbose produce verbose output" 887" --verbose produce verbose output"
@@ -852,7 +889,7 @@ msgstr ""
852"\n" 889"\n"
853" --verbose produz uma saída mais detalhada" 890" --verbose produz uma saída mais detalhada"
854 891
855#: guix/scripts/package.scm:461 892#: guix/scripts/package.scm:545
856msgid "" 893msgid ""
857"\n" 894"\n"
858" -s, --search=REGEXP search in synopsis and description using REGEXP" 895" -s, --search=REGEXP search in synopsis and description using REGEXP"
@@ -860,7 +897,7 @@ msgstr ""
860"\n" 897"\n"
861" -s, --search=REGEXP pesquisa na sinopse e descrição usando REGEXP" 898" -s, --search=REGEXP pesquisa na sinopse e descrição usando REGEXP"
862 899
863#: guix/scripts/package.scm:463 900#: guix/scripts/package.scm:547
864msgid "" 901msgid ""
865"\n" 902"\n"
866" -I, --list-installed[=REGEXP]\n" 903" -I, --list-installed[=REGEXP]\n"
@@ -870,7 +907,7 @@ msgstr ""
870" -I, --list-installed[=REGEXP]\n" 907" -I, --list-installed[=REGEXP]\n"
871" lista pacotes instalados correspondentes a REGEXP" 908" lista pacotes instalados correspondentes a REGEXP"
872 909
873#: guix/scripts/package.scm:466 910#: guix/scripts/package.scm:550
874msgid "" 911msgid ""
875"\n" 912"\n"
876" -A, --list-available[=REGEXP]\n" 913" -A, --list-available[=REGEXP]\n"
@@ -880,76 +917,96 @@ msgstr ""
880" -A, --list-available[=REGEXP]\n" 917" -A, --list-available[=REGEXP]\n"
881" lista pacotes disponíveis correspondentes a REGEXP" 918" lista pacotes disponíveis correspondentes a REGEXP"
882 919
883#: guix/scripts/package.scm:556 920#: guix/scripts/package.scm:648
884#, scheme-format 921#, scheme-format
885msgid "~A: extraneous argument~%" 922msgid "~A: extraneous argument~%"
886msgstr "~A: argumento estranho~%" 923msgstr "~A: argumento estranho~%"
887 924
888#: guix/scripts/package.scm:584 925#: guix/scripts/package.scm:676
889#, scheme-format 926#, scheme-format
890msgid "package `~a' lacks output `~a'~%" 927msgid "package `~a' lacks output `~a'~%"
891msgstr "pacote \"~a\" carece de mensagem de saída \"~a\"~%" 928msgstr "pacote \"~a\" carece de mensagem de saída \"~a\"~%"
892 929
893#: guix/scripts/package.scm:608 930#: guix/scripts/package.scm:700
894#, scheme-format 931#, scheme-format
895msgid "~a: package not found~%" 932msgid "~a: package not found~%"
896msgstr "~a: pacote não encontrado~%" 933msgstr "~a: pacote não encontrado~%"
897 934
898#: guix/scripts/package.scm:631 935#: guix/scripts/package.scm:723
899#, scheme-format 936#, scheme-format
900msgid "Try \"info '(guix) Invoking guix package'\" for more information.~%" 937msgid "Try \"info '(guix) Invoking guix package'\" for more information.~%"
901msgstr "Tente \"info '(guix) Invoking guix package'\" para mais informações.~%" 938msgstr "Tente \"info '(guix) Invoking guix package'\" para mais informações.~%"
902 939
903#: guix/scripts/package.scm:653 940#: guix/scripts/package.scm:745
904#, scheme-format 941#, scheme-format
905msgid "error: while creating directory `~a': ~a~%" 942msgid "error: while creating directory `~a': ~a~%"
906msgstr "erro: ao criar diretório \"~a\": ~a~%" 943msgstr "erro: ao criar diretório \"~a\": ~a~%"
907 944
908#: guix/scripts/package.scm:657 945#: guix/scripts/package.scm:749
909#, scheme-format 946#, scheme-format
910msgid "Please create the `~a' directory, with you as the owner.~%" 947msgid "Please create the `~a' directory, with you as the owner.~%"
911msgstr "Por favor, crie o diretório \"~a\", com você sendo o proprietário.~%" 948msgstr "Por favor, crie o diretório \"~a\", com você sendo o proprietário.~%"
912 949
913#: guix/scripts/package.scm:664 950#: guix/scripts/package.scm:756
914#, scheme-format 951#, scheme-format
915msgid "error: directory `~a' is not owned by you~%" 952msgid "error: directory `~a' is not owned by you~%"
916msgstr "erro: diretório \"~a\" não tem você como proprietário~%" 953msgstr "erro: diretório \"~a\" não tem você como proprietário~%"
917 954
918#: guix/scripts/package.scm:667 955#: guix/scripts/package.scm:759
919#, scheme-format 956#, scheme-format
920msgid "Please change the owner of `~a' to user ~s.~%" 957msgid "Please change the owner of `~a' to user ~s.~%"
921msgstr "Por favor, altere o proprietário d \"~a\" para o usuário ~s.~%" 958msgstr "Por favor, altere o proprietário d \"~a\" para o usuário ~s.~%"
922 959
923#: guix/scripts/package.scm:725 960#: guix/scripts/package.scm:817
924#, scheme-format 961#, scheme-format
925msgid "The following package would be removed:~% ~{~a~%~}~%" 962msgid "The following package would be removed:~% ~{~a~%~}~%"
926msgstr "O seguinte pacote seria removido:~% ~{~a~%~}~%" 963msgstr "O seguinte pacote seria removido:~% ~{~a~%~}~%"
927 964
928#: guix/scripts/package.scm:730 965#: guix/scripts/package.scm:822
929#, scheme-format 966#, scheme-format
930msgid "The following package will be removed:~% ~{~a~%~}~%" 967msgid "The following package will be removed:~% ~{~a~%~}~%"
931msgstr "O seguinte pacote será removido:~% ~{~a~%~}~%" 968msgstr "O seguinte pacote será removido:~% ~{~a~%~}~%"
932 969
933#: guix/scripts/package.scm:742 970#: guix/scripts/package.scm:834
934#, scheme-format 971#, scheme-format
935msgid "The following package would be installed:~%~{~a~%~}~%" 972msgid "The following package would be installed:~%~{~a~%~}~%"
936msgstr "O seguinte pacote seria instalado:~%~{~a~%~}~%" 973msgstr "O seguinte pacote seria instalado:~%~{~a~%~}~%"
937 974
938#: guix/scripts/package.scm:747 975#: guix/scripts/package.scm:839
939#, scheme-format 976#, scheme-format
940msgid "The following package will be installed:~%~{~a~%~}~%" 977msgid "The following package will be installed:~%~{~a~%~}~%"
941msgstr "O seguinte pacote será instalado:~%~{~a~%~}~%" 978msgstr "O seguinte pacote será instalado:~%~{~a~%~}~%"
942 979
943#: guix/scripts/package.scm:859 980#: guix/scripts/package.scm:851
981#, scheme-format
982msgid "deleting ~a~%"
983msgstr ""
984
985#: guix/scripts/package.scm:904 guix/scripts/package.scm:1078
986#, fuzzy, scheme-format
987msgid "invalid syntax: ~a~%"
988msgstr "argumento inválido: ~a~%"
989
990#: guix/scripts/package.scm:1016
944#, scheme-format 991#, scheme-format
945msgid "nothing to be done~%" 992msgid "nothing to be done~%"
946msgstr "nada para ser feito~%" 993msgstr "nada para ser feito~%"
947 994
948#: guix/scripts/package.scm:870 995#: guix/scripts/package.scm:1027
949#, scheme-format 996#, scheme-format
950msgid "~a package in profile~%" 997msgid "~a package in profile~%"
951msgstr "pacote ~a no perfil~%" 998msgstr "pacote ~a no perfil~%"
952 999
1000#: guix/scripts/package.scm:1042
1001#, scheme-format
1002msgid "Generation ~a\t~a"
1003msgstr ""
1004
1005#: guix/scripts/package.scm:1049
1006#, scheme-format
1007msgid "~a\t(current)~%"
1008msgstr ""
1009
953#: guix/scripts/gc.scm:39 1010#: guix/scripts/gc.scm:39
954msgid "" 1011msgid ""
955"Usage: guix gc [OPTION]... PATHS...\n" 1012"Usage: guix gc [OPTION]... PATHS...\n"
@@ -1052,7 +1109,7 @@ msgstr ""
1052msgid "unrecognized option: ~a~%" 1109msgid "unrecognized option: ~a~%"
1053msgstr "opção desconhecida: ~a~%" 1110msgstr "opção desconhecida: ~a~%"
1054 1111
1055#: guix/scripts/hash.scm:123 guix/ui.scm:183 1112#: guix/scripts/hash.scm:123 guix/ui.scm:187
1056#, scheme-format 1113#, scheme-format
1057msgid "~a~%" 1114msgid "~a~%"
1058msgstr "~a~%" 1115msgstr "~a~%"
@@ -1062,7 +1119,7 @@ msgstr "~a~%"
1062msgid "wrong number of arguments~%" 1119msgid "wrong number of arguments~%"
1063msgstr "número errado de argumentos~%" 1120msgstr "número errado de argumentos~%"
1064 1121
1065#: guix/scripts/pull.scm:142 1122#: guix/scripts/pull.scm:143
1066msgid "" 1123msgid ""
1067"Usage: guix pull [OPTION]...\n" 1124"Usage: guix pull [OPTION]...\n"
1068"Download and deploy the latest version of Guix.\n" 1125"Download and deploy the latest version of Guix.\n"
@@ -1070,7 +1127,7 @@ msgstr ""
1070"Uso: guix pull [OPÇÃO]...\n" 1127"Uso: guix pull [OPÇÃO]...\n"
1071"Baixa e implanta a última versão do Guix.\n" 1128"Baixa e implanta a última versão do Guix.\n"
1072 1129
1073#: guix/scripts/pull.scm:146 1130#: guix/scripts/pull.scm:147
1074msgid "" 1131msgid ""
1075"\n" 1132"\n"
1076" --bootstrap use the bootstrap Guile to build the new Guix" 1133" --bootstrap use the bootstrap Guile to build the new Guix"
@@ -1079,44 +1136,80 @@ msgstr ""
1079" --bootstrap usa a inicialização do Guile para compilar o novo " 1136" --bootstrap usa a inicialização do Guile para compilar o novo "
1080"Guix" 1137"Guix"
1081 1138
1082#: guix/scripts/pull.scm:180 1139#: guix/scripts/pull.scm:181
1083#, scheme-format 1140#, scheme-format
1084msgid "~A: unexpected argument~%" 1141msgid "~A: unexpected argument~%"
1085msgstr "~A: argumento inesperado~%" 1142msgstr "~A: argumento inesperado~%"
1086 1143
1087#: guix/scripts/pull.scm:189 1144#: guix/scripts/pull.scm:190
1088msgid "failed to download up-to-date source, exiting\n" 1145msgid "failed to download up-to-date source, exiting\n"
1089msgstr "falha ao baixar fonte atualizada; saindo\n" 1146msgstr "falha ao baixar fonte atualizada; saindo\n"
1090 1147
1091#: guix/scripts/pull.scm:212 1148#: guix/scripts/pull.scm:209
1092#, scheme-format 1149#, scheme-format
1093msgid "updated ~a successfully deployed under `~a'~%" 1150msgid "updated ~a successfully deployed under `~a'~%"
1094msgstr "~a atualizado foi implantado com sucesso em \"~a\"~%" 1151msgstr "~a atualizado foi implantado com sucesso em \"~a\"~%"
1095 1152
1096#: guix/scripts/pull.scm:215 1153#: guix/scripts/pull.scm:212
1097#, scheme-format 1154#, scheme-format
1098msgid "failed to update Guix, check the build log~%" 1155msgid "failed to update Guix, check the build log~%"
1099msgstr "falha ao atualizar Guix; verifique o log de compilação~%" 1156msgstr "falha ao atualizar Guix; verifique o log de compilação~%"
1100 1157
1101#: guix/scripts/pull.scm:217 1158#: guix/scripts/pull.scm:214
1102msgid "Guix already up to date\n" 1159msgid "Guix already up to date\n"
1103msgstr "Guix já está atualizado\n" 1160msgstr "Guix já está atualizado\n"
1104 1161
1105#: guix/scripts/substitute-binary.scm:163 1162#: guix/scripts/substitute-binary.scm:162
1106#, scheme-format 1163#, scheme-format
1107msgid "while fetching ~a: server is unresponsive~%" 1164msgid "while fetching ~a: server is unresponsive~%"
1108msgstr "enquanto obtinha ~a: servidor não está respondendo~%" 1165msgstr "enquanto obtinha ~a: servidor não está respondendo~%"
1109 1166
1110#: guix/scripts/substitute-binary.scm:165 1167#: guix/scripts/substitute-binary.scm:164
1111#, scheme-format 1168#, scheme-format
1112msgid "try `--no-substitutes' if the problem persists~%" 1169msgid "try `--no-substitutes' if the problem persists~%"
1113msgstr "Tente \"--no-substitutes\" se o problema persistir~%" 1170msgstr "Tente \"--no-substitutes\" se o problema persistir~%"
1114 1171
1115#: guix/scripts/substitute-binary.scm:437 1172#: guix/scripts/substitute-binary.scm:425
1173#, scheme-format
1174msgid "Downloading, please wait...~%"
1175msgstr ""
1176
1177#: guix/scripts/substitute-binary.scm:427
1178#, scheme-format
1179msgid "(Please consider upgrading Guile to get proper progress report.)~%"
1180msgstr ""
1181
1182#: guix/scripts/substitute-binary.scm:444
1116#, scheme-format 1183#, scheme-format
1117msgid "host name lookup error: ~a~%" 1184msgid "host name lookup error: ~a~%"
1118msgstr "erro na busca pelo nome da máquina: ~a~%" 1185msgstr "erro na busca pelo nome da máquina: ~a~%"
1119 1186
1187#: guix/scripts/substitute-binary.scm:453
1188msgid ""
1189"Usage: guix substitute-binary [OPTION]...\n"
1190"Internal tool to substitute a pre-built binary to a local build.\n"
1191msgstr ""
1192
1193#: guix/scripts/substitute-binary.scm:455
1194msgid ""
1195"\n"
1196" --query report on the availability of substitutes for the\n"
1197" store file names passed on the standard input"
1198msgstr ""
1199
1200#: guix/scripts/substitute-binary.scm:458
1201msgid ""
1202"\n"
1203" --substitute STORE-FILE DESTINATION\n"
1204" download STORE-FILE and store it as a Nar in file\n"
1205" DESTINATION"
1206msgstr ""
1207
1208#: guix/scripts/substitute-binary.scm:567
1209#, fuzzy, scheme-format
1210msgid "~a: unrecognized options~%"
1211msgstr "~A: opção desconhecida~%"
1212
1120#: guix/gnu-maintenance.scm:344 1213#: guix/gnu-maintenance.scm:344
1121#, scheme-format 1214#, scheme-format
1122msgid "signature verification failed for `~a'~%" 1215msgid "signature verification failed for `~a'~%"
@@ -1137,12 +1230,12 @@ msgstr "~a: não foi possível localizar um arquivo fonte"
1137msgid "~a: ~a: no `version' field in source; skipping~%" 1230msgid "~a: ~a: no `version' field in source; skipping~%"
1138msgstr "~a: ~a: sem o campo \"version\" no fonte; pulando~%" 1231msgstr "~a: ~a: sem o campo \"version\" no fonte; pulando~%"
1139 1232
1140#: guix/ui.scm:116 1233#: guix/ui.scm:120
1141#, scheme-format 1234#, scheme-format
1142msgid "failed to install locale: ~a~%" 1235msgid "failed to install locale: ~a~%"
1143msgstr "falha ao instalar local: ~a~%" 1236msgstr "falha ao instalar local: ~a~%"
1144 1237
1145#: guix/ui.scm:138 1238#: guix/ui.scm:142
1146#, scheme-format 1239#, scheme-format
1147msgid "" 1240msgid ""
1148"\n" 1241"\n"
@@ -1151,7 +1244,7 @@ msgstr ""
1151"\n" 1244"\n"
1152"Relate erros para: ~a." 1245"Relate erros para: ~a."
1153 1246
1154#: guix/ui.scm:140 1247#: guix/ui.scm:144
1155#, scheme-format 1248#, scheme-format
1156msgid "" 1249msgid ""
1157"\n" 1250"\n"
@@ -1160,7 +1253,7 @@ msgstr ""
1160"\n" 1253"\n"
1161"Site do ~a: <~a>" 1254"Site do ~a: <~a>"
1162 1255
1163#: guix/ui.scm:142 1256#: guix/ui.scm:146
1164msgid "" 1257msgid ""
1165"\n" 1258"\n"
1166"General help using GNU software: <http://www.gnu.org/gethelp/>" 1259"General help using GNU software: <http://www.gnu.org/gethelp/>"
@@ -1168,92 +1261,92 @@ msgstr ""
1168"\n" 1261"\n"
1169"Ajuda em geral usando softwares GNU: <http://www.gnu.org/gethelp/>" 1262"Ajuda em geral usando softwares GNU: <http://www.gnu.org/gethelp/>"
1170 1263
1171#: guix/ui.scm:149 1264#: guix/ui.scm:153
1172#, scheme-format 1265#, scheme-format
1173msgid "~a: invalid number~%" 1266msgid "~a: invalid number~%"
1174msgstr "~a: número inválido~%" 1267msgstr "~a: número inválido~%"
1175 1268
1176#: guix/ui.scm:160 1269#: guix/ui.scm:164
1177#, scheme-format 1270#, scheme-format
1178msgid "~a:~a:~a: package `~a' has an invalid input: ~s~%" 1271msgid "~a:~a:~a: package `~a' has an invalid input: ~s~%"
1179msgstr "~a:~a:~a: pacote \"~a\" tem uma entrada inválida: ~s~%" 1272msgstr "~a:~a:~a: pacote \"~a\" tem uma entrada inválida: ~s~%"
1180 1273
1181#: guix/ui.scm:167 1274#: guix/ui.scm:171
1182#, scheme-format 1275#, scheme-format
1183msgid "~a: ~a: build system `~a' does not support cross builds~%" 1276msgid "~a: ~a: build system `~a' does not support cross builds~%"
1184msgstr "" 1277msgstr ""
1185"~a: ~a: sistema de compilação de \"~a\" não tem suporte a compilações " 1278"~a: ~a: sistema de compilação de \"~a\" não tem suporte a compilações "
1186"cruzadas~%" 1279"cruzadas~%"
1187 1280
1188#: guix/ui.scm:172 1281#: guix/ui.scm:176
1189#, scheme-format 1282#, scheme-format
1190msgid "failed to connect to `~a': ~a~%" 1283msgid "failed to connect to `~a': ~a~%"
1191msgstr "falha ao conectar em \"~a\": ~a~%" 1284msgstr "falha ao conectar em \"~a\": ~a~%"
1192 1285
1193#: guix/ui.scm:177 1286#: guix/ui.scm:181
1194#, scheme-format 1287#, scheme-format
1195msgid "build failed: ~a~%" 1288msgid "build failed: ~a~%"
1196msgstr "compilação falhou: ~a~%" 1289msgstr "compilação falhou: ~a~%"
1197 1290
1198#: guix/ui.scm:193 1291#: guix/ui.scm:197
1199#, scheme-format 1292#, scheme-format
1200msgid "failed to read expression ~s: ~s~%" 1293msgid "failed to read expression ~s: ~s~%"
1201msgstr "falha ao ler a expressão ~s: ~s~%" 1294msgstr "falha ao ler a expressão ~s: ~s~%"
1202 1295
1203#: guix/ui.scm:199 1296#: guix/ui.scm:203
1204#, scheme-format 1297#, scheme-format
1205msgid "failed to evaluate expression `~a': ~s~%" 1298msgid "failed to evaluate expression `~a': ~s~%"
1206msgstr "falha ao avaliar a expressão \"~a\": ~s~%" 1299msgstr "falha ao avaliar a expressão \"~a\": ~s~%"
1207 1300
1208#: guix/ui.scm:203 1301#: guix/ui.scm:207
1209#, scheme-format 1302#, scheme-format
1210msgid "expression `~s' does not evaluate to a package~%" 1303msgid "expression `~s' does not evaluate to a package~%"
1211msgstr "expressão \"~s\" não corresponde a um pacote~%" 1304msgstr "expressão \"~s\" não corresponde a um pacote~%"
1212 1305
1213#: guix/ui.scm:248 1306#: guix/ui.scm:253
1214#, scheme-format 1307#, scheme-format
1215msgid "~:[The following derivation would be built:~%~{ ~a~%~}~;~]" 1308msgid "~:[The following derivation would be built:~%~{ ~a~%~}~;~]"
1216msgstr "~:[A seguinte derivação será compilada:~%~{ ~a~%~}~;~]" 1309msgstr "~:[A seguinte derivação será compilada:~%~{ ~a~%~}~;~]"
1217 1310
1218#: guix/ui.scm:253 1311#: guix/ui.scm:258
1219#, scheme-format 1312#, scheme-format
1220msgid "~:[The following file would be downloaded:~%~{ ~a~%~}~;~]" 1313msgid "~:[The following file would be downloaded:~%~{ ~a~%~}~;~]"
1221msgstr "~:[O seguinte arquivo será baixado:~%~{ ~a~%~}~;~]" 1314msgstr "~:[O seguinte arquivo será baixado:~%~{ ~a~%~}~;~]"
1222 1315
1223#: guix/ui.scm:259 1316#: guix/ui.scm:264
1224#, scheme-format 1317#, scheme-format
1225msgid "~:[The following derivation will be built:~%~{ ~a~%~}~;~]" 1318msgid "~:[The following derivation will be built:~%~{ ~a~%~}~;~]"
1226msgstr "~:[A seguinte derivação será compilada:~%~{ ~a~%~}~;~]" 1319msgstr "~:[A seguinte derivação será compilada:~%~{ ~a~%~}~;~]"
1227 1320
1228#: guix/ui.scm:264 1321#: guix/ui.scm:269
1229#, scheme-format 1322#, scheme-format
1230msgid "~:[The following file will be downloaded:~%~{ ~a~%~}~;~]" 1323msgid "~:[The following file will be downloaded:~%~{ ~a~%~}~;~]"
1231msgstr "~:[O seguinte arquivo será baixado:~%~{ ~a~%~}~;~]" 1324msgstr "~:[O seguinte arquivo será baixado:~%~{ ~a~%~}~;~]"
1232 1325
1233#: guix/ui.scm:281 1326#: guix/ui.scm:286
1234msgid "<unknown location>" 1327msgid "<unknown location>"
1235msgstr "<local desconhecido>" 1328msgstr "<local desconhecido>"
1236 1329
1237#: guix/ui.scm:309 1330#: guix/ui.scm:314
1238#, scheme-format 1331#, scheme-format
1239msgid "failed to create configuration directory `~a': ~a~%" 1332msgid "failed to create configuration directory `~a': ~a~%"
1240msgstr "falha ao criar o diretório de compilação \"~a\": ~a~%" 1333msgstr "falha ao criar o diretório de compilação \"~a\": ~a~%"
1241 1334
1242#: guix/ui.scm:385 guix/ui.scm:395 1335#: guix/ui.scm:390 guix/ui.scm:400
1243msgid "unknown" 1336msgid "unknown"
1244msgstr "desconhecido" 1337msgstr "desconhecido"
1245 1338
1246#: guix/ui.scm:415 1339#: guix/ui.scm:484
1247#, scheme-format 1340#, scheme-format
1248msgid "invalid argument: ~a~%" 1341msgid "invalid argument: ~a~%"
1249msgstr "argumento inválido: ~a~%" 1342msgstr "argumento inválido: ~a~%"
1250 1343
1251#: guix/ui.scm:420 1344#: guix/ui.scm:489
1252#, scheme-format 1345#, scheme-format
1253msgid "Try `guix --help' for more information.~%" 1346msgid "Try `guix --help' for more information.~%"
1254msgstr "Tente \"guix --help\" para mais informações.~%" 1347msgstr "Tente \"guix --help\" para mais informações.~%"
1255 1348
1256#: guix/ui.scm:447 1349#: guix/ui.scm:516
1257msgid "" 1350msgid ""
1258"Usage: guix COMMAND ARGS...\n" 1351"Usage: guix COMMAND ARGS...\n"
1259"Run COMMAND with ARGS.\n" 1352"Run COMMAND with ARGS.\n"
@@ -1261,21 +1354,21 @@ msgstr ""
1261"Uso: guix COMANDO ARGUMENTOS...\n" 1354"Uso: guix COMANDO ARGUMENTOS...\n"
1262"Executa COMANDO com ARGUMENTOS.\n" 1355"Executa COMANDO com ARGUMENTOS.\n"
1263 1356
1264#: guix/ui.scm:450 1357#: guix/ui.scm:519
1265msgid "COMMAND must be one of the sub-commands listed below:\n" 1358msgid "COMMAND must be one of the sub-commands listed below:\n"
1266msgstr "COMANDO deve ser um dos subcomandos listados abaixo:\n" 1359msgstr "COMANDO deve ser um dos subcomandos listados abaixo:\n"
1267 1360
1268#: guix/ui.scm:469 1361#: guix/ui.scm:538
1269#, scheme-format 1362#, scheme-format
1270msgid "guix: ~a: command not found~%" 1363msgid "guix: ~a: command not found~%"
1271msgstr "guix: ~a: comando não encontrado~%" 1364msgstr "guix: ~a: comando não encontrado~%"
1272 1365
1273#: guix/ui.scm:487 1366#: guix/ui.scm:556
1274#, scheme-format 1367#, scheme-format
1275msgid "guix: missing command name~%" 1368msgid "guix: missing command name~%"
1276msgstr "guix: faltando um nome de comando~%" 1369msgstr "guix: faltando um nome de comando~%"
1277 1370
1278#: guix/ui.scm:495 1371#: guix/ui.scm:564
1279#, scheme-format 1372#, scheme-format
1280msgid "guix: unrecognized option '~a'~%" 1373msgid "guix: unrecognized option '~a'~%"
1281msgstr "guix: opção \"~a\" desconhecida~%" 1374msgstr "guix: opção \"~a\" desconhecida~%"