]> BookStack Code Mirror - bookstack/blob - resources/lang/hu/common.php
Update auth.php
[bookstack] / resources / lang / hu / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => 'Mégsem',
9     'confirm' => 'Megerősítés',
10     'back' => 'Vissza',
11     'save' => 'Mentés',
12     'continue' => 'Tovább',
13     'select' => 'Kiválasztás',
14     'toggle_all' => 'Összes átkapcsolása',
15     'more' => 'Több',
16
17     // Form Labels
18     'name' => 'Név',
19     'description' => 'Leírás',
20     'role' => 'Szerepkör',
21     'cover_image' => 'Borítókép',
22     'cover_image_description' => 'A kép méretének kb. 440x250px-nek kell lennie.',
23
24     // Actions
25     'actions' => 'Műveletek',
26     'view' => 'Megtekintés',
27     'view_all' => 'Összes megtekintése',
28     'create' => 'Létrehozás',
29     'update' => 'Frissítés',
30     'edit' => 'Szerkesztés',
31     'sort' => 'Rendezés',
32     'move' => 'Áthelyezés',
33     'copy' => 'Másolás',
34     'reply' => 'Válasz',
35     'delete' => 'Törlés',
36     'delete_confirm' => 'Törlés megerősítése',
37     'search' => 'Keresés',
38     'search_clear' => 'Keresés törlése',
39     'reset' => 'Visszaállítás',
40     'remove' => 'Eltávolítás',
41     'add' => 'Hozzáadás',
42     'configure' => 'Configure',
43     'fullscreen' => 'Teljes képernyő',
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' => 'Rendezési beállítások',
53     'sort_direction_toggle' => 'Rendezési irány váltása',
54     'sort_ascending' => 'Növekvő sorrend',
55     'sort_descending' => 'Csökkenő sorrend',
56     'sort_name' => 'Név',
57     'sort_default' => 'Default',
58     'sort_created_at' => 'Létrehozás dátuma',
59     'sort_updated_at' => 'Frissítés dátuma',
60
61     // Misc
62     'deleted_user' => 'Törölt felhasználó',
63     'no_activity' => 'Nincs megjeleníthető aktivitás',
64     'no_items' => 'Nincsenek elérhető elemek',
65     'back_to_top' => 'Oldal eleje',
66     'skip_to_main_content' => 'Skip to main content',
67     'toggle_details' => 'Részletek átkapcsolása',
68     'toggle_thumbnails' => 'Bélyegképek átkapcsolása',
69     'details' => 'Részletek',
70     'grid_view' => 'Rács nézet',
71     'list_view' => 'Lista nézet',
72     'default' => 'Alapértelmezés szerinti',
73     'breadcrumb' => 'Morzsa',
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' => 'Profil menü',
82     'view_profile' => 'Profil megtekintése',
83     'edit_profile' => 'Profil szerkesztése',
84     'dark_mode' => 'Sötét mód',
85     'light_mode' => 'Világos mód',
86
87     // Layout tabs
88     'tab_info' => 'Információ',
89     'tab_info_label' => 'Tab: Show Secondary Information',
90     'tab_content' => 'Tartalom',
91     'tab_content_label' => 'Tab: Show Primary Content',
92
93     // Email Content
94     'email_action_help' => 'Probléma esetén a lenti ":actionText" gombra kell kattintani, majd ki kell másolni a lenti webcímet és be kell illeszteni egy böngészőbe:',
95     'email_rights' => 'Minden jog fenntartva',
96
97     // Footer Link Options
98     // Not directly used but available for convenience to users.
99     'privacy_policy' => 'Privacy Policy',
100     'terms_of_service' => 'Terms of Service',
101 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.