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 δευτερόλεπτα.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user