+
+
+ {isRotateAll
+ ? t('keyRotation.confirmAll.title')
+ : t('keyRotation.confirm.title', { field: fieldName ? t(FIELD_LABEL_KEYS[fieldName]) : '' })}
+
+
+ {isRotateAll
+ ? t('keyRotation.confirmAll.body')
+ : t('keyRotation.confirm.body', { field: fieldName ? t(FIELD_LABEL_KEYS[fieldName]) : '' })}
+
+
+ {progress && (
+
+ {t('keyRotation.progress', {
+ field: t(FIELD_LABEL_KEYS[progress.field]),
+ done: progress.done,
+ total: progress.total,
+ })}
+
+ )}
+
+ {tc('actions.cancel')}
+
+ {isSubmitting ? t('keyRotation.rotating') : confirmLabel}
+
+
+
+