German Translation
Adds German Translation.
This commit is contained in:
		
							
								
								
									
										37
									
								
								resources/lang/de-DE/invoices.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										37
									
								
								resources/lang/de-DE/invoices.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,37 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'invoice_number'    => 'Rechnungsnummer',
 | 
			
		||||
    'invoice_date'      => 'Rechnungsdatum',
 | 
			
		||||
    'total_price'       => 'Gesamtpreis',
 | 
			
		||||
    'due_date'          => 'Fälligkeitsdatum',
 | 
			
		||||
    'order_number'      => 'Bestellnummer',
 | 
			
		||||
    'bill_to'           => 'Rechnung Zu',
 | 
			
		||||
 | 
			
		||||
    'quantity'          => 'Menge',
 | 
			
		||||
    'price'             => 'Preis',
 | 
			
		||||
    'sub_total'         => 'Zwischensumme',
 | 
			
		||||
    'tax_total'         => 'Steuern Gesamt',
 | 
			
		||||
    'total'             => 'Gesamt',
 | 
			
		||||
 | 
			
		||||
    'item_name'         => 'Artikel | Artikel',
 | 
			
		||||
 | 
			
		||||
    'payment_due'       => 'Fälligkeit der Zahlung',
 | 
			
		||||
    'paid'              => 'Bezahlt',
 | 
			
		||||
    'histories'         => 'Historie',
 | 
			
		||||
    'payments'          => 'Zahlungen',
 | 
			
		||||
    'add_payment'       => 'Zahlung hinzufügen',
 | 
			
		||||
    'download_pdf'      => 'PDF herunterladen',
 | 
			
		||||
    'send_mail'         => 'E-Mail senden',
 | 
			
		||||
 | 
			
		||||
    'status' => [
 | 
			
		||||
        'draft'         => 'Entwurf',
 | 
			
		||||
        'sent'          => 'Gesendet',
 | 
			
		||||
        'viewed'        => 'Angesehen',
 | 
			
		||||
        'approved'      => 'Bestätigt',
 | 
			
		||||
        'partial'       => 'Teilweise',
 | 
			
		||||
        'paid'          => 'Bezahlt',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
		Reference in New Issue
	
	Block a user