New translations forms.php (Greek)

This commit is contained in:
Cachet Bot
2018-07-12 08:43:27 +01:00
parent b496080e16
commit c580c3f093

View File

@@ -13,12 +13,12 @@ return [
// Setup form fields
'setup' => [
'email' => 'E-mail',
'email' => 'Email',
'username' => 'Username',
'password' => 'Κωδικός πρόσβασης',
'site_name' => 'Όνομα ιστοσελίδας',
'password' => 'Password',
'site_name' => 'Site Name',
'site_domain' => 'Site Domain',
'site_timezone' => 'Επιλέξτε τη ζώνη ώρας σας',
'site_timezone' => 'Select your timezone',
'site_locale' => 'Select your language',
'enable_google2fa' => 'Enable Google Two Factor Authentication',
'cache_driver' => 'Cache Driver',
@@ -34,8 +34,8 @@ return [
// Login form fields
'login' => [
'login' => 'Username or Email',
'email' => 'E-mail',
'password' => 'Κωδικός πρόσβασης',
'email' => 'Email',
'password' => 'Password',
'2fauth' => 'Authentication Code',
'invalid' => 'Invalid username or password',
'invalid-token' => 'Invalid token',
@@ -47,10 +47,10 @@ return [
// Incidents form fields
'incidents' => [
'name' => 'Name',
'status' => 'Κατάσταση',
'status' => 'Status',
'component' => 'Component',
'component_status' => 'Component Status',
'message' => 'Μήνυμα',
'message' => 'Message',
'message-help' => 'You may also use Markdown.',
'occurred_at' => 'When did this incident occur?',
'notify_subscribers' => 'Notify subscribers?',
@@ -70,8 +70,8 @@ return [
'schedules' => [
'name' => 'Name',
'status' => 'Κατάσταση',
'message' => 'Μήνυμα',
'status' => 'Status',
'message' => 'Message',
'message-help' => 'You may also use Markdown.',
'scheduled_at' => 'When is this maintenance scheduled for?',
'completed_at' => 'When did this maintenance complete?',
@@ -85,10 +85,10 @@ return [
// Components form fields
'components' => [
'name' => 'Name',
'status' => 'Κατάσταση',
'group' => 'Ομάδα',
'status' => 'Status',
'group' => 'Group',
'description' => 'Description',
'link' => 'Σύνδεσμος',
'link' => 'Link',
'tags' => 'Tags',
'tags-help' => 'Comma separated.',
'enabled' => 'Component enabled?',
@@ -113,7 +113,7 @@ return [
'timezone' => 'Timezone',
'schedule_frequency' => 'Schedule frequency (in seconds)',
'completion_latency' => 'Completion latency (in seconds)',
'group' => 'Ομάδα',
'group' => 'Group',
'active' => 'Active?',
'groups' => [
'name' => 'Group Name',
@@ -130,7 +130,7 @@ return [
'default-value' => 'Default value',
'calc_type' => 'Calculation of metrics',
'type_sum' => 'Sum',
'type_avg' => 'Μέσος όρος',
'type_avg' => 'Average',
'places' => 'Decimal places',
'default_view' => 'Default view',
'threshold' => 'How many minutes of threshold between metric points?',
@@ -148,8 +148,8 @@ return [
'settings' => [
// Application setup
'app-setup' => [
'site-name' => 'Όνομα ιστοσελίδας',
'site-url' => 'Διεύθυνση URL ιστοσελίδας',
'site-name' => 'Site Name',
'site-url' => 'Site URL',
'display-graphs' => 'Display graphs on status page?',
'about-this-page' => 'About this page',
'days-of-incidents' => 'How many days of incidents to show?',
@@ -206,8 +206,8 @@ return [
'user' => [
'username' => 'Username',
'email' => 'E-mail',
'password' => 'Κωδικός πρόσβασης',
'email' => 'Email',
'password' => 'Password',
'api-token' => 'API Token',
'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.',
'gravatar' => 'Change your profile picture at Gravatar.',
@@ -221,7 +221,7 @@ return [
],
'team' => [
'description' => 'Invite your team members by entering their email addresses here.',
'email' => 'Email #:id',
'email' => 'Your Team Members Email Address',
],
],
@@ -240,7 +240,7 @@ return [
'cancel' => 'Cancel',
'remove' => 'Remove',
'invite' => 'Invite',
'signup' => 'Εγγραφή',
'signup' => 'Sign Up',
'manage_updates' => 'Manage Updates',
// Other