]> BookStack Code Mirror - bookstack/blob - lang/bs/common.php
Updated translations with latest Crowdin changes (#5622)
[bookstack] / lang / bs / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => 'Otkaži',
9     'close' => 'Close',
10     'confirm' => 'Potvrdi',
11     'back' => 'Nazad',
12     'save' => 'Spremi',
13     'continue' => 'Nastavi',
14     'select' => 'Odaberi',
15     'toggle_all' => 'Prebaci sve',
16     'more' => 'Više',
17
18     // Form Labels
19     'name' => 'Ime',
20     'description' => 'Opis',
21     'role' => 'Uloga',
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' => 'Akcije',
27     'view' => 'Prikaz',
28     'view_all' => 'Prikaži sve',
29     'new' => 'New',
30     'create' => 'Kreiraj',
31     'update' => 'Ažuriraj',
32     'edit' => 'Uredi',
33     'archive' => 'Archive',
34     'unarchive' => 'Un-Archive',
35     'sort' => 'Sortiraj',
36     'move' => 'Pomjeri',
37     'copy' => 'Kopiraj',
38     'reply' => 'Odgovori',
39     'delete' => 'Izbriši',
40     'delete_confirm' => 'Potvrdi brisanje',
41     'search' => 'Traži',
42     'search_clear' => 'Očisti pretragu',
43     'reset' => 'Resetuj',
44     'remove' => 'Ukloni',
45     'add' => 'Dodaj',
46     'configure' => 'Configure',
47     'manage' => 'Manage',
48     'fullscreen' => 'Prikaz preko čitavog ekrana',
49     'favourite' => 'Favorit',
50     'unfavourite' => 'Ukloni favorit',
51     'next' => 'Sljedeće',
52     'previous' => 'Prethodno',
53     'filter_active' => 'Active Filter:',
54     'filter_clear' => 'Clear Filter',
55     'download' => 'Download',
56     'open_in_tab' => 'Open in Tab',
57     'open' => 'Open',
58
59     // Sort Options
60     'sort_options' => 'Opcije sortiranja',
61     'sort_direction_toggle' => 'Prebacivanje smjera sortiranja',
62     'sort_ascending' => 'Sortiraj uzlazno',
63     'sort_descending' => 'Sortiraj silazno',
64     'sort_name' => 'Ime',
65     'sort_default' => 'Početne postavke',
66     'sort_created_at' => 'Datum kreiranja',
67     'sort_updated_at' => 'Datum ažuriranja',
68
69     // Misc
70     'deleted_user' => 'Obrisani korisnik',
71     'no_activity' => 'Nema aktivnosti za prikazivanje',
72     'no_items' => 'Nema dostupnih stavki',
73     'back_to_top' => 'Povratak na vrh',
74     'skip_to_main_content' => 'Idi odmah na glavni sadržaj',
75     'toggle_details' => 'Vidi detalje',
76     'toggle_thumbnails' => 'Vidi prikaze slika',
77     'details' => 'Detalji',
78     'grid_view' => 'Prikaz rešetke',
79     'list_view' => 'Prikaz liste',
80     'default' => 'Početne postavke',
81     'breadcrumb' => 'Navigacijske stavke',
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' => 'Otvori meni u zaglavlju',
91     'profile_menu' => 'Meni profila',
92     'view_profile' => 'Pogledaj profil',
93     'edit_profile' => 'Izmjeni profil',
94     'dark_mode' => 'Tamni način rada',
95     'light_mode' => 'Svijetli način rada',
96     'global_search' => 'Global Search',
97
98     // Layout tabs
99     'tab_info' => 'Informacije',
100     'tab_info_label' => 'Kartica: Prikaži dodatnu informaciju',
101     'tab_content' => 'Sadržaj',
102     'tab_content_label' => 'Kartica: Prikaži glavni sadržaj',
103
104     // Email Content
105     'email_action_help' => 'Ukoliko imate poteškoća sa pritiskom na ":actionText" dugme, kopirajte i zaljepite URL koji se nalazi ispod u vaš web pretraživač:',
106     'email_rights' => 'Sva prava pridržana',
107
108     // Footer Link Options
109     // Not directly used but available for convenience to users.
110     'privacy_policy' => 'Pravila o privatnosti',
111     'terms_of_service' => 'Uslovi korištenja',
112
113     // OpenSearch
114     'opensearch_description' => 'Search :appName',
115 ];