chore: translate i18n files (#11892)
Co-authored-by: zxhlyh <16177003+zxhlyh@users.noreply.github.com>
This commit is contained in:
![41898282+github-actions[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
GitHub

parent
0c0120ef27
commit
4211b9abbd
@@ -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: '必須',
|
||||
|
Reference in New Issue
Block a user