2022-03-30 08:00:27 -04:00
< ? php
/**
* Common elements found throughout many areas of BookStack .
*/
return [
// Buttons
'cancel' => 'Ezeztatu' ,
2023-06-28 12:54:32 -04:00
'close' => 'Close' ,
2022-03-30 08:00:27 -04:00
'confirm' => 'Berretsi' ,
'back' => 'Itzuli' ,
'save' => 'Gorde' ,
'continue' => 'Jarraitu' ,
'select' => 'Aukeratu' ,
'toggle_all' => 'Txandakatu denak' ,
'more' => 'Gehiago' ,
// Form Labels
'name' => 'Izena' ,
'description' => 'Deskribapena' ,
'role' => 'Rola' ,
'cover_image' => 'Azaleko irudia' ,
2024-02-28 07:19:36 -05:00
'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.' ,
2022-03-30 08:00:27 -04:00
// Actions
'actions' => 'Ekintzak' ,
'view' => 'Ikusi' ,
'view_all' => 'Ikusi denak' ,
2022-11-30 07:01:19 -05:00
'new' => 'New' ,
2022-03-30 08:00:27 -04:00
'create' => 'Sortu' ,
'update' => 'Eguneratu' ,
'edit' => 'Editatu' ,
'sort' => 'Ordenatu' ,
'move' => 'Mugitu' ,
'copy' => 'Kopiatu' ,
'reply' => 'Erantzun' ,
'delete' => 'Ezabatu' ,
'delete_confirm' => 'Ezabatzea baieztatu' ,
'search' => 'Bilatu' ,
'search_clear' => 'Bilaketa testua garbitu' ,
'reset' => 'Berrezarri' ,
'remove' => 'Ezabatu' ,
'add' => 'Gehitu' ,
'configure' => 'Konfiguratu' ,
2023-08-27 07:43:59 -04:00
'manage' => 'Manage' ,
2022-03-30 08:00:27 -04:00
'fullscreen' => 'Pantaila osoa' ,
'favourite' => 'Gogokoa' ,
'unfavourite' => 'Desatsegina' ,
'next' => 'Hurrengoa' ,
'previous' => 'Aurrekoa' ,
'filter_active' => 'Iragazki aktiboa:' ,
'filter_clear' => 'Iragazkia garbitu' ,
2022-06-24 06:35:59 -04:00
'download' => 'Download' ,
'open_in_tab' => 'Open in Tab' ,
2023-10-30 07:16:19 -04:00
'open' => 'Open' ,
2022-03-30 08:00:27 -04:00
// Sort Options
'sort_options' => 'Ordenatzeko aukerak' ,
'sort_direction_toggle' => 'Ordenatzeko aukerak erakutsi' ,
'sort_ascending' => 'Ordenatu (behetik gorantz)' ,
'sort_descending' => 'Ordenatu (goitik beherantz)' ,
'sort_name' => 'Izena' ,
'sort_default' => 'Lehenetsia' ,
'sort_created_at' => 'Sorrera data' ,
'sort_updated_at' => 'Eguneratze data' ,
// Misc
'deleted_user' => 'Erabiltzailea ezabatu' ,
'no_activity' => 'Ekintzarik ez erakusteko' ,
'no_items' => 'Ez dago elementurik eskuragarri' ,
'back_to_top' => 'Itzuli gora' ,
'skip_to_main_content' => 'Joan eduki nagusira' ,
'toggle_details' => 'Ireki xehetasunak' ,
'toggle_thumbnails' => 'Ireki azaleko irudia' ,
'details' => 'Xehetasunak' ,
'grid_view' => 'Lauki sare modua' ,
'list_view' => 'Zerrenda Ikuspegia' ,
'default' => 'Lehenetsia' ,
'breadcrumb' => 'Nabigazioko aztarnak' ,
'status' => 'Egoera' ,
'status_active' => 'Aktiboa' ,
'status_inactive' => 'Inaktibo' ,
'never' => 'Inoiz ez' ,
'none' => 'Bat ere ez' ,
// Header
2022-11-30 07:01:19 -05:00
'homepage' => 'Homepage' ,
2022-03-30 08:00:27 -04:00
'header_menu_expand' => 'Zabaldu goiburuko menua' ,
'profile_menu' => 'Perfileko menua' ,
'view_profile' => 'Ikusi profila' ,
'edit_profile' => 'Editatu profila' ,
'dark_mode' => 'Modu iluna' ,
'light_mode' => 'Modu argia' ,
2022-11-30 07:01:19 -05:00
'global_search' => 'Global Search' ,
2022-03-30 08:00:27 -04:00
// Layout tabs
'tab_info' => 'Info' ,
'tab_info_label' => 'Tab: Erakutsi bigarren mailako informazioa' ,
'tab_content' => 'Edukia' ,
'tab_content_label' => 'Tab: Erakutsi eduki nagusia' ,
// Email Content
'email_action_help' => 'Arazoak badituzu ":actionText" botoiarekin, kopiatu eta itsatsi URL hau nabigatzailean:' ,
'email_rights' => 'Eskubide guztiak erreserbatuta' ,
// Footer Link Options
// Not directly used but available for convenience to users.
'privacy_policy' => 'Pribatutasun politika' ,
'terms_of_service' => 'Zerbitzu-baldintzak' ,
];