oms-Support/Theme/Backend/Lang/ru.lang.php

61 lines
2.3 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
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Support' => [
'Account' => 'Счет',
'All' => 'Все',
'AverageAmount' => 'Среднее количество',
'AverageProcessTime' => 'Avg. Процесс Время',
'Created' => 'Созданный',
'Creator' => 'творец',
'Day' => 'День',
'Department' => 'отделение',
'Description' => 'Описание',
'Due' => 'Должный',
'Files' => 'файлы',
'Forwarded' => 'Forwarded',
'From' => 'Из',
'Group' => 'Группа',
'InTime' => 'Во время',
'Interval' => 'интервал',
'Media' => 'Средства массовой информации',
'Message' => 'Сообщение',
'Month' => 'Месяц',
'Name' => 'Имя',
'New' => 'Новый',
'Open' => 'Открыть',
'Person' => 'Человек',
'Priority' => 'приоритет',
'Received' => 'Получила',
'Receiver' => 'Приемник',
'Redirected' => 'Redirected',
'Responsible' => 'Ответственный',
'Select' => 'Выбирать',
'Settings' => 'Настройки',
'Size' => 'Размер',
'Statistics' => 'Статистика',
'Status' => 'Положение дел',
'Support' => 'Поддерживать',
'Ticket' => 'Проездной билет',
'Tickets' => 'Билеты',
'Title' => 'Заголовок',
'To' => 'К',
'Today' => 'Сегодня',
'Topic' => 'Тема',
'Type' => 'Тип',
'Upload' => 'Загрузить',
'Week' => 'Неделю',
'Year' => 'Год',
]];