mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-01-11 17:28:41 +00:00
109 lines
3.4 KiB
PHP
Executable File
109 lines
3.4 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.2
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['SupplierManagement' => [
|
|
'Accounting' => 'Contabilidade',
|
|
'Address' => 'Endereço',
|
|
'Addresses' => 'Endereços',
|
|
'AreaManager' => 'Gerente da área',
|
|
'Articlegroup' => 'ArticleGroup',
|
|
'Articles' => 'Artigos',
|
|
'Attribute' => '',
|
|
'AttributeTypes' => '',
|
|
'Attributes' => '',
|
|
'Balance' => 'Equilíbrio',
|
|
'Bills' => '',
|
|
'Bonus' => 'Bônus',
|
|
'CLV' => 'Clv.',
|
|
'Calendar' => 'Calendário',
|
|
'City' => 'Cidade',
|
|
'Client' => 'Cliente',
|
|
'ClientID' => '',
|
|
'Contact' => 'Contato',
|
|
'Country' => 'País',
|
|
'Created' => 'Criado',
|
|
'CreatedAt' => '',
|
|
'CreditRating' => 'Rating de crédito',
|
|
'Creditcard' => 'Cartão de crédito',
|
|
'DSO' => 'Dso.',
|
|
'DUE' => 'Vencimento',
|
|
'Date' => 'Encontro',
|
|
'Default' => 'Padrão',
|
|
'Delivery' => 'Entrega',
|
|
'Discount' => 'Desconto',
|
|
'DiscountBonus' => '',
|
|
'DiscountP' => 'Desconto%',
|
|
'Documents' => 'Documentos',
|
|
'Due' => '',
|
|
'Email' => 'E-mail',
|
|
'Fax' => 'Fax',
|
|
'Files' => 'arquivos',
|
|
'Freightage' => 'Freightage',
|
|
'Group' => 'Grupo',
|
|
'ID' => 'identificação',
|
|
'Info' => 'Info',
|
|
'Invoice' => 'Fatura',
|
|
'Invoices' => 'Faturas',
|
|
'IsDefault' => 'É padrão',
|
|
'Items' => '',
|
|
'LastContact' => 'Último contato.',
|
|
'LastOrder' => 'Último pedido',
|
|
'Log' => 'Registro',
|
|
'Logs' => 'Histórico',
|
|
'MRR' => 'MRR.',
|
|
'MTDSales' => 'Sales Mtd.',
|
|
'Map' => '',
|
|
'Margin' => 'Margem',
|
|
'Master' => 'Mestre',
|
|
'Messages' => 'Mensagens',
|
|
'Modified' => 'Modificado',
|
|
'Name' => 'Nome',
|
|
'Name1' => 'Nome1.',
|
|
'Name2' => 'Nome2.',
|
|
'Name3' => 'Nome3.',
|
|
'Net' => 'Internet',
|
|
'Notes' => 'Notas',
|
|
'Number' => 'Número',
|
|
'Office' => 'Escritório',
|
|
'Payment' => 'Pagamento',
|
|
'PaymentTerm' => 'Termo de pagamento',
|
|
'Permission' => 'Permissão',
|
|
'Phone' => 'Telefone',
|
|
'Postal' => 'Postal',
|
|
'Price' => 'Preço',
|
|
'Prices' => 'Preços',
|
|
'Productgroup' => 'Grupo de produtos',
|
|
'Profile' => 'Perfil',
|
|
'Profit' => '',
|
|
'Purchase' => 'Comprar',
|
|
'Quantity' => 'Quantidade',
|
|
'RecentInvoices' => 'Faturas recentes',
|
|
'Sales' => 'Vendas',
|
|
'Segment' => 'Segmento',
|
|
'Segments' => 'Segmentos',
|
|
'Subtype' => 'Subtipo',
|
|
'Supplier' => 'Fornecedor',
|
|
'Suppliers' => 'Fornecedores',
|
|
'Support' => 'Apoio, suporte',
|
|
'Tags' => 'Tag',
|
|
'Title' => '',
|
|
'TotalPrice' => '',
|
|
'Type' => 'Modelo',
|
|
'UnitPrice' => '',
|
|
'Website' => '',
|
|
'Wire' => 'Fio',
|
|
'YTDSales' => 'Vendas do ano',
|
|
'Zip' => 'Fecho eclair',
|
|
]];
|