diff --git a/src/locales/en_US.ts b/src/locales/en_US.ts index fd7d4fad..4ca6155d 100644 --- a/src/locales/en_US.ts +++ b/src/locales/en_US.ts @@ -434,6 +434,11 @@ export default { "setting.csdn.apiUrl.tip": "Usually fixed, do not modify", "setting.csdn.previewUrl.tip": "CSDN Platform Article Preview Rules", + "setting.wechat.home.tip": "The address of the home page of the WeChat public account is usually fixed", + "setting.wechat.password.tip": "Please do not modify the cookies of WeChat official account", + "setting.wechat.apiUrl.tip": "Usually fixed, do not modify", + "setting.wechat.previewUrl.tip": "WeChat official account platform article preview rules", + "setting.picgo.refer.to": "For details, please refer to:", "setting.picgo.refer.to.online.doc": "Picgo configuration online documentation", "setting.picgo.picbed": "Picbed setting", diff --git a/src/locales/zh_CN.ts b/src/locales/zh_CN.ts index f564a5be..259a8da5 100644 --- a/src/locales/zh_CN.ts +++ b/src/locales/zh_CN.ts @@ -424,10 +424,15 @@ export default { "setting.zhihu.previewUrl.tip": "知乎平台文章预览规则,通常是:/[postid]", "setting.csdn.home.tip": "CSDN博客首页地址,通常固定", - "setting.csdn.password.tip": "CSDNCookie,请勿修改", + "setting.csdn.password.tip": "CSDN的Cookie,请勿修改", "setting.csdn.apiUrl.tip": "通常固定,请勿修改", "setting.csdn.previewUrl.tip": "CSDN平台文章预览规则", + "setting.wechat.home.tip": "微信公众号首页地址,通常固定", + "setting.wechat.password.tip": "微信公众号的Cookie,请勿修改", + "setting.wechat.apiUrl.tip": "通常固定,请勿修改", + "setting.wechat.previewUrl.tip": "微信公众号平台文章预览规则", + "setting.picgo.refer.to": "详情请参考:", "setting.picgo.refer.to.online.doc": "PicGO配置在线文档", "setting.picgo.picbed": "图床设置",