mirror of
https://github.com/jxpeng98/obsidian-to-NotionNext
synced 2026-07-29 08:08:34 +08:00
feat: add auto sync messages and database management labels in English, Japanese, and Chinese locales
This commit is contained in:
@@ -85,5 +85,27 @@ export const en = {
|
||||
ExtraBlockUploaded: "Extra blocks uploaded",
|
||||
CheckConsole: "Check the console for more information \n opt+cmd+i/ctrl+shift+i",
|
||||
SettingsMigrated: "✨ Plugin settings updated! Auto sync feature added, check plugin settings",
|
||||
AutoSyncNoNotionID: "⚠️ Auto sync skipped: This document has not been synced to Notion, please upload manually first",
|
||||
AutoSyncMultipleSync: "🔄 Auto sync: Syncing to {count} database(s)...",
|
||||
AutoSyncFailed: "Auto sync to {database} failed: {error}",
|
||||
AutoSyncError: "Auto sync failed for {filename}: {error}",
|
||||
"reach-mobile-limit": "The number of blocks exceeds the limit of 100, please use the desktop plugin",
|
||||
StartUpload: "Start upload {filename}",
|
||||
AddNewDatabase: "Add New Database",
|
||||
AddNewDatabaseDesc: "Add a new database configuration",
|
||||
AddNewDatabaseTooltip: "Add New Database",
|
||||
EditDatabase: "Edit Database",
|
||||
Preview: "Preview",
|
||||
DatabaseFormatLabel: "Database Format",
|
||||
DatabaseFullNameLabel: "Database Full Name",
|
||||
DatabaseAbbreviateNameLabel: "Database Abbreviate Name",
|
||||
NotionAPILabel: "Notion API Key",
|
||||
DatabaseIDLabel: "Database ID",
|
||||
ToggleAPIKeyVisibility: "Toggle API Key Visibility",
|
||||
CopyAPIKey: "Copy API Key",
|
||||
APIKeyCopied: "API Key copied to clipboard",
|
||||
ToggleDatabaseIDVisibility: "Toggle Database ID Visibility",
|
||||
CopyDatabaseID: "Copy Database ID",
|
||||
DatabaseIDCopied: "Database ID copied to clipboard",
|
||||
AddNewDatabaseModal: "Add new database",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user