mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-02-15 20:18:39 +00:00
fix escaping
This commit is contained in:
parent
928c5cf063
commit
1501e625f2
|
|
@ -13,7 +13,7 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Navigation' => [
|
return ['Navigation' => [
|
||||||
'AccountPostings' => 'Messaggi dell\\'account.',
|
'AccountPostings' => 'Messaggi dell\'account.',
|
||||||
'Accounting' => 'Contabilità',
|
'Accounting' => 'Contabilità',
|
||||||
'Balance' => 'Bilancia',
|
'Balance' => 'Bilancia',
|
||||||
'BatchPostings' => 'Messaggi in batch.',
|
'BatchPostings' => 'Messaggi in batch.',
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ return ['Navigation' => [
|
||||||
'Balance' => 'Баланс',
|
'Balance' => 'Баланс',
|
||||||
'BatchPostings' => 'Пакетні публікації',
|
'BatchPostings' => 'Пакетні публікації',
|
||||||
'CostCenters' => 'Вартість центрів',
|
'CostCenters' => 'Вартість центрів',
|
||||||
'CostObjects' => 'Вартість об\\'єктів',
|
'CostObjects' => 'Вартість об\'єктів',
|
||||||
'Creditors' => 'Кредитори',
|
'Creditors' => 'Кредитори',
|
||||||
'Debitors' => 'Дебіоти',
|
'Debitors' => 'Дебіоти',
|
||||||
'Entries' => 'Записи',
|
'Entries' => 'Записи',
|
||||||
|
|
|
||||||
|
|
@ -29,9 +29,9 @@ return ['Accounting' => [
|
||||||
'Debit' => 'Débit',
|
'Debit' => 'Débit',
|
||||||
'Due' => 'Dû',
|
'Due' => 'Dû',
|
||||||
'Entries' => 'Entrées',
|
'Entries' => 'Entrées',
|
||||||
'EntryDate' => 'Date d\\'entrée',
|
'EntryDate' => 'Date d\'entrée',
|
||||||
'Evaluation' => 'Évaluation',
|
'Evaluation' => 'Évaluation',
|
||||||
'ExternalVoucher' => 'Bon d\\'achat',
|
'ExternalVoucher' => 'Bon d\'achat',
|
||||||
'GL' => 'Canette',
|
'GL' => 'Canette',
|
||||||
'Incoming' => 'Entrant',
|
'Incoming' => 'Entrant',
|
||||||
'Journal' => 'Journal',
|
'Journal' => 'Journal',
|
||||||
|
|
|
||||||
|
|
@ -21,8 +21,8 @@ return ['Accounting' => [
|
||||||
'ContraAccount' => 'Суперечливий рахунок',
|
'ContraAccount' => 'Суперечливий рахунок',
|
||||||
'CostCenter' => 'Центр витрат',
|
'CostCenter' => 'Центр витрат',
|
||||||
'CostCenters' => 'Вартість центрів',
|
'CostCenters' => 'Вартість центрів',
|
||||||
'CostObject' => 'Об\\'єкт вартості',
|
'CostObject' => 'Об\'єкт вартості',
|
||||||
'CostObjects' => 'Вартість об\\'єктів',
|
'CostObjects' => 'Вартість об\'єктів',
|
||||||
'Created' => 'Створений',
|
'Created' => 'Створений',
|
||||||
'Creator' => 'Творець',
|
'Creator' => 'Творець',
|
||||||
'Credit' => 'Кредит',
|
'Credit' => 'Кредит',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user