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