You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: invokeai/frontend/web/public/locales/en.json
+4
Original file line number
Diff line number
Diff line change
@@ -219,9 +219,13 @@
219
219
"pauseSucceeded": "Processor Paused",
220
220
"pauseFailed": "Problem Pausing Processor",
221
221
"cancel": "Cancel",
222
+
"cancelAllExceptCurrentQueueItemAlertDialog": "Canceling all queue items except the current one will stop pending items but allow the in-progress one to finish.",
223
+
"cancelAllExceptCurrentQueueItemAlertDialog2": "Are you sure you want to cancel all pending queue items?",
224
+
"cancelAllExceptCurrentTooltip": "Cancel All Except Current Item",
0 commit comments