diff --git a/src/HeaderTranslations.php b/src/HeaderTranslations.php index 2d49aa6bc00c40378650bb9d4c235cd24868c08c..a8e2958190a339834a3e919cc51cc0c01c3ebf81 100644 --- a/src/HeaderTranslations.php +++ b/src/HeaderTranslations.php @@ -45,5 +45,51 @@ return [ 'effect_on_balace' => 'Effect op saldo', 'completed' => 'Voltooid' + ], + + 'de' => [ + "date" => 'Datum', + "time" => 'Uhrzeit', + "timezone" => "Zeitzone", + "name" => 'Name', + 'type' => 'Typ', + 'status' => 'Status', + 'currency' => 'Währung', + 'gross' => 'Brutto', + 'fee' => 'Gebühr', + 'net' => 'Netto', + 'from_mail' => 'Absender E-Mail-Adresse', + 'to_mail' => 'Empfänger E-Mail-Adresse', + 'transaction_reference' => 'Transaktionscode', + 'shipping_address' => 'Lieferadresse', + 'status_address' => 'Adress-Status', + 'item_title' => 'Artikelbezeichnung', + 'object_reference' => 'Artikelnummer', + 'shipping_costs' => 'Versand- und Bearbeitungsgebühr', + 'insurance_amount' => 'Versicherungsbetrag', + 'sales_tax' => 'Umsatzsteuer', + 'name_option_1' => 'Option 1 Name', + 'name_value_1' => 'Option 1 Wert', + 'name_option_2' => 'Option 2 Name', + 'name_value_2' => 'Option 2 Wert', + 'reference_txn_id' => 'Zugehöriger Transaktionscode', + 'invoice_number' => 'Rechnungsnummer', + 'custom_number' => 'Benutzerdefiniertes feld', + 'amount' => 'Anzahl', + 'receipt_reference' => 'Empfangsnummer', + 'balance' => 'Guthaben', + 'address_line_1' => 'Adresszeile 1', + 'address_line_2' => 'Adresszusatz', + 'location' => 'Ort', + 'state' => 'Bundesland', + 'zip_code' => 'PLZ', + 'country' => 'Land', + 'phone_number_contact_person' => 'Telefon', + 'subject' => 'Betreff', + 'note' => 'Hinweis', + 'country_code' => 'Ländervorwahl', + 'effect_on_balace' => 'Auswirkung auf Guthaben', + + 'completed' => 'Abgeschlossen' ] -]; \ No newline at end of file +];