Skip to content

Commit

Permalink
Merge pull request #1 from teofanis/add-greek-attributes
Browse files Browse the repository at this point in the history
Added missing custom attributes
  • Loading branch information
teofanis authored May 16, 2020
2 parents 5fb8b2c + dae382f commit aefe26e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/el/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,37 @@
*/

'attributes' => [
'name' => 'Όνομα',
'username' => 'Όνομα χρήστη',
'email' => 'E-mail',
'first_name' => 'Όνομα',
'last_name' => 'Επίθετο',
'password' => 'Συνθηματικό',
'password_confirmation' => 'Επιβεβαίωση συνθηματικού',
'city' => 'Πόλη',
'country' => 'Χώρα',
'address' => 'Διεύθυνση',
'phone' => 'Τηλέφωνο',
'mobile' => 'Κινητό τηλέφωνο',
'age' => 'Ηλικία',
'sex' => 'Φύλο',
'gender' => 'Γένος',
'day' => 'Ημέρα',
'month' => 'Μήνας',
'year' => 'Ετος',
'hour' => 'Ωρα',
'minute' => 'Λεπτό',
'second' => 'Δευτερόλεπτο',
'title' => 'Τίτλος',
'content' => 'Περιεχόμενο',
'description' => 'Περιγραφή',
'excerpt' => 'Απόσπασμα',
'date' => 'Ημερομηνία',
'time' => 'Χρόνος',
'available' => 'Διαθέσιμος',
'size' => 'Μέγεθος',
'recaptcha_response_field' => 'Η επαλήθευση recaptcha ',
'subject' => 'Θέμα',
'message' => 'Μήνυμα',
],
];

0 comments on commit aefe26e

Please sign in to comment.