]> BookStack Code Mirror - bookstack/blob - lang/hr/common.php
Followed Laravel 9 update steps and file changes
[bookstack] / lang / hr / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => 'Odustani',
9     'confirm' => 'Potvrdi',
10     'back' => 'Natrag',
11     'save' => 'Spremi',
12     'continue' => 'Nastavi',
13     'select' => 'Odaberi',
14     'toggle_all' => 'Prebaci sve',
15     'more' => 'Više',
16
17     // Form Labels
18     'name' => 'Ime',
19     'description' => 'Opis',
20     'role' => 'Uloga',
21     'cover_image' => 'Naslovna slika',
22     'cover_image_description' => 'Slika treba biti približno 440x250px.',
23
24     // Actions
25     'actions' => 'Aktivnost',
26     'view' => 'Pogled',
27     'view_all' => 'Pogledaj sve',
28     'new' => 'New',
29     'create' => 'Stvori',
30     'update' => 'Ažuriraj',
31     'edit' => 'Uredi',
32     'sort' => 'Razvrstaj',
33     'move' => 'Makni',
34     'copy' => 'Kopiraj',
35     'reply' => 'Ponovi',
36     'delete' => 'Izbriši',
37     'delete_confirm' => 'Potvrdite brisanje',
38     'search' => 'Traži',
39     'search_clear' => 'Očisti pretragu',
40     'reset' => 'Ponovno postavi',
41     'remove' => 'Ukloni',
42     'add' => 'Dodaj',
43     'configure' => 'Configure',
44     'fullscreen' => 'Cijeli zaslon',
45     'favourite' => 'Favourite',
46     'unfavourite' => 'Unfavourite',
47     'next' => 'Next',
48     'previous' => 'Previous',
49     'filter_active' => 'Active Filter:',
50     'filter_clear' => 'Clear Filter',
51     'download' => 'Download',
52     'open_in_tab' => 'Open in Tab',
53
54     // Sort Options
55     'sort_options' => 'Razvrstaj opcije',
56     'sort_direction_toggle' => 'Razvrstaj smjer prebacivanja',
57     'sort_ascending' => 'Razvrstaj uzlazno',
58     'sort_descending' => 'Razvrstaj silazno',
59     'sort_name' => 'Ime',
60     'sort_default' => 'Zadano',
61     'sort_created_at' => 'Datum',
62     'sort_updated_at' => 'Ažuriraj datum',
63
64     // Misc
65     'deleted_user' => 'Izbrisani korisnik',
66     'no_activity' => 'Nema aktivnosti za pregled',
67     'no_items' => 'Nedostupno',
68     'back_to_top' => 'Natrag na vrh',
69     'skip_to_main_content' => 'Skip to main content',
70     'toggle_details' => 'Prebaci detalje',
71     'toggle_thumbnails' => 'Uključi minijature',
72     'details' => 'Detalji',
73     'grid_view' => 'Prikaz rešetke',
74     'list_view' => 'Prikaz popisa',
75     'default' => 'Zadano',
76     'breadcrumb' => 'Breadcrumb',
77     'status' => 'Status',
78     'status_active' => 'Active',
79     'status_inactive' => 'Inactive',
80     'never' => 'Never',
81     'none' => 'None',
82
83     // Header
84     'homepage' => 'Homepage',
85     'header_menu_expand' => 'Proširi izbornik',
86     'profile_menu' => 'Profil',
87     'view_profile' => 'Vidi profil',
88     'edit_profile' => 'Uredite profil',
89     'dark_mode' => 'Tamni način',
90     'light_mode' => 'Svijetli način',
91     'global_search' => 'Global Search',
92
93     // Layout tabs
94     'tab_info' => 'Info',
95     'tab_info_label' => 'Tab: pokaži sekundarne informacije',
96     'tab_content' => 'Sadržaj',
97     'tab_content_label' => 'Tab: pokaži primarni sadržaj',
98
99     // Email Content
100     'email_action_help' => 'Ako imate poteškoća s klikom na gumb ":actionText", kopirajte i zalijepite donji URL u vaš preglednik.',
101     'email_rights' => 'Sva prava pridržana',
102
103     // Footer Link Options
104     // Not directly used but available for convenience to users.
105     'privacy_policy' => 'Politika privatnosti',
106     'terms_of_service' => 'Uvjeti korištenja',
107 ];