Skip to content

Commit

Permalink
New translations dashboard.php (Swedish)
Browse files Browse the repository at this point in the history
  • Loading branch information
CachetBot committed Dec 17, 2018
1 parent 93f957f commit 2edfee3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions resources/lang/sv-SE/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
return [

'dashboard' => 'Översiktspanel',
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
'writeable_settings' => 'Cachets inställningskatalog är inte skrivbar. Kontrollera att <code>./bootstrap/cachet</code> är skrivbar av webbservern.',

// Incidents
'incidents' => [
Expand All @@ -22,20 +22,20 @@
'incident-create-template' => 'Skapa mall',
'incident-templates' => 'Händelsemallar',
'updates' => [
'title' => 'Incident updates for :incident',
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
'title' => 'Uppdateringar för :incident',
'count' => '{0}Inga uppdateringar|[1]En uppdatering|[2]Två uppdateringar|[3,*]Flera uppdateringar',
'add' => [
'title' => 'Create new incident update',
'success' => 'Your new incident update has been created.',
'failure' => 'Something went wrong with the incident update.',
'title' => 'Skapa en ny incidentuppdatering',
'success' => 'Din nya incidentuppdatering har skapats.',
'failure' => 'Något gick fel under uppdatering av incidenten.',
],
'edit' => [
'title' => 'Edit incident update',
'success' => 'The incident update has been updated.',
'title' => 'Redigera incidentuppdatering',
'success' => 'Incidentuppdateringen har uppdaterats.',
'failure' => 'Something went wrong updating the incident update',
],
],
'reported_by' => 'Reported by :user',
'reported_by' => 'Rapporterad av :user',
'add' => [
'title' => 'Lägg till händelse',
'success' => 'Incident added.',
Expand Down Expand Up @@ -74,11 +74,11 @@

// Incident Maintenance
'schedule' => [
'schedule' => 'Maintenance',
'schedule' => 'Planerat underhåll',
'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',
'add' => [
'title' => 'Add Maintenance',
'title' => 'Lägg till planerat underhåll',
'success' => 'Maintenance added.',
'failure' => 'Something went wrong adding the Maintenance, please try again.',
],
Expand Down

0 comments on commit 2edfee3

Please sign in to comment.