oms-Accounting/Theme/Backend/Lang/ru.lang.php
Dennis Eichhorn 2302a91fa6 fix language
2023-09-23 23:05:18 +00:00

53 lines
1.8 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 ['Accounting' => [
'Account' => 'Счет',
'Accounts' => 'Счета',
'BatchPostings' => 'Пакетные сообщения',
'Charts' => 'Диаграммы',
'Code' => 'Код',
'ContraAccount' => 'Учетная запись Contra',
'CostCenter' => 'Центр затрат',
'CostCenters' => 'Стоимость центров',
'CostObject' => 'Стоимость объекта',
'CostObjects' => 'Стоимость объектов',
'Created' => 'Созданный',
'Creator' => 'Создатель',
'Credit' => 'Кредит',
'Debit' => 'Списание средств',
'Description' => '',
'Due' => 'Должное',
'Entries' => 'Заявление',
'EntryDate' => 'Дата ввода',
'Evaluation' => 'Оценка',
'ExternalVoucher' => 'Внешний ваучер',
'GL' => 'Озвучивать',
'Incoming' => 'Входящий',
'Journal' => 'Журнал',
'List' => 'Список',
'Name' => 'Имя',
'Outgoing' => 'Исходящий',
'Parent' => 'Родитель',
'Receipt' => 'Квитанция',
'ReceiptDate' => 'Дата чека',
'Search' => 'Поиск',
'Stack' => 'Куча',
'TAccount' => 'T-счет',
'Text' => 'Текст',
'To' => 'К',
'Total' => 'Всего',
'Type' => 'Тип',
]];