New translations cachet.php (Swedish)
This commit is contained in:
@@ -12,16 +12,16 @@
|
||||
return [
|
||||
// Components
|
||||
'components' => [
|
||||
'last_updated' => 'Senast uppdaterad :timestamp',
|
||||
'last_updated' => 'Last updated :timestamp',
|
||||
'status' => [
|
||||
0 => 'Okänd',
|
||||
0 => 'Unknown',
|
||||
1 => 'Fungerar',
|
||||
2 => 'Prestandaproblem',
|
||||
3 => 'Mindre avbrott',
|
||||
4 => 'Större avbrott',
|
||||
],
|
||||
'group' => [
|
||||
'other' => 'Andra komponenter',
|
||||
'other' => 'Other Components',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -29,10 +29,10 @@ return [
|
||||
'incidents' => [
|
||||
'none' => 'Inga händelser har rapporterats',
|
||||
'past' => 'Tidigare händelser',
|
||||
'stickied' => 'Fästa incidenter',
|
||||
'scheduled' => 'Planerat underhåll',
|
||||
'stickied' => 'Stickied Incidents',
|
||||
'scheduled' => 'Maintenance',
|
||||
'scheduled_at' => ', schemalagda: tidsstämpel',
|
||||
'posted' => 'Upplagd :timestamp',
|
||||
'posted' => 'Posted :timestamp',
|
||||
'posted_at' => 'Posted at :timestamp',
|
||||
'status' => [
|
||||
1 => 'Undersöker',
|
||||
@@ -45,17 +45,17 @@ return [
|
||||
// Schedule
|
||||
'schedules' => [
|
||||
'status' => [
|
||||
0 => 'Kommande',
|
||||
1 => 'Pågående',
|
||||
2 => 'Slutförd',
|
||||
0 => 'Upcoming',
|
||||
1 => 'In Progress',
|
||||
2 => 'Complete',
|
||||
],
|
||||
],
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1]System operational|[2,*]All systems are operational',
|
||||
'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',
|
||||
'bad' => '[0,1]The system is experiencing issues|[2,*]Some systems are experiencing issues',
|
||||
'major' => '[0,1]The system is experiencing major issues|[2,*]Some systems are experiencing major issues',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
@@ -80,15 +80,15 @@ return [
|
||||
'button' => 'Prenumerera',
|
||||
'manage_subscription' => 'Manage subscription',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'Du prenumererar på alla uppdateringar.',
|
||||
'my_subscriptions' => 'Du prenumererar på följande uppdateringar.',
|
||||
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
|
||||
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
|
||||
'manage_at_link' => 'Manage your subscriptions at :link',
|
||||
],
|
||||
'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!',
|
||||
'manage' => 'Hantera din prenumeration',
|
||||
'manage' => 'Manage your subscription',
|
||||
'unsubscribe' => 'Avbeställ epost-uppdateringar.',
|
||||
'unsubscribed' => 'Din epost-prenumeration har avbrutits.',
|
||||
'failure' => 'Något blev fel med prenumerationen.',
|
||||
@@ -125,14 +125,14 @@ return [
|
||||
'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.',
|
||||
'overview' => 'Stay up to date with the latest service updates from :app.',
|
||||
],
|
||||
],
|
||||
|
||||
// Other
|
||||
'home' => 'Hem',
|
||||
'home' => 'Home',
|
||||
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'timezone' => 'Tider visas i :timezone.',
|
||||
'timezone' => 'Times are shown in :timezone.',
|
||||
'about_this_site' => 'Om sidan',
|
||||
'rss-feed' => 'RSS',
|
||||
'atom-feed' => 'Atom',
|
||||
|
||||
Reference in New Issue
Block a user