wwf
2025-05-20 938c3e5a587ce950a94964ea509b9e7f8834dfae
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
const translation = {
  input: '入力',
  result: '結果',
  detail: '詳細情報',
  tracing: '実行追跡',
  resultPanel: {
    status: 'ステータス',
    time: '処理時間',
    tokens: 'トークン総数',
  },
  meta: {
    title: 'メタデータ',
    status: '状態',
    version: 'バージョン',
    executor: '実行者',
    startTime: '開始時刻',
    time: '総処理時間',
    tokens: 'トークン総数',
    steps: '処理ステップ数',
  },
  resultEmpty: {
    title: '今回の実行ではJSON形式のみが出力されました',
    tipLeft: '詳細を確認するには',
    link: '詳細情報パネル',
    tipRight: 'へ移動してください',
  },
  actionLogs: '操作ログ',
  circularInvocationTip: '現在のワークフローにツール/ノードの循環呼び出しが検出されました',
}
 
export default translation