add commands

This commit is contained in:
fyears 2022-04-10 11:17:41 +08:00
parent c46d302441
commit 6bfbaa3c1b
3 changed files with 6 additions and 0 deletions

View File

@ -35,6 +35,8 @@
"command_startsync": "start sync", "command_startsync": "start sync",
"command_drynrun": "start sync (dry run only)", "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_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.", "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.",

View File

@ -35,6 +35,8 @@
"command_startsync": "开始同步start sync", "command_startsync": "开始同步start sync",
"command_drynrun": "开始同步空跑模式start sync (dry run only)", "command_drynrun": "开始同步空跑模式start sync (dry run only)",
"command_exportsyncplans": "导出同步计划export sync plans",
"command_exportlogsindb": "从数据库导出终端日志export logs saved in db",
"modal_password_title": "稍等一下,请阅读下文:", "modal_password_title": "稍等一下,请阅读下文:",
"modal_password_shortdesc": "如果密码不是空的,那么文件会在上传之前,在本地先用此密码加密。\n如果密码是空的那么文件会被非加密地上传。", "modal_password_shortdesc": "如果密码不是空的,那么文件会在上传之前,在本地先用此密码加密。\n如果密码是空的那么文件会被非加密地上传。",

View File

@ -35,6 +35,8 @@
"command_startsync": "開始同步start sync", "command_startsync": "開始同步start sync",
"command_drynrun": "開始同步空跑模式start sync (dry run only)", "command_drynrun": "開始同步空跑模式start sync (dry run only)",
"command_exportsyncplans": "匯出同步計劃export sync plans",
"command_exportlogsindb": "從資料庫匯出終端日誌export logs saved in db",
"modal_password_title": "稍等一下,請閱讀下文:", "modal_password_title": "稍等一下,請閱讀下文:",
"modal_password_shortdesc": "如果密碼不是空的,那麼檔案會在上傳之前,在本地先用此密碼加密。\n如果密碼是空的那麼檔案會被非加密地上傳。", "modal_password_shortdesc": "如果密碼不是空的,那麼檔案會在上傳之前,在本地先用此密碼加密。\n如果密碼是空的那麼檔案會被非加密地上傳。",