Skip to content

Commit

Permalink
Update el.yml
Browse files Browse the repository at this point in the history
Adds missing keys from en.yml
  • Loading branch information
b-nik committed Nov 4, 2019
1 parent 254b1b4 commit f702bbe
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions rails/locale/el.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ el:
errors:
messages:
record_invalid: 'Η επικύρωση απέτυχε: %{errors}'
restrict_dependent_destroy:
has_one: Η εγγραφή δεν μπορεί να διαγραφεί γιατί υπάρχει εξαρτημένο %{record}
has_many: Η εγγραφή δεν μπορεί να διαγραφεί γιατί υπάρχουν εξαρτημένα %{record}
date:
abbr_day_names:
- Κυρ
Expand Down Expand Up @@ -93,6 +96,9 @@ el:
x_months:
one: 1 μήνα
other: "%{count} μήνες"
x_years:
one: 1 χρόνος
other: "%{count} χρόνια"
prompts:
second: Δευτερόλεπτο
minute: Λεπτό
Expand All @@ -116,9 +122,13 @@ el:
invalid: είναι άκυρο
less_than: πρέπει να είναι λιγότερο από %{count}
less_than_or_equal_to: πρέπει να είναι λιγότερο ή ίσο με %{count}
model_invalid: 'Η επικύρωση απέτυχε: %{errors}'
not_a_number: δεν είναι αριθμός
not_an_integer: πρέπει να είναι ακέραιος αριθμός
odd: πρέπει να είναι περιττός
other_than: πρέπει να είναι διάφορο του %{count}
present: πρέπει να είναι κενό
required: πρέπει να υπάρχει
taken: το έχουν ήδη χρησιμοποιήσει
too_long:
one: είναι πολύ μεγάλο (το μέγιστο μήκος είναι 1 χαρακτήρας)
Expand Down Expand Up @@ -178,13 +188,16 @@ el:
byte:
one: Byte
other: Bytes
eb: EB
gb: GB
kb: KB
mb: MB
pb: PB
tb: TB
percentage:
format:
delimiter: ''
format: "%n%"
precision:
format:
delimiter: ''
Expand Down

0 comments on commit f702bbe

Please sign in to comment.