]> BookStack Code Mirror - bookstack/blob - resources/lang/sv/common.php
Add base64 image support
[bookstack] / resources / lang / sv / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => 'Avbryt',
9     'confirm' => 'Bekräfta',
10     'back' => 'Bakåt',
11     'save' => 'Spara',
12     'continue' => 'Fortsätt',
13     'select' => 'Välj',
14     'toggle_all' => 'Ändra alla',
15     'more' => 'Mer',
16
17     // Form Labels
18     'name' => 'Namn',
19     'description' => 'Beskrivning',
20     'role' => 'Roll',
21     'cover_image' => 'Omslagsbild',
22     'cover_image_description' => 'Bilden bör vara cirka 440x250px stor.',
23     
24     // Actions
25     'actions' => 'Åtgärder',
26     'view' => 'Visa',
27     'view_all' => 'Visa alla',
28     'create' => 'Skapa',
29     'update' => 'Uppdatera',
30     'edit' => 'Redigera',
31     'sort' => 'Sortera',
32     'move' => 'Flytta',
33     'copy' => 'Kopiera',
34     'reply' => 'Svara',
35     'delete' => 'Ta bort',
36     'delete_confirm' => 'Bekräfta radering',
37     'search' => 'Sök',
38     'search_clear' => 'Rensa sökning',
39     'reset' => 'Återställ',
40     'remove' => 'Radera',
41     'add' => 'Lägg till',
42     'fullscreen' => 'Helskärm',
43
44     // Sort Options
45     'sort_options' => 'Sorteringsalternativ',
46     'sort_direction_toggle' => 'Växla sorteringsriktning',
47     'sort_ascending' => 'Sortera stigande',
48     'sort_descending' => 'Sortera fallande',
49     'sort_name' => 'Namn',
50     'sort_default' => 'Default',
51     'sort_created_at' => 'Skapad',
52     'sort_updated_at' => 'Uppdaterad',
53
54     // Misc
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     'breadcrumb' => 'Brödsmula',
66
67     // Header
68     'header_menu_expand' => 'Expand Header Menu',
69     'profile_menu' => 'Profilmeny',
70     'view_profile' => 'Visa profil',
71     'edit_profile' => 'Redigera profil',
72     'dark_mode' => 'Mörkt läge',
73     'light_mode' => 'Ljust Läge',
74
75     // Layout tabs
76     'tab_info' => 'Information',
77     'tab_info_label' => 'Tab: Show Secondary Information',
78     'tab_content' => 'Innehåll',
79     'tab_content_label' => 'Tab: Show Primary Content',
80
81     // Email Content
82     'email_action_help' => 'Om du har problem, klicka på knappen ":actionText", och kopiera och klistra in den här adressen i din webbläsare:',
83     'email_rights' => 'Alla rättigheter är reserverade',
84
85     // Footer Link Options
86     // Not directly used but available for convenience to users.
87     'privacy_policy' => 'Privacy Policy',
88     'terms_of_service' => 'Terms of Service',
89 ];