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

53 lines
1.9 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' => 'Суперечливий рахунок',
'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' => 'Т-обліковий запис',
'Text' => 'Текст',
'To' => 'До',
'Total' => 'Загальний',
'Type' => 'Тип',
]];