This commit is contained in:
parent
d9a49ece5a
commit
916ea08ea9
1 changed files with 9 additions and 4 deletions
|
@ -45,7 +45,7 @@ export const initConfigSearch = (element: HTMLElement, app: App) => {
|
|||
"apiKeyTip", "apiProxy", "apiProxyTip", "apiBaseURL", "apiBaseURLTip", "apiUserAgentTip", "apiVersion", "apiVersionTip",
|
||||
"apiProvider", "apiProviderTip", "apiTemperature", "apiTemperatureTip", "apiMaxContexts", "apiMaxContextsTip"])),
|
||||
|
||||
// 图片
|
||||
// 资源
|
||||
getLang(["assets", "unreferencedAssets", "missingAssets"]),
|
||||
|
||||
// 导出
|
||||
|
@ -76,15 +76,20 @@ export const initConfigSearch = (element: HTMLElement, app: App) => {
|
|||
.concat(Object.keys(Constants.SIYUAN_KEYMAP.editor.list))
|
||||
.concat(Object.keys(Constants.SIYUAN_KEYMAP.editor.table))),
|
||||
|
||||
// 账号
|
||||
getLang(["accountTip", "accountName", "password", "captcha", "forgetPassword", "login", "register",
|
||||
"twoFactorCaptcha", "account1", "account2", "account5"]),
|
||||
|
||||
// 云端
|
||||
getLang(["cloudStorage", "trafficStat", "sync", "backup", "cdn", "total", "sizeLimit", "cloudBackup",
|
||||
"cloudBackupTip", "updatePath", "cloudSync", "upload", "download", "syncMode", "syncModeTip",
|
||||
"generateConflictDoc", "generateConflictDocTip", "syncProvider", "syncProviderTip",
|
||||
"syncMode1", "syncMode2", "reposTip", "openSyncTip1", "openSyncTip2", "cloudSyncDir", "config"]),
|
||||
|
||||
// 账号
|
||||
getLang(["accountTip", "accountName", "password", "captcha", "forgetPassword", "login", "register",
|
||||
"twoFactorCaptcha", "account1", "account2", "account5"]),
|
||||
// 发布
|
||||
getLang(["publishService", "publishServiceTip", "publishServicePort", "publishServicePortTip",
|
||||
"publishServiceAddresses", "publishServiceAddressesTip", "publishServiceAuth", "publishServiceAuthTip",
|
||||
"publishServiceAuthAccounts", "publishServiceAuthAccountsTip"]),
|
||||
|
||||
// 关于
|
||||
getLang(["autoLaunch", "autoLaunchTip", "about", "about1", "about2", "about3", "about4", "about5", "about6",
|
||||
|
|
Loading…
Add table
Reference in a new issue