akaunting/resources/lang/el-GR/taxes.php

13 lines
411 B
PHP
Raw Normal View History

2018-04-23 07:06:55 +00:00
<?php
return [
2018-05-03 09:16:18 +00:00
'rate' => 'Συντελεστής',
'rate_percent' => 'Συντελεστής (%)',
2018-11-20 08:41:17 +00:00
'normal' => 'Κανονικός',
'inclusive' => 'Συμπεριλαμβανόμενος',
'compound' => 'Μεικτός',
2019-12-25 11:32:47 +00:00
'fixed' => 'Πάγιο',
2020-08-06 21:02:03 +00:00
'withholding' => 'Κρατήσεις',
2018-04-23 07:06:55 +00:00
];