]> BookStack Code Mirror - bookstack/blob - resources/lang/sv/common.php
doc(dev): add xdebug informations
[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     'configure' => 'Configure',
43     'fullscreen' => 'Helskärm',
44     'favourite' => 'Favorit',
45     'unfavourite' => 'Ta bort favorit',
46     'next' => 'Nästa',
47     'previous' => 'Föregående',
48     'filter_active' => 'Active Filter:',
49     'filter_clear' => 'Clear Filter',
50
51     // Sort Options
52     'sort_options' => 'Sorteringsalternativ',
53     'sort_direction_toggle' => 'Växla sorteringsriktning',
54     'sort_ascending' => 'Sortera stigande',
55     'sort_descending' => 'Sortera fallande',
56     'sort_name' => 'Namn',
57     'sort_default' => 'Standard',
58     'sort_created_at' => 'Skapad',
59     'sort_updated_at' => 'Uppdaterad',
60
61     // Misc
62     'deleted_user' => 'Borttagen användare',
63     'no_activity' => 'Ingen aktivitet att visa',
64     'no_items' => 'Inga tillgängliga föremål',
65     'back_to_top' => 'Tillbaka till toppen',
66     'skip_to_main_content' => 'Skip to main content',
67     'toggle_details' => 'Växla detaljer',
68     'toggle_thumbnails' => 'Växla miniatyrer',
69     'details' => 'Information',
70     'grid_view' => 'Rutnätsvy',
71     'list_view' => 'Listvy',
72     'default' => 'Förvald',
73     'breadcrumb' => 'Brödsmula',
74     'status' => 'Status',
75     'status_active' => 'Active',
76     'status_inactive' => 'Inactive',
77     'never' => 'Never',
78
79     // Header
80     'header_menu_expand' => 'Expandera sidhuvudsmenyn',
81     'profile_menu' => 'Profilmeny',
82     'view_profile' => 'Visa profil',
83     'edit_profile' => 'Redigera profil',
84     'dark_mode' => 'Mörkt läge',
85     'light_mode' => 'Ljust Läge',
86
87     // Layout tabs
88     'tab_info' => 'Information',
89     'tab_info_label' => 'Flik: Visa sekundär information',
90     'tab_content' => 'Innehåll',
91     'tab_content_label' => 'Flik: Visa primärt innehåll',
92
93     // Email Content
94     'email_action_help' => 'Om du har problem, klicka på knappen ":actionText", och kopiera och klistra in den här adressen i din webbläsare:',
95     'email_rights' => 'Alla rättigheter är reserverade',
96
97     // Footer Link Options
98     // Not directly used but available for convenience to users.
99     'privacy_policy' => 'Integritetspolicy',
100     'terms_of_service' => 'Användarvillkor',
101 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.