@@ -253,10 +253,19 @@ export default {
253253 'sp.clarify.auto_selected' : 'Auto-selected (timed out):' ,
254254 'sp.clarify.auto_selected_instant' : 'Auto-selected (Instant):' ,
255255 'sp.plan.title' : 'Review plan' ,
256- 'sp.plan.approve' : 'Approve & run ' ,
256+ 'sp.plan.approve' : '👍 Run ' ,
257257 'sp.plan.change' : 'Change' ,
258+ 'sp.plan.edit_as_text' : 'Edit as text' ,
259+ 'sp.plan.done_editing_text' : 'Done' ,
260+ 'sp.plan.add_step' : 'Add step' ,
261+ 'sp.plan.reorder_hint' : 'Drag step numbers to reorder' ,
262+ 'sp.plan.reorder_step' : 'Drag to reorder step {step}' ,
263+ 'sp.plan.remove_step' : 'Remove step' ,
264+ 'sp.plan.empty_steps' : 'Add at least one step before approving.' ,
265+ 'sp.plan.summary_placeholder' : 'Plan summary' ,
266+ 'sp.plan.step_placeholder' : 'Step action' ,
258267 'sp.plan.cancel' : 'Cancel' ,
259- 'sp.plan.edit_hint' : 'Optional: edit the plan before approving ' ,
268+ 'sp.plan.edit_hint' : 'Optional: edit the plan as markdown ' ,
260269 'sp.plan.confidence' : 'Confidence {confidence}' ,
261270 'sp.plan.skills' : 'Skills to activate' ,
262271 'sp.plan.auto_approved' : 'Plan auto-approved (confidence {confidence}) — running…' ,
0 commit comments