From aaded6f0c1b5dfd2c94900ea3846ba715533be02 Mon Sep 17 00:00:00 2001 From: HorstOeko Date: Sat, 21 Dec 2024 11:45:40 +0100 Subject: [PATCH] [ENH] Added translations (Document Types) --- src/assets/translation/de.php | 4 ++++ src/assets/translation/en.php | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/assets/translation/de.php b/src/assets/translation/de.php index e06332e..7f91501 100644 --- a/src/assets/translation/de.php +++ b/src/assets/translation/de.php @@ -4,6 +4,10 @@ 'unitcodes' => [ ], 'documenttype' => [ + '380' => 'Rechnung', + '381' => 'Gutschrift', + '384' => 'Rechnungskorrektur', + '386' => 'Vorauszahlungsrechnung', ], 'generaltexts' => [ 'greeting' => 'Werter Kunde', diff --git a/src/assets/translation/en.php b/src/assets/translation/en.php index e5cd921..5c0d0fc 100644 --- a/src/assets/translation/en.php +++ b/src/assets/translation/en.php @@ -4,6 +4,10 @@ 'unitcodes' => [ ], 'documenttype' => [ + '380' => 'Invoice', + '381' => 'Credit Note', + '384' => 'Corrected Invoice', + '386' => 'Prepayment Invoice', ], 'generaltexts' => [ 'greeting' => 'Dear customer',