fix: reboot required and available edge case (#885)

* fix: reboot required and available edge case

* chore: add missing web component translations

* chore: translations sort unique ascending, case insensitive

* fix: translation json
This commit is contained in:
Zack Spear
2024-05-15 09:24:06 -07:00
committed by GitHub
parent 5d725b0e76
commit 7f512e47e9
4 changed files with 404 additions and 348 deletions

View File

@@ -1,6 +1,7 @@
<script lang="ts" setup>
import {
ArrowPathIcon,
ArrowTopRightOnSquareIcon,
BellAlertIcon,
CheckCircleIcon,
ExclamationTriangleIcon,
@@ -11,6 +12,7 @@ import { storeToRefs } from 'pinia';
import { WEBGUI_TOOLS_REGISTRATION } from '~/helpers/urls';
import useDateTimeHelper from '~/composables/dateTime';
import { useAccountStore } from '~/store/account';
import { useServerStore } from '~/store/server';
import { useUpdateOsStore } from '~/store/updateOs';
import { useUpdateOsActionsStore } from '~/store/updateOsActions';
@@ -34,6 +36,7 @@ const props = withDefaults(defineProps<Props>(), {
subtitle: undefined,
});
const accountStore = useAccountStore();
const serverStore = useServerStore();
const updateOsStore = useUpdateOsStore();
const updateOsActionsStore = useUpdateOsActionsStore();
@@ -66,8 +69,20 @@ const regExpOutput = computed(() => {
const showRebootButton = computed(() => rebootType.value === 'downgrade' || rebootType.value === 'update');
const checkButton = computed((): ButtonProps => {
if (showRebootButton.value) {
return {
btnStyle: 'outline',
click: () => {
accountStore.updateOs();
},
icon: ArrowTopRightOnSquareIcon,
text: props.t('More options'),
};
}
if (!updateAvailable.value) {
return {
btnStyle: 'outline',
click: () => {
updateOsStore.localCheckForUpdate();
},
@@ -77,6 +92,7 @@ const checkButton = computed((): ButtonProps => {
}
return {
btnStyle: 'fill',
click: () => {
updateOsStore.setModalOpen(true);
},
@@ -175,7 +191,7 @@ const checkButton = computed((): ButtonProps => {
<div class="inline-flex flex-col flex-shrink-0 gap-16px flex-grow items-center">
<span v-if="showRebootButton">
<BrandButton
:btn-style="updateAvailable ? 'outline' : 'fill'"
btn-style="fill"
:icon="ArrowPathIcon"
:text="rebootType === 'downgrade' ? t('Reboot Now to Downgrade to {0}', [rebootVersion]) : t('Reboot Now to Update to {0}', [rebootVersion])"
@click="updateOsActionsStore.rebootServer()"
@@ -184,7 +200,7 @@ const checkButton = computed((): ButtonProps => {
<span>
<BrandButton
:btn-style="!updateAvailable ? 'outline' : 'fill'"
:btn-style="checkButton.btnStyle"
:icon="checkButton.icon"
:text="checkButton.text"
@click="checkButton.click"

View File

@@ -95,11 +95,13 @@ const rebootDetectedButton = computed((): UserProfileLink => {
};
});
const updateOsButtons = computed((): UserProfileLink[] => {
const updateOsButton = computed((): UserProfileLink[] => {
const btns = [];
if (rebootType.value === 'downgrade' || rebootType.value === 'update') {
btns.push(rebootDetectedButton.value);
return btns;
}
if (osUpdateAvailable.value) {
btns.push(updateOsResponseModalOpenButton.value);
} else {
@@ -120,7 +122,7 @@ const links = computed(():UserProfileLink[] => {
: []),
// ensure we only show the update button when we don't have an error
...(!stateDataError.value ? [...updateOsButtons.value] : []),
...(!stateDataError.value ? [...updateOsButton.value] : []),
// connect plugin links
...(registered.value && connectPluginInstalled.value

View File

@@ -1,369 +1,369 @@
{
"LAN IP": "LAN IP",
"LAN IP {0}": "LAN IP {0}",
"LAN IP Copied": "LAN IP Copied",
"Click to Copy LAN IP {0}": "Click to Copy LAN IP {0}",
"Trial Key Expired at {0}": "Trial Key Expired at {0}",
"Trial Key Expires at {0}": "Trial Key Expires at {0}",
"Trial Key Expired {0}": "Trial Key Expired {0}",
"Trial Key Expires in {0}": "Trial Key Expires in {0}",
"Server Up Since {0}": "Server Up Since {0}",
"Uptime {0}": "Uptime {0}",
"year": "{n} year | {n} years",
"month": "{n} month | {n} months",
"day": "{n} day | {n} days",
"hour": "{n} hour | {n} hours",
"minute": "{n} minute | {n} minutes",
"second": "{n} second | {n} seconds",
"{0} {1} Key…": "{0} {1} Key…",
"{0} devices": "{0} devices",
"{0} out of {1} allowed devices upgrade your key to support more devices": "{0} out of {1} allowed devices upgrade your key to support more devices",
"{0} out of {1} devices": "{0} out of {1} devices",
"{0} Release Notes": "{0} Release Notes",
"{0} Signed In Successfully": "{0} Signed In Successfully",
"{0} Signed Out Successfully": "{0} Signed Out Successfully",
"{0} Update Available": "{0} Update Available",
"{1} Key {0} Successfully": "{1} Key {0} Successfully",
"<p>It is not possible to use a Trial key with an existing Unraid OS installation.</p><p>You may purchase a license key corresponding to this USB Flash device to continue using this installation.</p>": "<p>It is not possible to use a Trial key with an existing Unraid OS installation.</p><p>You may purchase a license key corresponding to this USB Flash device to continue using this installation.</p>",
"<p>Please refresh the page to ensure you load your latest configuration</p>": "<p>Please refresh the page to ensure you load your latest configuration</p>",
"<p>Register for Connect by signing in to your Unraid.net account</p>": "<p>Register for Connect by signing in to your Unraid.net account</p>",
"<p>The license key file does not correspond to the USB Flash boot device. Please copy the correct key file to the /config directory on your USB Flash boot device or choose Purchase Key.</p><p>Your Unraid registration key is ineligible for replacement as it has been replaced within the last 12 months.</p>": "<p>The license key file does not correspond to the USB Flash boot device. Please copy the correct key file to the /config directory on your USB Flash boot device or choose Purchase Key.</p><p>Your Unraid registration key is ineligible for replacement as it has been replaced within the last 12 months.</p>",
"<p>The license key file does not correspond to the USB Flash boot device. Please copy the correct key file to the /config directory on your USB Flash boot device or choose Purchase Key.</p><p>Your Unraid registration key is ineligible for replacement as it is blacklisted.</p>": "<p>The license key file does not correspond to the USB Flash boot device. Please copy the correct key file to the /config directory on your USB Flash boot device or choose Purchase Key.</p><p>Your Unraid registration key is ineligible for replacement as it is blacklisted.</p>",
"<p>The license key file does not correspond to the USB Flash boot device. Please copy the correct key file to the /config directory on your USB Flash boot device.</p><p>You may also attempt to Purchase or Replace your key.</p>": "<p>The license key file does not correspond to the USB Flash boot device. Please copy the correct key file to the /config directory on your USB Flash boot device.</p><p>You may also attempt to Purchase or Replace your key.</p>",
"<p>There are multiple license key files present on your USB flash device and none of them correspond to the USB Flash boot device. Please remove all key files, except the one you want to replace, from the /config directory on your USB Flash boot device.</p><p>Alternately you may purchase a license key for this USB flash device.</p><p>If you want to replace one of your license keys with a new key bound to this USB Flash device, please first remove all other key files first.</p>": "<p>There are multiple license key files present on your USB flash device and none of them correspond to the USB Flash boot device. Please remove all key files, except the one you want to replace, from the /config directory on your USB Flash boot device.</p><p>Alternately you may purchase a license key for this USB flash device.</p><p>If you want to replace one of your license keys with a new key bound to this USB Flash device, please first remove all other key files first.</p>",
"<p>There is a physical problem accessing your USB Flash boot device</p>": "<p>There is a physical problem accessing your USB Flash boot device</p>",
"<p>There is a problem with your USB Flash device</p>": "<p>There is a problem with your USB Flash device</p>",
"<p>This USB Flash boot device has been blacklisted. This can occur as a result of transferring your license key to a replacement USB Flash device, and you are currently booted from your old USB Flash device.</p><p>A USB Flash device may also be blacklisted if we discover the serial number is not unique this is common with USB card readers.</p>": "<p>This USB Flash boot device has been blacklisted. This can occur as a result of transferring your license key to a replacement USB Flash device, and you are currently booted from your old USB Flash device.</p><p>A USB Flash device may also be blacklisted if we discover the serial number is not unique this is common with USB card readers.</p>",
"<p>This USB Flash device has an invalid GUID. Please try a different USB Flash device</p>": "<p>This USB Flash device has an invalid GUID. Please try a different USB Flash device</p>",
"<p>To continue using Unraid OS you may purchase a license key. Alternately, you may request a Trial extension.</p>": "<p>To continue using Unraid OS you may purchase a license key. Alternately, you may request a Trial extension.</p>",
"<p>To support more storage devices as your server grows, click Upgrade Key.</p>": "<p>To support more storage devices as your server grows, click Upgrade Key.</p>",
"<p>You have used all your Trial extensions. To continue using Unraid OS you may purchase a license key.</p>": "<p>You have used all your Trial extensions. To continue using Unraid OS you may purchase a license key.</p>",
"<p>Your <em>Trial</em> key includes all the functionality and device support of an <em>Unleashed</em> key.</p><p>After your <em>Trial</em> has reached expiration, your server <strong>still functions normally</strong> until the next time you Stop the array or reboot your server.</p><p>At that point you may either purchase a license key or request a <em>Trial</em> extension.</p>": "<p>Your <em>Trial</em> key includes all the functionality and device support of an <em>Unleashed</em> key.</p><p>After your <em>Trial</em> has reached expiration, your server <strong>still functions normally</strong> until the next time you Stop the array or reboot your server.</p><p>At that point you may either purchase a license key or request a <em>Trial</em> extension.</p>",
"<p>Your license key file is corrupted or missing. The key file should be located in the /config directory on your USB Flash boot device.</p><p>If you do not have a backup copy of your license key file you may attempt to recover your key.</p><p>If this was an expired Trial installation, you may purchase a license key.</p>": "<p>Your license key file is corrupted or missing. The key file should be located in the /config directory on your USB Flash boot device.</p><p>If you do not have a backup copy of your license key file you may attempt to recover your key.</p><p>If this was an expired Trial installation, you may purchase a license key.</p>",
"<p>Your license key file is corrupted or missing. The key file should be located in the /config directory on your USB Flash boot device.</p><p>You may attempt to recover your key with your Unraid.net account.</p><p>If this was an expired Trial installation, you may purchase a license key.</p>": "<p>Your license key file is corrupted or missing. The key file should be located in the /config directory on your USB Flash boot device.</p><p>You may attempt to recover your key with your Unraid.net account.</p><p>If this was an expired Trial installation, you may purchase a license key.</p>",
"<p>Your server will not be usable until you purchase a Registration key or install a free 30 day <em>Trial</em> key. A <em>Trial</em> key provides all the functionality of an Unleashed Registration key.</p><p>Registration keys are bound to your USB Flash boot device serial number (GUID). Please use a high quality name brand device at least 1GB in size.</p><p>Note: USB memory card readers are generally not supported because most do not present unique serial numbers.</p><p><strong>Important:</strong></p><ul class='list-disc pl-16px'><li>Please make sure your server time is accurate to within 5 minutes</li><li>Please make sure there is a DNS server specified</li></ul>": "<p>Your server will not be usable until you purchase a Registration key or install a free 30 day <em>Trial</em> key. A <em>Trial</em> key provides all the functionality of an Unleashed Registration key.</p><p>Registration keys are bound to your USB Flash boot device serial number (GUID). Please use a high quality name brand device at least 1GB in size.</p><p>Note: USB memory card readers are generally not supported because most do not present unique serial numbers.</p><p><strong>Important:</strong></p><ul class='list-disc pl-16px'><li>Please make sure your server time is accurate to within 5 minutes</li><li>Please make sure there is a DNS server specified</li></ul>",
"<p>Your Trial key requires an internet connection.</p><p><a href='/Settings/NetworkSettings class='underline'>Please check Settings > Network</a></p>": "<p>Your Trial key requires an internet connection.</p><p><a href='/Settings/NetworkSettings class='underline'>Please check Settings > Network</a></p>",
"<p>Your Unraid registration key is ineligible for replacement as it has been replaced within the last 12 months.</p>": "<p>Your Unraid registration key is ineligible for replacement as it has been replaced within the last 12 months.</p>",
"A Trial key provides all the functionality of an Unleashed Registration key": "A Trial key provides all the functionality of an Unleashed Registration key.",
"A valid GUID is required to check for OS updates.": "A valid GUID is required to check for OS updates.",
"A valid keyfile and USB Flash boot device are required to check for OS updates.": "A valid keyfile and USB Flash boot device are required to check for OS updates.",
"A valid keyfile is required to check for OS updates.": "A valid keyfile is required to check for OS updates.",
"A valid OS version is required to check for OS updates.": "A valid OS version is required to check for OS updates.",
"Acklowledge that you have made a Flash Backup to enable this action": "Acklowledge that you have made a Flash Backup to enable this action",
"ago": "ago",
"Purchase": "Purchase",
"Upgrade": "Upgrade",
"Fix Error": "Fix Error",
"Get Started": "Get Started",
"Trial Expired, see options below": "Trial Expired, see options below",
"Learn more about the error": "Learn more about the error",
"Close Dropdown": "Close Dropdown",
"Open Dropdown": "Open Dropdown",
"Thank you for installing Connect!": "Thank you for installing Connect!",
"Sign In to your Unraid.net account to get started": "Sign In to your Unraid.net account to get started",
"Go to Connect": "Go to Connect",
"Opens Connect in new tab": "Opens Connect in new tab",
"Manage Unraid.net Account": "Manage Unraid.net Account",
"Manage Unraid.net Account in new tab": "Manage Unraid.net Account in new tab",
"Settings": "Settings",
"Go to Connect plugin settings": "Go to Connect plugin settings",
"Enhance your Unraid experience with Connect": "Enhance your Unraid experience with Connect",
"Beta": "Beta",
"Loading": "Loading",
"Restarting unraid-api…": "Restarting unraid-api…",
"unraid-api is offline": "unraid-api is offline",
"Introducing Unraid Connect": "Introducing Unraid Connect",
"Enhance your Unraid experience": "Enhance your Unraid experience",
"Connected": "Connected",
"Dynamic Remote Access": "Dynamic Remote Access",
"Toggle on/off server accessibility with dynamic remote access. Automatically turn on UPnP and open a random WAN port on your router at the click of a button and close off access in seconds.": "Toggle on/off server accessibility with dynamic remote access. Automatically turn on UPnP and open a random WAN port on your router at the click of a button and close off access in seconds.",
"Manage Your Server Within Connect": "Manage Your Server Within Connect",
"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.",
"Deep Linking": "Deep Linking",
"The Connect dashboard links to relevant sections of the webgui, allowing quick access to those settings and server sections.": "The Connect dashboard links to relevant sections of the webgui, allowing quick access to those settings and server sections.",
"Online Flash Backup": "Online Flash Backup",
"Never ever be left without a backup of your config. If you need to change flash drives, generate a backup from Connect and be up and running in minutes.": "Never ever be left without a backup of your config. If you need to change flash drives, generate a backup from Connect and be up and running in minutes.",
"Real-time Monitoring": "Real-time Monitoring",
"Get an overview of your server's state, storage space, apps and VMs status, and more.": "Get an overview of your server's state, storage space, apps and VMs status, and more.",
"Customizable Dashboard Tiles": "Customizable Dashboard Tiles",
"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.",
"License Management": "License Management",
"Manage your license keys at any time via the My Keys section.": "Manage your license keys at any time via the My Keys section.",
"Plus more on the way": "Plus more on the way",
"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.",
"Attached Storage Devices": "Attached Storage Devices",
"Backing up...this may take a few minutes": "Backing up...this may take a few minutes",
"Basic": "Basic",
"Begin downgrade to {0}": "Begin downgrade to {0}",
"Beta": "Beta",
"Blacklisted USB Flash GUID": "Blacklisted USB Flash GUID",
"BLACKLISTED": "BLACKLISTED",
"Calculating OS Update Eligibility…": "Calculating OS Update Eligibility…",
"Calculating trial expiration…": "Calculating trial expiration…",
"Callback redirect type not present or incorrect": "Callback redirect type not present or incorrect",
"Cancel {0}": "Cancel {0}",
"Cancel": "Cancel",
"Cannot access your USB Flash boot device": "Cannot access your USB Flash boot device",
"Cannot validate Unraid Trial key": "Cannot validate Unraid Trial key",
"Check Eligibility": "Check Eligibility",
"check for OS updates": "check for OS updates",
"Check for OS Updates": "Check for OS Updates",
"Check for Prereleases": "Check for Prereleases",
"Checking WAN IPs…": "Checking WAN IPs…",
"Checking...": "Checking...",
"Checkout the Connect Documentation": "Checkout the Connect Documentation",
"No thanks": "No thanks",
"Learn more": "Learn more",
"Install Connect": "Install Connect",
"Installing Connect": "Installing Connect",
"Click to close modal": "Click to close modal",
"Click to Copy LAN IP {0}": "Click to Copy LAN IP {0}",
"Close Dropdown": "Close Dropdown",
"Close Modal": "Close Modal",
"Close": "Close",
"Reload": "Reload",
"Reload Page": "Reload Page",
"Unraid logo animating with a wave like effect": "Unraid logo animating with a wave like effect",
"Click to close modal": "Click to close modal",
"Error": "Error",
"Performing actions": "Performing actions",
"Success!": "Success!",
"Something went wrong": "Something went wrong",
"Please keep this window open while we perform some actions": "Please keep this window open while we perform some actions",
"You're one step closer to enhancing your Unraid experience": "You're one step closer to enhancing your Unraid experience",
"Thank you for purchasing an Unraid {0} Key!": "Thank you for purchasing an Unraid {0} Key!",
"Thank you for upgrading to an Unraid {0} Key!": "Thank you for upgrading to an Unraid {0} Key!",
"Your {0} Key has been replaced!": "Your {0} Key has been replaced!",
"Your Trial key has been extended!": "Your Trial key has been extended!",
"Configure Connect Features": "Configure Connect Features",
"Confirm and start update": "Confirm and start update",
"Confirm to Install Unraid OS {0}": "Confirm to Install Unraid OS {0}",
"Connected": "Connected",
"Contact Support": "Contact Support",
"Continue": "Continue",
"Copied": "Copied",
"Copy Key URL": "Copy Key URL",
"Copy your Key URL: {0}": "Copy your Key URL: {0}",
"Then go to Tools > Registration to manually install it": "Then go to Tools > Registration to manually install it",
"Enhance your experience with Unraid Connect": "Enhance your experience with Unraid Connect",
"Sign In to utilize Unraid Connect": "Sign In to utilize Unraid Connect",
"Configure Connect Features": "Configure Connect Features",
"The primary method of support for Unraid Connect is through our forums and Discord.": "The primary method of support for Unraid Connect is through our forums and Discord.",
"If you are asked to supply logs, please open a support request on our Contact Page and reply to the email message you receive with your logs attached.": "If you are asked to supply logs, please open a support request on our Contact Page and reply to the email message you receive with your logs attached.",
"The logs may contain sensitive information so do not post them publicly.": "The logs may contain sensitive information so do not post them publicly.",
"Download unraid-api Logs": "Download unraid-api Logs",
"Unraid Connect Forums": "Unraid Connect Forums",
"Unraid Discord": "Unraid Discord",
"Unraid Contact Page": "Unraid Contact Page",
"Create Flash Backup": "Create Flash Backup",
"Current Version {0}": "Current Version {0}",
"Current Version: Unraid {0}": "Current Version: Unraid {0}",
"Customizable Dashboard Tiles": "Customizable Dashboard Tiles",
"day": "{n} day | {n} days",
"Deep Linking": "Deep Linking",
"DNS issue, unable to resolve wanip4.unraid.net": "DNS issue, unable to resolve wanip4.unraid.net",
"Unable to fetch client WAN IPv4": "Unable to fetch client WAN IPv4",
"Checking WAN IPs…": "Checking WAN IPs…",
"Remark: your WAN IPv4 is {0}": "Remark: your WAN IPv4 is {0}",
"Remark: Unraid's WAN IPv4 {0} does not match your client's WAN IPv4 {1}.": "Remark: Unraid's WAN IPv4 {0} does not match your client's WAN IPv4 {1}.",
"This may indicate a complex network that will not work with this Remote Access solution.": "This may indicate a complex network that will not work with this Remote Access solution.",
"Ignore this message if you are currently connected via Remote Access or VPN.": "Ignore this message if you are currently connected via Remote Access or VPN.",
"Ready to update Connect account configuration": "Ready to update Connect account configuration",
"Signing in {0}": "Signing in {0}",
"Signing out {0}": "Signing out {0}",
"{0} Signed In Successfully": "{0} Signed In Successfully",
"{0} Signed Out Successfully": "{0} Signed Out Successfully",
"Sign In Failed": "Sign In Failed",
"Sign Out Failed": "Sign Out Failed",
"Failed to update Connect account configuration": "Failed to update Connect account configuration",
"Callback redirect type not present or incorrect": "Callback redirect type not present or incorrect",
"Failed to install key": "Failed to install key",
"Ready to Install Key": "Ready to Install Key",
"Installing Extended Trial": "Installing Extended Trial",
"Installing Recovered": "Installing Recovered",
"Installing Replaced": "Installing Replaced",
"{0} {1} Key…": "{0} {1} Key…",
"{1} Key {0} Successfully": "{1} Key {0} Successfully",
"Failed to {0} {1} Key": "Failed to {0} {1} Key",
"Purchase Key": "Purchase Key",
"Upgrade Key": "Upgrade Key",
"Recover Key": "Recover Key",
"Redeem Activation Code": "Redeem Activation Code",
"Replace Key": "Replace Key",
"Sign In with Unraid.net Account": "Sign In with Unraid.net Account",
"Sign Out of Unraid.net": "Sign Out of Unraid.net",
"Downgrade Unraid OS to {0}": "Downgrade Unraid OS to {0}",
"Downgrade Unraid OS": "Downgrade Unraid OS",
"Downgrades are only recommended if you're unable to solve a critical issue.": "Downgrades are only recommended if you're unable to solve a critical issue.",
"Download Diagnostics": "Download Diagnostics",
"Download the Diagnostics zip then please open a bug report on our forums with a description of the issue along with your diagnostics.": "Download the Diagnostics zip then please open a bug report on our forums with a description of the issue along with your diagnostics.",
"Download unraid-api Logs": "Download unraid-api Logs",
"Dynamic Remote Access": "Dynamic Remote Access",
"Eligible for free feature updates for {0}": "Eligible for free feature updates for {0}",
"Eligible for free feature updates until {0}": "Eligible for free feature updates until {0}",
"Eligible": "Eligible",
"Enable update notifications": "Enable update notifications",
"Enhance your experience with Unraid Connect": "Enhance your experience with Unraid Connect",
"Enhance your Unraid experience with Connect": "Enhance your Unraid experience with Connect",
"Enhance your Unraid experience": "Enhance your Unraid experience",
"Error creating a trial key. Please try again later.": "Error creating a trial key. Please try again later.",
"Error Parsing Changelog • {0}": "Error Parsing Changelog • {0}",
"Error": "Error",
"Expired {0}": "Expired {0}",
"Expired": "Expired",
"Expires at {0}": "Expires at {0}",
"Expires in {0}": "Expires in {0}",
"Extend License to Enable OS Updates": "Extend License to Enable OS Updates",
"Extend License to Update": "Extend License to Update",
"Extend License": "Extend License",
"Extend Trial": "Extend Trial",
"Start Free 30 Day Trial": "Start Free 30 Day Trial",
"Go to Management Access Now": "Go to Management Access Now",
"Contact Support": "Contact Support",
"Learn More": "Learn More",
"No Keyfile": "No Keyfile",
"Let's Unleash your Hardware!": "Let's Unleash your Hardware!",
"<p>Your server will not be usable until you purchase a Registration key or install a free 30 day <em>Trial</em> key. A <em>Trial</em> key provides all the functionality of an Unleashed Registration key.</p><p>Registration keys are bound to your USB Flash boot device serial number (GUID). Please use a high quality name brand device at least 1GB in size.</p><p>Note: USB memory card readers are generally not supported because most do not present unique serial numbers.</p><p><strong>Important:</strong></p><ul class='list-disc pl-16px'><li>Please make sure your server time is accurate to within 5 minutes</li><li>Please make sure there is a DNS server specified</li></ul>": "<p>Your server will not be usable until you purchase a Registration key or install a free 30 day <em>Trial</em> key. A <em>Trial</em> key provides all the functionality of an Unleashed Registration key.</p><p>Registration keys are bound to your USB Flash boot device serial number (GUID). Please use a high quality name brand device at least 1GB in size.</p><p>Note: USB memory card readers are generally not supported because most do not present unique serial numbers.</p><p><strong>Important:</strong></p><ul class='list-disc pl-16px'><li>Please make sure your server time is accurate to within 5 minutes</li><li>Please make sure there is a DNS server specified</li></ul>",
"Trial": "Trial",
"Thank you for choosing Unraid OS!": "Thank you for choosing Unraid OS!",
"<p>Your <em>Trial</em> key includes all the functionality and device support of an <em>Unleashed</em> key.</p><p>After your <em>Trial</em> has reached expiration, your server <strong>still functions normally</strong> until the next time you Stop the array or reboot your server.</p><p>At that point you may either purchase a license key or request a <em>Trial</em> extension.</p>": "<p>Your <em>Trial</em> key includes all the functionality and device support of an <em>Unleashed</em> key.</p><p>After your <em>Trial</em> has reached expiration, your server <strong>still functions normally</strong> until the next time you Stop the array or reboot your server.</p><p>At that point you may either purchase a license key or request a <em>Trial</em> extension.</p>",
"Trial Expired": "Trial Expired",
"Your Trial has expired": "Your Trial has expired",
"<p>To continue using Unraid OS you may purchase a license key. Alternately, you may request a Trial extension.</p>": "<p>To continue using Unraid OS you may purchase a license key. Alternately, you may request a Trial extension.</p>",
"<p>You have used all your Trial extensions. To continue using Unraid OS you may purchase a license key.</p>": "<p>You have used all your Trial extensions. To continue using Unraid OS you may purchase a license key.</p>",
"Basic": "Basic",
"<p>Register for Connect by signing in to your Unraid.net account</p>": "<p>Register for Connect by signing in to your Unraid.net account</p>",
"<p>To support more storage devices as your server grows, click Upgrade Key.</p>": "<p>To support more storage devices as your server grows, click Upgrade Key.</p>",
"Plus": "Plus",
"Pro": "Pro",
"Flash GUID Error": "Flash GUID Error",
"Registration key / USB Flash GUID mismatch": "Registration key / USB Flash GUID mismatch",
"<p>Your Unraid registration key is ineligible for replacement as it has been replaced within the last 12 months.</p>": "<p>Your Unraid registration key is ineligible for replacement as it has been replaced within the last 12 months.</p>",
"<p>The license key file does not correspond to the USB Flash boot device. Please copy the correct key file to the /config directory on your USB Flash boot device or choose Purchase Key.</p><p>Your Unraid registration key is ineligible for replacement as it is blacklisted.</p>": "<p>The license key file does not correspond to the USB Flash boot device. Please copy the correct key file to the /config directory on your USB Flash boot device or choose Purchase Key.</p><p>Your Unraid registration key is ineligible for replacement as it is blacklisted.</p>",
"<p>The license key file does not correspond to the USB Flash boot device. Please copy the correct key file to the /config directory on your USB Flash boot device or choose Purchase Key.</p><p>Your Unraid registration key is ineligible for replacement as it has been replaced within the last 12 months.</p>": "<p>The license key file does not correspond to the USB Flash boot device. Please copy the correct key file to the /config directory on your USB Flash boot device or choose Purchase Key.</p><p>Your Unraid registration key is ineligible for replacement as it has been replaced within the last 12 months.</p>",
"<p>The license key file does not correspond to the USB Flash boot device. Please copy the correct key file to the /config directory on your USB Flash boot device.</p><p>You may also attempt to Purchase or Replace your key.</p>": "<p>The license key file does not correspond to the USB Flash boot device. Please copy the correct key file to the /config directory on your USB Flash boot device.</p><p>You may also attempt to Purchase or Replace your key.</p>",
"Multiple License Keys Present": "Multiple License Keys Present",
"<p>There are multiple license key files present on your USB flash device and none of them correspond to the USB Flash boot device. Please remove all key files, except the one you want to replace, from the /config directory on your USB Flash boot device.</p><p>Alternately you may purchase a license key for this USB flash device.</p><p>If you want to replace one of your license keys with a new key bound to this USB Flash device, please first remove all other key files first.</p>": "<p>There are multiple license key files present on your USB flash device and none of them correspond to the USB Flash boot device. Please remove all key files, except the one you want to replace, from the /config directory on your USB Flash boot device.</p><p>Alternately you may purchase a license key for this USB flash device.</p><p>If you want to replace one of your license keys with a new key bound to this USB Flash device, please first remove all other key files first.</p>",
"Missing key file": "Missing key file",
"<p>Your license key file is corrupted or missing. The key file should be located in the /config directory on your USB Flash boot device.</p><p>You may attempt to recover your key with your Unraid.net account.</p><p>If this was an expired Trial installation, you may purchase a license key.</p>": "<p>Your license key file is corrupted or missing. The key file should be located in the /config directory on your USB Flash boot device.</p><p>You may attempt to recover your key with your Unraid.net account.</p><p>If this was an expired Trial installation, you may purchase a license key.</p>",
"<p>Your license key file is corrupted or missing. The key file should be located in the /config directory on your USB Flash boot device.</p><p>If you do not have a backup copy of your license key file you may attempt to recover your key.</p><p>If this was an expired Trial installation, you may purchase a license key.</p>": "<p>Your license key file is corrupted or missing. The key file should be located in the /config directory on your USB Flash boot device.</p><p>If you do not have a backup copy of your license key file you may attempt to recover your key.</p><p>If this was an expired Trial installation, you may purchase a license key.</p>",
"Invalid installation": "Invalid installation",
"<p>It is not possible to use a Trial key with an existing Unraid OS installation.</p><p>You may purchase a license key corresponding to this USB Flash device to continue using this installation.</p>": "<p>It is not possible to use a Trial key with an existing Unraid OS installation.</p><p>You may purchase a license key corresponding to this USB Flash device to continue using this installation.</p>",
"No USB flash configuration data": "No USB flash configuration data",
"<p>There is a problem with your USB Flash device</p>": "<p>There is a problem with your USB Flash device</p>",
"No Flash": "No Flash",
"Cannot access your USB Flash boot device": "Cannot access your USB Flash boot device",
"<p>There is a physical problem accessing your USB Flash boot device</p>": "<p>There is a physical problem accessing your USB Flash boot device</p>",
"BLACKLISTED": "BLACKLISTED",
"Blacklisted USB Flash GUID": "Blacklisted USB Flash GUID",
"<p>This USB Flash boot device has been blacklisted. This can occur as a result of transferring your license key to a replacement USB Flash device, and you are currently booted from your old USB Flash device.</p><p>A USB Flash device may also be blacklisted if we discover the serial number is not unique this is common with USB card readers.</p>": "<p>This USB Flash boot device has been blacklisted. This can occur as a result of transferring your license key to a replacement USB Flash device, and you are currently booted from your old USB Flash device.</p><p>A USB Flash device may also be blacklisted if we discover the serial number is not unique this is common with USB card readers.</p>",
"USB Flash device error": "USB Flash device error",
"<p>This USB Flash device has an invalid GUID. Please try a different USB Flash device</p>": "<p>This USB Flash device has an invalid GUID. Please try a different USB Flash device</p>",
"USB Flash has no serial number": "USB Flash has no serial number",
"Trial Requires Internet Connection": "Trial Requires Internet Connection",
"Cannot validate Unraid Trial key": "Cannot validate Unraid Trial key",
"<p>Your Trial key requires an internet connection.</p><p><a href='/Settings/NetworkSettings class='underline'>Please check Settings > Network</a></p>": "<p>Your Trial key requires an internet connection.</p><p><a href='/Settings/NetworkSettings class='underline'>Please check Settings > Network</a></p>",
"Stale": "Stale",
"Stale Server": "Stale Server",
"<p>Please refresh the page to ensure you load your latest configuration</p>": "<p>Please refresh the page to ensure you load your latest configuration</p>",
"Invalid API Key": "Invalid API Key",
"Please sign out then sign back in to refresh your API key.": "Please sign out then sign back in to refresh your API key.",
"Invalid API Key Format": "Invalid API Key Format",
"Too Many Devices": "Too Many Devices",
"You have exceeded the number of devices allowed for your license. Please remove a device before adding another.": "You have exceeded the number of devices allowed for your license. Please remove a device before adding another.",
"Unraid Connect Install Failed": "Unraid Connect Install Failed",
"Rebooting will likely solve this.": "Rebooting will likely solve this.",
"SSL certificates for unraid.net deprecated": "SSL certificates for unraid.net deprecated",
"On January 1st, 2023 SSL certificates for unraid.net were deprecated. You MUST provision a new SSL certificate to use our new myunraid.net domain. You can do this on the Settings > Management Access page.": "On January 1st, 2023 SSL certificates for unraid.net were deprecated. You MUST provision a new SSL certificate to use our new myunraid.net domain. You can do this on the Settings > Management Access page.",
"Unraid Connect Error": "Unraid Connect Error",
"Trial Key Creation Failed": "Trial Key Creation Failed",
"Error creatiing a trial key. Please try again later.": "Error creatiing a trial key. Please try again later.",
"Extending your free trial by 15 days": "Extending your free trial by 15 days",
"Please keep this window open": "Please keep this window open",
"Starting your free 30 day trial": "Starting your free 30 day trial",
"Trial Key Created": "Trial Key Created",
"Please wait while the page reloads to install your trial key": "Please wait while the page reloads to install your trial key",
"A Trial key provides all the functionality of an Unleashed Registration key": "A Trial key provides all the functionality of an Unleashed Registration key.",
"Extension Installed": "Extension Installed",
"Recovered": "Recovered",
"Replaced": "Replaced",
"Installing": "Installing",
"Installed": "Installed",
"Install": "Install",
"Failed to {0} {1} Key": "Failed to {0} {1} Key",
"Failed to install key": "Failed to install key",
"Failed to update Connect account configuration": "Failed to update Connect account configuration",
"Fetching & parsing changelog…": "Fetching & parsing changelog…",
"Fix Error": "Fix Error",
"Flash Backup is not available. Navigate to {0}/Main/Settings/Flash to try again then come back to this page.": "Flash Backup is not available. Navigate to {0}/Main/Settings/Flash to try again then come back to this page.",
"Flash GUID Error": "Flash GUID Error",
"Flash GUID required to check replacement status": "Flash GUID required to check replacement status",
"Flash GUID": "Flash GUID",
"Flash Product": "Flash Product",
"Flash Vendor": "Flash Vendor",
"Get a Lifetime Key" : "Get a Lifetime Key",
"Get an overview of your server's state, storage space, apps and VMs status, and more.": "Get an overview of your server's state, storage space, apps and VMs status, and more.",
"Get Started": "Get Started",
"Go to Connect plugin settings": "Go to Connect plugin settings",
"Go to Connect": "Go to Connect",
"Go to Management Access Now": "Go to Management Access Now",
"Go to Settings > Notifications to enable automatic OS update notifications for future releases.": "Go to Settings > Notifications to enable automatic OS update notifications for future releases.",
"Go to Tools > Management Access to activate the Flash Backup feature and ensure your backup is up-to-date.": "Go to Tools > Management Access to activate the Flash Backup feature and ensure your backup is up-to-date.",
"Go to Tools > Management Access to ensure your backup is up-to-date.": "Go to Tools > Management Access to ensure your backup is up-to-date.",
"Go to Tools > Registration to fix": "Go to Tools > Registration to fix",
"Go to Tools > Registration to Learn More": "Go to Tools > Registration to Learn More",
"Go to Tools > Update OS for more options.": "Go to Tools > Update OS for more options.",
"Go to Tools > Update": "Go to Tools > Update",
"hour": "{n} hour | {n} hours",
"I have made a Flash Backup": "I have made a Flash Backup",
"If you are asked to supply logs, please open a support request on our Contact Page and reply to the email message you receive with your logs attached.": "If you are asked to supply logs, please open a support request on our Contact Page and reply to the email message you receive with your logs attached.",
"Ignore this message if you are currently connected via Remote Access or VPN.": "Ignore this message if you are currently connected via Remote Access or VPN.",
"Ignore this release until next reboot": "Ignore this release until next reboot",
"Ignored Releases": "Ignored Releases",
"In the rare event you need to downgrade we ask that you please provide us with Diagnostics so we can investigate your issue.": "In the rare event you need to downgrade we ask that you please provide us with Diagnostics so we can investigate your issue.",
"Ineligible as of {0}": "Ineligible as of {0}",
"Ineligible for feature updates released after {0}": "Ineligible for feature updates released after {0}",
"Ineligible for Unraid OS updates": "Ineligible for Unraid OS updates",
"Ineligible": "Ineligible",
"Install Connect": "Install Connect",
"Install Extended": "Install Extended",
"Install Recovered": "Install Recovered",
"Install Replaced": "Install Replaced",
"Your free Trial key provides all the functionality of an Unleashed Registration key": "Your free Trial key provides all the functionality of an Unleashed Registration key",
"Calculating trial expiration…": "Calculating trial expiration…",
"Signing In": "Signing In",
"Signing Out": "Signing Out",
"Sign In requires the local unraid-api to be running": "Sign In requires the local unraid-api to be running",
"Sign Out requires the local unraid-api to be running": "Sign Out requires the local unraid-api to be running",
"Unraid OS {0} Released": "Unraid OS {0} Released",
"Unraid {0} Update Available": "Unraid {0} Update Available",
"{0} Update Available": "{0} Update Available",
"Unraid OS Update Available": "Unraid OS Update Available",
"Update Unraid OS confirmation required": "Update Unraid OS confirmation required",
"Please confirm the update details below": "Please confirm the update details below",
"Current Version {0}": "Current Version {0}",
"Current Version: Unraid {0}": "Current Version: Unraid {0}",
"New Version: {0}": "New Version: {0}",
"Version: {0}": "Version: {0}",
"This update will require a reboot": "This update will require a reboot",
"Confirm and start update": "Confirm and start update",
"Update Unraid OS": "Update Unraid OS",
"Install Unraid OS {0}": "Install Unraid OS {0}",
"Install": "Install",
"Installed": "Installed",
"Installing Connect": "Installing Connect",
"Installing Extended Trial": "Installing Extended Trial",
"Installing Extended": "Installing Extended",
"Installing Recovered": "Installing Recovered",
"Installing Replaced": "Installing Replaced",
"Installing": "Installing",
"Introducing Unraid Connect": "Introducing Unraid Connect",
"Invalid API Key Format": "Invalid API Key Format",
"Invalid API Key": "Invalid API Key",
"Invalid installation": "Invalid installation",
"It's highly recommended to review the changelog before continuing your update": "It's highly recommended to review the changelog before continuing your update",
"Key ineligible for {0}": "Key ineligible for {0}",
"Key ineligible for future releases": "Key ineligible for future releases",
"Key ineligible for new updates": "Key ineligible for new updates",
"Keyfile required to check replacement status": "Keyfile required to check replacement status",
"LAN IP {0}": "LAN IP {0}",
"LAN IP Copied": "LAN IP Copied",
"LAN IP": "LAN IP",
"Last checked: {0}": "Last checked: {0}",
"Downgrade Unraid OS": "Downgrade Unraid OS",
"Downgrade Unraid OS to {0}": "Downgrade Unraid OS to {0}",
"No downgrade available": "No downgrade available",
"Begin downgrade to {0}": "Begin downgrade to {0}",
"Version available for restore {0}": "Version available for restore {0}",
"check for OS updates": "check for OS updates",
"Check for Prereleases": "Check for Prereleases",
"Receive the latest and greatest for Unraid OS. Whether it new features, security patches, or bug fixes keeping your server up-to-date ensures the best experience that Unraid has to offer.": "Receive the latest and greatest for Unraid OS. Whether it new features, security patches, or bug fixes keeping your server up-to-date ensures the best experience that Unraid has to offer.",
"Check for OS Updates": "Check for OS Updates",
"Checking...": "Checking...",
"View release notes": "View release notes",
"View Changelog for {0}": "View Changelog for {0}",
"View Changelog & Update": "View Changelog & Update",
"{0} Release Notes": "{0} Release Notes",
"Unable to open release notes": "Unable to open release notes",
"Downgrades are only recommended if you're unable to solve a critical issue.": "Downgrades are only recommended if you're unable to solve a critical issue.",
"In the rare event you need to downgrade we ask that you please provide us with Diagnostics so we can investigate your issue.": "In the rare event you need to downgrade we ask that you please provide us with Diagnostics so we can investigate your issue.",
"Download the Diagnostics zip then please open a bug report on our forums with a description of the issue along with your diagnostics.": "Download the Diagnostics zip then please open a bug report on our forums with a description of the issue along with your diagnostics.",
"Reboot Now to Downgrade": "Reboot Now to Downgrade",
"Reboot Now to Update": "Reboot Now to Update",
"Reboot Now to Downgrade to {0}": "Reboot Now to Downgrade to {0}",
"Reboot Now to Update to {0}": "Reboot Now to Update to {0}",
"Reboot Required for Downgrade": "Reboot Required for Downgrade",
"Reboot Required for Update": "Reboot Required for Update",
"Reboot Required for Downgrade to {0}": "Reboot Required for Downgrade to {0}",
"Reboot Required for Update to {0}": "Reboot Required for Update to {0}",
"Updating 3rd party drivers": "Updating 3rd party drivers",
"Update Available": "Update Available",
"Up-to-date": "Up-to-date",
"Open a bug report": "Open a bug report",
"Go to Tools > Update": "Go to Tools > Update",
"A valid keyfile and USB Flash boot device are required to check for OS updates.": "A valid keyfile and USB Flash boot device are required to check for OS updates.",
"Please fix any errors and try again.": "Please fix any errors and try again.",
"Go to Tools > Registration to fix": "Go to Tools > Registration to fix",
"Original release date {0}": "Original release date {0}",
"Registered to": "Registered to",
"Registered on": "Registered on",
"Updates Expire": "Updates Expire",
"Flash GUID": "Flash GUID",
"Flash Vendor": "Flash Vendor",
"Flash Product": "Flash Product",
"Attached Storage Devices": "Attached Storage Devices",
"{0} out of {1} devices": "{0} out of {1} devices",
"{0} out of {1} allowed devices upgrade your key to support more devices": "{0} out of {1} allowed devices upgrade your key to support more devices",
"{0} devices": "{0} devices",
"unlimited": "unlimited",
"Unable to check for OS updates": "Unable to check for OS updates",
"Learn more about the error": "Learn more about the error",
"Learn more and fix": "Learn more and fix",
"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 Unleash your Hardware!": "Let's Unleash your Hardware!",
"License key actions": "License key actions",
"License key type": "License key type",
"OS Update Eligibility Expiration": "OS Update Eligibility Expiration",
"Ineligible for feature updates released after {0}": "Ineligible for feature updates released after {0}",
"Eligible for free feature updates until {0}": "Eligible for free feature updates until {0}",
"Ineligible as of {0}": "Ineligible as of {0}",
"Eligible for free feature updates for {0}": "Eligible for free feature updates for {0}",
"Renew your license key now": "Renew your license key now",
"Extend License to Enable OS Updates": "Extend License to Enable OS Updates",
"Check Eligibility": "Check Eligibility",
"Eligible": "Eligible",
"Ineligible": "Ineligible",
"Flash GUID required to check replacement status": "Flash GUID required to check replacement status",
"Keyfile required to check replacement status": "Keyfile required to check replacement status",
"Unraid {0}": "Unraid {0}",
"OS Update Eligibility": "OS Update Eligibility",
"Transfer License to New Flash": "Transfer License to New Flash",
"Starter": "Starter",
"Unleashed": "Unleashed",
"License Management": "License Management",
"Lifetime": "Lifetime",
"Link Key": "Link Key",
"Linked to Unraid.net account": "Linked to Unraid.net account",
"Loading": "Loading",
"Manage Unraid.net Account in new tab": "Manage Unraid.net Account in new tab",
"Manage Unraid.net Account": "Manage Unraid.net Account",
"Manage your license keys at any time via the My Keys section.": "Manage your license keys at any time via the My Keys section.",
"Manage Your Server Within Connect": "Manage Your Server Within Connect",
"minute": "{n} minute | {n} minutes",
"Missing key file": "Missing key file",
"month": "{n} month | {n} months",
"More options": "More options",
"Multiple License Keys Present": "Multiple License Keys Present",
"Never ever be left without a backup of your config. If you need to change flash drives, generate a backup from Connect and be up and running in minutes.": "Never ever be left without a backup of your config. If you need to change flash drives, generate a backup from Connect and be up and running in minutes.",
"New Version: {0}": "New Version: {0}",
"No downgrade available": "No downgrade available",
"No Flash": "No Flash",
"No Keyfile": "No Keyfile",
"No thanks": "No thanks",
"No USB flash configuration data": "No USB flash configuration data",
"Not Linked": "Not Linked",
"On January 1st, 2023 SSL certificates for unraid.net were deprecated. You MUST provision a new SSL certificate to use our new myunraid.net domain. You can do this on the Settings > Management Access page.": "On January 1st, 2023 SSL certificates for unraid.net were deprecated. You MUST provision a new SSL certificate to use our new myunraid.net domain. You can do this on the Settings > Management Access page.",
"Online Flash Backup": "Online Flash Backup",
"Open a bug report": "Open a bug report",
"Open Dropdown": "Open Dropdown",
"Opens Connect in new tab": "Opens Connect in new tab",
"Original release date {0}": "Original release date {0}",
"OS Update Eligibility Expiration": "OS Update Eligibility Expiration",
"OS Update Eligibility Expired": "OS Update Eligibility Expired",
"OS Update Eligibility": "OS Update Eligibility",
"Pay your annual fee to continue receiving OS updates.": "Pay your annual fee to continue receiving OS updates.",
"Renew Key": "Renew Key",
"A valid GUID is required to check for OS updates.": "A valid GUID is required to check for OS updates.",
"A valid keyfile is required to check for OS updates.": "A valid keyfile is required to check for OS updates.",
"A valid OS version is required to check for OS updates.": "A valid OS version is required to check for OS updates.",
"Your license key's OS update eligibility has expired. Please renew your license key to enable updates released after your expiration date.": "Your license key's OS update eligibility has expired. Please renew your license key to enable updates released after your expiration date.",
"Key ineligible for new updates": "Key ineligible for new updates",
"Ineligible for Unraid OS updates": "Ineligible for Unraid OS updates",
"Learn more and fix": "Learn more and fix",
"Expires at {0}": "Expires at {0}",
"Expires in {0}": "Expires in {0}",
"Expired": "Expired",
"Expired {0}": "Expired {0}",
"Create Flash Backup": "Create Flash Backup",
"Get a Lifetime Key" : "Get a Lifetime Key",
"We recommend backing up your USB Flash Boot Device before starting the update.": "We recommend backing up your USB Flash Boot Device before starting the update.",
"You have already activated the Flash Backup feature via the Unraid Connect plugin.": "You have already activated the Flash Backup feature via the Unraid Connect plugin.",
"Go to Tools > Management Access to ensure your backup is up-to-date.": "Go to Tools > Management Access to ensure your backup is up-to-date.",
"You have not activated the Flash Backup feature via the Unraid Connect plugin.": "You have not activated the Flash Backup feature via the Unraid Connect plugin.",
"Go to Tools > Management Access to activate the Flash Backup feature and ensure your backup is up-to-date.": "Go to Tools > Management Access to activate the Flash Backup feature and ensure your backup is up-to-date.",
"Flash Backup is not available. Navigate to {0}/Main/Settings/Flash to try again then come back to this page.": "Flash Backup is not available. Navigate to {0}/Main/Settings/Flash to try again then come back to this page.",
"Backing up...this may take a few minutes": "Backing up...this may take a few minutes",
"Acklowledge that you have made a Flash Backup to enable this action": "Acklowledge that you have made a Flash Backup to enable this action",
"You can also manually create a new backup by clicking the Create Flash Backup button.": "You can also manually create a new backup by clicking the Create Flash Backup button.",
"You can manually create a backup by clicking the Create Flash Backup button.": "You can manually create a backup by clicking the Create Flash Backup button.",
"I have made a Flash Backup": "I have made a Flash Backup",
"You may still update to releases dated prior to your update expiration date.": "You may still update to releases dated prior to your update expiration date.",
"View Available Updates": "View Available Updates",
"Your license key is not eligible for Unraid OS {0}": "Your license key is not eligible for Unraid OS {0}",
"Unraid {0} Available": "Unraid {0} Available",
"Key ineligible for {0}": "Key ineligible for {0}",
"Up-to-date with eligible releases": "Up-to-date with eligible releases",
"Key ineligible for future releases": "Key ineligible for future releases",
"View Changelog": "View Changelog",
"You are still eligible to access OS updates that were published on or before {1}.": "You are still eligible to access OS updates that were published on or before {1}.",
"Your {0} license included one year of free updates at the time of purchase. You are now eligible to extend your license and access the latest OS updates.": "Your {0} license included one year of free updates at the time of purchase. You are now eligible to extend your license and access the latest OS updates.",
"Your {0} license included one year of free updates at the time of purchase. You are now eligible to extend your license and access the latest OS updates. You are still eligible to access OS updates that were published on or before {1}.": "Your {0} license included one year of free updates at the time of purchase. You are now eligible to extend your license and access the latest OS updates. You are still eligible to access OS updates that were published on or before {1}.",
"Extend License": "Extend License",
"Calculating OS Update Eligibility…": "Calculating OS Update Eligibility…",
"Cancel": "Cancel",
"Unknown error": "Unknown error",
"Performing actions": "Performing actions",
"Please confirm the update details below": "Please confirm the update details below",
"Please finish the initiated downgrade to enable updates.": "Please finish the initiated downgrade to enable updates.",
"Please finish the initiated update to enable a downgrade.": "Please finish the initiated update to enable a downgrade.",
"Download Diagnostics": "Download Diagnostics",
"Requires the local unraid-api to be running successfully": "Requires the local unraid-api to be running successfully",
"Sign In": "Sign In",
"OS Update Eligibility Expired": "OS Update Eligibility Expired",
"Go to Tools > Registration to Learn More": "Go to Tools > Registration to Learn More",
"Installing Extended": "Installing Extended",
"Release requires verification to update": "Release requires verification to update",
"Error Parsing Changelog • {0}": "Error Parsing Changelog • {0}",
"It's highly recommended to review the changelog before continuing your update": "It's highly recommended to review the changelog before continuing your update",
"View Changelog on Docs": "View Changelog on Docs",
"Fetching & parsing changelog…": "Fetching & parsing changelog…",
"View on Docs": "View on Docs",
"Extend License to Update": "Extend License to Update",
"Install Unraid OS {0}": "Install Unraid OS {0}",
"View Changelog to Start Update": "View Changelog to Start Update",
"Unraid OS {0} Update Available": "Unraid OS {0} Update Available",
"Remove": "Remove",
"Remove from ignore list": "Remove from ignore list",
"Ignored Releases": "Ignored Releases",
"Ignore this release until next reboot": "Ignore this release until next reboot",
"Confirm to Install Unraid OS {0}": "Confirm to Install Unraid OS {0}",
"Continue": "Continue",
"Verify to Update": "Verify to Update",
"Release date {0}": "Release date {0}",
"Update Released": "Update Released",
"Go to Tools > Update OS for more options.": "Go to Tools > Update OS for more options.",
"Go to Settings > Notifications to enable automatic OS update notifications for future releases.": "Go to Settings > Notifications to enable automatic OS update notifications for future releases.",
"More options": "More options",
"Unraid OS is up-to-date": "Unraid OS is up-to-date",
"Linked to Unraid.net account": "Linked to Unraid.net account",
"Please fix any errors and try again.": "Please fix any errors and try again.",
"Please keep this window open while we perform some actions": "Please keep this window open while we perform some actions",
"Please keep this window open": "Please keep this window open",
"Please sign out then sign back in to refresh your API key.": "Please sign out then sign back in to refresh your API key.",
"Please wait while the page reloads to install your trial key": "Please wait while the page reloads to install your trial key",
"Plus more on the way": "Plus more on the way",
"Plus": "Plus",
"Pro": "Pro",
"Purchase Key": "Purchase Key",
"Purchase": "Purchase",
"Ready to Install Key": "Ready to Install Key",
"Ready to update Connect account configuration": "Ready to update Connect account configuration",
"Real-time Monitoring": "Real-time Monitoring",
"Reboot Now to Downgrade to {0}": "Reboot Now to Downgrade to {0}",
"Reboot Now to Downgrade": "Reboot Now to Downgrade",
"Reboot Now to Update to {0}": "Reboot Now to Update to {0}",
"Reboot Now to Update": "Reboot Now to Update",
"Reboot Required for Downgrade to {0}": "Reboot Required for Downgrade to {0}",
"Reboot Required for Downgrade": "Reboot Required for Downgrade",
"Reboot Required for Update to {0}": "Reboot Required for Update to {0}",
"Reboot Required for Update": "Reboot Required for Update",
"Rebooting will likely solve this.": "Rebooting will likely solve this.",
"Receive the latest and greatest for Unraid OS. Whether it new features, security patches, or bug fixes keeping your server up-to-date ensures the best experience that Unraid has to offer.": "Receive the latest and greatest for Unraid OS. Whether it new features, security patches, or bug fixes keeping your server up-to-date ensures the best experience that Unraid has to offer.",
"Recover Key": "Recover Key",
"Recovered": "Recovered",
"Redeem Activation Code": "Redeem Activation Code",
"Refresh": "Refresh",
"Registered on": "Registered on",
"Registered to": "Registered to",
"Registration key / USB Flash GUID mismatch": "Registration key / USB Flash GUID mismatch",
"Release date {0}": "Release date {0}",
"Release requires verification to update": "Release requires verification to update",
"Reload Page": "Reload Page",
"Reload": "Reload",
"Remark: Unraid's WAN IPv4 {0} does not match your client's WAN IPv4 {1}.": "Remark: Unraid's WAN IPv4 {0} does not match your client's WAN IPv4 {1}.",
"Remark: your WAN IPv4 is {0}": "Remark: your WAN IPv4 is {0}",
"Remove from ignore list": "Remove from ignore list",
"Remove": "Remove",
"Renew Key": "Renew Key",
"Renew your license key now": "Renew your license key now",
"Replace Key": "Replace Key",
"Replaced": "Replaced",
"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": "{n} second | {n} seconds",
"Server Up Since {0}": "Server Up Since {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.",
"Settings": "Settings",
"Sign In Failed": "Sign In Failed",
"Sign In requires the local unraid-api to be running": "Sign In requires the local unraid-api to be running",
"Sign In to utilize Unraid Connect": "Sign In to utilize Unraid Connect",
"Sign In to your Unraid.net account to get started": "Sign In to your Unraid.net account to get started",
"Sign In with Unraid.net Account": "Sign In with Unraid.net Account",
"Sign In": "Sign In",
"Sign Out Failed": "Sign Out Failed",
"Sign Out of Unraid.net": "Sign Out of Unraid.net",
"Sign Out requires the local unraid-api to be running": "Sign Out requires the local unraid-api to be running",
"Signing in {0}…": "Signing in {0}…",
"Signing In": "Signing In",
"Signing out {0}…": "Signing out {0}…",
"Signing Out": "Signing Out",
"Something went wrong": "Something went wrong",
"SSL certificates for unraid.net deprecated": "SSL certificates for unraid.net deprecated",
"Stale Server": "Stale Server",
"Stale": "Stale",
"Start Free 30 Day Trial": "Start Free 30 Day Trial",
"Starter": "Starter",
"Starting your free 30 day trial": "Starting your free 30 day trial",
"Success!": "Success!",
"Thank you for choosing Unraid OS!": "Thank you for choosing Unraid OS!",
"Thank you for installing Connect!": "Thank you for installing Connect!",
"Thank you for purchasing an Unraid {0} Key!": "Thank you for purchasing an Unraid {0} Key!",
"Thank you for upgrading to an Unraid {0} Key!": "Thank you for upgrading to an Unraid {0} Key!",
"The Connect dashboard links to relevant sections of the webgui, allowing quick access to those settings and server sections.": "The Connect dashboard links to relevant sections of the webgui, allowing quick access to those settings and server sections.",
"The logs may contain sensitive information so do not post them publicly.": "The logs may contain sensitive information so do not post them publicly.",
"The primary method of support for Unraid Connect is through our forums and Discord.": "The primary method of support for Unraid Connect is through our forums and Discord.",
"Then go to Tools > Registration to manually install it": "Then go to Tools > Registration to manually install it",
"This may indicate a complex network that will not work with this Remote Access solution.": "This may indicate a complex network that will not work with this Remote Access solution.",
"This update will require a reboot": "This update will require a reboot",
"Toggle on/off server accessibility with dynamic remote access. Automatically turn on UPnP and open a random WAN port on your router at the click of a button and close off access in seconds.": "Toggle on/off server accessibility with dynamic remote access. Automatically turn on UPnP and open a random WAN port on your router at the click of a button and close off access in seconds.",
"Too Many Devices": "Too Many Devices",
"Transfer License to New Flash": "Transfer License to New Flash",
"Trial Expired, see options below": "Trial Expired, see options below",
"Trial Expired": "Trial Expired",
"Trial Key Created": "Trial Key Created",
"Trial Key Creation Failed": "Trial Key Creation Failed",
"Trial Key Expired {0}": "Trial Key Expired {0}",
"Trial Key Expired at {0}": "Trial Key Expired at {0}",
"Trial Key Expires at {0}": "Trial Key Expires at {0}",
"Trial Key Expires in {0}": "Trial Key Expires in {0}",
"Trial Requires Internet Connection": "Trial Requires Internet Connection",
"Trial": "Trial",
"Unable to check for OS updates": "Unable to check for OS updates",
"Unable to fetch client WAN IPv4": "Unable to fetch client WAN IPv4",
"Unable to open release notes": "Unable to open release notes",
"Unknown error": "Unknown error",
"Unknown": "Unknown",
"Enable update notifications": "Enable update notifications",
"Link Key": "Link Key",
"Not Linked": "Not Linked",
"Learn more and link your key to your account": "Learn more and link your key to your account",
"Cancel {0}": "Cancel {0}"
"Unleashed": "Unleashed",
"unlimited": "unlimited",
"Unraid {0} Available": "Unraid {0} Available",
"Unraid {0} Update Available": "Unraid {0} Update Available",
"Unraid {0}": "Unraid {0}",
"Unraid Connect Error": "Unraid Connect Error",
"Unraid Connect Forums": "Unraid Connect Forums",
"Unraid Connect Install Failed": "Unraid Connect Install Failed",
"Unraid Contact Page": "Unraid Contact Page",
"Unraid Discord": "Unraid Discord",
"Unraid logo animating with a wave like effect": "Unraid logo animating with a wave like effect",
"Unraid OS {0} Released": "Unraid OS {0} Released",
"Unraid OS {0} Update Available": "Unraid OS {0} Update Available",
"Unraid OS is up-to-date": "Unraid OS is up-to-date",
"Unraid OS Update Available": "Unraid OS Update Available",
"unraid-api is offline": "unraid-api is offline",
"Up-to-date with eligible releases": "Up-to-date with eligible releases",
"Up-to-date": "Up-to-date",
"Update Available": "Update Available",
"Update Released": "Update Released",
"Update Unraid OS confirmation required": "Update Unraid OS confirmation required",
"Update Unraid OS": "Update Unraid OS",
"Updates Expire": "Updates Expire",
"Updating 3rd party drivers": "Updating 3rd party drivers",
"Upgrade Key": "Upgrade Key",
"Upgrade": "Upgrade",
"Uptime {0}": "Uptime {0}",
"USB Flash device error": "USB Flash device error",
"USB Flash has no serial number": "USB Flash has no serial number",
"Verify to Update": "Verify to Update",
"Version available for restore {0}": "Version available for restore {0}",
"Version: {0}": "Version: {0}",
"View Available Updates": "View Available Updates",
"View Changelog & Update": "View Changelog & Update",
"View Changelog for {0}": "View Changelog for {0}",
"View Changelog on Docs": "View Changelog on Docs",
"View Changelog to Start Update": "View Changelog to Start Update",
"View Changelog": "View Changelog",
"View on Docs": "View on Docs",
"View release notes": "View release notes",
"We recommend backing up your USB Flash Boot Device before starting the update.": "We recommend backing up your USB Flash Boot Device before starting the update.",
"year": "{n} year | {n} years",
"You are still eligible to access OS updates that were published on or before {1}.": "You are still eligible to access OS updates that were published on or before {1}.",
"You can also manually create a new backup by clicking the Create Flash Backup button.": "You can also manually create a new backup by clicking the Create Flash Backup button.",
"You can manually create a backup by clicking the Create Flash Backup button.": "You can manually create a backup by clicking the Create Flash Backup button.",
"You have already activated the Flash Backup feature via the Unraid Connect plugin.": "You have already activated the Flash Backup feature via the Unraid Connect plugin.",
"You have exceeded the number of devices allowed for your license. Please remove a device before adding another.": "You have exceeded the number of devices allowed for your license. Please remove a device before adding another.",
"You have not activated the Flash Backup feature via the Unraid Connect plugin.": "You have not activated the Flash Backup feature via the Unraid Connect plugin.",
"You may still update to releases dated prior to your update expiration date.": "You may still update to releases dated prior to your update expiration date.",
"You're one step closer to enhancing your Unraid experience": "You're one step closer to enhancing your Unraid experience",
"Your {0} Key has been replaced!": "Your {0} Key has been replaced!",
"Your {0} license included one year of free updates at the time of purchase. You are now eligible to extend your license and access the latest OS updates. You are still eligible to access OS updates that were published on or before {1}.": "Your {0} license included one year of free updates at the time of purchase. You are now eligible to extend your license and access the latest OS updates. You are still eligible to access OS updates that were published on or before {1}.",
"Your {0} license included one year of free updates at the time of purchase. You are now eligible to extend your license and access the latest OS updates.": "Your {0} license included one year of free updates at the time of purchase. You are now eligible to extend your license and access the latest OS updates.",
"Your free Trial key provides all the functionality of an Unleashed Registration key": "Your free Trial key provides all the functionality of an Unleashed Registration key",
"Your license key is not eligible for Unraid OS {0}": "Your license key is not eligible for Unraid OS {0}",
"Your license key's OS update eligibility has expired. Please renew your license key to enable updates released after your expiration date.": "Your license key's OS update eligibility has expired. Please renew your license key to enable updates released after your expiration date.",
"Your Trial has expired": "Your Trial has expired",
"Your Trial key has been extended!": "Your Trial key has been extended!"
}