Cachet/resources/lang/sv-SE/cachet.php

141 lines
4.9 KiB
PHP
Raw Normal View History

<?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' => [
2017-01-05 16:31:12 +00:00
'last_updated' => 'Senast uppdaterad :timestamp',
2016-03-20 16:26:21 +00:00
'status' => [
2017-01-05 16:31:12 +00:00
0 => 'Okänd',
1 => 'Fungerar',
2 => 'Prestandaproblem',
3 => 'Mindre avbrott',
4 => 'Större avbrott',
],
2016-03-20 16:26:21 +00:00
'group' => [
2017-01-05 16:31:12 +00:00
'other' => 'Andra komponenter',
2016-03-20 16:26:21 +00:00
],
],
// Incidents
'incidents' => [
2017-05-06 10:07:45 +01:00
'none' => 'Inga händelser har rapporterats',
'past' => 'Tidigare händelser',
'stickied' => 'Fästa incidenter',
'scheduled' => 'Planerat underhåll',
'scheduled_at' => ', schemalagda: tidsstämpel',
'posted' => 'Upplagd :timestamp',
2018-01-16 14:06:42 +00:00
'posted_at' => 'Posted at :timestamp',
2017-05-06 10:07:45 +01:00
'status' => [
1 => 'Undersöker',
2 => 'Identifierat',
3 => 'Bevakar',
4 => 'Löst',
],
],
2017-01-05 16:31:12 +00:00
// Schedule
'schedules' => [
'status' => [
0 => 'Kommande',
1 => 'Pågående',
2 => 'Slutförd',
],
],
// Service Status
'service' => [
2016-02-18 14:16:40 +00:00
'good' => '[0,1] Systemet fungerar |[2,Inf] Alla system fungerar',
'bad' => '[0,1] Systemet har för närvarande problem|[2,Inf] Vissa system har problem',
'major' => '[0,1] Stora störningar på tjänsten [2,Inf] Stora störningar på vissa system',
],
'api' => [
'regenerate' => 'Generera om API-nyckel',
'revoke' => 'Återkalla API-nyckel',
],
// Metrics
'metrics' => [
'filter' => [
2016-02-18 14:16:40 +00:00
'last_hour' => 'Senaste timmen',
'hourly' => 'Senaste 12 timmarna',
'weekly' => 'Vecka',
'monthly' => 'Månad',
],
],
// Subscriber
'subscriber' => [
2017-01-05 16:31:12 +00:00
'subscribe' => 'Prenumerera för att få de senaste uppdateringarna',
2017-05-06 10:07:45 +01:00
'unsubscribe' => 'Avsluta prenumerationen på: länk',
2017-01-05 16:31:12 +00:00
'button' => 'Prenumerera',
'manage' => [
'no_subscriptions' => 'Du prenumererar på alla uppdateringar.',
'my_subscriptions' => 'Du prenumererar på följande uppdateringar.',
2018-03-27 19:31:38 +01:00
'manage_at_link' => 'Manage your subscriptions at :link',
2016-03-20 16:26:21 +00:00
],
'email' => [
'subscribe' => 'Prenumerera på epost-uppdateringar.',
'subscribed' => 'Du har börjat prenumerera på e-postmeddelanden, vänligen kontrollera din e-post för att bekräfta din prenumeration.',
'verified' => 'Din epost-prenumeration har bekräftats. Tack!',
2017-01-05 16:31:12 +00:00
'manage' => 'Hantera din prenumeration',
'unsubscribe' => 'Avbeställ epost-uppdateringar.',
'unsubscribed' => 'Din epost-prenumeration har avbrutits.',
'failure' => 'Något blev fel med prenumerationen.',
2016-02-18 14:16:40 +00:00
'already-subscribed' => 'Kan inte skapa en prenumeration för :email eftersom den redan prenumererar.',
],
],
'signup' => [
'title' => 'Registrera dig',
2016-02-18 14:16:40 +00:00
'username' => 'Användarnamn',
'email' => 'E-post',
'password' => 'Lösenord',
'success' => 'Ditt konto har skapats.',
'failure' => 'Något gick fel med registreringen.',
],
'system' => [
2016-02-18 14:16:40 +00:00
'update' => 'Det finns en nyare version av Cachet tillgänglig. Du kan lära dig hur du uppdaterar <a href="https://docs.cachethq.io/docs/updating-cachet">här</a>!',
],
// Modal
'modal' => [
2016-02-18 14:16:40 +00:00
'close' => 'Stäng',
'subscribe' => [
2016-02-18 14:16:40 +00:00
'title' => 'Prenumerera på komponentuppdateringar',
'body' => 'Fyll i din epostadress för att prenumerera på uppdateringar för den här kompontenten. Om du redan prenumererar, får du redan epost om den här komponenten.',
'button' => 'Prenumerera',
],
],
2018-02-17 13:21:25 +00:00
// Meta descriptions
'meta' => [
'description' => [
'incident' => 'Details and updates about the :name incident that occurred on :date',
'schedule' => 'Details about the scheduled maintenance period :name starting :startDate',
'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods',
'overview' => 'Håll dig uppdaterad med de senaste service-uppdateringarna från :app.',
],
],
// Other
2017-01-05 16:31:12 +00:00
'home' => 'Hem',
2016-05-25 09:45:20 +01:00
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
2017-01-05 16:31:12 +00:00
'timezone' => 'Tider visas i :timezone.',
'about_this_site' => 'Om sidan',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Statusflöde',
];