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