mirror of
https://github.com/Karaka-Management/oms-WarehouseManagement.git
synced 2026-01-11 15:18:41 +00:00
51 lines
1.4 KiB
PHP
Executable File
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' => 'Tutto',
|
|
'Amount' => 'Quantità',
|
|
'Arrivals' => 'Arrivi',
|
|
'Article' => 'Articolo',
|
|
'Articles' => 'Artificio',
|
|
'City' => 'Città',
|
|
'Consignee' => 'Destinatario',
|
|
'Consignor' => 'Mittente',
|
|
'Country' => 'Nazione',
|
|
'Date' => 'Data',
|
|
'Description' => 'Descrizione',
|
|
'Interval' => 'Intervallo',
|
|
'Language' => '',
|
|
'Localization' => '',
|
|
'Localizations' => '',
|
|
'Location' => 'Posizione',
|
|
'Locations' => '',
|
|
'Matchcode' => 'Matchcode.',
|
|
'Month' => 'Mese',
|
|
'Name' => 'Nome',
|
|
'Order' => 'Ordine',
|
|
'Quantity' => 'Quantità',
|
|
'Reference' => 'Riferimento',
|
|
'Shipping' => 'Spedizione',
|
|
'Statistics' => 'Statistiche',
|
|
'Stock' => 'Azione',
|
|
'Stocks' => '',
|
|
'Street' => 'strada',
|
|
'Today' => 'Oggi',
|
|
'Type' => 'Tipo',
|
|
'Types' => '',
|
|
'Week' => 'Settimana',
|
|
'Year' => 'Anno',
|
|
'Zip' => 'Cerniera lampo',
|
|
]];
|