mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 12:28:28 +08:00
首次推出bleachwrt
This commit is contained in:
20
bleachwrt-plus/translations/en.yaml
Normal file
20
bleachwrt-plus/translations/en.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
configuration:
|
||||
virtual_ip:
|
||||
name: "Virtual IP Address"
|
||||
description: "Set the IP address for OpenWrt LAN interface (required)"
|
||||
netmask:
|
||||
name: "Subnet Mask"
|
||||
description: "Set the subnet mask for OpenWrt LAN interface (default: 255.255.255.0)"
|
||||
gateway:
|
||||
name: "Default Gateway"
|
||||
description: "Set the default gateway for OpenWrt LAN interface"
|
||||
enable_forwarding:
|
||||
name: "Enable IP Forwarding"
|
||||
description: "Enable IP forwarding to allow packets to be routed through this device (default: enabled)"
|
||||
log_level:
|
||||
name: "Log Level"
|
||||
description: "Set the log level (default: info)"
|
||||
|
||||
network:
|
||||
80/tcp: "Web management interface port"
|
||||
20
bleachwrt-plus/translations/zh-Hans.yaml
Normal file
20
bleachwrt-plus/translations/zh-Hans.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
configuration:
|
||||
virtual_ip:
|
||||
name: "虚拟IP地址"
|
||||
description: "设置OpenWrt的LAN接口IP地址(必填项)"
|
||||
netmask:
|
||||
name: "子网掩码"
|
||||
description: "设置OpenWrt的LAN接口子网掩码(默认: 255.255.255.0)"
|
||||
gateway:
|
||||
name: "默认网关"
|
||||
description: "设置OpenWrt的LAN接口默认网关"
|
||||
enable_forwarding:
|
||||
name: "启用IP转发"
|
||||
description: "启用IP转发功能,允许数据包通过此设备转发(默认: 启用)"
|
||||
log_level:
|
||||
name: "日志级别"
|
||||
description: "设置日志级别(默认: info)"
|
||||
|
||||
network:
|
||||
80/tcp: "Web管理界面端口"
|
||||
Reference in New Issue
Block a user