BookStack/lang/lv/preferences.php

18 lines
985 B
PHP

<?php
/**
* Text used for user-preference specific views within bookstack.
*/
return [
'shortcuts' => 'Saīsnes',
'shortcuts_interface' => 'Interface Keyboard Shortcuts',
'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.',
'shortcuts_customize_desc' => 'You can customize each of the shortcuts below. Just press your desired key combination after selecting the input for a shortcut.',
'shortcuts_toggle_label' => 'Klaviatūras saīsnes ieslēgtas',
'shortcuts_section_navigation' => 'Navigācija',
'shortcuts_section_actions' => 'Common Actions',
'shortcuts_save' => 'Saglabāt saīsnes',
'shortcuts_overlay_desc' => 'Note: When shortcuts are enabled a helper overlay is available via pressing "?" which will highlight the available shortcuts for actions currently visible on the screen.',
'shortcuts_update_success' => 'Saīsņu uzstādījumi ir saglabāt!',
];