Fix strings in OnDemandRulesView

This commit is contained in:
世界
2026-02-04 19:03:40 +08:00
parent 1a4990fa51
commit ef6d8d0fb8
2 changed files with 37 additions and 7 deletions
+31 -1
View File
@@ -287,6 +287,26 @@
}
}
},
"Automatically connect or disconnect VPN based on rules." : {
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "根据规则自动连接或断开 VPN 连接。"
}
}
}
},
"Automatically connect VPN on any network." : {
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "在任何网络上自动连接 VPN。"
}
}
}
},
"Browse" : {
"localizations" : {
"zh-Hans" : {
@@ -2798,6 +2818,16 @@
}
}
},
"VPN will not connect automatically." : {
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "VPN 不会自动连接。"
}
}
}
},
"What is QRS" : {
"localizations" : {
"zh-Hans" : {
@@ -2860,4 +2890,4 @@
}
},
"version" : "1.0"
}
}