diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json index 7b222a77c..e01bb3c40 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -1387,9 +1387,9 @@ "forceEnableMFAHelpText": "If force enable, user can not disable by themselves", "removeWarningMsg": "Are you sure you want to remove", "RetrySelected": "Retry selected", - "ApproveSelected": "Approve selected", "Running": "Running", "AdhocCreate": "Create the command", "UploadHelpText": "Please upload a .zip file containing the following sample directory structure", - "SessionJoinRecords": "collaboration records" + "SessionJoinRecords": "collaboration records", + "ApprovalSelected": "Batch approval" } diff --git a/apps/i18n/lina/ja.json b/apps/i18n/lina/ja.json index 8fb27e070..f74e2f043 100644 --- a/apps/i18n/lina/ja.json +++ b/apps/i18n/lina/ja.json @@ -1428,5 +1428,6 @@ "removeWarningMsg": "削除してもよろしいですか", "AdhocCreate": "アドホックコマンドを作成", "UploadHelpText": "次のサンプル構造ディレクトリを含む .zip ファイルをアップロードしてください。", - "SessionJoinRecords": "協力記録" + "SessionJoinRecords": "協力記録", + "ApprovalSelected": "大量承認です" } diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index 12bd49e2f..5fe1567e1 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -1390,9 +1390,9 @@ "removeWarningMsg": "你确定要移除", "VaultHCPMountPoint": "Vault 服务器的挂载点,默认为 jumpserver", "RetrySelected": "重试所选", - "ApproveSelected": "审批所选", "Running": "运行中", "AdhocCreate": "创建命令", "UploadHelpText": "请上传包含以下示例结构目录的 .zip 压缩文件", - "SessionJoinRecords": "协作记录" + "SessionJoinRecords": "协作记录", + "ApprovalSelected": "批量审批" } diff --git a/apps/i18n/lina/zh_hant.json b/apps/i18n/lina/zh_hant.json index e5dbd7e22..120c16c6d 100644 --- a/apps/i18n/lina/zh_hant.json +++ b/apps/i18n/lina/zh_hant.json @@ -2271,5 +2271,6 @@ "weekOf": "周的星期", "wildcardsAllowed": "允許的通配符", "UploadHelpText": "請上傳包含以下範例結構目錄的 .zip 壓縮文件", - "SessionJoinRecords": "協作記錄" + "SessionJoinRecords": "協作記錄", + "ApprovalSelected": "批次審批" }