oms-Workflow/Theme/Backend/Lang/ru.lang.php
2024-03-20 07:21:26 +00:00

42 lines
1.1 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.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Workflow' => [
':istatus-1' => '',
':istatus-2' => '',
':istatus-3' => '',
':istatus-4' => '',
'Active' => '',
'Available' => '',
'CC' => 'CC',
'Created' => 'Созданный',
'Creator' => 'Создатель',
'Date' => '',
'Due' => 'Должное',
'Instances' => '',
'Media' => 'Средства массовой информации',
'Message' => 'Сообщение',
'Name' => '',
'Next' => 'Следующий',
'Select' => 'Выбирать',
'Status' => 'Статус',
'Task' => 'Задача',
'Title' => 'Заголовок',
'To' => 'К',
'Updated' => '',
'Upload' => 'Загрузить',
'Workflow' => 'Рабочий процесс',
'Workflows' => 'Рабочие процессы',
]];