oms-Accounting/Theme/Backend/Lang/Navigation.uk.lang.php
2023-06-17 03:13:19 +02:00

28 lines
888 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 ['Navigation' => [
'AccountPostings' => 'Оголошення про обліковий запис',
'Accounting' => 'Бухгалтерський облік',
'Balance' => 'Баланс',
'BatchPostings' => 'Пакетні публікації',
'CostCenters' => 'Вартість центрів',
'CostObjects' => 'Вартість об\'єктів',
'Creditors' => 'Кредитори',
'Debitors' => 'Дебіоти',
'Entries' => 'Записи',
'Postings' => 'Повідомлення',
'Predefined' => 'Попередньо визначений',
]];