X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d0b845fc6025f2fb84a4cf4fa10cbb71084843a7..beeb77721fea6e3beb09cbd25134d14e85f45322:/vendor/plugins/rails-i18n/locale/el.yml diff --git a/vendor/plugins/rails-i18n/locale/el.yml b/vendor/plugins/rails-i18n/locale/el.yml index 8f97b8dab..3442ee64e 100644 --- a/vendor/plugins/rails-i18n/locale/el.yml +++ b/vendor/plugins/rails-i18n/locale/el.yml @@ -56,41 +56,41 @@ el: half_a_minute: "μισό λεπτό" less_than_x_seconds: one: "λιγότερο απο ένα δευτερόλεπτο" - other: "λιγότερο απο {{count}} δευτερόλεπτα" + other: "λιγότερο απο %{count} δευτερόλεπτα" x_seconds: one: "1 δευτερόλεπτο" - other: "{{count}} δευτερόλεπτα" + other: "%{count} δευτερόλεπτα" less_than_x_minutes: one: "λιγότερο απο ένα λεπτό" - other: "λιγότερο απο {{count}} λεπτά" + other: "λιγότερο απο %{count} λεπτά" x_minutes: one: "ένα λεπτό" - other: "{{count}} λεπτά" + other: "%{count} λεπτά" about_x_hours: one: "1 ώρα περίπου" - other: "{{count}} hours περίπου" + other: "%{count} hours περίπου" x_days: one: "1 μέρα" - other: "{{count}} μέρες" + other: "%{count} μέρες" about_x_months: one: "1 μήνα περίπου" - other: "{{count}} μήνες περίπου" + other: "%{count} μήνες περίπου" x_months: one: "1 μήνα" - other: "{{count}} μήνες" + other: "%{count} μήνες" about_x_years: one: "ένα χρόνο περίπου" - other: "{{count}} χρόνια περίπου" + other: "%{count} χρόνια περίπου" over_x_years: one: "πάνω απο 1 χρόνο" - other: "πάνω απο {{count}} χρόνια" + other: "πάνω απο %{count} χρόνια" activerecord: errors: template: header: - one: "1 λάθος παρεμπόδισε αυτό το {{model}} να αποθηκευθεί" - other: "{{count}} λάθη εμπόδισαν αυτό το {{model}} να αποθηκευθεί" + one: "1 λάθος παρεμπόδισε αυτό το %{model} να αποθηκευθεί" + other: "%{count} λάθη εμπόδισαν αυτό το %{model} να αποθηκευθεί" # The variable :count is also available body: "Υπήρξαν προβλήματα με τα ακόλουθα πεδία :" @@ -107,16 +107,16 @@ el: accepted: "πρέπει να είναι αποδεκτό" empty: "δεν πρέπει να είναι άδειο" blank: "δεν πρέπει να είναι κενό" - too_long: "είναι πολύ μεγάλο (το μέγιστο μήκος είναι {{count}} χαρακτήρες)" - too_short: "είναι πολύ μικρό (το μικρότερο μήκος είναι {{count}} χαρακτήρες)" - wrong_length: "έχει λανθασμένο μήκος (πρέπει να είναι {{count}} χαρακτήρες)" + too_long: "είναι πολύ μεγάλο (το μέγιστο μήκος είναι %{count} χαρακτήρες)" + too_short: "είναι πολύ μικρό (το μικρότερο μήκος είναι %{count} χαρακτήρες)" + wrong_length: "έχει λανθασμένο μήκος (πρέπει να είναι %{count} χαρακτήρες)" taken: "το έχουν ήδη χρησιμοποιήσει" not_a_number: "δεν είναι ένας αριθμός" - greater_than: "πρέπει να είναι μεγαλύτερο απο {{count}}" - greater_than_or_equal_to: "πρέπει να είναι μεγαλύτερο ή ίσον με {{count}}" - equal_to: "πρέπει να είναι ίσον με {{count}}" - less_than: "πρέπει να είναι λιγότερο απο {{count}}" - less_than_or_equal_to: "πρέπει να είναι λιγότερο ή ίσον με {{count}}" + greater_than: "πρέπει να είναι μεγαλύτερο απο %{count}" + greater_than_or_equal_to: "πρέπει να είναι μεγαλύτερο ή ίσον με %{count}" + equal_to: "πρέπει να είναι ίσον με %{count}" + less_than: "πρέπει να είναι λιγότερο απο %{count}" + less_than_or_equal_to: "πρέπει να είναι λιγότερο ή ίσον με %{count}" odd: "πρέπει να είναι περιττός" even: "πρέπει να είναι άρτιος" # Append your own errors here or at the model/attributes scope. @@ -127,7 +127,7 @@ el: # For example, # models: # user: - # blank: "This is a custom blank message for {{model}}: {{attribute}}" + # blank: "This is a custom blank message for %{model}: %{attribute}" # attributes: # login: # blank: "This is a custom blank message for User login" @@ -176,8 +176,8 @@ el: short: "%d %b %H:%M" long: "%d %B %Y %H:%M" only_second: "%S" - am: "am" - pm: "pm" + am: "πμ" + pm: "μμ" datetime: formats: @@ -187,5 +187,5 @@ el: # Used in array.to_sentence. support: array: - sentence_connector: "και" + sentence_connector: " και " skip_last_comma: false