From 6bfbaa3c1b5c54885b300d6fb93f9c98d50f54e4 Mon Sep 17 00:00:00 2001 From: fyears <1142836+fyears@users.noreply.github.com> Date: Sun, 10 Apr 2022 11:17:41 +0800 Subject: [PATCH] add commands --- en.json | 2 ++ zh_cn.json | 2 ++ zh_tw.json | 2 ++ 3 files changed, 6 insertions(+) diff --git a/en.json b/en.json index 1355531..68cf86b 100644 --- a/en.json +++ b/en.json @@ -35,6 +35,8 @@ "command_startsync": "start sync", "command_drynrun": "start sync (dry run only)", + "command_exportsyncplans": "export sync plans", + "command_exportlogsindb": "export logs saved in db", "modal_password_title": "Hold on and PLEASE READ ON...", "modal_password_shortdesc": "If the field is not empty, files would be encrypted locally before being uploaded.\nIf the field is empty, then files would be uploaded without encryption.", diff --git a/zh_cn.json b/zh_cn.json index ae47b84..c036000 100644 --- a/zh_cn.json +++ b/zh_cn.json @@ -35,6 +35,8 @@ "command_startsync": "开始同步(start sync)", "command_drynrun": "开始同步(空跑模式)(start sync (dry run only))", + "command_exportsyncplans": "导出同步计划(export sync plans)", + "command_exportlogsindb": "从数据库导出终端日志(export logs saved in db)", "modal_password_title": "稍等一下,请阅读下文:", "modal_password_shortdesc": "如果密码不是空的,那么文件会在上传之前,在本地先用此密码加密。\n如果密码是空的,那么文件会被非加密地上传。", diff --git a/zh_tw.json b/zh_tw.json index e6ee15d..de7f10d 100644 --- a/zh_tw.json +++ b/zh_tw.json @@ -35,6 +35,8 @@ "command_startsync": "開始同步(start sync)", "command_drynrun": "開始同步(空跑模式)(start sync (dry run only))", + "command_exportsyncplans": "匯出同步計劃(export sync plans)", + "command_exportlogsindb": "從資料庫匯出終端日誌(export logs saved in db)", "modal_password_title": "稍等一下,請閱讀下文:", "modal_password_shortdesc": "如果密碼不是空的,那麼檔案會在上傳之前,在本地先用此密碼加密。\n如果密碼是空的,那麼檔案會被非加密地上傳。",