2018-05-03 12:16:18 +03:00

31 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'this_year' => 'Φέτος',
'previous_year' => 'Προηγούμενο έτος',
'this_quarter' => 'Αυτό το τρίμηνο',
'previous_quarter' => 'Προηγούμενο τρίμηνο',
'last_12_months' => 'Τελευταίοι 12 μήνες',
'profit_loss' => 'Κέρδη και Ζημίες',
'gross_profit' => 'Μικτό Κέρδος',
'net_profit' => 'Καθαρό Κέρδος',
'total_expenses' => 'Συνολικά Έξοδα',
'net' => 'Καθαρά',
'summary' => [
'income' => 'Σύνοψη εσόδων',
'expense' => 'Σύνοψη εξόδων',
'income_expense' => 'Έσοδα με έξοδα',
'tax' => 'Σύνοψη φόρων',
],
'quarter' => [
'1' => 'Ιαν-Μαρ',
'2' => 'Απρ-Ιουν',
'3' => 'Ιουλ-Σεπ',
'4' => 'Οκτ-Δεκ',
],
];