fix escaping

This commit is contained in:
Dennis Eichhorn 2022-02-12 21:31:58 +01:00
parent 36e52425a3
commit b86d0be68b
2 changed files with 3 additions and 3 deletions

View File

@ -101,7 +101,7 @@ return ['ItemManagement' => [
'Properties' => 'Propriétés', 'Properties' => 'Propriétés',
'Property' => 'Propriété', 'Property' => 'Propriété',
'Purchase' => 'Acheter', 'Purchase' => 'Acheter',
'PurchasePrice' => 'Prix d\\'achat', 'PurchasePrice' => 'Prix d\'achat',
'Purchasing' => 'Achat', 'Purchasing' => 'Achat',
'QA' => 'Qa', 'QA' => 'Qa',
'QM' => 'Qm', 'QM' => 'Qm',

View File

@ -65,7 +65,7 @@ return ['ItemManagement' => [
'Localization' => 'Localizzazione', 'Localization' => 'Localizzazione',
'Localizations' => 'Localizzazioni', 'Localizations' => 'Localizzazioni',
'Location' => 'Posizione', 'Location' => 'Posizione',
'Log' => 'Tronco d\\'albero', 'Log' => 'Tronco d\'albero',
'Logs' => 'Logs.', 'Logs' => 'Logs.',
'Lot' => 'Quantità', 'Lot' => 'Quantità',
'MRR' => 'Mrr.', 'MRR' => 'Mrr.',
@ -101,7 +101,7 @@ return ['ItemManagement' => [
'Properties' => 'Proprietà', 'Properties' => 'Proprietà',
'Property' => 'Proprietà', 'Property' => 'Proprietà',
'Purchase' => 'Acquistare', 'Purchase' => 'Acquistare',
'PurchasePrice' => 'Prezzo d\\'acquisto', 'PurchasePrice' => 'Prezzo d\'acquisto',
'Purchasing' => 'Acquisto', 'Purchasing' => 'Acquisto',
'QA' => 'Qa.', 'QA' => 'Qa.',
'QM' => 'Qm.', 'QM' => 'Qm.',