You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add gateway validation message to translations
Added new validation message "Only one gateway is allowed" to network
configuration interface
This message will be displayed when users attempt to configure multiple
gateways which is not permitted
The message has been added to both IPv4 and IPv6 configuration sections
across all supported languages
Translation files have been updated with proper XML formatting and
encoding declarations
Chinese translations (Simplified, Traditional, Hong Kong, Taiwan) have
been completed while other languages remain unfinished
Log: Added gateway validation error message for network configuration
Influence:
1. Test network configuration with multiple gateways to see the new
error message
2. Verify the message appears in both IPv4 and IPv6 settings
3. Check that the message displays correctly in different language
environments
4. Test that existing network configurations remain unaffected
5. Validate that single gateway configurations work normally without
errors
feat: 为翻译添加网关验证消息
在网络配置界面新增"只允许一个网关"的验证消息
当用户尝试配置多个不被允许的网关时将显示此消息
该消息已添加到所有支持语言的IPv4和IPv6配置部分
翻译文件已更新为正确的XML格式和编码声明
中文翻译(简体、繁体、香港、台湾)已完成,其他语言仍为未完成状态
Log: 新增网络配置网关验证错误消息
Influence:
1. 测试配置多个网关时是否显示新的错误消息
2. 验证消息在IPv4和IPv6设置中都能正确显示
3. 检查不同语言环境下消息显示是否正确
4. 测试现有网络配置是否不受影响
5. 验证单个网关配置能否正常工作且不报错
<translationtype="unfinished">Conflicto de IP</translation>
29
31
</message>
30
32
<message>
31
33
<source>Connecting</source>
32
-
<translationtype="unfinished"/>
34
+
<translationtype="unfinished"></translation>
33
35
</message>
34
36
<message>
35
37
<source>Obtaining address</source>
36
-
<translationtype="unfinished"/>
38
+
<translationtype="unfinished"></translation>
37
39
</message>
38
40
<message>
39
41
<source>Authenticating</source>
40
-
<translationtype="unfinished"/>
42
+
<translationtype="unfinished"></translation>
41
43
</message>
42
44
<message>
43
45
<source>Disconnected</source>
44
-
<translationtype="unfinished"/>
46
+
<translationtype="unfinished"></translation>
45
47
</message>
46
48
</context>
47
49
<context>
@@ -173,7 +175,7 @@
173
175
</message>
174
176
<message>
175
177
<source>%1 Network Properties</source>
176
-
<translationtype="unfinished"/>
178
+
<translationtype="unfinished"></translation>
177
179
</message>
178
180
</context>
179
181
<context>
@@ -295,7 +297,7 @@
295
297
</message>
296
298
<message>
297
299
<source>Enable <a style='text-decoration: none;' href='network'>Wireless Network Adapter</a> first if you want to use the personal hotspot.</source>
0 commit comments