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
message: `${t('Deleting')}${checkboxes.value.length}${checkboxes.value.length===1 ? t('item') : t('items')}. ${t('This process is irreversible.')}`,
64
+
message: t('Deleting {count} item. This process is irreversible. | Deleting {count} items. This process is irreversible.',{count: checkboxes.value.length}),
0 commit comments