Skip to content

Commit

Permalink
feat(lang): Add Greek Translations
Browse files Browse the repository at this point in the history
  • Loading branch information
PegosStelios committed Jan 22, 2025
1 parent 54662f0 commit b6af1ac
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
Empty file added resources/lang/gr/.gitkeep
Empty file.
39 changes: 39 additions & 0 deletions resources/lang/gr/message.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?php

return [
'period' => ':label: Περίοδος :period',
'su' =>"Κυ",
'mo' =>"Δε",
'tu' =>"Τρ",
'we' =>"Τε",
'th' =>"Πε",
'fr' =>"Πα",
'sa' =>"Σα",
'custom' =>"Ειδική Επιλογή",
'apply' =>"Εφαρμογή",
'cancel' =>"Ακύρωση",
'from' =>"Από",
'to' =>"Έως",
'january' =>"Ιανουάριος",
'february' =>"Φεβρουάριος",
'march' =>"Μάρτιος",
'april' =>"Απρίλιος",
'may' =>"Μάιος",
'june' =>"Ιούνιος",
'july' =>"Ιούλιος",
'august' =>"Αύγουστος",
'september' =>"Σεπτέμβριος",
'october' =>"Οκτώβριος",
'november' =>"Νοέμβριος",
'december' =>"Δεκέμβριος",
'today' => "Σήμερα",
'yesterday' =>"Εχθές",
'last_7_days' =>"Τελευταίες 7 Ημέρες",
'last_30_days' =>"Τελευταίες 30 Ημέρες",
'this_month' =>"Αυτόν τον Μήνα",
'last_month' =>"Προηγούμενος Μήνας",
'this_year' =>"Φέτος",
'last_year' =>"Προηγούμενο Έτος",
'clear' => "Καθαρισμός",
'weekLabel' => 'Ε',
];

0 comments on commit b6af1ac

Please # to comment.