mirror of
https://github.com/unraid/webgui.git
synced 2026-01-23 01:50:24 -06:00
@@ -2440,3 +2440,23 @@ Any 3rd party driver installed by a plugin will have a support symbol next to it
|
||||
|
||||
Click the edit button to add/modify/delete any modprobe.d config file in the config/modprobe.d directory on the flash drive.
|
||||
:end
|
||||
|
||||
:console_keyboard_help:
|
||||
Select your default keymap for the local console (not the web Terminal).
|
||||
:end
|
||||
|
||||
:console_screen_help:
|
||||
**Default:** 'Default' will set the blank timeout to 15 minutes and powersave to 60 minutes.
|
||||
|
||||
**Disabled:** 'Disabled' will disable the blank and powersave timeout.
|
||||
|
||||
**All other values:** Will set the blank timout to the selected value and disable the powersave timeout.
|
||||
:end
|
||||
|
||||
:console_bash_help:
|
||||
If set to 'Yes' the bash history will persist reboots, set to 'No' to disable.
|
||||
|
||||
**ATTENTION:** The bash history will be written to the USB Boot device so this will introduce higher wear and tear!
|
||||
|
||||
**Note:** Disabling and Enabling will remove the entire bash history.
|
||||
:end
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#guiSearchBoxSpan{display:inline-block;position:relative;margin:4px 2px 2px 2px;padding:0;text-align:left;height:auto;line-height:normal;font-size:1.3rem}
|
||||
#guiSearchBoxSpan:after{font-family:unraid;content:'\e956';position:absolute;top:1rem;left:1rem;color:#e68a00;z-index:2}
|
||||
#guiSearchBox{width:50rem;border:2px solid #e68a00;border-radius:20px;padding-left:2.8rem;color:#1c1b1b;background-color:#feefb3}
|
||||
#guiSearchBoxSpan:after{font-family:unraid;content:'\e956';position:absolute;top:.8rem;left:1.5rem;font-size:1.3rem}
|
||||
#guiSearchBox{width:50rem;border:none;border-radius:20px;padding-left:4rem;opacity:0.5;invert(100%)}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#guiSearchBoxSpan{display:inline-block;position:relative;margin:4px 2px 2px 2px;padding:0;text-align:left;height:auto;line-height:normal;font-size:1.3rem}
|
||||
#guiSearchBoxSpan:after{font-family:unraid;content:'\e956';position:absolute;top:1rem;left:1rem;color:#e68a00;z-index:2}
|
||||
#guiSearchBox{width:50rem;border:2px solid #e68a00;border-radius:20px;padding-left:2.8rem;color:#1c1b1b;background-color:#feefb3}
|
||||
#guiSearchBoxSpan:after{font-family:unraid;content:'\e956';position:absolute;top:.8rem;left:1.5rem;font-size:1.3rem}
|
||||
#guiSearchBox{width:50rem;border:none;border-radius:20px;padding-left:4rem;opacity:0.5;invert(100%)}
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
* 3a. This is done so that the translation is available to the rest of the Unraid webgui.
|
||||
* 3b. Unfortunately there are numerous "special characters" that aren't allowed in Unraid's translation keys as they're automatically stripped out.
|
||||
* 3c. This means that we have to create a new translation key that is a "safe" version of the translation key used in the web components.
|
||||
* 3d. Special characters that are not allowed are: . ( ) { } [ ] ; ' " < > * /
|
||||
* 3e. There are likely more but I'm unable to find the documentation PDF. Go figure.
|
||||
* 3d. Special characters that are not allowed are: ? { } | & ~ ! [ ] ( ) / : * ^ . " '
|
||||
* 3e. There are likely more but I'm unable to find the documentation PDF - updated list of invalid characters above as mentioned in the language guide document.
|
||||
*
|
||||
* Usage example:
|
||||
* ```
|
||||
@@ -277,7 +277,7 @@ class WebComponentTranslations
|
||||
'Checking...' => _('Checking...'),
|
||||
'View release notes' => _('View release notes'),
|
||||
'View Changelog for {0}' => sprintf(_('View Changelog for %s'), '{0}'),
|
||||
'View Changelog & Update' => _('View Changelog & Update'),
|
||||
'View Changelog Update' => _('View Changelog & Update'),
|
||||
'{0} Release Notes' => sprintf(_('%s Release Notes'), '{0}'),
|
||||
'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.'),
|
||||
|
||||
@@ -185,7 +185,7 @@ foreach ($vms as $vm) {
|
||||
|
||||
$changemedia = "getisoimageboth(\"{$uuid}\",\"hda\",\"{$cdbus}\",\"{$cdfile}\",\"hdb\",\"{$cdbus2}\",\"{$cdfile2}\")";
|
||||
$title = _('Select ISO image');
|
||||
$cdstr = $cdromcount." / 2<a class='hand' title='$title' href='#' onclick='$changemedia'><i class='fa fa-circle-o'></i></a>";
|
||||
$cdstr = $cdromcount." / 2<a class='hand' title='$title' href='#' onclick='$changemedia'> <i class='fa fa-circle-o'></i></a>";
|
||||
echo "<tr parent-id='$i' class='sortable'><td class='vm-name' style='width:220px;padding:8px'><i class='fa fa-arrows-v mover orange-text'></i>";
|
||||
echo "<span class='outer'><span id='vm-$uuid' $menu class='hand'>$image</span><span class='inner'><a href='#' onclick='return toggle_id(\"name-$i\")' title='click for more VM info'>$vm</a><br><i class='fa fa-$shape $status $color'></i><span class='state'>"._($status)." $snapshotstcount</span></span></span></td>";
|
||||
echo "<td>$desc</td>";
|
||||
@@ -247,8 +247,8 @@ foreach ($vms as $vm) {
|
||||
} else {
|
||||
$title = _('Insert CD');
|
||||
$changemedia = "changemedia(\"{$uuid}\",\"{$dev}\",\"{$bus}\",\"--select\")";
|
||||
$disk = _("No CD image inserted in to drive");
|
||||
echo "<tr><td>$disk<a title='$title' href='#' onclick='$changemedia'><i class='fa fa-circle-o'></i></a></td><td></td><td>$bus</td><td>$capacity</td><td>$allocation</td><td>$boot</td></tr>";
|
||||
$disk = _("No CD image inserted into drive");
|
||||
echo "<tr><td>$disk<a title='$title' href='#' onclick='$changemedia'> <i class='fa fa-circle-o'></i></a></td><td></td><td>$bus</td><td>$capacity</td><td>$allocation</td><td>$boot</td></tr>";
|
||||
}
|
||||
}
|
||||
echo "</tbody>";
|
||||
|
||||
@@ -76,9 +76,7 @@ _(Local keyboard layout)_:
|
||||
<?foreach ($keymaps as $keymap => $text) echo mk_option($console['keyboard_layout'], $keymap, $text, (!isset($console['keyboard_layout']) && $keymap == 'us' ? 'selected' : ''))?>
|
||||
</select>
|
||||
|
||||
<blockquote class="inline_help">
|
||||
<p>Select your default keymap for the local console (not the web Terminal).<br/></p>
|
||||
</blockquote>
|
||||
:console_keyboard_help:
|
||||
|
||||
_(Local screen blank time)_:
|
||||
: <select name="screen_blank" class="narrow">
|
||||
@@ -87,11 +85,7 @@ _(Local screen blank time)_:
|
||||
<?php foreach ($minutes as $minute) echo mk_option($console['screen_blank'], $minute, $minute, ($console['screen_blank'] == $minute) ? 'selected' : ''); ?>
|
||||
</select> _(minutes)_
|
||||
|
||||
<blockquote class="inline_help">
|
||||
<p><b>Default:</b> 'Default' will set the blank timeout to 15 minutes and powersave to 60 minutes.<br/>
|
||||
<b>Disabled:</b> 'Disabled' will disable the blank and powersave timeout.<br/>
|
||||
<b>All other values:</b> Will set the blank timout to the selected value and disable the powersave timeout.</p>
|
||||
</blockquote>
|
||||
:console_screen_help:
|
||||
|
||||
_(Persistent Bash History)_:
|
||||
: <select name="persist_bash_history" class="narrow">
|
||||
@@ -99,9 +93,7 @@ _(Persistent Bash History)_:
|
||||
<?=mk_option($console['persist_bash_history'], "1", _('Enabled'))?>
|
||||
</select>
|
||||
|
||||
<blockquote class="inline_help">
|
||||
<p>If set to 'Yes' the bash history will persist reboots, set to 'No' to disable.<br/><b>ATTENTION:</b> The bash history will be written to the USB Boot device so this will introduce higher wear and tear!<br/><b>Note:</b> Disabling and Enabling will remove the entire bash history.</p>
|
||||
</blockquote>
|
||||
:console_bash_help:
|
||||
|
||||
|
||||
: <input type="submit" name="#apply" value="_(Apply)_" disabled><input type="button" value="_(Done)_" onclick="done()">
|
||||
|
||||
Reference in New Issue
Block a user