mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-11 05:58:56 +08:00
chore: update i18n
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
"hi": 1,
|
"hi": 1,
|
||||||
"it": 94,
|
"it": 94,
|
||||||
"ja": 93,
|
"ja": 93,
|
||||||
"ko": 94,
|
"ko": 93,
|
||||||
"nb-NO": 46,
|
"nb-NO": 46,
|
||||||
"pl": 94,
|
"pl": 94,
|
||||||
"pt-BR": 93,
|
"pt-BR": 93,
|
||||||
@@ -21,6 +21,6 @@
|
|||||||
"sv-SE": 93,
|
"sv-SE": 93,
|
||||||
"uk": 93,
|
"uk": 93,
|
||||||
"ur": 2,
|
"ur": 2,
|
||||||
"zh-Hans": 98,
|
"zh-Hans": 97,
|
||||||
"zh-Hant": 93
|
"zh-Hant": 93
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2463,7 +2463,7 @@ export function useAFFiNEI18N(): {
|
|||||||
*/
|
*/
|
||||||
["com.affine.import.affine-workspace-data"](): string;
|
["com.affine.import.affine-workspace-data"](): string;
|
||||||
/**
|
/**
|
||||||
* `Bear (.bear2bk)`
|
* `Bear (.bear2bk) (Experimental)`
|
||||||
*/
|
*/
|
||||||
["com.affine.import.bear"](): string;
|
["com.affine.import.bear"](): string;
|
||||||
/**
|
/**
|
||||||
@@ -2503,7 +2503,7 @@ export function useAFFiNEI18N(): {
|
|||||||
*/
|
*/
|
||||||
["com.affine.import.modal.tip"](): string;
|
["com.affine.import.modal.tip"](): string;
|
||||||
/**
|
/**
|
||||||
* `Notion`
|
* `Notion (Experimental)`
|
||||||
*/
|
*/
|
||||||
["com.affine.import.notion"](): string;
|
["com.affine.import.notion"](): string;
|
||||||
/**
|
/**
|
||||||
@@ -2511,7 +2511,7 @@ export function useAFFiNEI18N(): {
|
|||||||
*/
|
*/
|
||||||
["com.affine.import.notion.tooltip"](): string;
|
["com.affine.import.notion.tooltip"](): string;
|
||||||
/**
|
/**
|
||||||
* `Obsidian Vault`
|
* `Obsidian Vault (Experimental)`
|
||||||
*/
|
*/
|
||||||
["com.affine.import.obsidian"](): string;
|
["com.affine.import.obsidian"](): string;
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -614,7 +614,7 @@
|
|||||||
"com.affine.import-clipper.dialog.errorLoad": "Failed to load 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_file": "Support Markdown/Notion",
|
||||||
"com.affine.import.affine-workspace-data": "AFFiNE workspace data",
|
"com.affine.import.affine-workspace-data": "AFFiNE workspace data",
|
||||||
"com.affine.import.bear": "Bear (.bear2bk)",
|
"com.affine.import.bear": "Bear (.bear2bk) (Experimental)",
|
||||||
"com.affine.import.bear.tooltip": "Import your Bear note backup. Tags will be converted to AFFiNE tags and folders.",
|
"com.affine.import.bear.tooltip": "Import your Bear note backup. Tags will be converted to AFFiNE tags and folders.",
|
||||||
"com.affine.import.docx": "Docx",
|
"com.affine.import.docx": "Docx",
|
||||||
"com.affine.import.docx.tooltip": "Import your .docx file.",
|
"com.affine.import.docx.tooltip": "Import your .docx file.",
|
||||||
@@ -624,9 +624,9 @@
|
|||||||
"com.affine.import.markdown-with-media-files": "Markdown with media files (.zip)",
|
"com.affine.import.markdown-with-media-files": "Markdown with media files (.zip)",
|
||||||
"com.affine.import.markdown-with-media-files.tooltip": "Please upload a markdown zip file with attachments, experimental function, there may be data loss.",
|
"com.affine.import.markdown-with-media-files.tooltip": "Please upload a markdown zip file with attachments, experimental function, there may be data loss.",
|
||||||
"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.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",
|
"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.tooltip": "Import your Notion data. Supported import formats: HTML with subpages.",
|
||||||
"com.affine.import.obsidian": "Obsidian Vault",
|
"com.affine.import.obsidian": "Obsidian Vault (Experimental)",
|
||||||
"com.affine.import.obsidian.tooltip": "Import an Obsidian vault. Select a folder to import all notes, images, and assets with wikilinks resolved.",
|
"com.affine.import.obsidian.tooltip": "Import an Obsidian vault. Select a folder to import all notes, images, and assets with wikilinks resolved.",
|
||||||
"com.affine.import.snapshot": "Snapshot",
|
"com.affine.import.snapshot": "Snapshot",
|
||||||
"com.affine.import.snapshot.tooltip": "Import your AFFiNE workspace and page snapshot file.",
|
"com.affine.import.snapshot.tooltip": "Import your AFFiNE workspace and page snapshot file.",
|
||||||
|
|||||||
Reference in New Issue
Block a user