[svnbook commit] r2352 - in trunk: src/pt_BR src/pt_BR/book www

ccidral noreply at red-bean.com
Thu Jul 27 17:24:45 CDT 2006


Author: ccidral
Date: Thu Jul 27 17:24:44 2006
New Revision: 2352

Modified:
   trunk/src/pt_BR/GLOSSARIO
   trunk/src/pt_BR/book/ch06.xml
   trunk/www/index.pt_BR.html

Log:
Start translation of chapter 6 to pt-BR.

* src/pt_BR/book/ch06.xml:
  (svn.serverconfig.overview): Translate this section completely.

* src/pt_BR/GLOSSARIO:
  Add two terms to the glossary.

* www/index.pt_BR.html:
  Set Marcelo as the owner of chapter 2, and update the current
  translation status of that chapter.

Translation by: Marcelo Andrade <mfandrade at gmail.com>


Modified: trunk/src/pt_BR/GLOSSARIO
==============================================================================
--- trunk/src/pt_BR/GLOSSARIO	(original)
+++ trunk/src/pt_BR/GLOSSARIO	Thu Jul 27 17:24:44 2006
@@ -12,6 +12,7 @@
 Eis a lista, em ordem alfabética.
 
 Apache HTTP Server                       Servidor Apache HTTP Server
+Blanket access                           Acesso geral
 Command-line                             Linha de comando
 Command-line client program              Programa cliente de linha de comando
 Daemon process                           Processo daemon
@@ -21,4 +22,5 @@
 Repository dump stream                   Fluxo de dump de repositório
 Standalone server program                Programa servidor independente
 Subversion repository                    Repositório Subversion
+Third-party tools                        Ferramentas de terceiros
 Working copy                             Cópia de trabalho

Modified: trunk/src/pt_BR/book/ch06.xml
==============================================================================
--- trunk/src/pt_BR/book/ch06.xml	(original)
+++ trunk/src/pt_BR/book/ch06.xml	Thu Jul 27 17:24:44 2006
@@ -26,115 +26,120 @@
   <!-- ================================================================= -->
   <sect1 id="svn.serverconfig.overview">
     
-    <title>Overview</title>
+    <title>Visão Geral</title>
     
-    <para>Subversion was designed with an abstract network layer.
-      This means that a repository can be programmatically accessed by
-      any sort of server process, and the client <quote>repository
-      access</quote> API allows programmers to write plugins that
-      speak relevant network protocols.  In theory, Subversion can use
-      an infinite number of network implementations.  In practice,
-      there are only two servers at the time of writing.</para>
-    
-    <para>Apache is an extremely popular webserver; using the
-      <command>mod_dav_svn</command> module, Apache can access a
-      repository and make it available to clients via the WebDAV/DeltaV
-      protocol, which is an extension of HTTP.  In the other corner is
-      <command>svnserve</command>: a small, standalone server
-      program that speaks a custom protocol with clients.  Table 6-1
-      presents a comparison of the two servers.</para>
-
-    <para>Note that Subversion, as an open-source project, does not
-      officially endorse any server as <quote>primary</quote> or
-      <quote>official</quote>.  Neither network implementation is
-      treated as a second-class citizen; each server has advantages
-      and disadvantages.  In fact, it's possible for different servers
-      to run in parallel, each accessing your repositories in its own
-      way, and each without hindering the other (see <xref
-      linkend="svn.serverconfig.multimethod"/>).  <xref
-      linkend="svn.serverconfig.overview.tbl-1"/> gives a brief overview and
-      comparison of the two available Subversion servers—as an
-      administrator, it's up to you to choose whatever works best for
-      you and your users.</para>
+    <para>O Subversion foi desenvolvido com uma camada abstrata de rede.
+    	Isso significa que um repositório pode ser acessado via
+    	programação por qualquer tipo de processo servidor, e a API de
+    	<quote>acesso ao repositório</quote> do cliente permite aos
+    	programadores escrever plugins que falem com protocolos de rede
+    	relevantes.  Em teoria, Subversion pode usar um número infinito
+    	de implementações de rede.  Na prática, há apenas dois
+    	servidores até momento em que este livro estava sendo escrito.</para>
+
+    <para>O Apache é um servidor web extremamente popular; usando o
+    	módulo <command>mod_dav_svn</command>, o Apache pode acessar um
+    	repositório e torná-lo disponível para clientes através do
+    	protocolo WebDAV/DeltaV, que é uma extensão do HTTP.  Por outro
+    	lado está o <command>svnserve</command>: um programa servidor
+    	pequeno e independente que utiliza um protocolo específico com
+    	os clientes.  A Tabela 6-1 apresenta uma comparação entre os
+    	dois servidores.</para>
+
+    <para>Note que o Subversion, como um projeto open-source, não
+    	endossa oficialmente nenhum servidor como
+    	<quote>primário</quote> ou <quote>oficial</quote>.  Tampouco
+    	a implementação de rede é tratada de forma secundária; cada
+    	servidor tem vantagens e desvantagens.  De fato, é possível que
+    	diferentes servidores executem em paralelo, cada um acessando
+    	seus repositórios à sua própria maneira, e sem se obstruirem
+    	uns aos outros (veja <xref
+    	linkend="svn.serverconfig.multimethod"/>).  <xref
+    	linkend="svn.serverconfig.overview.tbl-1"/> contém uma breve
+    	visão geral e um comparação dos dois servidores Subversion
+    	disponíveis—como um administrador, cabe a você escolher
+    	aquele que melhor atende a você e a seus usuários.</para>
 
     <table id="svn.serverconfig.overview.tbl-1">
