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

51 lines
1.3 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' => 'Alle',
'Amount' => 'Höhe',
'Arrivals' => 'Ankunft',
'Article' => 'Artikel',
'Articles' => 'Artikel',
'City' => 'Stadt',
'Consignee' => 'Empfänger',
'Consignor' => 'Versender',
'Country' => 'Land',
'Date' => 'Datum',
'Description' => 'Beschreibung',
'Interval' => 'Intervall',
'Language' => '',
'Localization' => '',
'Localizations' => '',
'Location' => 'Ort',
'Locations' => '',
'Matchcode' => 'Matchcode',
'Month' => 'Monat',
'Name' => 'Name',
'Order' => 'Befehl',
'Quantity' => 'Menge',
'Reference' => 'Bezug',
'Shipping' => 'Versand',
'Statistics' => 'Statistiken',
'Stock' => 'Aktie',
'Stocks' => '',
'Street' => 'Straße',
'Today' => 'Heute',
'Type' => 'Typ',
'Types' => '',
'Week' => 'Woche',
'Year' => 'Jahr',
'Zip' => 'Reißverschluss',
]];