oms-WarehouseManagement/Theme/Backend/Lang/pl.lang.php

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' => 'Wszystkie',
'Amount' => 'Kwota',
'Arrivals' => 'Przyloty',
'Article' => 'Artykuł',
'Articles' => 'Artykuły',
'City' => 'Miasto',
'Consignee' => 'Konsygnatariusz',
'Consignor' => 'Wysyłający',
'Country' => 'Kraj',
'Date' => 'Data',
'Description' => 'Opis',
'Interval' => 'Interwał',
'Location' => 'Lokalizacja',
'Locations' => '#VALUE!',
'Matchcode' => 'MatchCode.',
'Month' => 'Miesiąc',
'Name' => 'Nazwa',
'Order' => 'Zamówienie',
'Quantity' => 'Ilość',
'Reference' => 'Odniesienie',
'Shipping' => 'Wysyłka',
'Statistics' => 'Statystyka',
'Stock' => 'Magazyn',
'Stocks' => '#VALUE!',
'Street' => 'Ulica',
'Today' => 'Dziś',
'Type' => 'Rodzaj',
'Week' => 'Tydzień',
'Year' => 'Rok',
'Zip' => 'Zamek błyskawiczny',
]];