From e89901b6d4dad9a05c3a369e615a466576d2b691 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 11 Nov 2022 16:36:11 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=95=B0=E6=8D=AE=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E6=94=AF=E6=8C=81=E6=8E=A5=E5=85=A5=E7=AC=AC=E4=B8=89?= =?UTF-8?q?=E6=96=B9=E4=BA=91=E7=AB=AF=E5=AD=98=E5=82=A8=20https://github.?= =?UTF-8?q?com/siyuan-note/siyuan/issues/6446=20https://github.com/siyuan-?= =?UTF-8?q?note/siyuan/issues/6426?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/appearance/langs/zh_CN.json | 5 ++++- app/src/config/repos.ts | 20 +++++++++++++++----- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/app/appearance/langs/zh_CN.json b/app/appearance/langs/zh_CN.json index e8760d2d0..63876aba4 100644 --- a/app/appearance/langs/zh_CN.json +++ b/app/appearance/langs/zh_CN.json @@ -1,5 +1,8 @@ { - "syncProviderIntro": "该特性目前处于免费公测阶段,支持 Amazon S3 协议兼容的云端服务。
在使用该特性前,请注意第三方云端存储服务的技术限制和计费项目等条款:
免责声明:请参考思源笔记 AGPLv3 中的条款。", + "syncOfficialProviderIntro": "当前选择的是 SiYuan 官方提供的云端存储服务,仅支持付费订阅用户使用", + "syncThirdPartyProviderS3Intro": "当前选择的是 Amazon S3 协议兼容的第三方云端存储服务,该特性支持目前处于免费公测阶段", + "syncThirdPartyProviderWebDAVIntro": "当前选择的是 WebDAV 协议的第三方云端存储服务,该特性支持目前处于免费公测阶段", + "syncThirdPartyProviderTip": "在使用该特性前,请注意第三方云端存储服务的技术限制和计费项目等条款:
免责声明:请参考思源笔记 AGPLv3 中的条款", "syncProvider": "云端存储服务提供商", "syncProviderTip": "选择后将使用该提供商的云端存储服务实现云端同步和备份功能", "confirmReset": "确定将所有快捷键都恢复为默认设置?", diff --git a/app/src/config/repos.ts b/app/src/config/repos.ts index 26616d67c..730873142 100644 --- a/app/src/config/repos.ts +++ b/app/src/config/repos.ts @@ -65,10 +65,15 @@ const renderProvider = (provider: number) => { `; } return `
- ${window.siyuan.languages.syncProviderIntro} + ${window.siyuan.languages.syncOfficialProviderIntro}
`; } else if (provider === 2) { - return `