From f097cac94935938a5ca08530fcee14d6416afe0f Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Thu, 12 Jul 2018 08:42:08 +0100 Subject: [PATCH] New translations cachet.php (Swedish) --- resources/lang/sv-SE/cachet.php | 34 ++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/resources/lang/sv-SE/cachet.php b/resources/lang/sv-SE/cachet.php index af1e3753..046c9bb8 100644 --- a/resources/lang/sv-SE/cachet.php +++ b/resources/lang/sv-SE/cachet.php @@ -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 Cachet.', - 'timezone' => 'Tider visas i :timezone.', + 'timezone' => 'Times are shown in :timezone.', 'about_this_site' => 'Om sidan', 'rss-feed' => 'RSS', 'atom-feed' => 'Atom',