Files
nexusphp/resources/lang/el/nexus.php
2025-09-23 11:53:30 +07:00

26 lines
983 B
PHP
Raw Permalink 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 [
'invalid_argument' => 'Μη έγκυρο όρισμα',
'require_argument' => ':argument δεν μπορεί να είναι κενό',
'select_one_please' => 'Παρακαλώ επιλέξτε ένα',
'user_not_exists' => '(ορφανά)',
'time_units' => [
'week' => 'εβδομάδες',
'hour' => 'ώρες',
],
'select_all' => 'Επιλογή όλων',
'unselect_all' => 'Αποεπιλογή όλων',
'increment' => 'αύξηση',
'decrement' => 'διάταγμα',
'action' => 'Ενέργεια',
'no_limit' => 'Χωρίς όριο',
'sum' => 'Sum',
'do_not_repeat' => 'Παρακαλώ μην επαναλάβετε τη λειτουργία!',
'no_permission' => 'Κανένα δικαίωμα!',
'sort' => 'ταξινόμηση πεδίου',
'order' => 'ταξινόμηση',
'asc' => 'αύξουσα σειρά',
'desc' => 'φθίνουσα σειρά',
];