Files
nexusphp/resources/lang/el/nexus.php
2025-05-05 21:27:48 +07:00

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