+ {auth.isAuthenticated + ? t("setupWizard.account.descriptionSignedIn", { + username: adminUsername, + }) + : t("setupWizard.account.descriptionAnonymous")} +
++ {t("setupWizard.account.usersFailed")} +
+ )} + ++ {t("setupWizard.camera.description")} +
++ {t("setupWizard.complete.restarting")} +
++ {t("setupWizard.complete.restartingDescription")} +
++ {t("setupWizard.complete.description")} +
++ {t("setupWizard.complete.nextSteps")} +
+ + {restartRequired && ( ++ {t("setupWizard.complete.restartNotice")} +
+ )} + ++ {t("setupWizard.detector.detecting")} +
++ {t("setupWizard.detector.description")} +
++ {t("setupWizard.detector.probeFailed")} +
+ )} + ++ {t("setupWizard.detector.modelRequired", { name: selected.name })} +
+ {plusEnabled ? ( + + ) : ( + + {t("readTheDocumentation", { ns: "common" })} ++ {t("setupWizard.hwaccel.detecting")} +
++ {t("setupWizard.hwaccel.description")} +
++ {derived + ? t("setupWizard.hwaccel.autoResolved", { + family: t(`setupWizard.hwaccel.families.${derived}`), + }) + : recommendError + ? t("setupWizard.hwaccel.recommendFailed") + : t("setupWizard.hwaccel.autoNone")} +
++ {t("setupWizard.recording.description")} +
++ {t("setupWizard.recording.noCameras")} +
+ )} + ++ {t(`setupWizard.recording.modes.${option}.description`)} +
++ {t(`setupWizard.recording.retentionHint.${mode}`)} +
++ {t("setupWizard.recording.storageEstimate", { + free: freeGb, + days: estimatedDays, + cameras: cameraCount, + })} +
+ )} + > + )} + ++ {t("setupWizard.welcome.description")} +
+