# Brazilian Portuguese translation for openobject-addons # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 # This file is distributed under the same license as the openobject-addons package. # FIRST AUTHOR , 2012. # msgid "" msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" "PO-Revision-Date: 2012-02-16 01:15+0000\n" "Last-Translator: Rafael Sales - http://www.tompast.com.br \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2012-02-17 05:01+0000\n" "X-Generator: Launchpad (build 14814)\n" #. module: edi #: sql_constraint:res.currency:0 msgid "The currency code must be unique per company!" msgstr "O código da moeda deve ser único por empresa!" #. module: edi #: model:ir.model,name:edi.model_res_partner_address msgid "Partner Addresses" msgstr "Endereços do parceiro" #. module: edi #: sql_constraint:res.company:0 msgid "The company name must be unique !" msgstr "O nome da empresa deve ser único !" #. module: edi #: constraint:res.partner:0 msgid "Error ! You cannot create recursive associated members." msgstr "Erro! Você não pode criar recursivamente a membros associados." #. module: edi #: field:edi.document,name:0 msgid "EDI token" msgstr "Token EDI" #. module: edi #: help:edi.document,name:0 msgid "Unique identifier for retrieving an EDI document." msgstr "Identificador único para recuperar um documento EDI" #. module: edi #: constraint:res.company:0 msgid "Error! You can not create recursive companies." msgstr "Erro! Você não pode criar empresas recursivas." #. module: edi #: model:ir.model,name:edi.model_res_company msgid "Companies" msgstr "Empresas" #. module: edi #: sql_constraint:edi.document:0 msgid "EDI Tokens must be unique!" msgstr "Token EDI precisa ser único !" #. module: edi #: model:ir.model,name:edi.model_res_currency msgid "Currency" msgstr "Moeda" #. module: edi #: code:addons/edi/models/edi.py:153 #, python-format msgid "" "The document you are trying to import requires the OpenERP `%s` application. " "You can install it by connecting as the administrator and opening the " "configuration assistant." msgstr "" "O documento que você está tentando importar requer a aplicação OpenERP `%s`. " "Você poderá efetuar a instalação se conectando ao sistema como " "administrador e abrindo o assistente de configuração." #. module: edi #: help:edi.document,document:0 msgid "EDI document content" msgstr "Conteúdo do documento EDI." #. module: edi #: model:ir.model,name:edi.model_edi_document msgid "EDI Document" msgstr "Documento EDI" #. module: edi #: code:addons/edi/models/edi.py:48 #, python-format msgid "'%s' is an invalid external ID" msgstr "'%s' é um ID externo inválido" #. module: edi #: model:ir.model,name:edi.model_res_partner msgid "Partner" msgstr "Parceiro" #. module: edi #: code:addons/edi/models/edi.py:152 #, python-format msgid "Missing Application" msgstr "Aplicação Faltante" #. module: edi #: field:edi.document,document:0 msgid "Document" msgstr "Documento" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi.xml:23 msgid "View/Print" msgstr "Visualizar / Imprimir" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi.xml:28 msgid "Import this document" msgstr "Importar este documento" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi.xml:33 msgid "Import it into an existing OpenERP instance" msgstr "Importar para uma base OpenERP existente" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi.xml:36 msgid "OpenERP instance address:" msgstr "Endereço da instância OpenERP" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi.xml:39 msgid "Import" msgstr "Importar" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi.xml:44 msgid "Import it into a new OpenERP Online instance" msgstr "Importar para uma nova instância OpenERP online" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi.xml:47 msgid "Create my new OpenERP instance" msgstr "Criar uma nova instância OpenERP" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi.xml:52 msgid "Import into another application" msgstr "Importar para uma outra aplicação" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi.xml:54 msgid "" "OpenERP's Electronic Data Interchange documents are based on a generic and " "language\n" " independent" msgstr "" "Os documentos Eletrônicos de dados intercambiáveis são baseados em uma " "linguagem genérica e \n" " independente" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi.xml:56 msgid "JSON" msgstr "JSON" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi.xml:56 msgid "" "serialization of the document's attribute.\n" " It is usually very quick and straightforward to " "create a small plug-in for your preferred\n" " application that will be capable of importing " "any OpenERP EDI document.\n" " You can find out more details about how to do " "this and what the content of OpenERP EDI documents\n" " is like in the" msgstr "" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi.xml:60 msgid "OpenERP documentation" msgstr "Documentação OpenERP" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi.xml:61 msgid "To get started immediately," msgstr "Para iniciar imediatamente" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi.xml:62 msgid "see is all it takes to use this EDI document in Python" msgstr "" "Visualizar é tudo o que se necessita para usar este documento EDI no Python" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi.xml:70 msgid "You can download the raw EDI document here:" msgstr "Você pode baixar a versão não formatada do documento EDI aqui:" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi.xml:73 msgid "Download" msgstr "Download" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi.xml:87 msgid "Powered by" msgstr "Desenvolvido Por" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi.xml:87 msgid "OpenERP" msgstr "OpenERP" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_account.xml:34 msgid "Invoice" msgstr "Documento Fiscal" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_account.xml:37 msgid "Description" msgstr "Descrição" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_account.xml:38 #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_sale_purchase.xml:41 msgid "Date" msgstr "Data" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_account.xml:39 #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_sale_purchase.xml:40 msgid "Your Reference" msgstr "Sua Referência" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_account.xml:50 #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_sale_purchase.xml:57 msgid "Product Description" msgstr "Descrição do Produto" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_account.xml:51 #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_sale_purchase.xml:58 msgid "Quantity" msgstr "Quantidade" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_account.xml:52 #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_sale_purchase.xml:59 msgid "Unit Price" msgstr "Preço Unitário" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_account.xml:53 msgid "Discount" msgstr "Desconto" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_account.xml:54 #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_sale_purchase.xml:61 msgid "Price" msgstr "Preço" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_account.xml:72 #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_sale_purchase.xml:81 msgid "Net Total:" msgstr "Total Líquido:" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_account.xml:83 #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_sale_purchase.xml:92 msgid "Taxes:" msgstr "Impostos:" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_account.xml:94 #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_sale_purchase.xml:103 msgid "Total:" msgstr "Total:" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_account.xml:106 msgid "Tax" msgstr "Imposto" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_account.xml:107 msgid "Base Amount" msgstr "Valor Base" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_account.xml:108 msgid "Amount" msgstr "Montante" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_account.xml:121 #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_sale_purchase.xml:113 msgid "Notes:" msgstr "Comentários:" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_account.xml:129 #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_sale_purchase.xml:121 msgid "Pay Online" msgstr "Pagamento Online" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_account.xml:133 #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_sale_purchase.xml:125 msgid "Paypal" msgstr "Paypal" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_account.xml:135 msgid "" "You may directly pay this invoice online via Paypal's secure payment gateway:" msgstr "" "Você pode pagar diretamente esta fatura via portal de pagamento seguro Paypal" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_account.xml:145 #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_sale_purchase.xml:137 msgid "Bank Wire Transfer" msgstr "Transferência Eletrônica Bancária" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_account.xml:147 #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_sale_purchase.xml:139 msgid "Please transfer" msgstr "Por Favor Transfira" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_account.xml:148 #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_sale_purchase.xml:140 msgid "to" msgstr "para" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_account.xml:149 msgid "" "(postal address on the invoice header)\n" " using one of the following bank accounts. Be sure to " "mention the invoice\n" " reference" msgstr "" "(endereço postal no cabeçalho da fatura)\n" " usando uma das contas seguintes. Tenha certeza de " "mencionar o número da fatura\n" " de referência" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_account.xml:151 #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_sale_purchase.xml:143 msgid "on the transfer:" msgstr "na transferência" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_sale_purchase.xml:36 msgid "Order" msgstr "Pedido" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_sale_purchase.xml:42 msgid "Salesman" msgstr "Representante" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_sale_purchase.xml:43 msgid "Payment terms" msgstr "Termos de Pagamento" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_sale_purchase.xml:60 msgid "Discount(%)" msgstr "Desconto (%)" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_sale_purchase.xml:127 msgid "" "You may directly pay this order online via Paypal's secure payment gateway:" msgstr "" "Você pode pagar este pedido diretamente pelo portal de pagamentos seguros " "PayPal:" #. openerp-web #: /home/odo/repositories/addons/trunk/edi/static/src/xml/edi_sale_purchase.xml:141 msgid "" "(postal address on the order header)\n" " using one of the following bank accounts. Be sure to " "mention the document\n" " reference" msgstr "" "(endereçõ postal no cabeçalho do pedido)\n" " usando uma das seguintes contas bancárias. Tenha " "certeza de mencionar o documento\n" " de referência"