Translation status
2,274 | Strings | 16% | Translate |
---|---|---|---|
60,043 | Words | 11% |
Other components
Component | Translated | Untranslated | Untranslated words | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|
books_design-44bsd
|
4% | 376 | 10,783 | 27 | |||
|
|||||||
books_arch-handbook
|
15% | 2,295 | 55,850 | 1,879 | |||
|
|||||||
books_dev-model
|
73% | 131 | 2,847 | 75 | |||
|
|||||||
articles_solid-state
|
94% | 5 | 263 | 25 | |||
|
|||||||
articles_cups
|
95% | 2 | 42 | 8 | |||
|
|||||||
books_handbook
|
97% | 287 | 6,191 | 3,159 | |||
|
|||||||
articles_serial-uart
|
98% | 9 | 558 | 88 | |||
|
|||||||
articles_vm-design
|
98% | 2 | 55 | 12 | |||
|
|||||||
articles_linux-emulation
|
98% | 5 | 377 | 17 | |||
|
|||||||
articles_ldap-auth
|
98% | 2 | 61 | 3 | |||
|
Translation Information
Project website | wiki.freebsd.org/DocTranslationOnWeblate |
---|---|
Mailing list for translators | freebsd-translators@freebsd.org |
Instructions for translators | |
Translation process |
|
Translation license | BSD-2-Clause-FreeBSD |
Filemask | books/*/developers-handbook.po |
Translation file |
books/pt_BR/developers-handbook.po
|
FreeBSD offers an excellent development environment. Compilers for C and C++ and an assembler come with the basic system, not to mention classic <trademark class="registered">UNIX</trademark> tools such as <command>sed</command> and <command>awk</command>. If that is not enough, there are many more compilers and interpreters in the Ports collection. The following section, <link linkend="tools-programming">Introduction to Programming</link>, lists some of the available options. FreeBSD is very compatible with standards such as <acronym><trademark class="registered">POSIX</trademark></acronym> and <acronym>ANSI</acronym> C, as well with its own BSD heritage, so it is possible to write applications that will compile and run with little or no modification on a wide range of platforms.
O FreeBSD oferece um excelente ambiente de desenvolvimento. Compiladores para C e C ++ e Assembler vêm com o sistema básico, isso sem mencionar as ferramentas clássicas do <trademark class="registered">UNIX </trademark>, como o <command>sed</command> e <command> awk</command>. Se isso não for suficiente, há muito mais compiladores e interpretadores na cColeção de Ports. A seção seguinte, <link linkend="tools-programming"> Introdução à pProgramação</link> , lista algumas das opções disponíveis. O FreeBSD é muito compatível com padronizações como o <acronym><trademark class="registered"> <acronym>POSIX</acronym> </trademarkPOSIX</trademark></acronym> e <acronym>ANSI</acronym> C, bem como com sua própria herança BSD, portanto, é possível escrever aplicativos que serão compilados e executados com pouca ou nenhuma modificação em uma ampla gama de plataformas.
Note that the syntax checking is just that—checking the syntax. It will not check for any logical mistakes you may have made, like putting the program into an infinite loop, or using a bubble sort when you meant to use a binary sort.<_:footnote-1/>
Observe que a verificação de sintaxe é apenas isso - verificando-se a sintaxe. Ela nNão serão verificarádos erros lógicos que você possa ter cometido, como colocar o programa em um loop infinito ou usar uma classificação de bolha (bubble sort) quando quiser usar uma classificação binária (binary sort).<_:footnote-1/>
In case you did not know, a binary sort is an efficient way of sorting things into order and a bubble sort is not.
Caso você não saiba, um tipo binário é uma maneira eficiente de classificar as coisas em ordem e um tipo de bolhaa classificação binária (binary sort) é uma maneira eficiente de ordenar coisas. já bubble sort não é.
will cause <filename>foobar.c</filename> to be compiled by all the steps above. If you have more than one file to compile, just do something like
vai causarfazer com que <filename> foobar.c </filename> para serseja compilado por todos os passos acima. Se você tiver mais de um arquivo para compilar, basta fazer algo como
Fortunately, almost all this detail is hidden from you, as <command>cc</command> is a front end that manages calling all these programs with the right arguments for you; simply typing
Felizmente, quase todos esses detalhes estáão escondidos de você, compois o <command> cc </command> é um front-end que gerencia todos esses programas com os argumentos certos para você; simplesmente digitando
Statistics
Percent | Strings | Words | Chars | ||
---|---|---|---|---|---|
Total | 2,274 | 60,043 | 440,711 | ||
Translated | 16% | 385 | 6,767 | 59,373 | |
Needs editing | 81% | 1,862 | 52,456 | 374,268 | |
Failing checks | 59% | 1,348 | 45,406 | 342,555 |
Last activity
Last change | Jan. 9, 2021, 1:21 p.m. | |||
---|---|---|---|---|
Last author | Danilo G. Baio |