chore: translate i18n files (#10273)

Co-authored-by: laipz8200 <16485841+laipz8200@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-11-05 10:57:32 +08:00
committed by GitHub
parent acb22f0fde
commit de5dfd99f6
16 changed files with 272 additions and 0 deletions

View File

@@ -558,6 +558,23 @@ const translation = {
iteration_one: '{{count}} イテレーション',
iteration_other: '{{count}} イテレーション',
currentIteration: '現在のイテレーション',
ErrorMethod: {
operationTerminated: '終了',
continueOnError: 'エラー時に続行',
removeAbnormalOutput: 'アブノーマルアウトプットの削除',
},
comma: ',',
error_other: '{{カウント}}エラー',
error_one: '{{カウント}}エラー',
parallelModeUpper: 'パラレルモード',
parallelMode: 'パラレルモード',
MaxParallelismTitle: '最大並列処理',
errorResponseMethod: 'エラー応答方式',
parallelPanelDesc: '並列モードでは、イテレーションのタスクは並列実行をサポートします。',
parallelModeEnableDesc: '並列モードでは、イテレーション内のタスクは並列実行をサポートします。これは、右側のプロパティパネルで構成できます。',
parallelModeEnableTitle: 'パラレルモード有効',
MaxParallelismDesc: '最大並列処理は、1 回の反復で同時に実行されるタスクの数を制御するために使用されます。',
answerNodeWarningDesc: '並列モードの警告: 応答ノード、会話変数の割り当て、およびイテレーション内の永続的な読み取り/書き込み操作により、例外が発生する可能性があります。',
},
note: {
addNote: 'コメントを追加',