WEB 网页汉化

This commit is contained in:
mofeng-git
2024-09-10 23:36:22 +08:00
parent 2608241bb6
commit 011c7d8371
13 changed files with 171 additions and 1341 deletions

View File

@@ -25,7 +25,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>PiKVM VNC Info</title>
<title>PiKVM VNC info</title>
<link rel="apple-touch-icon" sizes="180x180" href="/share/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/share/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/share/favicon-16x16.png">
@@ -48,12 +48,12 @@
<div class="start-box">
<div class="start"><a style="display:inline-block; margin-top:4px; color:#5c90bc; text-decoration:none" href="/" i18n="index">&nbsp;&nbsp;&larr;&nbsp;&nbsp; [ One-KVM Index ]</a>
<hr>
<p class="text">This PiKVM device has running <b>kvmd-vnc</b> daemon and provides VNC access to the server.</p>
<p class="text"><b>WARNING!</b> We strongly don't recommend you to use VNC in untrusted networks without
<p class="text" i18n="vnc_text1">This PiKVM device has running <b>kvmd-vnc</b> daemon and provides VNC access to the server.</p>
<p class="text" i18n="vnc_text2"><b>WARNING!</b> We strongly don't recommend you to use VNC in untrusted networks without
enabled X.509 or TLS encryption. Otherwise your passwords are transmitted in a plain text
over the network.
</p>
<p class="text">
<p class="text" i18n="vnc_text3">
Your VNC client must support Tight JPEG compression and password authentication.
<a href="https://tigervnc.org">TigerVNC</a> is a good choice.
On Linux, this client will most likely be available for installation from the repository.