Cachet/resources/lang/el-GR/cachet.php
2018-01-16 14:08:04 +00:00

131 lines
5.8 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
// Components
'components' => [
'last_updated' => 'Τελευταία ενημέρωση :timestamp',
'status' => [
0 => 'Άγνωστο',
1 => 'Λειτουργικό',
2 => 'Προβλήματα επιδόσης',
3 => 'Μερική Διακοπή',
4 => 'Σημαντική Διακοπή',
],
'group' => [
'other' => 'Other Components',
],
],
// Incidents
'incidents' => [
'none' => 'Δεν υπάρχουν περιστατικά',
'past' => 'Προηγούμενα περιστατικά',
'stickied' => 'Stickied Incidents',
'scheduled' => 'Προγραμματισμένη Συντήρηση',
'scheduled_at' => ', προγραμματισμένη :timestamp',
'posted' => 'Αναρτήθηκε :timestamp',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Διερευνάται',
2 => 'Προσδιορίστηκε',
3 => 'Παρακολούθηση',
4 => 'Διορθωμένο',
],
],
// Schedule
'schedules' => [
'status' => [
0 => 'Upcoming',
1 => 'Σε εξέλιξη',
2 => 'Complete',
],
],
// Service Status
'service' => [
'good' => '[0,1] Το σύστημα βρίσκεται σε λειτουργία[2,Inf] Όλα τα συστήματα βρίσκονται σε λειτουργία',
'bad' => '[0,1] Το σύστημα αντιμετωπίζει προβλήματα|[2,Inf] Κάποια συστήματα αντιμετωπίζουν προβλήματα',
'major' => '[0,1] Η υπηρεσία αντιμετωπίζει μία σημαντική διακοπή|[2,Inf] Κάποια συστήματα αντιμετωπίζουν μία σημαντική διακοπή',
],
'api' => [
'regenerate' => 'Αλλαγή κλειδιού API',
'revoke' => 'Ακύρωση κλειδιού API',
],
// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'Τελευταία ώρα',
'hourly' => 'Τελευταίες 12 ώρες',
'weekly' => 'Εβδομάδα',
'monthly' => 'Μήνας',
],
],
// Subscriber
'subscriber' => [
'subscribe' => 'Εγγραφείτε για να λάβετε τις τελευταίες ενημερώσεις',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'Εγγραφή',
'manage' => [
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
],
'email' => [
'subscribe' => 'Εγγραφή στις ενημερώσεις μέσω email.',
'subscribed' => 'Έχετε εγγραφεί στις ενημερώσεις μέσω email, παρακαλώ ελέγξτε το email σας για να επιβεβαιώσετε την εγγραφή σας.',
'verified' => 'Η εγγραφή σας έχει επιβεβαιωθεί. Ευχαριστούμε!',
'manage' => 'Διαχειριστείτε τη συνδρομή σας',
'unsubscribe' => 'Διαγραφή από τις ενημερώσεις μέσω email.',
'unsubscribed' => 'Η εγγραφή σας έχει ακυρωθεί.',
'failure' => 'Προέκυψε ένα σφάλμα σχετικά με την εγγραφή.',
'already-subscribed' => 'Δεν ήταν δυνατή η εγγραφή του :email επειδή είναι ήδη εγγεγραμμένο.',
],
],
'signup' => [
'title' => 'Εγγραφή',
'username' => 'Username',
'email' => 'E-mail',
'password' => 'Κωδικός πρόσβασης',
'success' => 'Ο λογαριασμός σας έχει δημιουργηθεί.',
'failure' => 'Προέκυψε κάποιο σφάλμα σχετικά με την εγγραφή.',
],
'system' => [
'update' => 'Μια ενημερωμένη έκδοση του Cache είναι διαθέσιμη. Δείτε πως μπορείτε να αναβαθμίσετε <a href="https://docs.cachethq.io/docs/updating-cachet">εδώ</a>!',
],
// Modal
'modal' => [
'close' => 'Κλείσιμο',
'subscribe' => [
'title' => 'Εγγραφή στις ενημερώσεις στοιχείων',
'body' => 'Συμπληρώστε το email σας για να εγγραφείτε στις ενημερώσεις αυτού του στοιχείου. Αν είστε ήδη εγγεγραμένος, τότε λαμβάνεται ήδη emails για αυτό το στοιχείο.',
'button' => 'Εγγραφή',
],
],
// Other
'home' => 'Home',
'description' => 'Stay up to date with the latest service updates from :app.',
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Η ώρα προβάλλεται σε ζώνη :timezone.',
'about_this_site' => 'Σχετικά με αυτόν τον ιστότοπο',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Status Feed',
];