]> BookStack Code Mirror - bookstack/blob - lang/sl/common.php
Updated translations with latest Crowdin changes (#5622)
[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' => 'This image should be approximately 440x250px although it will be flexibly scaled & cropped to fit the user interface in different scenarios as required, so actual dimensions for display will differ.',
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     'archive' => 'Archive',
34     'unarchive' => 'Un-Archive',
35     'sort' => 'Razvrsti',
36     'move' => 'Premakni',
37     'copy' => 'Kopiraj',
38     'reply' => 'Odgovori',
39     'delete' => 'Izbriši',
40     'delete_confirm' => 'Potrdi brisanje',
41     'search' => 'Išči',
42     'search_clear' => 'Razveljavi iskanje',
43     'reset' => 'Ponastavi',
44     'remove' => 'Odstrani',
45     'add' => 'Dodaj',
46     'configure' => 'Configure',
47     'manage' => 'Manage',
48     'fullscreen' => 'Celozaslonski način',
49     'favourite' => 'Priljubljeno',
50     'unfavourite' => 'Ni priljubljeno',
51     'next' => 'Naprej',
52     'previous' => 'Nazaj',
53     'filter_active' => 'Active Filter:',
54     'filter_clear' => 'Počisti filter',
55     'download' => 'Download',
56     'open_in_tab' => 'Open in Tab',
57     'open' => 'Open',
58
59     // Sort Options
60     'sort_options' => 'Možnosti razvrščanja',
61     'sort_direction_toggle' => 'Preklopi smer razvrščanja',
62     'sort_ascending' => 'Razvrsti naraščajoče',
63     'sort_descending' => 'Razvrsti padajoče',
64     'sort_name' => 'Ime',
65     'sort_default' => 'Default',
66     'sort_created_at' => 'Datum nastanka',
67     'sort_updated_at' => 'Datum posodobitve',
68
69     // Misc
70     'deleted_user' => 'Izbrisan uporabnik',
71     'no_activity' => 'Ni aktivnosti za prikaz',
72     'no_items' => 'Na voljo ni nobenega elementa',
73     'back_to_top' => 'Nazaj na vrh',
74     'skip_to_main_content' => 'Skip to main content',
75     'toggle_details' => 'Preklopi podrobnosti',
76     'toggle_thumbnails' => 'Preklopi sličice',
77     'details' => 'Podrobnosti',
78     'grid_view' => 'Mrežni pogled',
79     'list_view' => 'Seznam',
80     'default' => 'Privzeto',
81     'breadcrumb' => 'Pot',
82     'status' => 'Status',
83     'status_active' => 'Active',
84     'status_inactive' => 'Inactive',
85     'never' => 'Never',
86     'none' => 'None',
87
88     // Header
89     'homepage' => 'Homepage',
90     'header_menu_expand' => 'Expand Header Menu',
91     'profile_menu' => 'Meni profila',
92     'view_profile' => 'Ogled profila',
93     'edit_profile' => 'Uredi profil',
94     'dark_mode' => 'Način temnega zaslona',
95     'light_mode' => 'Način svetlega zaslona',
96     'global_search' => 'Globalno iskanje',
97
98     // Layout tabs
99     'tab_info' => 'Informacije',
100     'tab_info_label' => 'Tab: Show Secondary Information',
101     'tab_content' => 'Vsebina',
102     'tab_content_label' => 'Tab: Show Primary Content',
103
104     // Email Content
105     'email_action_help' => 'V kolikor imate težave s klikom na gumb ":actionText", kopirajte in prilepite spodnjo povezavo v vaš brskalnik:',
106     'email_rights' => 'Vse pravice pridržane',
107
108     // Footer Link Options
109     // Not directly used but available for convenience to users.
110     'privacy_policy' => 'Pravilnik o zasebnosti',
111     'terms_of_service' => 'Pogoji uporabe',
112
113     // OpenSearch
114     'opensearch_description' => 'Search :appName',
115 ];