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' => 'Tout',
|
|
'Amount' => 'Quantité',
|
|
'Arrivals' => 'Arrivées',
|
|
'Article' => 'Article',
|
|
'Articles' => 'Des articles',
|
|
'City' => 'Ville',
|
|
'Consignee' => 'Destinataire',
|
|
'Consignor' => 'Expéditeur',
|
|
'Country' => 'Pays',
|
|
'Date' => 'Date',
|
|
'Description' => 'La description',
|
|
'Interval' => 'Intervalle',
|
|
'Language' => '',
|
|
'Localization' => '',
|
|
'Localizations' => '',
|
|
'Location' => 'Emplacement',
|
|
'Locations' => '',
|
|
'Matchcode' => 'Encadrement',
|
|
'Month' => 'Mois',
|
|
'Name' => 'Nom',
|
|
'Order' => 'Commander',
|
|
'Quantity' => 'Quantité',
|
|
'Reference' => 'Référence',
|
|
'Shipping' => 'Expédition',
|
|
'Statistics' => 'Statistiques',
|
|
'Stock' => 'Stocker',
|
|
'Stocks' => '',
|
|
'Street' => 'rue',
|
|
'Today' => 'Aujourd\'hui',
|
|
'Type' => 'Taper',
|
|
'Types' => '',
|
|
'Week' => 'La semaine',
|
|
'Year' => 'An',
|
|
'Zip' => 'Zipper',
|
|
]];
|