Promotion Backend v1
This commit is contained in:
parent
0ed47d3553
commit
f0da981737
43 changed files with 2765 additions and 45 deletions
|
|
@ -45,5 +45,8 @@ return [
|
|||
'invoice' => 'Rechnungen',
|
||||
'revenue' => 'Umsätze',
|
||||
'paycredit' => 'Einkaufsguthaben',
|
||||
'commissions' => 'Provisionen'
|
||||
'commissions' => 'Provisionen',
|
||||
'promotion' => 'Promotion',
|
||||
'my_promotions' => 'Meine Promotions'
|
||||
|
||||
];
|
||||
|
|
|
|||
|
|
@ -22,4 +22,5 @@ return [
|
|||
],
|
||||
'payment_for_account' => 'Aufladung durch Mitgliedschaft',
|
||||
'user_order_deduction' => 'Abzug durch Bestellung',
|
||||
'user_order_return' => 'Rückführung durch Storno',
|
||||
];
|
||||
|
|
@ -212,6 +212,7 @@ return [
|
|||
'sales_partnership' => 'Vertriebspartnerschaft',
|
||||
'sales_partnership_message' => 'Vertriebspartnerschaft Hinweis',
|
||||
'tax_number' => 'Steuernummer',
|
||||
'tax_identification_number' => 'USt-ID Nummer'
|
||||
'tax_identification_number' => 'USt-ID Nummer',
|
||||
'user_promotion_url' => "Promotion Domain"
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue