]> BookStack Code Mirror - bookstack/blob - lang/eu/common.php
Notifications: Switched testing from string to reference levels
[bookstack] / lang / eu / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => 'Ezeztatu',
9     'close' => 'Close',
10     'confirm' => 'Berretsi',
11     'back' => 'Itzuli',
12     'save' => 'Gorde',
13     'continue' => 'Jarraitu',
14     'select' => 'Aukeratu',
15     'toggle_all' => 'Txandakatu denak',
16     'more' => 'Gehiago',
17
18     // Form Labels
19     'name' => 'Izena',
20     'description' => 'Deskribapena',
21     'role' => 'Rola',
22     'cover_image' => 'Azaleko irudia',
23     'cover_image_description' => 'Irudiaren tamaina 440x250px antzekoa izan beharko litzake.',
24
25     // Actions
26     'actions' => 'Ekintzak',
27     'view' => 'Ikusi',
28     'view_all' => 'Ikusi denak',
29     'new' => 'New',
30     'create' => 'Sortu',
31     'update' => 'Eguneratu',
32     'edit' => 'Editatu',
33     'sort' => 'Ordenatu',
34     'move' => 'Mugitu',
35     'copy' => 'Kopiatu',
36     'reply' => 'Erantzun',
37     'delete' => 'Ezabatu',
38     'delete_confirm' => 'Ezabatzea baieztatu',
39     'search' => 'Bilatu',
40     'search_clear' => 'Bilaketa testua garbitu',
41     'reset' => 'Berrezarri',
42     'remove' => 'Ezabatu',
43     'add' => 'Gehitu',
44     'configure' => 'Konfiguratu',
45     'fullscreen' => 'Pantaila osoa',
46     'favourite' => 'Gogokoa',
47     'unfavourite' => 'Desatsegina',
48     'next' => 'Hurrengoa',
49     'previous' => 'Aurrekoa',
50     'filter_active' => 'Iragazki aktiboa:',
51     'filter_clear' => 'Iragazkia garbitu',
52     'download' => 'Download',
53     'open_in_tab' => 'Open in Tab',
54
55     // Sort Options
56     'sort_options' => 'Ordenatzeko aukerak',
57     'sort_direction_toggle' => 'Ordenatzeko aukerak erakutsi',
58     'sort_ascending' => 'Ordenatu (behetik gorantz)',
59     'sort_descending' => 'Ordenatu (goitik beherantz)',
60     'sort_name' => 'Izena',
61     'sort_default' => 'Lehenetsia',
62     'sort_created_at' => 'Sorrera data',
63     'sort_updated_at' => 'Eguneratze data',
64
65     // Misc
66     'deleted_user' => 'Erabiltzailea ezabatu',
67     'no_activity' => 'Ekintzarik ez erakusteko',
68     'no_items' => 'Ez dago elementurik eskuragarri',
69     'back_to_top' => 'Itzuli gora',
70     'skip_to_main_content' => 'Joan eduki nagusira',
71     'toggle_details' => 'Ireki xehetasunak',
72     'toggle_thumbnails' => 'Ireki azaleko irudia',
73     'details' => 'Xehetasunak',
74     'grid_view' => 'Lauki sare modua',
75     'list_view' => 'Zerrenda Ikuspegia',
76     'default' => 'Lehenetsia',
77     'breadcrumb' => 'Nabigazioko aztarnak',
78     'status' => 'Egoera',
79     'status_active' => 'Aktiboa',
80     'status_inactive' => 'Inaktibo',
81     'never' => 'Inoiz ez',
82     'none' => 'Bat ere ez',
83
84     // Header
85     'homepage' => 'Homepage',
86     'header_menu_expand' => 'Zabaldu goiburuko menua',
87     'profile_menu' => 'Perfileko menua',
88     'view_profile' => 'Ikusi profila',
89     'edit_profile' => 'Editatu profila',
90     'dark_mode' => 'Modu iluna',
91     'light_mode' => 'Modu argia',
92     'global_search' => 'Global Search',
93
94     // Layout tabs
95     'tab_info' => 'Info',
96     'tab_info_label' => 'Tab: Erakutsi bigarren mailako informazioa',
97     'tab_content' => 'Edukia',
98     'tab_content_label' => 'Tab: Erakutsi eduki nagusia',
99
100     // Email Content
101     'email_action_help' => 'Arazoak badituzu ":actionText" botoiarekin, kopiatu eta itsatsi URL hau nabigatzailean:',
102     'email_rights' => 'Eskubide guztiak erreserbatuta',
103
104     // Footer Link Options
105     // Not directly used but available for convenience to users.
106     'privacy_policy' => 'Pribatutasun politika',
107     'terms_of_service' => 'Zerbitzu-baldintzak',
108 ];