mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
langs: add wireguard endpoint translation
add endpoint translation for wireguard so not to mix with others. Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
@@ -805,7 +805,7 @@ MAIN:
|
|||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>$Lang::tr{'endpoint'}</td>
|
<td>$Lang::tr{'wg endpoint'}</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="ENDPOINT" value="$Wireguard::settings{'ENDPOINT'}" placeholder="$General::mainsettings{'HOSTNAME'}.$General::mainsettings{'DOMAINNAME'}" />
|
<input type="text" name="ENDPOINT" value="$Wireguard::settings{'ENDPOINT'}" placeholder="$General::mainsettings{'HOSTNAME'}.$General::mainsettings{'DOMAINNAME'}" />
|
||||||
</td>
|
</td>
|
||||||
@@ -1226,7 +1226,7 @@ CREATENET:
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h6>$Lang::tr{'endpoint'}</h6>
|
<h6>$Lang::tr{'wg endpoint'}</h6>
|
||||||
|
|
||||||
<table class="form">
|
<table class="form">
|
||||||
<tr>
|
<tr>
|
||||||
@@ -1338,7 +1338,7 @@ EDITNET:
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h6>$Lang::tr{'endpoint'}</h6>
|
<h6>$Lang::tr{'wg endpoint'}</h6>
|
||||||
|
|
||||||
<table class="form">
|
<table class="form">
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -3136,6 +3136,7 @@
|
|||||||
'wg edit host-to-net peer' => 'Edit Host-To-Net Peer',
|
'wg edit host-to-net peer' => 'Edit Host-To-Net Peer',
|
||||||
'wg edit net-to-net peer' => 'Edit Net-To-Net Peer',
|
'wg edit net-to-net peer' => 'Edit Net-To-Net Peer',
|
||||||
'wg edit peer' => 'Edit Peer',
|
'wg edit peer' => 'Edit Peer',
|
||||||
|
'wg endpoint' => 'Endpoint',
|
||||||
'wg host to net client settings' => 'Host-To-Net Client Settings',
|
'wg host to net client settings' => 'Host-To-Net Client Settings',
|
||||||
'wg import peer' => 'Import Peer',
|
'wg import peer' => 'Import Peer',
|
||||||
'wg invalid client dns' => 'Invalid client DNS address',
|
'wg invalid client dns' => 'Invalid client DNS address',
|
||||||
|
|||||||
@@ -3083,6 +3083,7 @@
|
|||||||
'wg edit host-to-net peer' => '编辑主机对网络节点',
|
'wg edit host-to-net peer' => '编辑主机对网络节点',
|
||||||
'wg edit net-to-net peer' => '编辑网络对网络节点',
|
'wg edit net-to-net peer' => '编辑网络对网络节点',
|
||||||
'wg edit peer' => '编辑节点',
|
'wg edit peer' => '编辑节点',
|
||||||
|
'wg endpoint' => '服务器节点',
|
||||||
'wg host to net client settings' => '主机对网络客户端设置',
|
'wg host to net client settings' => '主机对网络客户端设置',
|
||||||
'wg import peer' => '导入节点',
|
'wg import peer' => '导入节点',
|
||||||
'wg invalid client dns' => '无效的客户端DNS地址',
|
'wg invalid client dns' => '无效的客户端DNS地址',
|
||||||
|
|||||||
Reference in New Issue
Block a user