mirror of
https://github.com/Karaka-Management/oms-Sales.git
synced 2026-02-03 13:58:40 +00:00
fix escaping
This commit is contained in:
parent
9f5afbe774
commit
f860e14b1c
|
|
@ -17,7 +17,7 @@ return ['Navigation' => [
|
|||
'Articles' => 'Des articles',
|
||||
'Clients' => 'Clients',
|
||||
'Create' => 'Créer',
|
||||
'Invoice' => 'Facture d\\'achat',
|
||||
'Invoice' => 'Facture d\'achat',
|
||||
'Invoices' => 'Factures',
|
||||
'Profile' => 'Profil',
|
||||
'Sales' => 'Ventes',
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ return ['Sales' => [
|
|||
'Highest' => 'Plus haut',
|
||||
'Inactive' => 'Inactif',
|
||||
'Interval' => 'Intervalle',
|
||||
'Invoice' => 'Facture d\\'achat',
|
||||
'Invoice' => 'Facture d\'achat',
|
||||
'Invoices' => 'Factures',
|
||||
'IsDefault' => 'Est par défaut?',
|
||||
'Language' => 'Langue',
|
||||
|
|
@ -100,7 +100,7 @@ return ['Sales' => [
|
|||
'To' => 'À',
|
||||
'TopArticles' => 'Top articles',
|
||||
'Trend' => 'Tendance',
|
||||
'Turnover' => 'Chiffre d\\'affaires',
|
||||
'Turnover' => 'Chiffre d\'affaires',
|
||||
'Type' => 'Taper',
|
||||
'ZipCode' => 'Code postal',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ return ['Sales' => [
|
|||
'DefaultInternational' => 'Default International.',
|
||||
'DefaultNational' => 'National default.',
|
||||
'Delivery' => 'Consegna',
|
||||
'DeliveryNote' => 'Bolla d\\'accompagnamento',
|
||||
'DeliveryNote' => 'Bolla d\'accompagnamento',
|
||||
'Description' => 'Descrizione',
|
||||
'Discount' => 'Sconto',
|
||||
'DiscountP' => 'Sconto in%',
|
||||
|
|
|
|||
|
|
@ -70,8 +70,8 @@ return ['Sales' => [
|
|||
'Media' => 'Медіа',
|
||||
'MinPrice' => 'Ціна',
|
||||
'Name' => 'Назва',
|
||||
'Name1' => 'Ім\\'я 1',
|
||||
'Name2' => 'Ім\\'я 2',
|
||||
'Name1' => 'Ім\'я 1',
|
||||
'Name2' => 'Ім\'я 2',
|
||||
'Name3' => 'Назва 3',
|
||||
'Offer' => 'Пропозиція',
|
||||
'Order' => 'Порядок',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user