mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 02:13:00 +08:00
feat(core): add clipper import interface (#10619)
This commit is contained in:
@@ -2221,6 +2221,28 @@ export function useAFFiNEI18N(): {
|
||||
* `Failed to load template, please try again.`
|
||||
*/
|
||||
["com.affine.import-template.dialog.errorLoad"](): string;
|
||||
/**
|
||||
* `Create into a New Workspace`
|
||||
*/
|
||||
["com.affine.import-clipper.dialog.createDocToNewWorkspace"](): string;
|
||||
/**
|
||||
* `Create doc to "{{workspace}}"`
|
||||
*/
|
||||
["com.affine.import-clipper.dialog.createDocToWorkspace"](options: {
|
||||
readonly workspace: string;
|
||||
}): string;
|
||||
/**
|
||||
* `Create doc from Web Clipper`
|
||||
*/
|
||||
["com.affine.import-clipper.dialog.createDocFromClipper"](): string;
|
||||
/**
|
||||
* `Failed to import content, please try again.`
|
||||
*/
|
||||
["com.affine.import-clipper.dialog.errorImport"](): string;
|
||||
/**
|
||||
* `Failed to load content, please try again.`
|
||||
*/
|
||||
["com.affine.import-clipper.dialog.errorLoad"](): string;
|
||||
/**
|
||||
* `Support Markdown/Notion`
|
||||
*/
|
||||
|
||||
@@ -555,6 +555,11 @@
|
||||
"com.affine.import-template.dialog.createDocWithTemplate": "Create doc with \"{{templateName}}\" template",
|
||||
"com.affine.import-template.dialog.errorImport": "Failed to import template, please try again.",
|
||||
"com.affine.import-template.dialog.errorLoad": "Failed to load template, please try again.",
|
||||
"com.affine.import-clipper.dialog.createDocToNewWorkspace": "Create into a New Workspace",
|
||||
"com.affine.import-clipper.dialog.createDocToWorkspace": "Create doc to \"{{workspace}}\"",
|
||||
"com.affine.import-clipper.dialog.createDocFromClipper": "Create doc from Web Clipper",
|
||||
"com.affine.import-clipper.dialog.errorImport": "Failed to import content, please try again.",
|
||||
"com.affine.import-clipper.dialog.errorLoad": "Failed to load content, please try again.",
|
||||
"com.affine.import_file": "Support Markdown/Notion",
|
||||
"com.affine.import.affine-workspace-data": "AFFiNE workspace data",
|
||||
"com.affine.import.html-files": "HTML",
|
||||
|
||||
Reference in New Issue
Block a user