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