mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-08 12:45:55 +08:00
feat(core): allow importing affine file within import dialog (#12850)
This commit is contained in:
@@ -2411,6 +2411,14 @@ export function useAFFiNEI18N(): {
|
||||
* `Import your AFFiNE workspace and page snapshot file.`
|
||||
*/
|
||||
["com.affine.import.snapshot.tooltip"](): string;
|
||||
/**
|
||||
* `.affine file`
|
||||
*/
|
||||
["com.affine.import.dotaffinefile"](): string;
|
||||
/**
|
||||
* `Import your AFFiNE db file (.affine)`
|
||||
*/
|
||||
["com.affine.import.dotaffinefile.tooltip"](): string;
|
||||
/**
|
||||
* `Import failed, please try again.`
|
||||
*/
|
||||
|
||||
@@ -602,6 +602,8 @@
|
||||
"com.affine.import.notion.tooltip": "Import your Notion data. Supported import formats: HTML with subpages.",
|
||||
"com.affine.import.snapshot": "Snapshot",
|
||||
"com.affine.import.snapshot.tooltip": "Import your AFFiNE workspace and page snapshot file.",
|
||||
"com.affine.import.dotaffinefile": ".affine file",
|
||||
"com.affine.import.dotaffinefile.tooltip": "Import your AFFiNE db file (.affine)",
|
||||
"com.affine.import.status.failed.message": "Import failed, please try again.",
|
||||
"com.affine.import.status.failed.message.no-file-selected": "No file selected",
|
||||
"com.affine.import.status.failed.title": "Import failure",
|
||||
|
||||
Reference in New Issue
Block a user