New translations dashboard.php (Greek)

This commit is contained in:
James Brooks 2018-01-16 14:07:42 +00:00
parent 455d500e29
commit 4b422ac63b

View File

@ -21,7 +21,20 @@ return [
'logged' => '{0} Δεν υπάρχουν περιστατικά, καλλή δουλειά.|Έχετε καταγράψει ένα περιστατικό.|Έχετε ανάφερει <strong>:count</strong> περιστατικά.', 'logged' => '{0} Δεν υπάρχουν περιστατικά, καλλή δουλειά.|Έχετε καταγράψει ένα περιστατικό.|Έχετε ανάφερει <strong>:count</strong> περιστατικά.',
'incident-create-template' => 'Δημιουργία προτύπου', 'incident-create-template' => 'Δημιουργία προτύπου',
'incident-templates' => 'Πρότυπα Περιστατικών', 'incident-templates' => 'Πρότυπα Περιστατικών',
'updates' => '{0} Zero Updates|One Update|:count Updates', 'updates' => [
'title' => 'Incident updates for :incident',
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
'add' => [
'title' => 'Create new incident update',
'success' => 'Your new incident update has been created.',
'failure' => 'Something went wrong with the incident update.',
],
'edit' => [
'title' => 'Edit incident update',
'success' => 'The incident update has been updated.',
'failure' => 'Something went wrong updating the incident update',
],
],
'add' => [ 'add' => [
'title' => 'Αναφορά περιστατικού', 'title' => 'Αναφορά περιστατικού',
'success' => 'Incident added.', 'success' => 'Incident added.',
@ -36,11 +49,6 @@ return [
'success' => 'Αυτό το περιστατικό έχει διαγραφεί και δε θα εμφανιστή στη σελίδα κατάστασης.', 'success' => 'Αυτό το περιστατικό έχει διαγραφεί και δε θα εμφανιστή στη σελίδα κατάστασης.',
'failure' => 'The incident could not be deleted, please try again.', 'failure' => 'The incident could not be deleted, please try again.',
], ],
'update' => [
'title' => 'Create new incident update',
'subtitle' => 'Add an update to <strong>:incident</strong>',
'success' => 'Update added.',
],
// Incident templates // Incident templates
'templates' => [ 'templates' => [
@ -147,13 +155,15 @@ return [
], ],
// Subscribers // Subscribers
'subscribers' => [ 'subscribers' => [
'subscribers' => 'Subscribers', 'subscribers' => 'Subscribers',
'description' => 'Subscribers will receive email updates when incidents are created or components are updated.', 'description' => 'Subscribers will receive email updates when incidents are created or components are updated.',
'verified' => 'Verified', 'description_disabled' => 'To use this feature, you need allow people to signup for notifications.',
'not_verified' => 'Not verified', 'verified' => 'Verified',
'subscriber' => ':email, subscribed :date', 'not_verified' => 'Not verified',
'no_subscriptions' => 'Subscribed to all updates', 'subscriber' => ':email, subscribed :date',
'add' => [ 'no_subscriptions' => 'Subscribed to all updates',
'global' => 'Globally subscribed',
'add' => [
'title' => 'Add a new subscriber', 'title' => 'Add a new subscriber',
'success' => 'Subscriber has been added!', 'success' => 'Subscriber has been added!',
'failure' => 'Something went wrong adding the subscriber, please try again.', 'failure' => 'Something went wrong adding the subscriber, please try again.',