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

51 lines
1.5 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
/**
* 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' => 'Все',
'Amount' => 'Количество',
'Arrivals' => 'Прибытие',
'Article' => 'Статья',
'Articles' => 'Статьи',
'City' => 'Город',
'Consignee' => 'Грузополучатель',
'Consignor' => 'Грузоподъемность',
'Country' => 'Страна',
'Date' => 'Дата',
'Description' => 'Описание',
'Interval' => 'Интервал',
'Language' => '',
'Localization' => '',
'Localizations' => '',
'Location' => 'Место расположения',
'Locations' => '',
'Matchcode' => 'MatchCode.',
'Month' => 'Месяц',
'Name' => 'Имя',
'Order' => 'Заказ',
'Quantity' => 'Количество',
'Reference' => 'Ссылка',
'Shipping' => 'Перевозки',
'Statistics' => 'Статистика',
'Stock' => 'Склад',
'Stocks' => '',
'Street' => 'улица',
'Today' => 'Сегодня',
'Type' => 'Тип',
'Types' => '',
'Week' => 'Неделю',
'Year' => 'Год',
'Zip' => 'Zip.',
]];