mirror of
https://github.com/Karaka-Management/oms-Purchase.git
synced 2026-01-24 05:28:41 +00:00
fix escaping
This commit is contained in:
parent
d2a9f7f887
commit
e061852edd
|
|
@ -16,7 +16,7 @@ return ['Navigation' => [
|
|||
'Analysis' => 'Analyse',
|
||||
'Articles' => 'Des articles',
|
||||
'Create' => 'Créer',
|
||||
'Invoice' => 'Facture d\\'achat',
|
||||
'Invoice' => 'Facture d\'achat',
|
||||
'Invoices' => 'Factures',
|
||||
'List' => 'Lister',
|
||||
'OrderSuggestions' => 'Suggestions de commande',
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ return ['Purchase' => [
|
|||
'Highest' => 'Plus haut',
|
||||
'Inactive' => 'Inactif',
|
||||
'Interval' => 'Intervalle',
|
||||
'Invoice' => 'Facture d\\'achat',
|
||||
'Invoice' => 'Facture d\'achat',
|
||||
'Invoices' => 'Factures',
|
||||
'IsDefault' => 'Est par défaut?',
|
||||
'Language' => 'Langue',
|
||||
|
|
@ -96,7 +96,7 @@ return ['Purchase' => [
|
|||
'To' => 'À',
|
||||
'TopArticles' => 'Top articles',
|
||||
'Trend' => 'Tendance',
|
||||
'Turnover' => 'Chiffre d\\'affaires',
|
||||
'Turnover' => 'Chiffre d\'affaires',
|
||||
'Type' => 'Taper',
|
||||
'ZipCode' => 'Code postal',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ return ['Purchase' => [
|
|||
'DefaultInternational' => 'Default International.',
|
||||
'DefaultNational' => 'National default.',
|
||||
'Delivery' => 'Consegna',
|
||||
'DeliveryNote' => 'Bolla d\\'accompagnamento',
|
||||
'DeliveryNote' => 'Bolla d\'accompagnamento',
|
||||
'Description' => 'Descrizione',
|
||||
'Discount' => 'Sconto',
|
||||
'DiscountP' => 'Sconto in%',
|
||||
|
|
|
|||
|
|
@ -62,8 +62,8 @@ return ['Purchase' => [
|
|||
'Media' => 'Медіа',
|
||||
'MinPrice' => 'Ціна',
|
||||
'Name' => 'Назва',
|
||||
'Name1' => 'Ім\\'я 1',
|
||||
'Name2' => 'Ім\\'я 2',
|
||||
'Name1' => 'Ім\'я 1',
|
||||
'Name2' => 'Ім\'я 2',
|
||||
'Name3' => 'Назва 3',
|
||||
'Offer' => 'Пропозиція',
|
||||
'Order' => 'Порядок',
|
||||
|
|
@ -89,7 +89,7 @@ return ['Purchase' => [
|
|||
'Subgroup' => 'Підгруп',
|
||||
'Supplier' => 'Постачальник',
|
||||
'SupplierID' => 'Ідентифікатор постачальника',
|
||||
'SupplierName' => 'Ім\\'я постачальника',
|
||||
'SupplierName' => 'Ім\'я постачальника',
|
||||
'Suppliers' => 'Постачальники',
|
||||
'Tax' => 'Оподаткування',
|
||||
'Terms' => 'Умови',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user