akaunting/resources/lang/el-GR/accounts.php
2021-11-22 17:46:09 +00:00

19 lines
938 B
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 [
'account_name' => 'Όνομα Λογαριασμού',
'number' => 'Αριθμός',
'opening_balance' => 'Εναρκτήριο υπόλοιπο',
'current_balance' => 'Τρέχον υπόλοιπο',
'bank_name' => 'Όνομα τράπεζας',
'bank_phone' => 'Τηλέφωνο τράπεζας',
'bank_address' => 'Διεύθυνση τράπεζας',
'default_account' => 'Προεπιλεγμένος λογαριασμός',
'incoming' => 'Έσοδα',
'outgoing' => 'Έξοδα',
'see_performance' => 'Δείτε την απόδοση',
'create_report' => 'Εάν θέλετε να δείτε την απόδοση του λογαριασμού. Μπορείτε να δημιουργήσετε μία αναφορά Εσόδων/Εξόδων.',
];