@@ -58,12 +58,12 @@ export const lang = {
5858 cm_copy : 'Copy' ,
5959 cm_copy_branches : 'Copy branches' ,
6060 cm_copy_branch : 'Copy branch' ,
61- cm_copy_branches_wo_formatting : 'Copy branches without formatting ' ,
62- cm_copy_branch_wo_formatting : 'Copy branch without formatting ' ,
61+ cm_copy_branches_wo_formatting : 'Copy branches as plain text ' ,
62+ cm_copy_branch_wo_formatting : 'Copy branch as plain text ' ,
6363 cm_copy_section_wo_subitems : 'Copy sections without sub-items' ,
6464 cm_copy_sections_wo_subitems : 'Copy section without sub-items' ,
6565 hk_copy_node : 'Copy branch' ,
66- hk_copy_node_unformatted : 'Copy branch without formatting ' ,
66+ hk_copy_node_unformatted : 'Copy branch as plain text ' ,
6767 hk_copy_node_without_subitems : 'Copy without subitems' ,
6868 cm_copy_link_to_block : 'Copy link to block' ,
6969 hkg_clipboard : 'Clipboard' ,
@@ -172,6 +172,7 @@ export const lang = {
172172 hk_extend_select_to_start_of_column : 'Extend selection to start of column' ,
173173 hk_extend_select_to_end_of_column : 'Extend selection to end of column' ,
174174 hkg_selection : 'Selection' ,
175+ hk_select_all : 'Select all cards' ,
175176
176177 // navigate spatially
177178 hk_navigate_to_next_node : 'Select next card' ,
@@ -218,7 +219,7 @@ export const lang = {
218219 'Always center active card vertically' ,
219220 cmd_toggle_horizontal_scrolling_mode : `Toggle 'always center active card horizontally'` ,
220221 cmd_toggle_vertical_scrolling_mode : `Toggle 'always center active card vertically'` ,
221- card_btn_scroll_to_reveal : 'Scroll to reveal ' ,
222+ card_btn_scroll_to_reveal : 'Reveal ' ,
222223 hkg_scrolling : 'Align branch' ,
223224
224225 // theme
@@ -279,7 +280,7 @@ export const lang = {
279280 // rules
280281 modals_rules_add_rule : 'New rule' ,
281282 modals_rules_no_rules : 'No rules' ,
282- controls_rules : 'Style rules' ,
283+ controls_rules : 'Card style rules' ,
283284 modals_rules_matches : 'Number of matches' ,
284285 modals_rules_drag_handle : 'Change priority' ,
285286 modals_rules_tab_global_rules : 'Global rules' ,
0 commit comments