13 lines
333 B
PHP
Raw Normal View History

<?php
return [
2018-05-03 12:16:18 +03:00
'rate' => 'Steuersatz',
'rate_percent' => 'Steuersatz (%)',
2018-11-16 16:02:06 +03:00
'normal' => 'Normal',
'inclusive' => 'Inklusive',
2018-11-30 17:30:49 +03:00
'compound' => 'zusammengesetzt',
2019-11-18 20:35:48 +03:00
'fixed' => 'Fest',
2020-07-27 17:07:32 +03:00
'withholding' => 'Auszahlung',
];