]> BookStack Code Mirror - bookstack/blob - resources/lang/sv/common.php
Update auth.php
[bookstack] / resources / lang / sv / common.php
1 <?php
2 return [
3
4     /**
5      * Buttons
6      */
7     'cancel' => 'Avbryt',
8     'confirm' => 'Bekräfta',
9     'back' => 'Bakåt',
10     'save' => 'Spara',
11     'continue' => 'Fortsätt',
12     'select' => 'Välj',
13     'toggle_all' => 'Ändra alla',
14     'more' => 'Mer',
15
16     /**
17      * Form Labels
18      */
19     'name' => 'Namn',
20     'description' => 'Beskrivning',
21     'role' => 'Roll',
22     'cover_image' => 'Omslagsbild',
23     'cover_image_description' => 'Bilden bör vara cirka 440x250px stor.',
24
25     /**
26      * Actions
27      */
28     'actions' => 'Åtgärder',
29     'view' => 'Visa',
30     'view_all' => 'Visa alla',
31     'create' => 'Skapa',
32     'update' => 'Uppdatera',
33     'edit' => 'Redigera',
34     'sort' => 'Sortera',
35     'move' => 'Flytta',
36     'copy' => 'Kopiera',
37     'reply' => 'Svara',
38     'delete' => 'Ta bort',
39     'search' => 'Sök',
40     'search_clear' => 'Rensa sökning',
41     'reset' => 'Återställ',
42     'remove' => 'Radera',
43     'add' => 'Lägg till',
44
45     /**
46      * Sort Options
47      */
48     'sort_name' => 'Namn',
49     'sort_created_at' => 'Skapad',
50     'sort_updated_at' => 'Uppdaterad',
51
52     /**
53      * Misc
54      */
55     'deleted_user' => 'Borttagen användare',
56     'no_activity' => 'Ingen aktivitet att visa',
57     'no_items' => 'Inga tillgängliga föremål',
58     'back_to_top' => 'Tillbaka till toppen',
59     'toggle_details' => 'Växla detaljer',
60     'toggle_thumbnails' => 'Växla miniatyrer',
61     'details' => 'Information',
62     'grid_view' => 'Rutnätsvy',
63     'list_view' => 'Listvy',
64     'default' => 'Förvald',
65
66     /**
67      * Header
68      */
69     'view_profile' => 'Visa profil',
70     'edit_profile' => 'Redigera profil',
71
72     /**
73      * Layout tabs
74      */
75     'tab_info' => 'Information',
76     'tab_content' => 'Innehåll',
77
78     /**
79      * Email Content
80      */
81     'email_action_help' => 'Om du har problem, klicka på knappen ":actionText", och kopiera och klistra in den här adressen i din webbläsare:',
82     'email_rights' => 'Alla rättigheter är reserverade',
83 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.