initial commit of file from CVS for smeserver-wireguard on Sat Sep 7 16:45:37 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 16:45:37 +10:00
parent 224708b82c
commit b7eed5fe86
69 changed files with 9053 additions and 2 deletions

View File

@@ -0,0 +1,253 @@
<lexicon lang="zh-cn">
<entry>
<base>WIREGUARD_TITLE</base>
<trans>Wireguard 面板</trans>
</entry>
<entry>
<base>FORM_TITLE</base>
<trans>Wireguard</trans>
</entry>
<entry>
<base>DESC_MAIN_PAGE</base>
<trans>Welcome to the wireguard panel. You can edit the configuration before creating any client, have a quick look on active connections, and manage clients.</trans>
</entry>
<entry>
<base>LABEL_CONFIG</base>
<trans>Here is the main service configuration and status with active clients.</trans>
</entry>
<entry>
<base>EDIT_CONFIG</base>
<trans>编辑配置</trans>
</entry>
<entry>
<base>PUBLIC_KEY</base>
<trans>公钥</trans>
</entry>
<entry>
<base>IP</base>
<trans>IP</trans>
</entry>
<entry>
<base>PORT</base>
<trans>端口</trans>
</entry>
<entry>
<base>INFO</base>
<trans>信息</trans>
</entry>
<entry>
<base>ENDPOINT</base>
<trans>Remote IP</trans>
</entry>
<entry>
<base>VPN_IP</base>
<trans>Internal IP</trans>
</entry>
<entry>
<base>LATEST_HANDSHAKE</base>
<trans>Last handshake</trans>
</entry>
<entry>
<base>RECEIVED</base>
<trans>Received</trans>
</entry>
<entry>
<base>SENT</base>
<trans>Sent</trans>
</entry>
<entry>
<base>KEEPALIVE</base>
<trans>Keep alive</trans>
</entry>
<entry>
<base>LABEL_CLIENTS</base>
<trans>Here is the list of configured clients, You can access their configuration sample or easy configuration QR Code, alter their configuration, remove them or create new clients.</trans>
</entry>
<entry>
<base>ADD_CLIENT</base>
<trans>配置新客户端</trans>
</entry>
<entry>
<base>CONF_NAME</base>
<trans>Dedicated IP</trans>
</entry>
<entry>
<base>USER</base>
<trans>Associated User</trans>
</entry>
<entry>
<base>DESC_MOD_CONFIG_PAGE</base>
<trans>Here you can alter the configuration. Be carefull, you can not alter the IP, subnet, private and public keys after you have created clients. The reason is that configured client will also need to be modified if yo do so.</trans>
</entry>
<entry>
<base>DESC_IP_ACC_WIREGUARD</base>
<trans>Wireguard 服务器 IP.</trans>
</entry>
<entry>
<base>INFO_IP_WIREGUARD</base>
<trans>IP</trans>
</entry>
<entry>
<base>DESC_MASK_WIREGUARD</base>
<trans>VPN 网络的掩码 (比如: 22).</trans>
</entry>
<entry>
<base>INFO_MASK_WIREGUARD</base>
<trans>掩码</trans>
</entry>
<entry>
<base>DESC_PRIVATE_CONFIG</base>
<trans>服务器私钥, 如果留空则会自动创建.</trans>
</entry>
<entry>
<base>LABEL_PRIVATE</base>
<trans>私钥</trans>
</entry>
<entry>
<base>DESC_PUBLIC_CONFIG</base>
<trans>公钥.</trans>
</entry>
<entry>
<base>LABEL_PUBLIC</base>
<trans>公钥</trans>
</entry>
<entry>
<base>DESC_STATUS</base>
<trans>服务状态.</trans>
</entry>
<entry>
<base>LABEL_STATUS</base>
<trans>状态</trans>
</entry>
<entry>
<base>DESC_ADD_CLIENT_PAGE</base>
<trans>To create a new client. please select user and add information to identify the purpose of this client. The first available IP will be associated and a private/public key pair will be generated for you.</trans>
</entry>
<entry>
<base>DESC_SELECT_ACCOUNT</base>
<trans>Select the associated user account to the wireguard client</trans>
</entry>
<entry>
<base>SELECT_ACCOUNT</base>
<trans>账号</trans>
</entry>
<entry>
<base>DESC_INFO_ACC_WIREGUARD</base>
<trans>Fill a short description to remember what is the purpose of this client, as a user could have multiple clients.</trans>
</entry>
<entry>
<base>INFO_ACC_WIREGUARD</base>
<trans>信息</trans>
</entry>
<entry>
<base>DESC_DISPLAY_QR_PAGE</base>
<trans>You can copy paste this specific configuration to your client computer, or scan the QR code with your phone to configure your client.</trans>
</entry>
<entry>
<base>DESC_MODIFY_CLIENT_PAGE</base>
<trans>You can alter the configuration of the client. Note that providing the private key is not required if you want to keep it secret from the admin, but you will not be able to use the QR code to configure your client and will have to add it manually.</trans>
</entry>
<entry>
<base>QRCODE</base>
<trans>显示配置</trans>
</entry>
<entry>
<base>DESC_CONF_NAME</base>
<trans>Dedicated IP associated with this client. It is also its primary identity.</trans>
</entry>
<entry>
<base>DESC_PRIVATE</base>
<trans>Private key for this client, one is generated for easy access, but you can provide yours, or leave it blank, it is only needed to use the scan and configure QR code.</trans>
</entry>
<entry>
<base>DESC_PUBLIC</base>
<trans>Public key is generated from private key, you can provide yours, it is mandatory to be able to connect the client.</trans>
</entry>
<entry>
<base>DESC_ALLOWEDIPS</base>
<trans>You can manually provide the IP blocks that will be redirected through the VPN. This can be configured later on the client, but is provided to ease configuration with QR code. See wireguard man page for syntax. Leave it blank for all traffic to be redirected.</trans>
</entry>
<entry>
<base>LABEL_ALLOWEDIPS</base>
<trans>Allowed IPs</trans>
</entry>
<entry>
<base>DESC_REMOVE_CLIENT</base>
<trans>是否删除该客户端?</trans>
</entry>
<entry>
<base>ERROR_FIELD_CONTENT</base>
<trans>You must provide a user and information to create a new client.</trans>
</entry>
<entry>
<base>ERROR_WRONG_ACCT_TYPE</base>
<trans>The associated account shoult be a user or admin account.</trans>
</entry>
<entry>
<base>ERROR_OCCURED</base>
<trans>出错了</trans>
</entry>
<entry>
<base>CLIENTS_ALREADY_CONFIGURED</base>
<trans>You can not alter the server ip, mask, private and public key as there are already some clients configured.</trans>
</entry>
<entry>
<base>NO_CONF</base>
<trans>No configured client</trans>
</entry>
<entry>
<base>INTERFACE</base>
<trans>网卡</trans>
</entry>
</lexicon>