mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-01-11 15:18:42 +00:00
78 lines
2.5 KiB
PHP
Executable File
78 lines
2.5 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.1
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Billing' => [
|
|
'Address' => 'Endereço',
|
|
'Addresses' => 'Endereços',
|
|
'AlreadyPaid' => 'Já pago',
|
|
'Amount' => '',
|
|
'Archive' => '',
|
|
'Billing' => '',
|
|
'Bills' => 'Notas',
|
|
'Bonus' => 'Bônus',
|
|
'Cashback' => 'Dinheiro de volta',
|
|
'City' => 'Cidade',
|
|
'Client' => 'Cliente',
|
|
'ClientID' => 'ID do Cliente',
|
|
'Confirmation' => 'Confirmação',
|
|
'Country' => 'País',
|
|
'Created' => 'Criado',
|
|
'CreditCard' => 'Cartão de crédito',
|
|
'CreditNote' => 'Nota de crédito',
|
|
'Currency' => '',
|
|
'Date' => 'Encontro',
|
|
'Delivery' => 'Entrega',
|
|
'DeliveryNote' => 'Nota de entrega',
|
|
'DirectDebit' => 'Débito Direto',
|
|
'Discount' => 'Desconto',
|
|
'DiscountP' => 'Desconto%',
|
|
'Due' => 'Vencimento',
|
|
'Email' => '',
|
|
'Freightage' => 'Freightage',
|
|
'Gross' => 'Bruto',
|
|
'Invoice' => 'Fatura',
|
|
'Item' => 'Item',
|
|
'Items' => 'Itens',
|
|
'Language' => '',
|
|
'Log' => 'Registro',
|
|
'Logs' => 'Histórico',
|
|
'Media' => 'meios de comunicação',
|
|
'MoneyTransfer' => 'Transferência de dinheiro',
|
|
'Name' => 'Nome',
|
|
'Net' => 'Internet',
|
|
'Offer' => 'Oferta',
|
|
'Original' => '',
|
|
'Payment' => 'Pagamento',
|
|
'PaymentPlan' => '',
|
|
'Postal' => 'Postal',
|
|
'Prepaid' => 'Pré-pago',
|
|
'Preview' => 'Pré-visualização',
|
|
'Price' => 'Preço',
|
|
'Profit' => 'Lucro',
|
|
'Quantity' => 'Quantidade',
|
|
'Recipient' => 'Destinatário',
|
|
'Select' => 'Selecione.',
|
|
'Shipment' => 'envio',
|
|
'Source' => 'Fonte',
|
|
'Supplier' => 'Fornecedor',
|
|
'SupplierID' => 'Identificação do Fornecedor',
|
|
'Tax' => 'Imposto',
|
|
'TermsOfDelivery' => 'Termos de entrega',
|
|
'Total' => 'Total',
|
|
'Type' => 'Modelo',
|
|
'Types' => '',
|
|
'Upload' => 'Envio',
|
|
'Zip' => 'Fecho eclair',
|
|
]];
|