Language changes

This commit is contained in:
James Brooks
2016-09-05 19:36:41 +01:00
parent a7464e4bfc
commit 268e0c1747
3 changed files with 7 additions and 7 deletions

View File

@@ -28,8 +28,8 @@ return [
'incidents' => [
'none' => 'No incidents reported',
'past' => 'Past Incidents',
'previous_week' => 'Previous Week',
'next_week' => 'Next Week',
'previous_week' => 'Previous week',
'next_week' => 'Next week',
'scheduled' => 'Scheduled Maintenance',
'scheduled_at' => ', scheduled :timestamp',
'status' => [
@@ -45,7 +45,7 @@ return [
'service' => [
'good' => '[0,1] System operational|[2,Inf] All systems are operational',
'bad' => '[0,1] The system is currently experiencing issues|[2,Inf] Some systems are experiencing issues',
'major' => '[0,1] The service experiencing a major outage|[2,Inf] Some systems are experiencing a major outage',
'major' => '[0,1] The service is experiencing a major outage|[2,Inf] Some systems are experiencing a major outage',
],
'api' => [
@@ -65,7 +65,7 @@ return [
// Subscriber
'subscriber' => [
'subscribe' => 'Subscribe to get the most recent updates',
'subscribe' => 'Subscribe to get the updates',
'button' => 'Subscribe',
'manage' => [
'no_subscriptions' => 'You\'re currently subscribed to all updates.',

View File

@@ -154,12 +154,12 @@ return [
'custom-css' => 'Custom Stylesheet',
],
'theme' => [
'background-color' => 'Background Color',
'background-color' => 'Background color',
'background-fills' => 'Background fills (components, incidents, footer)',
'banner-background-color' => 'Banner background color',
'banner-padding' => 'Banner padding',
'fullwidth-banner' => 'Enable fullwidth banner?',
'text-color' => 'Text Color',
'text-color' => 'Text color',
'dashboard-login' => 'Show dashboard button in the footer?',
'reds' => 'Red (used for errors)',
'blues' => 'Blue (used for information)',

View File

@@ -11,7 +11,7 @@
return [
'setup' => 'Setup',
'title' => 'Setup Cachet',
'title' => 'Install Cachet',
'service_details' => 'Service Details',
'env_setup' => 'Environment Setup',
'status_page_setup' => 'Status Page Setup',