@@ -39,6 +39,7 @@ readonly "table.columns.createdAt": string;
3939readonly " table.columns.sourceRepo" : string ;
4040readonly " table.columns.targetRepo" : string ;
4141readonly " table.actions.deleteProject" : string ;
42+ readonly " table.actions.retriggerInit" : string ;
4243readonly " table.actions.expandAll" : string ;
4344readonly " table.actions.collapseAll" : string ;
4445readonly " table.actions.expandRow" : string ;
@@ -131,6 +132,13 @@ readonly "modulePage.phases.telemetry.agentName": string;
131132readonly " modulePage.phases.telemetry.inputTokens" : string ;
132133readonly " modulePage.phases.telemetry.outputTokens" : string ;
133134readonly " modulePage.phases.telemetry.toolCalls" : string ;
135+ readonly " retriggerInit.error" : string ;
136+ readonly " retriggerInit.confirm.title" : string ;
137+ readonly " retriggerInit.confirm.message" : string ;
138+ readonly " retriggerInit.confirm.userPromptLabel" : string ;
139+ readonly " retriggerInit.confirm.userPromptPlaceholder" : string ;
140+ readonly " retriggerInit.confirm.confirmButton" : string ;
141+ readonly " retriggerInit.errorStart" : string ;
134142readonly " project.id" : string ;
135143readonly " project.description" : string ;
136144readonly " project.abbreviation" : string ;
@@ -158,9 +166,14 @@ readonly "bulkRun.projectConfirm.title": string;
158166readonly " bulkRun.projectConfirm.message" : string ;
159167readonly " bulkRun.globalConfirm.title" : string ;
160168readonly " bulkRun.globalConfirm.message" : string ;
169+ readonly " bulkRun.globalConfirm.messageInitRetrigger" : string ;
170+ readonly " bulkRun.globalConfirm.noInitEligible" : string ;
171+ readonly " bulkRun.globalConfirm.userPromptLabel" : string ;
172+ readonly " bulkRun.globalConfirm.userPromptPlaceholder" : string ;
161173readonly " bulkRun.projectPageConfirm.title" : string ;
162174readonly " bulkRun.projectPageConfirm.message" : string ;
163175readonly " bulkRun.errorProject" : string ;
176+ readonly " bulkRun.errorModuleStart" : string ;
164177readonly " bulkRun.errorGlobal" : string ;
165178readonly " module.summary.running" : string ;
166179readonly " module.summary.total" : string ;
0 commit comments