]> BookStack Code Mirror - bookstack/blob - lang/eu/common.php
Dev: Fixed flaky OIDC test, updated dev version
[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' => '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' => '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     'manage' => 'Manage',
46     'fullscreen' => 'Pantaila osoa',
47     'favourite' => 'Gogokoa',
48     'unfavourite' => 'Desatsegina',
49     'next' => 'Hurrengoa',
50     'previous' => 'Aurrekoa',
51     'filter_active' => 'Iragazki aktiboa:',
52     'filter_clear' => 'Iragazkia garbitu',
53     'download' => 'Download',
54     'open_in_tab' => 'Open in Tab',
55     'open' => 'Open',
56
57     // Sort Options
58     'sort_options' => 'Ordenatzeko aukerak',
59     'sort_direction_toggle' => 'Ordenatzeko aukerak erakutsi',
60     'sort_ascending' => 'Ordenatu (behetik gorantz)',
61     'sort_descending' => 'Ordenatu (goitik beherantz)',
62     'sort_name' => 'Izena',
63     'sort_default' => 'Lehenetsia',
64     'sort_created_at' => 'Sorrera data',
65     'sort_updated_at' => 'Eguneratze data',
66
67     // Misc
68     'deleted_user' => 'Erabiltzailea ezabatu',
69     'no_activity' => 'Ekintzarik ez erakusteko',
70     'no_items' => 'Ez dago elementurik eskuragarri',
71     'back_to_top' => 'Itzuli gora',
72     'skip_to_main_content' => 'Joan eduki nagusira',
73     'toggle_details' => 'Ireki xehetasunak',
74     'toggle_thumbnails' => 'Ireki azaleko irudia',
75     'details' => 'Xehetasunak',
76     'grid_view' => 'Lauki sare modua',
77     'list_view' => 'Zerrenda Ikuspegia',
78     'default' => 'Lehenetsia',
79     'breadcrumb' => 'Nabigazioko aztarnak',
80     'status' => 'Egoera',
81     'status_active' => 'Aktiboa',
82     'status_inactive' => 'Inaktibo',
83     'never' => 'Inoiz ez',
84     'none' => 'Bat ere ez',
85
86     // Header
87     'homepage' => 'Homepage',
88     'header_menu_expand' => 'Zabaldu goiburuko menua',
89     'profile_menu' => 'Perfileko menua',
90     'view_profile' => 'Ikusi profila',
91     'edit_profile' => 'Editatu profila',
92     'dark_mode' => 'Modu iluna',
93     'light_mode' => 'Modu argia',
94     'global_search' => 'Global Search',
95
96     // Layout tabs
97     'tab_info' => 'Info',
98     'tab_info_label' => 'Tab: Erakutsi bigarren mailako informazioa',
99     'tab_content' => 'Edukia',
100     'tab_content_label' => 'Tab: Erakutsi eduki nagusia',
101
102     // Email Content
103     'email_action_help' => 'Arazoak badituzu ":actionText" botoiarekin, kopiatu eta itsatsi URL hau nabigatzailean:',
104     'email_rights' => 'Eskubide guztiak erreserbatuta',
105
106     // Footer Link Options
107     // Not directly used but available for convenience to users.
108     'privacy_policy' => 'Pribatutasun politika',
109     'terms_of_service' => 'Zerbitzu-baldintzak',
110 ];