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