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

47 lines
1.4 KiB
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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' => 'Все',
'Amount' => 'Сума',
'Arrivals' => 'Прибуття',
'Article' => 'Стаття',
'Articles' => 'Статті',
'City' => 'Місто',
'Consignee' => 'Вантажоодержувач',
'Consignor' => 'Вантажовідправність',
'Country' => 'Країна',
'Date' => 'Дата',
'Description' => 'Опис',
'Interval' => 'Інтервал',
'Location' => 'Місцезнаходження',
'Locations' => '#VALUE!',
'Matchcode' => 'Матч',
'Month' => 'Місяць',
'Name' => 'Назва',
'Order' => 'Порядок',
'Quantity' => 'Кількість',
'Reference' => 'Довідник',
'Shipping' => 'Доставка',
'Statistics' => 'Статистика',
'Stock' => 'Запас',
'Stocks' => '#VALUE!',
'Street' => 'Вулиця',
'Today' => 'Сьогодні',
'Type' => 'Тип',
'Week' => 'Тиждень',
'Year' => 'Рік',
'Zip' => 'Блиск',
]];