mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-10 21:48:48 +08:00
feat(server): refactor mail queue (#15204)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ar": 94,
|
||||
"ar": 95,
|
||||
"ca": 92,
|
||||
"da": 4,
|
||||
"de": 100,
|
||||
@@ -7,7 +7,7 @@
|
||||
"en": 100,
|
||||
"es-AR": 91,
|
||||
"es-CL": 92,
|
||||
"es": 90,
|
||||
"es": 91,
|
||||
"fa": 90,
|
||||
"fr": 94,
|
||||
"hi": 1,
|
||||
|
||||
@@ -2506,14 +2506,6 @@ export function useAFFiNEI18N(): {
|
||||
* `Import your Notion data. Supported import formats: HTML with subpages.`
|
||||
*/
|
||||
["com.affine.import.notion.tooltip"](): string;
|
||||
/**
|
||||
* `Notion (Markdown, .zip)`
|
||||
*/
|
||||
["com.affine.import.notion-markdown"](): string;
|
||||
/**
|
||||
* `Import a Notion Markdown export zip with subpages and attachments.`
|
||||
*/
|
||||
["com.affine.import.notion-markdown.tooltip"](): string;
|
||||
/**
|
||||
* `OneNote (Experimental)`
|
||||
*/
|
||||
|
||||
@@ -625,8 +625,6 @@
|
||||
"com.affine.import.modal.tip": "If you'd like to request support for additional file types, feel free to let us know on",
|
||||
"com.affine.import.notion": "Notion (Experimental)",
|
||||
"com.affine.import.notion.tooltip": "Import your Notion data. Supported import formats: HTML with subpages.",
|
||||
"com.affine.import.notion-markdown": "Notion (Markdown, .zip)",
|
||||
"com.affine.import.notion-markdown.tooltip": "Import a Notion Markdown export zip with subpages and attachments.",
|
||||
"com.affine.import.onenote": "OneNote (Experimental)",
|
||||
"com.affine.import.onenote.tooltip": "Import a OneNote .one, .onetoc2, or .onepkg file. Available in the desktop app.",
|
||||
"com.affine.import.onenote.desktop-only": "This format importer is available in the AFFiNE desktop app.",
|
||||
|
||||
Reference in New Issue
Block a user