diff --git a/en.json b/en.json index aa0d613..e085690 100644 --- a/en.json +++ b/en.json @@ -86,6 +86,11 @@ "modal_qr_button": "Click to copy the special URI", "modal_qr_button_notice": "The special uri is copied to the clipboard!", + "modal_sizesconflict_title": "Remotely Save: Some conflict were found while skipping large files", + "modal_sizesconflict_desc": "You've set skipping files larger than {{thresholdMB}} MB ({{thresholdBytes}} bytes).\nBut the following files have sizes larger than the threshold on one side, and sizes smaller than the threshold on the other side.\nTo avoid unexpected overwriting or deleting, the plugin stops, and you have to manually deal with at least one side of the files.", + "modal_sizesconflict_copybutton": "Click to copy all the below sizes conflicts info", + "modal_sizesconflict_copynotice": "All the sizes conflicts info have been copied to the clipboard!", + "settings_general": "General", "settings_password": "encryption password", "settings_password_desc": "Password for E2E encryption. Empty for no password. You need to click \"Confirm\". Attention: the password and other info are saved locally.", @@ -102,6 +107,9 @@ "settings_runoncestartup_1sec": "sync once after 1 second of start up", "settings_runoncestartup_10sec": "sync once after 10 seconds of start up", "settings_runoncestartup_30sec": "sync once after 30 seconds of start up", + "settings_skiplargefiles": "Skip Large Files (experimental)", + "settings_skiplargefiles_desc": "Skip files with sizes larger than the threshold. Here 1 MB = 10^6 bytes.", + "settings_skiplargefiles_notset": "(not set)", "settings_checkonnectivity": "Check Connectivity", "settings_checkonnectivity_desc": "Check connectivity.", diff --git a/zh_cn.json b/zh_cn.json index 7e73292..fac9bbc 100644 --- a/zh_cn.json +++ b/zh_cn.json @@ -86,6 +86,11 @@ "modal_qr_button": "点击此按钮复制特殊 URI", "modal_qr_button_notice": "特殊 URI 已被复制到剪贴板!", + "modal_sizesconflict_title": "Remotely Save:跳过大文件的时候出现了一些冲突", + "modal_sizesconflict_desc": "您设置了跳过同步大于 {{thresholdMB}} MB({{thresholdBytes}} bytes)的文件。\n但是以下文件的大小,在一端大于阈值,在另一端则小于阈值。\n为了避免意外的覆盖或删除,插件停止了运作,您需要手动处理至少一端的文件。", + "modal_sizesconflict_copybutton": "点击以复制以下所有文件大小冲突信息", + "modal_sizesconflict_copynotice": "所有的文件大小冲突信息,已被复制到剪贴板!", + "settings_general": "通用", "settings_password": "密码", "settings_password_desc": "端到端加密的密码。不填写则代表没密码。您需要点击“确认”来修改。注意:密码和其它信息都会在本地保存。", @@ -102,6 +107,9 @@ "settings_runoncestartup_1sec": "启动后第 1 秒运行一次", "settings_runoncestartup_10sec": "启动后第 10 秒运行一次", "settings_runoncestartup_30sec": "启动后第 30 秒运行一次", + "settings_skiplargefiles": "跳过大文件(实验性质)", + "settings_skiplargefiles_desc": "跳过大于某一个阈值的文件。这里 1 MB = 10^6 bytes。", + "settings_skiplargefiles_notset": "(不设置)", "settings_checkonnectivity": "检查可否连接", "settings_checkonnectivity_desc": "检查可否连接。", diff --git a/zh_tw.json b/zh_tw.json index 5627268..6c4baa0 100644 --- a/zh_tw.json +++ b/zh_tw.json @@ -86,6 +86,11 @@ "modal_qr_button": "點選此按鈕複製特殊 URI", "modal_qr_button_notice": "特殊 URI 已被複制到剪貼簿!", + "modal_sizesconflict_title": "Remotely Save:跳過大檔案的時候出現了一些衝突", + "modal_sizesconflict_desc": "您設定了跳過同步大於 {{thresholdMB}} MB({{thresholdBytes}} bytes)的檔案。\n但是以下檔案的大小,在一端大於閾值,在另一端則小於閾值。\n為了避免意外的覆蓋或刪除,外掛停止了運作,您需要手動處理至少一端的檔案。", + "modal_sizesconflict_copybutton": "點選以複製以下所有檔案大小衝突資訊", + "modal_sizesconflict_copynotice": "所有的檔案大小衝突資訊,已被複制到剪貼簿!", + "settings_general": "通用", "settings_password": "密碼", "settings_password_desc": "端到端加密的密碼。不填寫則代表沒密碼。您需要點選“確認”來修改。注意:密碼和其它資訊都會在本地儲存。", @@ -102,6 +107,9 @@ "settings_runoncestartup_1sec": "啟動後第 1 秒執行一次", "settings_runoncestartup_10sec": "啟動後第 10 秒執行一次", "settings_runoncestartup_30sec": "啟動後第 30 秒執行一次", + "settings_skiplargefiles": "跳過大檔案(實驗性質)", + "settings_skiplargefiles_desc": "跳過大於某一個閾值的檔案。這裡 1 MB = 10^6 bytes。", + "settings_skiplargefiles_notset": "(不設定)", "settings_checkonnectivity": "檢查可否連線", "settings_checkonnectivity_desc": "檢查可否連線。",