web: add command palette (#7314)

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
01zulfi
2025-02-19 15:48:44 +05:00
committed by GitHub
parent 53ba5562d3
commit a47967dd53
20 changed files with 2035 additions and 37 deletions

View File

@@ -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`
};