oms-Billing/Theme/Backend/Lang/pt.lang.php
2022-12-16 21:59:20 +01:00

89 lines
2.9 KiB
PHP
Executable File

<?php
/**
* Karaka
*
* PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Billing' => [
'Address' => 'Endereço',
'Addresses' => 'Endereços',
'Africa' => '#VALUE!',
'AlreadyPaid' => 'Já pago',
'America' => '#VALUE!',
'Analyse' => '#VALUE!',
'Articles' => '#VALUE!',
'Asia' => '#VALUE!',
'Attribute' => '#VALUE!',
'BaseTime' => '#VALUE!',
'Bills' => 'Notas',
'Bonus' => 'Bônus',
'CIS' => '#VALUE!',
'Cashback' => 'Dinheiro de volta',
'City' => 'Cidade',
'Client' => 'Cliente',
'ClientID' => 'ID do Cliente',
'ComparisonTime' => '#VALUE!',
'Confirmation' => 'Confirmação',
'Country' => 'País',
'Created' => 'Criado',
'CreditCard' => 'Cartão de crédito',
'CreditNote' => 'Nota de crédito',
'Customers' => '#VALUE!',
'Date' => 'Encontro',
'Delivery' => 'Entrega',
'DeliveryNote' => 'Nota de entrega',
'DirectDebit' => 'Débito Direto',
'Discount' => 'Desconto',
'DiscountP' => 'Desconto%',
'Due' => 'Vencimento',
'Europe' => '#VALUE!',
'Filter' => '#VALUE!',
'Freightage' => 'Freightage',
'General' => '#VALUE!',
'Gross' => 'Bruto',
'Invoice' => 'Fatura',
'Invoices' => 'Faturas',
'Item' => 'Item',
'Items' => 'Itens',
'Log' => 'Registro',
'Logs' => 'Histórico',
'Media' => 'meios de comunicação',
'MoneyTransfer' => 'Transferência de dinheiro',
'Name' => 'Nome',
'Net' => 'Internet',
'Offer' => 'Oferta',
'Other' => '#VALUE!',
'Payment' => 'Pagamento',
'Postal' => 'Postal',
'Prepaid' => 'Pré-pago',
'Preview' => 'Pré-visualização',
'Price' => 'Preço',
'Profit' => 'Lucro',
'Quantity' => 'Quantidade',
'Recipient' => 'Destinatário',
'Region' => '#VALUE!',
'Rep' => '#VALUE!',
'Sales' => '#VALUE!',
'Select' => 'Selecione.',
'Shipment' => 'envio',
'Source' => 'Fonte',
'Supplier' => 'Fornecedor',
'SupplierID' => 'Identificação do Fornecedor',
'Tax' => 'Imposto',
'TermsOfDelivery' => 'Termos de entrega',
'Total' => 'Total',
'Type' => 'Modelo',
'Upload' => 'Envio',
'Value' => '#VALUE!',
'Variation' => 'Variação',
'Zip' => 'Fecho eclair',
]];