diff --git a/plugin/scripts/deploy-dev.sh b/plugin/scripts/deploy-dev.sh index 672ee0d62..42717c9f2 100755 --- a/plugin/scripts/deploy-dev.sh +++ b/plugin/scripts/deploy-dev.sh @@ -60,7 +60,7 @@ fi if [ "$deploy" = "yes" ]; then cd web || exit - npm run deploy-wc:dev + npm run deploy-to-unraid:dev elif [ "$deploy" = "build" ]; then cd web || exit npm run build:dev diff --git a/plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/include/translations.php b/plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/include/translations.php index d780e2c3c..c771872eb 100644 --- a/plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/include/translations.php +++ b/plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/include/translations.php @@ -80,6 +80,7 @@ class WebComponentTranslations '
Your Unraid registration key is ineligible for replacement as it has been replaced within the last 12 months.
' => '' . _('Your Unraid registration key is ineligible for replacement as it has been replaced within the last 12 months.') . '
', 'A Trial key provides all the functionality of an Unleashed Registration key' => _('A Trial key provides all the functionality of an Unleashed Registration key'), 'Acklowledge that you have made a Flash Backup to enable this action' => _('Acklowledge that you have made a Flash Backup to enable this action'), + 'Activate License' => _('Activate License'), 'Activate Now' => _('Activate Now'), 'ago' => _('ago'), 'All you need is an active internet connection, an Unraid.net account, and the Connect plugin. Get started by installing the plugin.' => _('All you need is an active internet connection, an Unraid.net account, and the Connect plugin.') . ' ' . _('Get started by installing the plugin.'), @@ -119,11 +120,14 @@ class WebComponentTranslations 'Copy your Key URL: {0}' => sprintf(_('Copy your Key URL: %s'), '{0}'), 'Create Flash Backup' => _('Create Flash Backup'), 'Create a password' => _('Create a password'), + 'Create an Unraid.net account and activate your key' => _('Create an Unraid.net account and activate your key'), + 'Create Device Password' => _('Create Device Password'), 'Current Version {0}' => sprintf(_('Current Version %s'), '{0}'), 'Current Version: Unraid {0}' => sprintf(_('Current Version: Unraid %s'), '{0}'), 'Customizable Dashboard Tiles' => _('Customizable Dashboard Tiles'), 'day' => sprintf(_('%s day'), '{n}') . ' | ' . sprintf(_('%s days'), '{n}'), 'Deep Linking' => _('Deep Linking'), + 'Device is ready to configure' => _('Device is ready to configure'), 'DNS issue, unable to resolve wanip4.unraid.net' => _('DNS issue, unable to resolve wanip4.unraid.net'), 'Downgrade Unraid OS to {0}' => sprintf(_('Downgrade Unraid OS to %s'), '{0}'), 'Downgrade Unraid OS' => _('Downgrade Unraid OS'), @@ -206,7 +210,7 @@ class WebComponentTranslations 'Learn more and link your key to your account' => _('Learn more and link your key to your account'), 'Learn More' => _('Learn More'), 'Learn more' => _('Learn more'), - 'Let\'s activate your Unraid license!' => _('Let\'s activate your Unraid license!'), + 'Let\'s activate your Unraid OS License' => _('Let\'s activate your Unraid OS License'), 'Let\'s Unleash your Hardware!' => _('Let\'s Unleash your Hardware!'), 'License key actions' => _('License key actions'), 'License key type' => _('License key type'), @@ -286,6 +290,7 @@ class WebComponentTranslations 'Requires the local unraid-api to be running successfully' => _('Requires the local unraid-api to be running successfully'), 'Restarting unraid-api…' => _('Restarting unraid-api…'), 'second' => sprintf(_('%s second'), '{n}') . ' | ' . sprintf(_('%s seconds'), '{n}'), + 'Secure your device' => _('Secure your device'), 'Server Up Since {0}' => sprintf(_('Server Up Since %s'), '{0}'), 'Servers equipped with a myunraid.net certificate can be managed directly from within the Connect web UI. Manage multiple servers from your phone, tablet, laptop, or PC in the same browser window.' => _('Servers equipped with a myunraid.net certificate can be managed directly from within the Connect web UI.') . ' ' . _('Manage multiple servers from your phone, tablet, laptop, or PC in the same browser window.'), 'Set custom server tiles how you like and automatically display your server\'s banner image on your Connect Dashboard.' => _('Set custom server tiles how you like and automatically display your server\'s banner image on your Connect Dashboard.'), @@ -307,7 +312,7 @@ class WebComponentTranslations 'SSL certificates for unraid.net deprecated' => _('SSL certificates for unraid.net deprecated'), 'Stale Server' => _('Stale Server'), 'Stale' => _('Stale'), - 'Start by creating an Unraid.net account — this will let you manage your license and access support. Once that\'s done, we\'ll guide you through a quick checkout process to register your license and install your key.' => _('Start by creating an Unraid.net account — this will let you manage your license and access support.') . ' ' . _('Once that\'s done, we\'ll guide you through a quick checkout process to register your license and install your key.'), + 'On the following screen, your license will be activated. You\'ll then create an Unraid.net Account to manage your license going forward.' => _('On the following screen, your license will be activated.') . ' ' . _('You\'ll then create an Unraid.net Account to manage your license going forward.'), 'Start Free 30 Day Trial' => _('Start Free 30 Day Trial'), 'Starting your free 30 day trial' => _('Starting your free 30 day trial'), 'Success!' => _('Success!'), diff --git a/web/_data/serverState.ts b/web/_data/serverState.ts index cd983b4a2..d508812f6 100644 --- a/web/_data/serverState.ts +++ b/web/_data/serverState.ts @@ -1,4 +1,3 @@ -; // import dayjs, { extend } from 'dayjs'; // import customParseFormat from 'dayjs/plugin/customParseFormat'; // import relativeTime from 'dayjs/plugin/relativeTime'; @@ -11,7 +10,6 @@ import type { Server, ServerState // ServerUpdateOsResponse, } from '~/types/server'; - // dayjs plugins // extend(customParseFormat); // extend(relativeTime); diff --git a/web/components/Activation/Modal.vue b/web/components/Activation/Modal.vue index 28a728814..04c980e86 100644 --- a/web/components/Activation/Modal.vue +++ b/web/components/Activation/Modal.vue @@ -19,10 +19,10 @@ const activationCodeStore = useActivationCodeStore(); const { partnerLogo, showActivationModal } = storeToRefs(activationCodeStore); const purchaseStore = usePurchaseStore(); -const title = computed