todos fixed

This commit is contained in:
Dennis Eichhorn 2023-10-12 22:49:20 +00:00
parent abefc94b66
commit 981bf0f72f
3 changed files with 15 additions and 15 deletions

View File

@ -13,16 +13,16 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'Account' => '', 'Account' => 'Account',
'Analysis' => 'Analyse', 'Analysis' => 'Analyse',
'Articles' => 'Artikel', 'Articles' => 'Artikel',
'Clients' => 'Kunden', 'Clients' => 'Kunden',
'Create' => 'Erstellen', 'Create' => 'Erstellen',
'Finance' => '', 'Finance' => 'Finanzen',
'Invoice' => 'Rechnung', 'Invoice' => 'Rechnung',
'Invoices' => 'Rechnungen', 'Invoices' => 'Rechnungen',
'Items' => '', 'Items' => 'Artikel',
'Profile' => 'Profil', 'Profile' => 'Profil',
'Sales' => 'Der Umsatz', 'Sales' => 'Umsatz',
'Suppliers' => '', 'Suppliers' => 'Lieferanten',
]]; ]];

View File

@ -20,7 +20,7 @@ return ['Finance' => [
'All' => 'Alle', 'All' => 'Alle',
'Amount' => 'Höhe', 'Amount' => 'Höhe',
'Analysis' => 'Analyse', 'Analysis' => 'Analyse',
'Analyze' => '', 'Analyze' => 'Analyse',
'Area' => 'Bereich', 'Area' => 'Bereich',
'Article' => 'Artikel', 'Article' => 'Artikel',
'Articles' => 'Artikel', 'Articles' => 'Artikel',
@ -28,18 +28,18 @@ return ['Finance' => [
'Calculate' => 'Berechnung', 'Calculate' => 'Berechnung',
'City' => 'Stadt', 'City' => 'Stadt',
'Class' => 'Klasse', 'Class' => 'Klasse',
'Client' => 'Klient', 'Client' => 'Kunde',
'ClientID' => 'Kunden ID', 'ClientID' => 'Kunden ID',
'ClientName' => 'Kundenname', 'ClientName' => 'Kundenname',
'Clients' => 'Kunden', 'Clients' => 'Kunden',
'Comparison' => '', 'Comparison' => 'Vergleich',
'Confirmation' => 'Bestätigung', 'Confirmation' => 'Bestätigung',
'CoreData' => 'Kerndatei', 'CoreData' => 'Kerndatei',
'Country' => 'Land', 'Country' => 'Land',
'Created' => 'Erstellt', 'Created' => 'Erstellt',
'Creator' => 'Schöpfer', 'Creator' => 'Ersteller',
'CreditNote' => 'Gutschrift', 'CreditNote' => 'Gutschrift',
'Current' => '', 'Current' => 'Aktuell',
'DSO' => 'DSO.', 'DSO' => 'DSO.',
'Date' => 'Datum', 'Date' => 'Datum',
'DefaultInternational' => 'Standard-Internationale', 'DefaultInternational' => 'Standard-Internationale',
@ -51,7 +51,7 @@ return ['Finance' => [
'DiscountP' => 'Rabatt in%', 'DiscountP' => 'Rabatt in%',
'Documentation' => 'Dokumentation', 'Documentation' => 'Dokumentation',
'Employee' => 'Mitarbeiter', 'Employee' => 'Mitarbeiter',
'End' => '', 'End' => 'Ende',
'FAO' => 'Fao', 'FAO' => 'Fao',
'From' => 'Von', 'From' => 'Von',
'Group' => 'Gruppe', 'Group' => 'Gruppe',
@ -81,14 +81,14 @@ return ['Finance' => [
'Payment' => 'Zahlung', 'Payment' => 'Zahlung',
'Price' => 'Preis', 'Price' => 'Preis',
'Priority' => 'Priorität', 'Priority' => 'Priorität',
'Profit' => '', 'Profit' => 'Profit',
'Quantity' => 'Menge', 'Quantity' => 'Menge',
'Receipt' => 'Kassenbon', 'Receipt' => 'Kassenbon',
'Reference' => 'Bezug', 'Reference' => 'Bezug',
'Sales' => 'Der Umsatz', 'Sales' => 'Umsatz',
'Settings' => 'Einstellungen', 'Settings' => 'Einstellungen',
'Single' => 'Single', 'Single' => 'Single',
'Start' => '', 'Start' => 'Start',
'State' => 'Zustand', 'State' => 'Zustand',
'Statistics' => 'Statistiken', 'Statistics' => 'Statistiken',
'Status' => 'Status', 'Status' => 'Status',

View File

@ -68,7 +68,7 @@ return ['Finance' => [
'Loginname' => 'Identifiant', 'Loginname' => 'Identifiant',
'Matchcode' => 'Encadrement', 'Matchcode' => 'Encadrement',
'Media' => 'Médias', 'Media' => 'Médias',
'MinPrice' => "Prix \u{200b}\u{200b}min", 'MinPrice' => 'Prix min',
'Name' => 'Nom', 'Name' => 'Nom',
'Name1' => 'Nom 1', 'Name1' => 'Nom 1',
'Name2' => 'Nom 2', 'Name2' => 'Nom 2',