German Translation
Adds German Translation.
This commit is contained in:
		
							
								
								
									
										36
									
								
								resources/lang/de-DE/bills.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										36
									
								
								resources/lang/de-DE/bills.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,36 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'bill_number'       => 'Rechnungsnummer',
 | 
			
		||||
    'bill_date'         => 'Rechnungsdatum',
 | 
			
		||||
    'total_price'       => 'Gesamtpreis',
 | 
			
		||||
    'due_date'          => 'Fälligkeitsdatum',
 | 
			
		||||
    'order_number'      => 'Bestellnummer',
 | 
			
		||||
    'bill_from'         => 'Rechnung vom',
 | 
			
		||||
 | 
			
		||||
    'quantity'          => 'Menge',
 | 
			
		||||
    'price'             => 'Preis',
 | 
			
		||||
    'sub_total'         => 'Zwischensumme',
 | 
			
		||||
    'tax_total'         => 'Steuern Gesamt',
 | 
			
		||||
    'total'             => 'Gesamt',
 | 
			
		||||
 | 
			
		||||
    'item_name'         => 'Artikel-Name | Artikel-Name',
 | 
			
		||||
 | 
			
		||||
    'payment_due'       => 'Fälligkeit der Zahlung',
 | 
			
		||||
    'amount_due'        => 'Summe bis',
 | 
			
		||||
    'paid'              => 'Bezahlt',
 | 
			
		||||
    'histories'         => 'Historie',
 | 
			
		||||
    'payments'          => 'Zahlungen',
 | 
			
		||||
    'add_payment'       => 'Zahlung hinzufügen',
 | 
			
		||||
    'download_pdf'      => 'PDF herunterladen',
 | 
			
		||||
    'send_mail'         => 'E-Mail senden',
 | 
			
		||||
 | 
			
		||||
    'status' => [
 | 
			
		||||
        'new'           => 'Neu',
 | 
			
		||||
        'updated'       => 'Aktualisiert',
 | 
			
		||||
        'partial'       => 'Teilweise',
 | 
			
		||||
        'paid'          => 'Bezahlt',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
		Reference in New Issue
	
	Block a user