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

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