From 83feb5ab7a5e2460292ee63856cca6989d638cc3 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Wed, 20 Jun 2018 22:38:33 +0100
Subject: [PATCH] New translations dashboard.php (Swedish)
---
resources/lang/sv-SE/dashboard.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/resources/lang/sv-SE/dashboard.php b/resources/lang/sv-SE/dashboard.php
index fcd8a075..a4438785 100644
--- a/resources/lang/sv-SE/dashboard.php
+++ b/resources/lang/sv-SE/dashboard.php
@@ -12,7 +12,7 @@
return [
'dashboard' => 'Översiktspanel',
- 'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that ./bootstrap/cachet is writeable by the web server.',
+ 'writeable_settings' => 'Cachets inställningskatalog är inte skrivbar. Kontrollera att ./bootstrap/cachet är skrivbar av webbservern.',
// Incidents
'incidents' => [
@@ -162,7 +162,7 @@ return [
'verified' => 'Bekräftad',
'not_verified' => 'Inte bekräftad',
'subscriber' => ':email, subscribed :date',
- 'no_subscriptions' => 'Subscribed to all updates',
+ 'no_subscriptions' => 'Prenumererat på alla uppdateringar',
'global' => 'Globally subscribed',
'add' => [
'title' => 'Lägg till en prenumerant',
@@ -252,7 +252,7 @@ return [
'credits' => 'Tack till',
'contributors' => 'Medverkande',
'license' => 'Cachet is a BSD-3-licensed open source project, released by Alt Three Services Limited.',
- 'backers-title' => 'Backers & Sponsors',
+ 'backers-title' => 'Uppbackare & sponsorer',
'backers' => 'If you\'d like to support future development, check out the Cachet Patreon campaign.',
'thank-you' => 'Thank you to each and every one of the :count contributors.',
],