@@ -54,7 +54,7 @@ export const lang = {
5454 hkg_delete_cards : 'Delete cards' ,
5555 modals_snapshots_deleted_card : 'Deleted card ' ,
5656
57- // copy
57+ // clipboard
5858 cm_copy : 'Copy' ,
5959 cm_copy_branches : 'Copy branches' ,
6060 cm_copy_branch : 'Copy branch' ,
@@ -66,8 +66,19 @@ export const lang = {
6666 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' ,
69+ toolbar_copy_search_results : 'Copy search results' ,
70+ toolbar_copy_search_results_wo_subitems :
71+ 'Copy search results without sub-items' ,
72+ toolbar_cut_search_results : 'Cut search results' ,
6973 hkg_clipboard : 'Clipboard' ,
70- hk_notice_copy : (
74+ modals_snapshots_cut_card : 'Cut card ' ,
75+ cm_cut : 'Cut branch' ,
76+ hk_cut_node : 'Cut branch' ,
77+ cm_paste : 'Paste' ,
78+ hk_paste_node : 'Paste branch' ,
79+ modals_snapshots_pasted_card : 'Pasted card ' ,
80+ error_cant_paste : 'Paste command failed. Try pasting directly into a card' ,
81+ /*hk_notice_copy: (
7182 size: number,
7283 formatted: boolean,
7384 type: 'branch' | 'section',
@@ -84,16 +95,7 @@ export const lang = {
8495 : size === 1
8596 ? null
8697 : size + ' sections copied to clipboard';
87- } ,
88-
89- // cut paste
90- cm_cut : 'Cut branch' ,
91- hk_cut_node : 'Cut branch' ,
92- cm_paste : 'Paste' ,
93- hk_paste_node : 'Paste branch' ,
94- modals_snapshots_cut_card : 'Cut card ' ,
95- modals_snapshots_pasted_card : 'Pasted card ' ,
96- error_cant_paste : 'Paste command failed. Try pasting directly into a card' ,
98+ },*/
9799
98100 // merge
99101 cm_merge_above : 'Merge with branch above' ,
0 commit comments