first commit
This commit is contained in:
16
lang/vendor/backpack/el/backup.php
vendored
Normal file
16
lang/vendor/backpack/el/backup.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
// --------------------------------------------------------
|
||||
// This is only a pointer file, not an actual language file
|
||||
// --------------------------------------------------------
|
||||
//
|
||||
// If you've copied this file to your /resources/lang/vendor/backpack/
|
||||
// folder, please delete it, it's no use there. You need to copy/publish the
|
||||
// actual language file, from the package.
|
||||
|
||||
// If a langfile with the same name exists in the package, load that one
|
||||
if (file_exists(__DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
|
||||
return include __DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
|
||||
}
|
||||
|
||||
return [];
|
51
lang/vendor/backpack/el/base.php
vendored
Normal file
51
lang/vendor/backpack/el/base.php
vendored
Normal file
@ -0,0 +1,51 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Backpack\Base Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
'registration_closed' => 'Οι εγγραφές είναι κλειστές.',
|
||||
'first_page_you_see' => 'Η πρώτη σελίδα που βλέπετε μετά την είσοδο',
|
||||
'login_status' => 'Κατάσταση σύνδεσης',
|
||||
'logged_in' => 'Είστε συνδεδεμένος/η!',
|
||||
'toggle_navigation' => 'Εναλλαγή Πλοήγησης',
|
||||
'administration' => 'ΔΙΑΧΕΙΡΗΣΗ',
|
||||
'user' => 'ΧΡΗΣΤΗΣ',
|
||||
'logout' => 'Αποσύνδεση',
|
||||
'login' => 'Είσοδος',
|
||||
'register' => 'Εγγραφή',
|
||||
'name' => 'Όνομα',
|
||||
'email_address' => 'Διεύθυνση E-Mail',
|
||||
'password' => 'Κωδικός',
|
||||
'old_password' => 'Παλιός Κωδικός',
|
||||
'new_password' => 'Νέος Κωδικός',
|
||||
'confirm_password' => 'Επιβεβαίωση Κωδικού',
|
||||
'remember_me' => 'Να με θυμάσαι',
|
||||
'forgot_your_password' => 'Ξεχάσατε τον κωδικό σας;',
|
||||
'reset_password' => 'Επαναφορά Κωδικού',
|
||||
'send_reset_link' => 'Αποστολή Συνδέσμου Επαναφοράς Κωδικού',
|
||||
'click_here_to_reset' => 'Πατήστε εδώ για να επαναφέρετε τον κωδικό σας',
|
||||
'change_password' => 'Αλλαγή Κωδικού',
|
||||
'unauthorized' => 'Χωρίς εξουσιοδότηση.',
|
||||
'dashboard' => 'Πίνακας Ελέγχου',
|
||||
'handcrafted_by' => 'Κατασκευάστηκε από',
|
||||
'powered_by' => 'Υποστηρίζεται από',
|
||||
'my_account' => 'Λογαριασμός',
|
||||
'update_account_info' => 'Ενημέρωση Λογαριασμού',
|
||||
'save' => 'Αποθήκευση',
|
||||
'cancel' => 'Ακύρωση',
|
||||
'error' => 'Σφάλμα',
|
||||
'success' => 'Επιτυχία',
|
||||
'old_password_incorrect' => 'Ο παλιός κωδικός είναι λάθος.',
|
||||
'password_dont_match' => 'Οι κωδικοί δεν ταιριάζουν.',
|
||||
'password_empty' => 'Και τα δύο πεδία κωδικών πρέπει να συμπληρωθούν.',
|
||||
'password_updated' => 'Ο κωδικός ανανεώθηκε.',
|
||||
'account_updated' => 'Ο λογαριασμός ανανεώθηκε επιτυχώς.',
|
||||
'unknown_error' => 'Προέκυψε κάποιο σφάλμα. Παρακαλώ προσπαθήστε ξανά.',
|
||||
'error_saving' => 'Σφάλμα κατά την αποθήκευση. Παρακαλώ προσπαθήστε ξανά.',
|
||||
'session_expired_error' => 'Η συνεδρία σας έχει λήξει. Παρακαλούμε συνδεθείτε ξανά στο λογαριασμό σας.',
|
||||
];
|
115
lang/vendor/backpack/el/crud.php
vendored
Normal file
115
lang/vendor/backpack/el/crud.php
vendored
Normal file
@ -0,0 +1,115 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Dick Crud Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the CRUD interface.
|
||||
| You are free to change them to anything
|
||||
| you want to customize your views to better match your application.
|
||||
|
|
||||
*/
|
||||
|
||||
// Forms
|
||||
'save_action_save_and_new' => 'Αποθήκευση και εισαγωγή νέου',
|
||||
'save_action_save_and_edit' => 'Αποθήκευση και επεξεργασία',
|
||||
'save_action_save_and_back' => 'Αποθήκευση και επιστροφή',
|
||||
'save_action_changed_notification' => 'Η προκαθορισμένη συμπεριφορά μετά την αποθήκευση έχει αλλάξει.',
|
||||
|
||||
// Create form
|
||||
'add' => 'Προσθήκη',
|
||||
'back_to_all' => 'Επιστροφή στη λίστα ',
|
||||
'cancel' => 'Ακύρωση',
|
||||
'add_a_new' => 'Προσθήκη ',
|
||||
|
||||
// Create form - advanced options
|
||||
'after_saving' => 'Μετά την αποθήκευση',
|
||||
'go_to_the_table_view' => 'επιστροφή στον πίνακα',
|
||||
'let_me_add_another_item' => 'προσθήκη νέου αντικειμένου',
|
||||
'edit_the_new_item' => 'τροποποίηση νέου αντικειμένου',
|
||||
|
||||
// Edit form
|
||||
'edit' => 'Τροποποίηση',
|
||||
'save' => 'Αποθήκευση',
|
||||
|
||||
// CRUD table view
|
||||
'all' => '',
|
||||
'in_the_database' => 'της βάσης δεδομένων',
|
||||
'list' => 'Λίστα',
|
||||
'actions' => 'Ενέργειες',
|
||||
'preview' => 'Προεπισκόπηση',
|
||||
'delete' => 'Διαγραφή',
|
||||
'admin' => 'Διαχειριστής',
|
||||
'details_row' => 'Αυτή είναι η γραμμή λεπτομερειών. Τροποποιήστε την όπως επιθυμείτε.',
|
||||
'details_row_loading_error' => 'Υπήρξε ένα σφάλμα κατά τη φόρτωση λεπτομερειών. Παρακαλώ δοκιμάστε ξανά.',
|
||||
|
||||
// Confirmation messages and bubbles
|
||||
'delete_confirm' => 'Είστε σίγουρος/η πως θέλετε να διαγράψετε αυτό το αντικείμενο?',
|
||||
'delete_confirmation_title' => 'Το αντικείμενο διαγράφηκε',
|
||||
'delete_confirmation_message' => 'Το αντικείμενο διαγράφηκε επιτυχώς.',
|
||||
'delete_confirmation_not_title' => 'ΔΕΝ διαγράφηκε',
|
||||
'delete_confirmation_not_message' => 'Υπήρξε σφάλμα. Το αντικείμενο ενδέχεται να μην έχει διαγραφεί.',
|
||||
'delete_confirmation_not_deleted_title' => 'Δεν διαγράφηκε',
|
||||
'delete_confirmation_not_deleted_message' => 'Δεν έγινε τίποτα. Το αντικείμενό σας είναι ασφαλές.',
|
||||
|
||||
// DataTables translation
|
||||
'emptyTable' => 'Δεν υπάρχουν διαθέσιμα δεδομένα στον πίνακα',
|
||||
'info' => 'Εμφάνιση _START_ έως _END_ από _TOTAL_ εγγραφές',
|
||||
'infoEmpty' => '',
|
||||
'infoFiltered' => '(Επιστράφηκαν από _MAX_ συνολικές εγγραφές)',
|
||||
'infoPostFix' => '.',
|
||||
'thousands' => ',',
|
||||
'lengthMenu' => '_MENU_ εγγραφές ανά σελίδα',
|
||||
'loadingRecords' => 'Loading...',
|
||||
'processing' => 'Processing...',
|
||||
'search' => 'Αναζήτηση',
|
||||
'zeroRecords' => 'Δεν βρέθηκε καμία σχετική εγγραφή',
|
||||
'paginate' => [
|
||||
'first' => 'Πρώτη',
|
||||
'last' => 'Τελευταία',
|
||||
'next' => 'Επόμενη',
|
||||
'previous' => 'Προηγούμενη',
|
||||
],
|
||||
'aria' => [
|
||||
'sortAscending' => ': ενεργοποίηση για αύξουσα ταξινόμηση',
|
||||
'sortDescending' => ': ενεργοποίηση για φθίνουσα ταξινόμηση',
|
||||
],
|
||||
|
||||
// global crud - errors
|
||||
'unauthorized_access' => 'Μη εξουσιοδοτημένη πρόσβαση - δεν έχετε την απαιτούμενη εξουσιοδότηση για να δείτε τη σελίδα αυτή.',
|
||||
'please_fix' => 'Παρακαλώ διορθώστε τα παρακάτω σφάλματα:',
|
||||
|
||||
// global crud - success / error notification bubbles
|
||||
'insert_success' => 'Το αντικείμενο προστέθηκε με επιτυχία.',
|
||||
'update_success' => 'Το αντικείμενο τροποποιήθηκε με επιτυχία.',
|
||||
|
||||
// CRUD reorder view
|
||||
'reorder' => 'Αλλαγή σειράς εμφάνισης',
|
||||
'reorder_text' => 'Χρησιμοποιήστε drag&drop για αλλαγή σειράς εμφάνισης.',
|
||||
'reorder_success_title' => 'Πραγματοποιήθηκε',
|
||||
'reorder_success_message' => 'Η σειρά εμφάνισης έχει αποθηκευτεί.',
|
||||
'reorder_error_title' => 'Σφάλμα',
|
||||
'reorder_error_message' => 'Η σειρά εμφάνισης δεν έχει αποθηκευτεί.',
|
||||
|
||||
// CRUD yes/no
|
||||
'yes' => 'Ναι',
|
||||
'no' => 'Όχι',
|
||||
|
||||
// Fields
|
||||
'browse_uploads' => 'Αναζήτηση μεταφορτωμένων αρχείων',
|
||||
'clear' => 'Εκκαθάριση',
|
||||
'page_link' => 'Σύνδεσμος Σελίδας',
|
||||
'page_link_placeholder' => 'http://example.com/your-desired-page',
|
||||
'internal_link' => 'Εσωτερικός σύνδεσμος',
|
||||
'internal_link_placeholder' => 'Εσωτερικό slug. πχ: \'admin/page\' (χωρίς εισαγωγικά) για \':url\'',
|
||||
'external_link' => 'Εξωτερικός σύνδεσμος',
|
||||
'choose_file' => 'Επιλογή αρχείου',
|
||||
|
||||
//Table field
|
||||
'table_cant_add' => 'Δεν μπορεί να προστεθεί νέο/α :entity',
|
||||
'table_max_reached' => 'Μέγιστο πλήθος από :max reached',
|
||||
|
||||
];
|
16
lang/vendor/backpack/el/langfilemanager.php
vendored
Normal file
16
lang/vendor/backpack/el/langfilemanager.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
// --------------------------------------------------------
|
||||
// This is only a pointer file, not an actual language file
|
||||
// --------------------------------------------------------
|
||||
//
|
||||
// If you've copied this file to your /resources/lang/vendor/backpack/
|
||||
// folder, please delete it, it's no use there. You need to copy/publish the
|
||||
// actual language file, from the package.
|
||||
|
||||
// If a langfile with the same name exists in the package, load that one
|
||||
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
|
||||
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
|
||||
}
|
||||
|
||||
return [];
|
16
lang/vendor/backpack/el/logmanager.php
vendored
Normal file
16
lang/vendor/backpack/el/logmanager.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
// --------------------------------------------------------
|
||||
// This is only a pointer file, not an actual language file
|
||||
// --------------------------------------------------------
|
||||
//
|
||||
// If you've copied this file to your /resources/lang/vendor/backpack/
|
||||
// folder, please delete it, it's no use there. You need to copy/publish the
|
||||
// actual language file, from the package.
|
||||
|
||||
// If a langfile with the same name exists in the package, load that one
|
||||
if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
|
||||
return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
|
||||
}
|
||||
|
||||
return [];
|
16
lang/vendor/backpack/el/pagemanager.php
vendored
Normal file
16
lang/vendor/backpack/el/pagemanager.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
// --------------------------------------------------------
|
||||
// This is only a pointer file, not an actual language file
|
||||
// --------------------------------------------------------
|
||||
//
|
||||
// If you've copied this file to your /resources/lang/vendor/backpack/
|
||||
// folder, please delete it, it's no use there. You need to copy/publish the
|
||||
// actual language file, from the package.
|
||||
|
||||
// If a langfile with the same name exists in the package, load that one
|
||||
if (file_exists(__DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
|
||||
return include __DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
|
||||
}
|
||||
|
||||
return [];
|
16
lang/vendor/backpack/el/permissionmanager.php
vendored
Normal file
16
lang/vendor/backpack/el/permissionmanager.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
// --------------------------------------------------------
|
||||
// This is only a pointer file, not an actual language file
|
||||
// --------------------------------------------------------
|
||||
//
|
||||
// If you've copied this file to your /resources/lang/vendor/backpack/
|
||||
// folder, please delete it, it's no use there. You need to copy/publish the
|
||||
// actual language file, from the package.
|
||||
|
||||
// If a langfile with the same name exists in the package, load that one
|
||||
if (file_exists(__DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
|
||||
return include __DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
|
||||
}
|
||||
|
||||
return [];
|
16
lang/vendor/backpack/el/settings.php
vendored
Normal file
16
lang/vendor/backpack/el/settings.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
// --------------------------------------------------------
|
||||
// This is only a pointer file, not an actual language file
|
||||
// --------------------------------------------------------
|
||||
//
|
||||
// If you've copied this file to your /resources/lang/vendor/backpack/
|
||||
// folder, please delete it, it's no use there. You need to copy/publish the
|
||||
// actual language file, from the package.
|
||||
|
||||
// If a langfile with the same name exists in the package, load that one
|
||||
if (file_exists(__DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
|
||||
return include __DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
|
||||
}
|
||||
|
||||
return [];
|
Reference in New Issue
Block a user