2016-01-29 22:05:05 +00:00
< ? 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 [
2016-02-18 14:16:40 +00:00
'dashboard' => 'Översiktspanel' ,
2016-01-29 22:05:05 +00:00
// Incidents
'incidents' => [
2016-02-18 14:16:40 +00:00
'title' => 'Händelser & Schema' ,
2016-01-29 22:05:05 +00:00
'incidents' => 'Händelser' ,
2016-02-18 14:16:40 +00:00
'logged' => '{0} Det finns inga händelser, bra jobbat!|Du har skapat en händelse.|Du har skapat <strong>:count</strong> händelser.' ,
'incident-create-template' => 'Skapa mall' ,
'incident-templates' => 'Händelsemallar' ,
2016-01-29 22:05:05 +00:00
'add' => [
'title' => 'Lägg till händelse' ,
2016-03-20 16:26:21 +00:00
'success' => 'Incident added.' ,
'failure' => 'There was an error adding the incident, please try again.' ,
2016-01-29 22:05:05 +00:00
],
'edit' => [
'title' => 'Redigera en händelse' ,
'success' => 'Händelse uppdaterad.' ,
2016-03-20 16:26:21 +00:00
'failure' => 'There was an error editing the incident, please try again.' ,
2016-01-29 22:05:05 +00:00
],
'delete' => [
2016-02-18 14:16:40 +00:00
'success' => 'Händelsen har tagits bort och kommer inte visas på din statussida.' ,
2016-03-20 16:26:21 +00:00
'failure' => 'The incident could not be deleted, please try again.' ,
2016-01-29 22:05:05 +00:00
],
// Incident templates
'templates' => [
2016-02-18 14:16:40 +00:00
'title' => 'Händelsemallar' ,
2016-01-29 22:05:05 +00:00
'add' => [
2016-02-18 14:16:40 +00:00
'title' => 'Skapa en händelsemall' ,
'message' => 'Du borde lägga till en händelsemall.' ,
2016-03-20 16:26:21 +00:00
'success' => 'Your new incident template has been created.' ,
'failure' => 'Something went wrong with the incident template.' ,
2016-01-29 22:05:05 +00:00
],
'edit' => [
'title' => 'Redigera mall' ,
2016-03-20 16:26:21 +00:00
'success' => 'The incident template has been updated.' ,
'failure' => 'Something went wrong updating the incident template' ,
2016-01-29 22:05:05 +00:00
],
'delete' => [
2016-02-18 14:16:40 +00:00
'success' => 'Händelsen har tagits bort.' ,
2016-03-20 16:26:21 +00:00
'failure' => 'The incident template could not be deleted, please try again.' ,
2016-01-29 22:05:05 +00:00
],
],
],
// Incident Maintenance
'schedule' => [
'schedule' => 'Planerat underhåll' ,
2016-02-18 14:16:40 +00:00
'logged' => '{0} Det finns inget schemalagt, bra jobbat!|Du har skapat ett schemalagt underhåll.|Du har skapat <strong>:count</strong> schemalagda underhåll.' ,
2016-01-29 22:05:05 +00:00
'scheduled_at' => 'Schemalagd till: tidsstämpel' ,
'add' => [
2016-03-20 16:26:21 +00:00
'title' => 'Add Scheduled Maintenance' ,
'success' => 'Schedule added.' ,
'failure' => 'Something went wrong adding the schedule, please try again.' ,
2016-01-29 22:05:05 +00:00
],
'edit' => [
2016-03-20 16:26:21 +00:00
'title' => 'Edit Scheduled Maintenance' ,
'success' => 'Schedule has been updated!' ,
'failure' => 'Something went wrong editing the schedule, please try again.' ,
2016-01-29 22:05:05 +00:00
],
'delete' => [
2016-03-20 16:26:21 +00:00
'success' => 'The scheduled maintenance has been deleted and will not show on your status page.' ,
'failure' => 'The scheduled maintenance could not be deleted, please try again.' ,
2016-01-29 22:05:05 +00:00
],
],
// Components
'components' => [
2016-02-18 14:16:40 +00:00
'components' => 'Komponenter' ,
'component_statuses' => 'Komponentstatus' ,
'listed_group' => 'Grupperade under: namn' ,
2016-01-29 22:05:05 +00:00
'add' => [
2016-02-18 14:16:40 +00:00
'title' => 'Lägg till en komponent' ,
'message' => 'Du borde lägga till en komponent.' ,
2016-03-20 16:26:21 +00:00
'success' => 'Component created.' ,
'failure' => 'Something went wrong with the component, please try again.' ,
2016-01-29 22:05:05 +00:00
],
'edit' => [
2016-02-18 14:16:40 +00:00
'title' => 'Redigera komponent' ,
2016-03-20 16:26:21 +00:00
'success' => 'Component updated.' ,
'failure' => 'Something went wrong with the component, please try again.' ,
2016-01-29 22:05:05 +00:00
],
'delete' => [
2016-02-18 14:16:40 +00:00
'success' => 'Komponenten har tagits bort!' ,
2016-03-20 16:26:21 +00:00
'failure' => 'The component could not be deleted, please try again.' ,
2016-01-29 22:05:05 +00:00
],
// Component groups
'groups' => [
2016-02-18 14:16:40 +00:00
'groups' => 'Komponentgrupp|Komponentgrupper' ,
'no_components' => 'Du borde lägga till en komponentgrupp.' ,
2016-01-29 22:05:05 +00:00
'add' => [
2016-02-18 14:16:40 +00:00
'title' => 'Lägg till en komponentgrupp' ,
2016-03-20 16:26:21 +00:00
'success' => 'Component group added.' ,
'failure' => 'Something went wrong with the component group, please try again.' ,
2016-01-29 22:05:05 +00:00
],
'edit' => [
2016-02-18 14:16:40 +00:00
'title' => 'Redigera komponentgrupp' ,
2016-03-20 16:26:21 +00:00
'success' => 'Component group updated.' ,
'failure' => 'Something went wrong with the component group, please try again.' ,
2016-01-29 22:05:05 +00:00
],
'delete' => [
2016-02-18 14:16:40 +00:00
'success' => 'Komponentgruppen har tagits bort!' ,
2016-03-20 16:26:21 +00:00
'failure' => 'The component group could not be deleted, please try again.' ,
2016-01-29 22:05:05 +00:00
],
],
],
// Metrics
'metrics' => [
2016-02-18 14:16:40 +00:00
'metrics' => 'Mätvärden' ,
2016-01-29 22:05:05 +00:00
'add' => [
2016-02-18 14:16:40 +00:00
'title' => 'Skapa ett mätetal' ,
'message' => 'Du borde lägga till ett mätetal.' ,
2016-03-20 16:26:21 +00:00
'success' => 'Metric created.' ,
'failure' => 'Something went wrong with the metric, please try again.' ,
2016-01-29 22:05:05 +00:00
],
'edit' => [
2016-02-18 14:16:40 +00:00
'title' => 'Redigera ett mätetal' ,
2016-03-20 16:26:21 +00:00
'success' => 'Metric updated.' ,
'failure' => 'Something went wrong with the metric, please try again.' ,
2016-01-29 22:05:05 +00:00
],
'delete' => [
2016-02-18 14:16:40 +00:00
'success' => 'Mätetalet har tagits bort och kommer inte längre visas på din statussida.' ,
2016-03-20 16:26:21 +00:00
'failure' => 'The metric could not be deleted, please try again.' ,
2016-01-29 22:05:05 +00:00
],
],
// Subscribers
'subscribers' => [
2016-03-20 16:26:21 +00:00
'subscribers' => 'Prenumeranter' ,
'description' => 'Subscribers will receive email updates when incidents are created or components are updated.' ,
'verified' => 'Bekräftad' ,
'not_verified' => 'Inte bekräftad' ,
'subscriber' => ':email, subscribed :date' ,
'no_subscriptions' => 'Subscribed to all updates' ,
'add' => [
2016-02-18 14:16:40 +00:00
'title' => 'Lägg till en prenumerant' ,
'success' => 'Prenumerant tillagd!' ,
2016-03-20 16:26:21 +00:00
'failure' => 'Something went wrong adding the subscriber, please try again.' ,
2016-05-25 09:45:20 +01:00
'help' => 'Enter each subscriber on a new line.' ,
2016-01-29 22:05:05 +00:00
],
'edit' => [
2016-02-18 14:16:40 +00:00
'title' => 'Uppdatera prenumerant' ,
'success' => 'Prenumerant uppdaterad!' ,
2016-03-20 16:26:21 +00:00
'failure' => 'Something went wrong editing the subscriber, please try again.' ,
2016-01-29 22:05:05 +00:00
],
],
// Team
'team' => [
'team' => 'Team' ,
2016-02-18 14:16:40 +00:00
'member' => 'Medlem' ,
'profile' => 'Profil' ,
'description' => 'Teammedlemmar kommer kunna lägga till, ändra & redigera komponenter och händelser.' ,
2016-01-29 22:05:05 +00:00
'add' => [
2016-02-18 14:16:40 +00:00
'title' => 'Lägg till en ny teammedlem' ,
2016-03-20 16:26:21 +00:00
'success' => 'Team member added.' ,
'failure' => 'The team member could not be added, please try again.' ,
2016-01-29 22:05:05 +00:00
],
'edit' => [
'title' => 'Uppdatera profil' ,
2016-03-20 16:26:21 +00:00
'success' => 'Profile updated.' ,
'failure' => 'Something went wrong updating the profile, please try again.' ,
2016-01-29 22:05:05 +00:00
],
'delete' => [
2016-02-18 14:16:40 +00:00
'success' => 'Teammedlemen har tagits bort och kommer inte längre ha tillgång till översiktspanelen!' ,
2016-03-20 16:26:21 +00:00
'failure' => 'The team member could not be added, please try again.' ,
2016-01-29 22:05:05 +00:00
],
'invite' => [
2016-02-18 14:16:40 +00:00
'title' => 'Bjud in en ny teammedlem' ,
'success' => 'Inbjudan har skickats' ,
2016-03-20 16:26:21 +00:00
'failure' => 'The invite could not be sent, please try again.' ,
2016-01-29 22:05:05 +00:00
],
],
// Settings
'settings' => [
'settings' => 'Inställningar' ,
'app-setup' => [
2016-02-18 14:16:40 +00:00
'app-setup' => 'Applikationsinstallation' ,
'images-only' => 'Endast bilder kan laddas upp.' ,
'too-big' => 'Filen du försöker ladda upp är för stor. Ladda upp en bild som är mindre än :size' ,
2016-01-29 22:05:05 +00:00
],
'analytics' => [
2016-02-18 14:16:40 +00:00
'analytics' => 'Analys' ,
2016-01-29 22:05:05 +00:00
],
'localization' => [
2016-02-18 14:16:40 +00:00
'localization' => 'Platsanpassning' ,
2016-01-29 22:05:05 +00:00
],
2016-03-20 16:26:21 +00:00
'customization' => [
'customization' => 'Customization' ,
'header' => 'Custom Header HTML' ,
'footer' => 'Custom Footer HTML' ,
],
2016-01-29 22:05:05 +00:00
'security' => [
2016-02-18 14:16:40 +00:00
'security' => 'Säkerhet' ,
'two-factor' => 'Användare utan tvåfaktorsautentisering' ,
2016-01-29 22:05:05 +00:00
],
'stylesheet' => [
2016-02-18 14:16:40 +00:00
'stylesheet' => 'Stilmall' ,
2016-01-29 22:05:05 +00:00
],
'theme' => [
2016-02-18 14:16:40 +00:00
'theme' => 'Tema' ,
2016-01-29 22:05:05 +00:00
],
'edit' => [
2016-02-18 14:16:40 +00:00
'success' => 'Inställningar sparade.' ,
'failure' => 'Inställningarna kunde inte sparas.' ,
2016-01-29 22:05:05 +00:00
],
2016-05-31 20:18:39 +01:00
'credits' => [
'credits' => 'Credits' ,
'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>.' ,
'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.' ,
'thank-you' => 'Thank you to each and every one of the :count contributors.' ,
],
2016-01-29 22:05:05 +00:00
],
// Login
'login' => [
2016-02-18 14:16:40 +00:00
'login' => 'Logga in' ,
'logged_in' => 'Du är inloggad.' ,
'welcome' => 'Välkommen tillbaka!' ,
'two-factor' => 'Vänligen ange din kod.' ,
2016-01-29 22:05:05 +00:00
],
// Sidebar footer
2016-02-18 14:16:40 +00:00
'help' => 'Hjälp' ,
'status_page' => 'Statussida' ,
'logout' => 'Logga ut' ,
2016-01-29 22:05:05 +00:00
// Notifications
'notifications' => [
2016-02-18 14:16:40 +00:00
'notifications' => 'Notifieringar' ,
'awesome' => 'Enastående.' ,
'whoops' => 'Hoppsan.' ,
2016-01-29 22:05:05 +00:00
],
2016-05-31 20:18:39 +01:00
// Widgets
'widgets' => [
'support' => 'Support Cachet' ,
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!' ,
'news' => 'Latest News' ,
'news_subtitle' => 'Get the latest updates' ,
],
2016-01-29 22:05:05 +00:00
// Welcome modal
'welcome' => [
2016-02-18 14:16:40 +00:00
'welcome' => 'Välkommen till din statussida!' ,
'message' => 'Din statussida är nästan redo. Du kan vilja konfigerara de här extra inställningarna' ,
2016-03-20 16:26:21 +00:00
'close' => 'Take me straight to my dashboard' ,
2016-01-29 22:05:05 +00:00
'steps' => [
2016-02-18 14:16:40 +00:00
'component' => 'Skapa komponenter' ,
'incident' => 'Skapa händelser' ,
'customize' => 'Anpassa' ,
'team' => 'Lägg till användare' ,
'api' => 'Skapa API-nyckel' ,
'two-factor' => 'Tvåfaktorsautensiering' ,
2016-01-29 22:05:05 +00:00
],
],
];