feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Προφίλ',
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'Διεύθυνση Email',
|
||||
],
|
||||
|
||||
'name' => [
|
||||
'label' => 'Όνομα',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Νέος Κωδικός',
|
||||
],
|
||||
|
||||
'password_confirmation' => [
|
||||
'label' => 'Επιβεβαίωση νέου κωδικού',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
'label' => 'Αποθήκευση αλλαγών',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'Αποθηκεύτηκε',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Άκυρο',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+35
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Επαληθεύστε τη διεύθυνση ηλεκτρονικού ταχυδρομείου σας',
|
||||
|
||||
'heading' => 'Επαληθεύστε τη διεύθυνση ηλεκτρονικού ταχυδρομείου σας',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'resend_notification' => [
|
||||
'label' => 'Επαναποστολή email επαλήθευσης',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'notification_not_received' => 'Not received the email we sent?',
|
||||
'notification_sent' => 'We\'ve sent an email to :email containing instructions on how to verify your email address.',
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'notification_resent' => [
|
||||
'title' => 'We\'ve resent the email.',
|
||||
],
|
||||
|
||||
'notification_resend_throttled' => [
|
||||
'title' => 'Πάρα πολλά αιτήματα επαναποστολής',
|
||||
'body' => 'Παρακαλούμε δοκιμάστε πάλι σε :seconds δευτερόλεπτα.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Σύνδεση',
|
||||
|
||||
'heading' => 'Συνδεθείτε στο λογαριασμό σας',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'register' => [
|
||||
'before' => 'ή',
|
||||
'label' => 'αιτηθείτε για έναν νέο λογαριασμό',
|
||||
],
|
||||
|
||||
'request_password_reset' => [
|
||||
'label' => 'Ξεχάσατε τον κωδικό σας;',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'Διεύθυνση ηλεκτρονικού ταχυδρομείου',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Κωδικός πρόσβασης',
|
||||
],
|
||||
|
||||
'remember' => [
|
||||
'label' => 'Θυμήσου με',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'authenticate' => [
|
||||
'label' => 'Συνδεθείτε',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
||||
'failed' => 'Τα στοιχεία που δώσατε δεν συνδέονται με λογαριασμό.',
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Πάρα πολλές προσπάθειες σύνδεσης. Δοκιμάστε ξανά μετά από :seconds δευτερόλεπτα.',
|
||||
'body' => 'Παρακαλούμε δοκιμάστε πάλι σε :seconds δευτερόλεπτα.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+42
@@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Επαναφορά κωδικού',
|
||||
|
||||
'heading' => 'Ξεχάσατε τον κωδικό σας?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'login' => [
|
||||
'label' => 'back to login',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'Διεύθυνση Email',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'request' => [
|
||||
'label' => 'Αποστολή email',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Πάρα πολλά αιτήματα',
|
||||
'body' => 'Παρακαλούμε δοκιμάστε πάλι σε :seconds δευτερόλεπτα.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Επαναφορά κωδικού',
|
||||
|
||||
'heading' => 'Επαναφορά κωδικού',
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'Διεύθυνση Email',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Κωδικός',
|
||||
'validation_attribute' => 'κωδικός',
|
||||
],
|
||||
|
||||
'password_confirmation' => [
|
||||
'label' => 'Επιβεβαίωση Κωδικού',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'reset' => [
|
||||
'label' => 'Επαναφορά Κωδικού',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Πάρα πολλά αιτήματα επαναφοράς',
|
||||
'body' => 'Παρακαλούμε δοκιμάστε πάλι σε :seconds δευτερόλεπτα.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,56 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Εγγραφή',
|
||||
|
||||
'heading' => 'Εγγραφή',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'login' => [
|
||||
'before' => 'ή',
|
||||
'label' => 'συνδεθείτε στο λογαριασμό σας',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'Διεύθυνση Email',
|
||||
],
|
||||
|
||||
'name' => [
|
||||
'label' => 'Όνομα',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Κωδικός',
|
||||
'validation_attribute' => 'Κωδικός',
|
||||
],
|
||||
|
||||
'password_confirmation' => [
|
||||
'label' => 'Επιβεβαίωση Κωδικού',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'register' => [
|
||||
'label' => 'Εγγραφείτε',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Πάρα πολλά αιτήματα εγγραφής',
|
||||
'body' => 'Παρακαλούμε δοκιμάστε πάλι σε :seconds δευτερόλεπτα.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'field' => [
|
||||
'label' => 'Γενική αναζήτηση',
|
||||
'placeholder' => 'Αναζήτηση',
|
||||
],
|
||||
|
||||
'no_results_message' => 'Δεν βρέθηκαν αποτελέσματα.',
|
||||
|
||||
];
|
||||
+35
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'direction' => 'ltr',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'logout' => [
|
||||
'label' => 'Αποσύνδεση',
|
||||
],
|
||||
|
||||
'open_database_notifications' => [
|
||||
'label' => 'Προβολή ειδοποιήσεων',
|
||||
],
|
||||
|
||||
'open_user_menu' => [
|
||||
'label' => 'Μενού χρήστη',
|
||||
],
|
||||
|
||||
'theme_switcher' => [
|
||||
|
||||
'dark' => [
|
||||
'label' => 'Σκοτεινή λειτουργία',
|
||||
],
|
||||
|
||||
'light' => [
|
||||
'label' => 'Φωτεινή λειτουργία',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Πίνακας ελέγχου',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Δημιουργία :label',
|
||||
|
||||
'breadcrumb' => 'Δημιούργησε',
|
||||
|
||||
'form' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Ακύρωση',
|
||||
],
|
||||
|
||||
'create' => [
|
||||
'label' => 'Δημιούργησε',
|
||||
],
|
||||
|
||||
'create_another' => [
|
||||
'label' => 'Δημιούργησε & Δημιούργησε ακόμα ένα',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'created' => [
|
||||
'title' => 'Δημιουργήθηκε',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Επεξεργασία :label',
|
||||
|
||||
'breadcrumb' => 'Επεξεργασία',
|
||||
|
||||
'form' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Ακύρωση',
|
||||
],
|
||||
|
||||
'save' => [
|
||||
'label' => 'Αποθήκευση αλλαγών',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'content' => [
|
||||
|
||||
'tab' => [
|
||||
'label' => 'Επεξεργασία',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'Αποθηκεύτηκε',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'breadcrumb' => 'Λίστα',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Προεπισκόπηση :label',
|
||||
|
||||
'breadcrumb' => 'Προεπισκόπηση',
|
||||
|
||||
'content' => [
|
||||
|
||||
'tab' => [
|
||||
'label' => 'Προεπισκόπηση',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'logout' => [
|
||||
'label' => 'Αποσύνδεση',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'welcome' => 'Καλώς ήρθες',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'open_documentation' => [
|
||||
'label' => 'Οδηγός',
|
||||
],
|
||||
|
||||
'open_github' => [
|
||||
'label' => 'GitHub',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user