feat: Add message for skipped attachments during auto-sync in multiple languages

This commit is contained in:
Jiaxin Peng
2026-01-04 19:11:07 +00:00
parent 876b6233cb
commit b61264a1f6
3 changed files with 3 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ export const en = {
SettingsMigrated: "✨ Settings updated! Auto-Sync is now available. Check the settings to learn more.",
AutoSyncNoNotionID: "🆕 Auto-sync: First upload to Notion",
AutoSyncMissingDatabaseList: "⚠️ Auto-sync skipped: Add `{key}: [database_name]` to your frontmatter to specify target databases.",
AutoSyncSkippedAttachments: "⚠️ Auto-sync skipped: {filename} contains internal attachments (images/PDFs). Please sync manually.",
AutoSyncMultipleSync: "🔄 Auto-sync: Syncing to {count} database(s)...",
AutoSyncFailed: "Auto-sync to {database} failed: {error}",
AutoSyncError: "Auto-sync for {filename} failed: {error}",