chore: translate i18n files (#11892)

Co-authored-by: zxhlyh <16177003+zxhlyh@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-12-20 16:12:01 +08:00
committed by GitHub
parent 0c0120ef27
commit 4211b9abbd
18 changed files with 252 additions and 0 deletions

View File

@@ -322,6 +322,20 @@ const translation = {
title: 'エラー処理',
tip: 'ノードが例外を検出したときにトリガーされる例外処理戦略。',
},
retry: {
retry: 'リトライ',
retryOnFailure: '失敗時の再試行',
maxRetries: '最大再試行回数',
retryInterval: '再試行間隔',
retrying: '再試行。。。',
retryFailed: '再試行に失敗しました',
times: '倍',
ms: 'さん',
retryTimes: '失敗時に{{times}}回再試行',
retrySuccessful: '再試行に成功しました',
retries: '{{num}} 回の再試行',
retryFailedTimes: '{{times}}回のリトライが失敗しました',
},
},
start: {
required: '必須',