- {{ t('onboarding.internalBootStep.loadingOptions') }}
+
+
t('onboarding.pluginsStep.nextStep'));
-
-
-
-
- {{ plugin.name }}
-
-
- {{ plugin.description }}
-
-
-
-
togglePlugin(plugin.id, val)"
- :disabled="isBusy || isPluginInstalled(plugin.id)"
- :class="[
- isPluginEnabled(plugin.id) ? 'bg-primary' : 'bg-gray-200 dark:bg-gray-700',
- 'focus:ring-primary relative inline-flex h-6 w-11 shrink-0 cursor-pointer rounded-full border-2 border-transparent transition-colors duration-200 ease-in-out focus:ring-2 focus:ring-offset-2 focus:outline-none disabled:cursor-not-allowed disabled:opacity-50',
- ]"
+
+
+
+
-
{{
- t('onboarding.pluginsStep.enablePluginAria', { name: plugin.name })
- }}
-
+
+ {{ plugin.name }}
+
+
+ {{ plugin.description }}
+
+
+
+
togglePlugin(plugin.id, val)"
+ :disabled="isBusy || isPluginInstalled(plugin.id)"
:class="[
- isPluginEnabled(plugin.id) ? 'translate-x-5' : 'translate-x-0',
- 'pointer-events-none inline-block h-5 w-5 transform rounded-full bg-white shadow ring-0 transition duration-200 ease-in-out',
+ isPluginEnabled(plugin.id) ? 'bg-primary' : 'bg-gray-200 dark:bg-gray-700',
+ 'focus:ring-primary relative inline-flex h-6 w-11 shrink-0 cursor-pointer rounded-full border-2 border-transparent transition-colors duration-200 ease-in-out focus:ring-2 focus:ring-offset-2 focus:outline-none disabled:cursor-not-allowed disabled:opacity-50',
]"
- />
-
+ >
+
{{
+ t('onboarding.pluginsStep.enablePluginAria', { name: plugin.name })
+ }}
+
+
+
diff --git a/web/src/locales/en.json b/web/src/locales/en.json
index f2a96de909..470a8b1f82 100644
--- a/web/src/locales/en.json
+++ b/web/src/locales/en.json
@@ -121,7 +121,11 @@
"onboarding.console.title": "Setup Console",
"onboarding.console.waiting": "Waiting...",
"onboarding.console.technicalDetails": "Technical details",
+ "onboarding.loading.title": "Loading setup...",
+ "onboarding.loading.description": "We're preparing the next step of setup.",
"onboarding.modal.closeAriaLabel": "Close onboarding",
+ "onboarding.modal.closing.title": "Closing setup...",
+ "onboarding.modal.closing.description": "You can skip setup now and continue from the dashboard later.",
"onboarding.modal.exit.title": "Exit onboarding?",
"onboarding.modal.exit.description": "You can skip setup now and continue from the dashboard later.",
"onboarding.modal.exit.internalBootDescription": "Internal boot has been configured. You'll now see a data partition on the selected boot drive, but Unraid will not switch to that boot device until you restart with both your current USB boot device and the selected internal boot drive connected. Please restart manually when convenient to finish applying this change.",
@@ -146,6 +150,7 @@
"onboarding.pluginsStep.plugins.fixCommonProblems.description": "Diagnostic tool to help you identify and resolve configuration issues.",
"onboarding.pluginsStep.plugins.tailscale.name": "Tailscale",
"onboarding.pluginsStep.plugins.tailscale.description": "Zero-config VPN. Securely access your server from anywhere.",
+ "onboarding.pluginsStep.loading.description": "Checking which recommended plugins are already installed.",
"onboarding.internalBootStep.stepTitle": "Setup Boot",
"onboarding.internalBootStep.stepDescription": "Choose USB or storage drive boot",
"onboarding.internalBootStep.title": "Setup Boot",