mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 14:09:34 +01:00
web: add command palette (#7314)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
@@ -2412,5 +2412,31 @@ Use this if changes from other devices are not appearing on this device. This wi
|
||||
redeemGiftCode: () => t`Redeem gift code`,
|
||||
redeemGiftCodeDesc: () => t`Enter the gift code to redeem your subscription.`,
|
||||
redeemingGiftCode: () => t`Redeeming gift code`,
|
||||
redeem: () => t`Redeem`
|
||||
redeem: () => t`Redeem`,
|
||||
commandPaletteDescription: () =>
|
||||
t`<kbd>{">"}</kbd> for command mode · remove <kbd>{">"}</kbd> for search mode · <kbd>⏎</kbd> to select · <kbd>↑</kbd> <kbd>↓</kbd> to navigate`,
|
||||
searchInNotesNotebooksAndTags: () => t`Search in notes, notebooks, and tags`,
|
||||
toggleReadonly: () => t`Toggle readonly`,
|
||||
publishOnMonograph: () => t`Publish on monograph`,
|
||||
openInMonograph: () => t`Open in monograph`,
|
||||
copyMonographLink: () => t`Copy monograph link`,
|
||||
turnSyncOn: () => t`Turn sync on`,
|
||||
turnSyncOff: () => t`Turn sync off`,
|
||||
unpublishOnMonograph: () => t`Unpublish on monograph`,
|
||||
addSubnotebook: () => t`Add subnotebook`,
|
||||
navigate: () => t`Navigate`,
|
||||
nextTab: () => t`Next tab`,
|
||||
previousTab: () => t`Previous tab`,
|
||||
goForwardInTab: () => t`Go forward in tab`,
|
||||
goBackInTab: () => t`Go back in tab`,
|
||||
attachmentManager: () => t`Attachment manager`,
|
||||
newTag: () => t`New tag`,
|
||||
closeCurrentTab: () => t`Close current tab`,
|
||||
closeAllTabs: () => t`Close all tabs`,
|
||||
toggleTheme: () => t`Toggle theme`,
|
||||
actionsForNote: (title: string) => t`Actions for note: ${title}`,
|
||||
actionsForNotebook: (title: string) => t`Actions for notebook: ${title}`,
|
||||
actionsForTag: (title: string) => t`Actions for tag: ${title}`,
|
||||
recent: () => t`Recent`,
|
||||
removeFromRecent: () => t`Remove from recent`
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user