autowp/zf-components

View on GitHub
languages/el.php

Summary

Maintainability
A
1 hr
Test Coverage
<?php

return [
    'after %1$s hours'   => [
        'μετά %1$s ώρα',
        'μετά %1$s ώρες'
    ],
    'in an hour' => 'σε μια ώρα',
    'after %1$s minutes' => [
        'μετά %1$s λεπτό',
        'μετά %1$s λεπτά'
    ],
    'in a minute' => 'σε ένα λεπτό',
    'in few seconds' => 'σε λίγα δευτερόλεπτα',
    'now' => 'τώρα',
    'few seconds ago'    => 'λίγα δευτερόλεπτα πριν',
    'a minute ago'       => 'ένα λεπτό πρίν',
    '%1$s minutes ago'   => [
        '%1$s λεπτό πριν',
        '%1$s λεπτά πριν'
    ],
    'an hour ago'        => 'μια ώρα πριν',
    '%1$s hours ago'     => [
        '%1$s ώρα πριν',
        '%1$s ώρες πριν'
    ],
    'yesterday'          => 'χθες',
    'today'              => 'σήμερα',
    'tomorrow'           => 'αύριο',
];