feat(dashboard): run paired inbox actions (#34)

This commit is contained in:
Eyejoker
2026-04-27 02:39:41 +09:00
committed by GitHub
parent 1676f53f4d
commit 16aeb0449d
5 changed files with 493 additions and 0 deletions

View File

@@ -104,6 +104,13 @@ export interface Messages {
warn: string;
error: string;
};
actions: {
run: string;
busy: string;
runReview: string;
finalize: string;
runArbiter: string;
};
};
rooms: {
empty: string;
@@ -324,6 +331,13 @@ export const messages = {
warn: '주의',
error: '위험',
},
actions: {
run: 'Run',
busy: 'Running...',
runReview: 'Run review',
finalize: 'Finalize',
runArbiter: 'Run arbiter',
},
},
rooms: {
empty: '룸 없음.',
@@ -528,6 +542,13 @@ export const messages = {
warn: 'Warn',
error: 'Risk',
},
actions: {
run: 'Run',
busy: 'Running...',
runReview: 'Run review',
finalize: 'Finalize',
runArbiter: 'Run arbiter',
},
},
rooms: {
empty: 'No rooms yet.',
@@ -732,6 +753,13 @@ export const messages = {
warn: '关注',
error: '风险',
},
actions: {
run: '运行',
busy: '运行中...',
runReview: '运行评审',
finalize: '完成',
runArbiter: '运行仲裁',
},
},
rooms: {
empty: '暂无房间。',
@@ -936,6 +964,13 @@ export const messages = {
warn: '注意',
error: '危険',
},
actions: {
run: '実行',
busy: '実行中...',
runReview: 'レビュー実行',
finalize: 'Finalize',
runArbiter: '仲裁実行',
},
},
rooms: {
empty: 'ルームなし。',