| | |
| | | const translation = { |
| | | input: '入力', |
| | | result: '結果', |
| | | detail: '詳細情報', |
| | | tracing: '実行追跡', |
| | | detail: '詳細', |
| | | tracing: 'トレース', |
| | | resultPanel: { |
| | | status: 'ステータス', |
| | | time: '処理時間', |
| | | tokens: 'トークン総数', |
| | | time: '経過時間', |
| | | tokens: 'トークンの合計', |
| | | }, |
| | | meta: { |
| | | title: 'メタデータ', |
| | | status: '状態', |
| | | status: 'ステータス', |
| | | version: 'バージョン', |
| | | executor: '実行者', |
| | | startTime: '開始時刻', |
| | | time: '総処理時間', |
| | | tokens: 'トークン総数', |
| | | steps: '処理ステップ数', |
| | | startTime: '開始時間', |
| | | time: '経過時間', |
| | | tokens: 'トークンの合計', |
| | | steps: '実行ステップ', |
| | | }, |
| | | resultEmpty: { |
| | | title: '今回の実行ではJSON形式のみが出力されました', |
| | | tipLeft: '詳細を確認するには', |
| | | link: '詳細情報パネル', |
| | | tipRight: 'へ移動してください', |
| | | title: 'この実行では JSON 形式のみが出力されます', |
| | | tipLeft: 'にアクセスしてください', |
| | | link: '詳細パネル', |
| | | tipRight: '表示します。', |
| | | }, |
| | | actionLogs: '操作ログ', |
| | | circularInvocationTip: '現在のワークフローにツール/ノードの循環呼び出しが検出されました', |
| | | } |
| | | |
| | | export default translation |