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:
Vincent Li
2025-07-09 00:08:27 +00:00
parent 557fc6ec81
commit 8462438396
3 changed files with 5 additions and 3 deletions

View File

@@ -3136,6 +3136,7 @@
'wg edit host-to-net peer' => 'Edit Host-To-Net Peer',
'wg edit net-to-net peer' => 'Edit Net-To-Net Peer',
'wg edit peer' => 'Edit Peer',
'wg endpoint' => 'Endpoint',
'wg host to net client settings' => 'Host-To-Net Client Settings',
'wg import peer' => 'Import Peer',
'wg invalid client dns' => 'Invalid client DNS address',

View File

@@ -3083,6 +3083,7 @@
'wg edit host-to-net peer' => '编辑主机对网络节点',
'wg edit net-to-net peer' => '编辑网络对网络节点',
'wg edit peer' => '编辑节点',
'wg endpoint' => '服务器节点',
'wg host to net client settings' => '主机对网络客户端设置',
'wg import peer' => '导入节点',
'wg invalid client dns' => '无效的客户端DNS地址',