diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index 83d291e42..662f15613 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -747,7 +747,7 @@ "Prompt": "Prompt", "InputMessage": "Input message...", "CollapseSidebar": "Collapse the sidebar", - "crontabDiffError": "The interval for scheduled execution must be greater than 10 minutes!", + "crontabDiffError": "Please ensure that the interval for scheduled execution is no less than ten minutes!", "introduction": { "ConceptTitle": "🤔 Python interpreter", "ConceptContent": "I want you to act like a Python interpreter. I will give you Python code, and you will execute it. Do not provide any explanations. Do not respond with anything except the output of the code. ", diff --git a/src/i18n/langs/ja.json b/src/i18n/langs/ja.json index eb843ae2b..8b70e2f59 100644 --- a/src/i18n/langs/ja.json +++ b/src/i18n/langs/ja.json @@ -748,7 +748,7 @@ "Prompt": "ヒント", "InputMessage": "メッセージの入力...", "CollapseSidebar": "サイドバーを閉じる", - "crontabDiffError": "定期実行時間間隔は10分より大きくする必要があります!", + "crontabDiffError": "定期実行の間隔が10分以上であることをご確認ください!", "introduction": { "ConceptTitle": "🤔 Python インタプリタ", "IdeaContent": "私はあなたに Linux ターミナルの役割を果たしてもらいたいです。私はコマンドを入力し、ターミナルが表示すべき内容を返してもらいます。あなたにはユニークなコードブロック内でのみターミナルの出力に応答してほしいです。説明は書かないでください。私が何かを英語で伝える必要がある場合、中括弧で囲んでテキストを入れます {コメントテキスト}。", diff --git a/src/i18n/langs/zh.json b/src/i18n/langs/zh.json index 63827c8b7..d2390a112 100644 --- a/src/i18n/langs/zh.json +++ b/src/i18n/langs/zh.json @@ -805,7 +805,7 @@ "InputMessage": "输入消息...", "EnterMessage": "请输入问题, Enter 发送", "CollapseSidebar": "收起侧边栏", - "crontabDiffError": "定期执行时间间隔必须大于十分钟!", + "crontabDiffError": "请确保定期执行的时间间隔不少于十分钟!", "introduction": { "ConceptTitle": "\uD83E\uDD14 Python 解释器 ", "ConceptContent": "我想让你像一个 Python 解释器一样行事。我将给你 Python 代码,你将执行它。不要提供任何解释。除了代码的输出,不要用任何东西来回应。",