]> BookStack Code Mirror - bookstack/blob - lang/sl/common.php
Remove Dumps
[bookstack] / lang / sl / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => 'Prekliči',
9     'close' => 'Close',
10     'confirm' => 'Potrdi',
11     'back' => 'Nazaj',
12     'save' => 'Shrani',
13     'continue' => 'Naprej',
14     'select' => 'Izberi',
15     'toggle_all' => 'Vklopi vse',
16     'more' => 'Več',
17
18     // Form Labels
19     'name' => 'Naziv',
20     'description' => 'Opis',
21     'role' => 'Vloga',
22     'cover_image' => 'Naslovna slika',
23     'cover_image_description' => 'Slika naj bo velika približno 440x250px.',
24
25     // Actions
26     'actions' => 'Dejanja',
27     'view' => 'Pogled',
28     'view_all' => 'Prikaži vse',
29     'new' => 'New',
30     'create' => 'Ustvari',
31     'update' => 'Posodobi',
32     'edit' => 'Uredi',
33     'sort' => 'Razvrsti',
34     'move' => 'Premakni',
35     'copy' => 'Kopiraj',
36     'reply' => 'Odgovori',
37     'delete' => 'Izbriši',
38     'delete_confirm' => 'Potrdi brisanje',
39     'search' => 'Išči',
40     'search_clear' => 'Razveljavi iskanje',
41     'reset' => 'Ponastavi',
42     'remove' => 'Odstrani',
43     'add' => 'Dodaj',
44     'configure' => 'Configure',
45     'manage' => 'Manage',
46     'fullscreen' => 'Celozaslonski način',
47     'favourite' => 'Favourite',
48     'unfavourite' => 'Unfavourite',
49     'next' => 'Next',
50     'previous' => 'Previous',
51     'filter_active' => 'Active Filter:',
52     'filter_clear' => 'Clear Filter',
53     'download' => 'Download',
54     'open_in_tab' => 'Open in Tab',
55
56     // Sort Options
57     'sort_options' => 'Možnosti razvrščanja',
58     'sort_direction_toggle' => 'Preklopi smer razvrščanja',
59     'sort_ascending' => 'Razvrsti naraščajoče',
60     'sort_descending' => 'Razvrsti padajoče',
61     'sort_name' => 'Ime',
62     'sort_default' => 'Default',
63     'sort_created_at' => 'Datum nastanka',
64     'sort_updated_at' => 'Datum posodobitve',
65
66     // Misc
67     'deleted_user' => 'Izbrisan uporabnik',
68     'no_activity' => 'Ni aktivnosti za prikaz',
69     'no_items' => 'Na voljo ni nobenega elementa',
70     'back_to_top' => 'Nazaj na vrh',
71     'skip_to_main_content' => 'Skip to main content',
72     'toggle_details' => 'Preklopi podrobnosti',
73     'toggle_thumbnails' => 'Preklopi sličice',
74     'details' => 'Podrobnosti',
75     'grid_view' => 'Mrežni pogled',
76     'list_view' => 'Seznam',
77     'default' => 'Privzeto',
78     'breadcrumb' => 'Pot',
79     'status' => 'Status',
80     'status_active' => 'Active',
81     'status_inactive' => 'Inactive',
82     'never' => 'Never',
83     'none' => 'None',
84
85     // Header
86     'homepage' => 'Homepage',
87     'header_menu_expand' => 'Expand Header Menu',
88     'profile_menu' => 'Meni profila',
89     'view_profile' => 'Ogled profila',
90     'edit_profile' => 'Uredi profil',
91     'dark_mode' => 'Način temnega zaslona',
92     'light_mode' => 'Način svetlega zaslona',
93     'global_search' => 'Global Search',
94
95     // Layout tabs
96     'tab_info' => 'Informacije',
97     'tab_info_label' => 'Tab: Show Secondary Information',
98     'tab_content' => 'Vsebina',
99     'tab_content_label' => 'Tab: Show Primary Content',
100
101     // Email Content
102     'email_action_help' => 'V kolikor imate težave s klikom na gumb ":actionText", kopirajte in prilepite spodnjo povezavo v vaš brskalnik:',
103     'email_rights' => 'Vse pravice pridržane',
104
105     // Footer Link Options
106     // Not directly used but available for convenience to users.
107     'privacy_policy' => 'Pravilnik o zasebnosti',
108     'terms_of_service' => 'Pogoji uporabe',
109 ];