diff --git a/en.json b/en.json index ff121ad..f519b15 100644 --- a/en.json +++ b/en.json @@ -150,6 +150,8 @@ "settings_webdav": "Remote For Webdav", "settings_webdav_disclaimer1": "Disclaimer: The information is stored in locally. Other malicious/harmful/faulty plugins may read the info. If you see any unintentional access to your webdav server, please immediately change the username and password.", + "settings_webdav_cors_android": "Obsidian Android does not yet support bypassing CORS locally for Webdav.", + "settings_webdav_cors_otheros": "Obsidian desktop>=0.13.25 or iOS>=1.1.1 supports bypassing CORS locally. But you are using an old version, and you're suggested to upgrade Obsidian.", "settings_webdav_cors": "You need to configure CORS to allow requests from origin app://obsidian.md and capacitor://localhost and http://localhost", "settings_webdav_folder": "We will create and sync inside the folder /{{vaultName}} on your server.", "settings_webdav_addr": "Server Address", @@ -166,7 +168,8 @@ "settings_webdav_depth_1": "only supports depth='1'", "settings_webdav_depth_inf": "supports depth='infinity'", "settings_webdav_connect_succ": "Great! The webdav server can be accessed.", - "settings_webdav_connect_fail": "The webdav server cannot be reached (possible to be any of address/username/password/authtype{{corsErrMsg}} errors).", + "settings_webdav_connect_fail": "The webdav server cannot be reached (possible to be any of address/username/password/authtype errors).", + "settings_webdav_connect_fail_withcors": "The webdav server cannot be reached (possible to be any of address/username/password/authtype/CORS errors).", "settings_chooseservice": "Choose A Service", "settings_chooseservice_desc": "Choose a service.", diff --git a/zh_cn.json b/zh_cn.json index 0e24109..0415e43 100644 --- a/zh_cn.json +++ b/zh_cn.json @@ -150,6 +150,8 @@ "settings_webdav": "Webdav 设置", "settings_webdav_disclaimer1": "声明:您所输入的信息存储于本地。其它有害的或者出错的插件,是有可能读取到这些信息的。如果您发现了 Webdav 服务器有不符合预期的访问,请立刻修改用户名和密码。", + "settings_webdav_cors_android": "Obsidian Android 暂未支持 Webdav 跳过 CORS 设置。", + "settings_webdav_cors_otheros": "Obsidian 桌面版>=0.13.25 或 iOS>=1.1.1 支持跳过 CORS 设置。但您正在使用旧版,建议升级。", "settings_webdav_cors": "您需要设置 CORS,允许来自这些源的请求:app://obsidian.md 和 capacitor://localhost 和 http://localhost。", "settings_webdav_folder": "我们会在您的服务器上创建此文件夹并在里面同步:/{{vaultName}}", "settings_webdav_addr": "服务器地址", @@ -166,7 +168,8 @@ "settings_webdav_depth_1": "只支持 depth='1'", "settings_webdav_depth_inf": "支持 depth='infinity'", "settings_webdav_connect_succ": "很好!可以连接上 Webdav 服务器。", - "settings_webdav_connect_fail": "无法连接上 Webdav 服务器。(可能是地址/账号/密码/鉴权类型{{corsErrMsg}}等错误。", + "settings_webdav_connect_fail": "无法连接上 Webdav 服务器。(可能是地址/账号/密码/鉴权类型等错误。)", + "settings_webdav_connect_fail_withcors": "无法连接上 Webdav 服务器。(可能是地址/账号/密码/鉴权类型/CORS 等错误。)", "settings_chooseservice": "选择服务", "settings_chooseservice_desc": "选择服务。", diff --git a/zh_tw.json b/zh_tw.json index f4b51d9..20cfe13 100644 --- a/zh_tw.json +++ b/zh_tw.json @@ -150,6 +150,8 @@ "settings_webdav": "Webdav 設定", "settings_webdav_disclaimer1": "宣告:您所輸入的資訊儲存於本地。其它有害的或者出錯的外掛,是有可能讀取到這些資訊的。如果您發現了 Webdav 伺服器有不符合預期的訪問,請立刻修改使用者名稱和密碼。", + "settings_webdav_cors_android": "Obsidian Android 暫未支援 Webdav 跳過 CORS 設定。", + "settings_webdav_cors_otheros": "Obsidian 桌面版>=0.13.25 或 iOS>=1.1.1 支援跳過 CORS 設定。但您正在使用舊版,建議升級。", "settings_webdav_cors": "您需要設定 CORS,允許來自這些源的請求:app://obsidian.md 和 capacitor://localhost 和 http://localhost。", "settings_webdav_folder": "我們會在您的伺服器上建立此資料夾並在裡面同步:/{{vaultName}}", "settings_webdav_addr": "伺服器地址", @@ -166,7 +168,8 @@ "settings_webdav_depth_1": "只支援 depth='1'", "settings_webdav_depth_inf": "支援 depth='infinity'", "settings_webdav_connect_succ": "很好!可以連線上 Webdav 伺服器。", - "settings_webdav_connect_fail": "無法連線上 Webdav 伺服器。(可能是地址/賬號/密碼/鑑權型別{{corsErrMsg}}等錯誤。", + "settings_webdav_connect_fail": "無法連線上 Webdav 伺服器。(可能是地址/賬號/密碼/鑑權型別等錯誤。)", + "settings_webdav_connect_fail_withcors": "無法連線上 Webdav 伺服器。(可能是地址/賬號/密碼/鑑權型別/CORS 等錯誤。)", "settings_chooseservice": "選擇服務", "settings_chooseservice_desc": "選擇服務。",