-      <title>Network Server Comparison</title>
+      <title>Comparação dos Servidores de Rede</title>
       <tgroup cols="3">
         <thead>
           <row>
-            <entry>Feature</entry>
+            <entry>Recurso</entry>
             <entry>Apache + mod_dav_svn</entry>
             <entry>svnserve</entry>
           </row>
         </thead>
         <tbody>
           <row>
-            <entry>Authentication options</entry>
+            <entry>Opções de autenticação</entry>
             
-            <entry>HTTP(S) basic auth, X.509 certificates, LDAP, NTLM, or
-              any other mechanism available to Apache httpd</entry>
+            <entry>Autenticação básica HTTP(S), certificados X.509,
+            	LDAP, NTLM, ou qualquer outro mecanismo disponível ao
+            	Apache httpd</entry>
             
-            <entry>CRAM-MD5 or SSH</entry>
+            <entry>CRAM-MD5 ou SSH</entry>
           </row>
           
           <row>
-            <entry>User account options</entry>
+            <entry>Opções de conta do usuário</entry>
             
-            <entry>private 'users' file</entry>
+            <entry>arquivo 'users' privativo</entry>
             
-            <entry>private 'users' file, or existing system (SSH)
-              accounts</entry>
+            <entry>arquivo 'users' privativo, ou contas existentes
+            	de sistema (SSH)</entry>
           </row>
           
           <row>
-            <entry>Authorization options</entry>
+            <entry>Opções de autorização</entry>
             
-            <entry>blanket read/write access, or per-directory
-              read/write control</entry>
+            <entry>acesso leitura/escrita geral, ou controle de
+            	leitura/escrita por diretório</entry>
             
-            <entry>blanket read/write access, or per-directory write
-              (but not read) control using a pre-commit hook</entry>
+            <entry>acesso read/write geral, ou controle de escrita (mas
+            	não de leitura) usando um hook pré-commit</entry>
           </row>
           
           <row>
-            <entry>Encryption</entry>
+            <entry>Criptografia</entry>
             
-            <entry>via optional SSL</entry>
+            <entry>opcional, através de SSL</entry>
 
-            <entry>via optional SSH tunnel</entry>
+            <entry>opcional, através de túnel SSH</entry>
           </row>
 
           <row>
-            <entry>Interoperability</entry>
+            <entry>Interoperabilidade</entry>
             
-            <entry>partially usable by other WebDAV clients</entry>
+            <entry>parcialmente usável por outros clientes WebDAV</entry>
 
-            <entry>not interoperable</entry>
+            <entry>não interoperável</entry>
           </row>
 
           <row>
-            <entry>Web viewing</entry>
+            <entry>Visualização pela web</entry>
             
-            <entry>limited built-in support, or via 3rd-party tools
-              such as ViewVC</entry>
+            <entry>suporte existente limitado, ou através de ferramentas
+            	de terceiros como o ViewVC</entry>
 
-            <entry>via 3rd-party tools such as ViewVC</entry>
+            <entry>através de ferramentas de terceiros como o
+            	ViewVC</entry>
           </row>
 
           <row>
-            <entry>Speed</entry>
+            <entry>Velocidade</entry>
             
-            <entry>somewhat slower</entry>
+            <entry>um tanto quanto lento</entry>
 
-            <entry>somewhat faster</entry>
+            <entry>um tanto quanto rápido</entry>
           </row>
 
           <row>
-            <entry>Initial setup</entry>
+            <entry>Configuração inicial</entry>
             
-            <entry>somewhat complex</entry>
+            <entry>um tanto quanto complexa</entry>
 
-            <entry>fairly simple</entry>
+            <entry>razoavelmente simples</entry>
           </row>
 
         </tbody>

Modified: trunk/www/index.pt_BR.html
==============================================================================
--- trunk/www/index.pt_BR.html	(original)
+++ trunk/www/index.pt_BR.html	Thu Jul 27 17:24:44 2006
@@ -200,8 +200,8 @@
     </tr>
     <tr>
       <td title="6. Server Configuration">6. Configuração de Servidor</td>
-      <td></td>
-      <td class="status-bad"></td>
+      <td>Marcelo</td>
+      <td class="status-bad">5%</td>
       <td class="status-bad"></td>
     </tr>
     <tr>




More information about the svnbook-dev mailing list