oms-WarehouseManagement/Theme/Backend/Lang/pt.lang.php
Dennis Eichhorn 96051d1b1f update
2023-10-09 22:06:39 +00:00

51 lines
1.4 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 ['WarehouseManagement' => [
'All' => 'Tudo',
'Amount' => 'Montante',
'Arrivals' => 'Chegadas',
'Article' => 'Artigo',
'Articles' => 'Artigos',
'City' => 'Cidade',
'Consignee' => 'Consignatário',
'Consignor' => 'Expedidor',
'Country' => 'País',
'Date' => 'Encontro',
'Description' => 'Descrição',
'Interval' => 'Intervalo',
'Language' => '',
'Localization' => '',
'Localizations' => '',
'Location' => 'Localização',
'Locations' => '',
'Matchcode' => 'Código de combinação',
'Month' => 'Mês',
'Name' => 'Nome',
'Order' => 'Pedido',
'Quantity' => 'Quantidade',
'Reference' => 'Referência',
'Shipping' => 'Envio',
'Statistics' => 'Estatisticas',
'Stock' => 'Estoque',
'Stocks' => '',
'Street' => 'rua',
'Today' => 'Hoje',
'Type' => 'Modelo',
'Types' => '',
'Week' => 'Semana',
'Year' => 'Ano',
'Zip' => 'Fecho eclair',
]];