New translations dashboard.php (Swedish)

This commit is contained in:
Cachet Bot
2018-07-12 08:42:10 +01:00
parent f097cac949
commit 43f6d86e62
+41 -41
View File
@@ -12,11 +12,11 @@
return [ return [
'dashboard' => 'Översiktspanel', 'dashboard' => 'Översiktspanel',
'writeable_settings' => 'Cachets inställningskatalog är inte skrivbar. Kontrollera att <code>./bootstrap/cachet</code> är skrivbar av webbservern.', 'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
// Incidents // Incidents
'incidents' => [ 'incidents' => [
'title' => 'Händelser &amp; Schema', 'title' => 'Incidents & Maintenance',
'incidents' => 'Händelser', 'incidents' => 'Händelser',
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.', 'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
'incident-create-template' => 'Skapa mall', 'incident-create-template' => 'Skapa mall',
@@ -25,7 +25,7 @@ return [
'title' => 'Incident updates for :incident', 'title' => 'Incident updates for :incident',
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates', 'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
'add' => [ 'add' => [
'title' => 'Skapa en ny incidentuppdatering', 'title' => 'Create new incident update',
'success' => 'Your new incident update has been created.', 'success' => 'Your new incident update has been created.',
'failure' => 'Something went wrong with the incident update.', 'failure' => 'Something went wrong with the incident update.',
], ],
@@ -38,7 +38,7 @@ return [
'reported_by' => 'Reported by :user', 'reported_by' => 'Reported by :user',
'add' => [ 'add' => [
'title' => 'Lägg till händelse', 'title' => 'Lägg till händelse',
'success' => 'Incident skapad.', 'success' => 'Incident added.',
'failure' => 'There was an error adding the incident, please try again.', 'failure' => 'There was an error adding the incident, please try again.',
], ],
'edit' => [ 'edit' => [
@@ -56,9 +56,9 @@ return [
'title' => 'Händelsemallar', 'title' => 'Händelsemallar',
'add' => [ 'add' => [
'title' => 'Skapa en händelsemall', 'title' => 'Skapa en händelsemall',
'message' => 'Du borde lägga till en händelsemall.', 'message' => 'Create your first incident template.',
'success' => 'Händelsemallen har skapats.', 'success' => 'Your new incident template has been created.',
'failure' => 'Något gick fel med uppdateringen av incidentmallen.', 'failure' => 'Something went wrong with the incident template.',
], ],
'edit' => [ 'edit' => [
'title' => 'Redigera mall', 'title' => 'Redigera mall',
@@ -74,22 +74,22 @@ return [
// Incident Maintenance // Incident Maintenance
'schedule' => [ 'schedule' => [
'schedule' => 'Planerat underhåll', 'schedule' => 'Maintenance',
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.', 'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
'scheduled_at' => 'Schemalagd till: tidsstämpel', 'scheduled_at' => 'Schemalagd till: tidsstämpel',
'add' => [ 'add' => [
'title' => 'Lägg till planerat underhåll', 'title' => 'Add Maintenance',
'success' => 'Schema tillagt.', 'success' => 'Maintenance added.',
'failure' => 'Something went wrong adding the schedule, please try again.', 'failure' => 'Something went wrong adding the Maintenance, please try again.',
], ],
'edit' => [ 'edit' => [
'title' => 'Edit Scheduled Maintenance', 'title' => 'Edit Maintenance',
'success' => 'Schemat har uppdaterats!', 'success' => 'Maintenance has been updated!',
'failure' => 'Something went wrong editing the schedule, please try again.', 'failure' => 'Something went wrong editing the Maintenance, please try again.',
], ],
'delete' => [ 'delete' => [
'success' => 'The scheduled maintenance has been deleted and will not show on your status page.', 'success' => 'The Maintenance has been deleted and will not show on your status page.',
'failure' => 'The scheduled maintenance could not be deleted, please try again.', 'failure' => 'The Maintenance could not be deleted, please try again.',
], ],
], ],
@@ -101,13 +101,13 @@ return [
'add' => [ 'add' => [
'title' => 'Lägg till en komponent', 'title' => 'Lägg till en komponent',
'message' => 'Du borde lägga till en komponent.', 'message' => 'Du borde lägga till en komponent.',
'success' => 'Komponent skapad.', 'success' => 'Component created.',
'failure' => 'Something went wrong with the component, please try again.', 'failure' => 'Something went wrong with the component group, please try again.',
], ],
'edit' => [ 'edit' => [
'title' => 'Redigera komponent', 'title' => 'Redigera komponent',
'success' => 'Komponenten har uppdaterats.', 'success' => 'Component updated.',
'failure' => 'Something went wrong with the component, please try again.', 'failure' => 'Something went wrong with the component group, please try again.',
], ],
'delete' => [ 'delete' => [
'success' => 'Komponenten har tagits bort!', 'success' => 'Komponenten har tagits bort!',
@@ -120,13 +120,13 @@ return [
'no_components' => 'Du borde lägga till en komponentgrupp.', 'no_components' => 'Du borde lägga till en komponentgrupp.',
'add' => [ 'add' => [
'title' => 'Lägg till en komponentgrupp', 'title' => 'Lägg till en komponentgrupp',
'success' => 'Komponentgrupp tillagd.', 'success' => 'Component group added.',
'failure' => 'Something went wrong with the component, please try again.', 'failure' => 'Something went wrong with the component group, please try again.',
], ],
'edit' => [ 'edit' => [
'title' => 'Redigera komponentgrupp', 'title' => 'Redigera komponentgrupp',
'success' => 'Komponentgrupp uppdaterad.', 'success' => 'Component group updated.',
'failure' => 'Something went wrong with the component, please try again.', 'failure' => 'Something went wrong with the component group, please try again.',
], ],
'delete' => [ 'delete' => [
'success' => 'Komponentgruppen har tagits bort!', 'success' => 'Komponentgruppen har tagits bort!',
@@ -162,7 +162,7 @@ return [
'verified' => 'Bekräftad', 'verified' => 'Bekräftad',
'not_verified' => 'Inte bekräftad', 'not_verified' => 'Inte bekräftad',
'subscriber' => ':email, subscribed :date', 'subscriber' => ':email, subscribed :date',
'no_subscriptions' => 'Prenumererat på alla uppdateringar', 'no_subscriptions' => 'Subscribed to all updates',
'global' => 'Globally subscribed', 'global' => 'Globally subscribed',
'add' => [ 'add' => [
'title' => 'Lägg till en prenumerant', 'title' => 'Lägg till en prenumerant',
@@ -185,22 +185,22 @@ return [
'description' => 'Teammedlemmar kommer kunna lägga till, ändra &amp; redigera komponenter och händelser.', 'description' => 'Teammedlemmar kommer kunna lägga till, ändra &amp; redigera komponenter och händelser.',
'add' => [ 'add' => [
'title' => 'Lägg till en ny teammedlem', 'title' => 'Lägg till en ny teammedlem',
'success' => 'Gruppmedlem tilllagd.', 'success' => 'Team member added.',
'failure' => 'Teammedlemmen kunde inte läggas till. Vänligen försök igen.', 'failure' => 'The team member could not be added, please try again.',
], ],
'edit' => [ 'edit' => [
'title' => 'Uppdatera profil', 'title' => 'Uppdatera profil',
'success' => 'Profil uppdaterad.', 'success' => 'Profile updated.',
'failure' => 'Something went wrong updating the profile, please try again.', 'failure' => 'Something went wrong updating the profile, please try again.',
], ],
'delete' => [ 'delete' => [
'success' => 'Teammedlemen har tagits bort och kommer inte längre ha tillgång till översiktspanelen!', 'success' => 'Teammedlemen har tagits bort och kommer inte längre ha tillgång till översiktspanelen!',
'failure' => 'Teammedlemmen kunde inte läggas till. Vänligen försök igen.', 'failure' => 'The team member could not be added, please try again.',
], ],
'invite' => [ 'invite' => [
'title' => 'Bjud in en ny teammedlem', 'title' => 'Bjud in en ny teammedlem',
'success' => 'Inbjudan har skickats', 'success' => 'Inbjudan har skickats',
'failure' => 'Inbjudan kunde inte skickas. Vänligen försök igen.', 'failure' => 'The invite could not be sent, please try again.',
], ],
], ],
@@ -222,16 +222,16 @@ return [
'localization' => 'Platsanpassning', 'localization' => 'Platsanpassning',
], ],
'customization' => [ 'customization' => [
'customization' => 'Anpassning', 'customization' => 'Customization',
'header' => 'Anpassat sidhuvud HTML', 'header' => 'Custom Header HTML',
'footer' => 'Anpassad sidfot HTML', 'footer' => 'Custom Footer HTML',
], ],
'mail' => [ 'mail' => [
'mail' => 'Mail', 'mail' => 'Mail',
'test' => 'Test', 'test' => 'Test',
'email' => [ 'email' => [
'subject' => 'Test notification from Cachet', 'subject' => 'Test notification from Cachet',
'body' => 'Detta är ett testmeddelande från Cachet.', 'body' => 'This is a test notification from Cachet.',
], ],
], ],
'security' => [ 'security' => [
@@ -249,10 +249,10 @@ return [
'failure' => 'Inställningarna kunde inte sparas.', 'failure' => 'Inställningarna kunde inte sparas.',
], ],
'credits' => [ 'credits' => [
'credits' => 'Tack till', 'credits' => 'Credits',
'contributors' => 'Medverkande', 'contributors' => 'Contributors',
'license' => 'Cachet is a BSD-3-licensed open source project, released by <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.', 'license' => 'Cachet is a BSD-3-licensed open source project, released by <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.',
'backers-title' => 'Uppbackare & sponsorer', 'backers-title' => 'Backers & Sponsors',
'backers' => 'If you\'d like to support future development, check out the <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a> campaign.', 'backers' => 'If you\'d like to support future development, check out the <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a> campaign.',
'thank-you' => 'Thank you to each and every one of the :count contributors.', 'thank-you' => 'Thank you to each and every one of the :count contributors.',
], ],
@@ -280,17 +280,17 @@ return [
// Widgets // Widgets
'widgets' => [ 'widgets' => [
'support' => 'Stöd Cachet', 'support' => 'Support Cachet',
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!', 'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!',
'news' => 'Senaste nytt', 'news' => 'Latest News',
'news_subtitle' => 'Get the latest updates', 'news_subtitle' => 'Get the latest update',
], ],
// Welcome modal // Welcome modal
'welcome' => [ 'welcome' => [
'welcome' => 'Välkommen till din statussida!', 'welcome' => 'Välkommen till din statussida!',
'message' => 'Din statussida är nästan redo. Du kan vilja konfigerara de här extra inställningarna', 'message' => 'Din statussida är nästan redo. Du kan vilja konfigerara de här extra inställningarna',
'close' => 'Jag är nöjd, tack!', 'close' => 'I\'m good thanks!',
'steps' => [ 'steps' => [
'component' => 'Skapa komponenter', 'component' => 'Skapa komponenter',
'incident' => 'Skapa händelser', 'incident' => 'Skapa händelser',