oms-Exchange/Theme/Backend/Lang/ru.lang.php
Dennis Eichhorn 8fbb43bc89 update
2023-10-09 22:06:38 +00:00

40 lines
1010 B
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 ['Exchange' => [
'Created' => '',
'CreatedAt' => '',
'CreatedBy' => '',
'Creator' => '',
'Database' => 'База данных',
'End' => 'Конец',
'Exchange' => 'Обмен',
'Export' => 'Экспорт',
'Exports' => 'Экспорт',
'File' => 'Файл',
'Host' => 'Хозяин',
'Import' => 'Импортировать',
'Imports' => 'Импорт',
'Login' => 'Авторизоваться',
'Logs' => 'Журналы',
'Options' => 'Опции',
'Password' => 'Пароль',
'Port' => 'Порт',
'Start' => 'Начинать',
'Subtype' => '',
'Title' => '',
'Type' => '',
'Website' => 'Веб-сайт',
]];