mirror of
https://github.com/Karaka-Management/oms-WarehouseManagement.git
synced 2026-01-25 21:28:40 +00:00
47 lines
1.2 KiB
PHP
Executable File
47 lines
1.2 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Karaka
|
|
*
|
|
* 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' => 'Kaikki',
|
|
'Amount' => 'Määrä',
|
|
'Arrivals' => 'Saapuvat',
|
|
'Article' => 'Artikla',
|
|
'Articles' => 'Artikkelit',
|
|
'City' => 'Kaupunki',
|
|
'Consignee' => 'Vastaanottaja',
|
|
'Consignor' => 'Lähettäjä',
|
|
'Country' => 'Maa',
|
|
'Date' => 'Päivämäärä',
|
|
'Description' => 'Kuvaus',
|
|
'Interval' => 'Aikaväli',
|
|
'Location' => 'Sijainti',
|
|
'Locations' => '#VALUE!',
|
|
'Matchcode' => 'Matchcode',
|
|
'Month' => 'Kuukausi',
|
|
'Name' => 'Nimi',
|
|
'Order' => 'Tilaus',
|
|
'Quantity' => 'Määrä',
|
|
'Reference' => 'Viite',
|
|
'Shipping' => 'laivaus',
|
|
'Statistics' => 'Tilastot',
|
|
'Stock' => 'Varasto',
|
|
'Stocks' => '#VALUE!',
|
|
'Street' => 'Katu',
|
|
'Today' => 'Tänään',
|
|
'Type' => 'Tyyppi',
|
|
'Week' => 'Viikko',
|
|
'Year' => 'Vuosi',
|
|
'Zip' => 'Postinumero',
|
|
]];
|