Sync language files
This commit is contained in:
Regular → Executable
+15
-15
@@ -27,11 +27,11 @@ return [
|
||||
|
||||
// Login form fields
|
||||
'login' => [
|
||||
'login' => 'Username or Email',
|
||||
'login' => 'Käyttäjänimi tai sähköpostiosoite',
|
||||
'email' => 'Sähköposti',
|
||||
'password' => 'Salasana',
|
||||
'2fauth' => 'Authentication Code',
|
||||
'invalid' => 'Invalid username or password',
|
||||
'invalid' => 'Virheellinen käyttäjätunnus tai salasana',
|
||||
'invalid-token' => 'Invalid token',
|
||||
'cookies' => 'Ota käyttöön evästeet kirjautuaksesi.',
|
||||
],
|
||||
@@ -81,11 +81,11 @@ return [
|
||||
'description-help' => 'You may also use Markdown.',
|
||||
'display-chart' => 'Display chart on status page?',
|
||||
'default-value' => 'Oletusarvo',
|
||||
'calc_type' => 'Calculation of Metrics',
|
||||
'calc_type' => 'Calculation of metrics',
|
||||
'type_sum' => 'Summa',
|
||||
'type_avg' => 'Keskiarvo',
|
||||
'places' => 'Decimal Places',
|
||||
'default_view' => 'Default View',
|
||||
'places' => 'Decimal places',
|
||||
'default_view' => 'Default view',
|
||||
|
||||
'points' => [
|
||||
'value' => 'Arvo',
|
||||
@@ -115,7 +115,7 @@ return [
|
||||
'site-timezone' => 'Sivuston aikavyöhyke',
|
||||
'site-locale' => 'Sivuston kieli',
|
||||
'date-format' => 'Päivämäärän muoto',
|
||||
'incident-date-format' => 'Incident Timestamp Format',
|
||||
'incident-date-format' => 'Incident timestamp format',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Sallittu toimialueet',
|
||||
@@ -126,18 +126,18 @@ return [
|
||||
],
|
||||
'theme' => [
|
||||
'background-color' => 'Taustaväri',
|
||||
'background-fills' => 'Background Fills (Components, Incidents, Footer)',
|
||||
'banner-background-color' => 'Banner Background Color',
|
||||
'banner-padding' => 'Banner Padding',
|
||||
'background-fills' => 'Background fills (components, incidents, footer)',
|
||||
'banner-background-color' => 'Banner background color',
|
||||
'banner-padding' => 'Banner padding',
|
||||
'fullwidth-banner' => 'Enable fullwidth banner?',
|
||||
'text-color' => 'Tekstin väri',
|
||||
'dashboard-login' => 'Show dashboard button in the footer?',
|
||||
'reds' => 'Red (Used for errors)',
|
||||
'blues' => 'Blue (Used for information)',
|
||||
'greens' => 'Green (Used for success)',
|
||||
'yellows' => 'Yellow (Used for alerts)',
|
||||
'oranges' => 'Orange (Used for notices)',
|
||||
'metrics' => 'Metrics Fill',
|
||||
'reds' => 'Red (used for errors)',
|
||||
'blues' => 'Blue (used for information)',
|
||||
'greens' => 'Green (used for success)',
|
||||
'yellows' => 'Yellow (used for alerts)',
|
||||
'oranges' => 'Orange (used for notices)',
|
||||
'metrics' => 'Metrics fill',
|
||||
'links' => 'Linkit',
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user