Skip to content

Commit de9a8b8

Browse files
committed
chore: 文案
1 parent 44fc56d commit de9a8b8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-store-front-end",
3-
"version": "2.27.1",
3+
"version": "2.27.2",
44
"private": true,
55
"packageManager": "pnpm@11.0.9",
66
"scripts": {

src/locales/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ export default {
621621
"IPv6 Only",
622622
],
623623
cache: ["Enabled", "Disabled"],
624-
customDns: "Custom DNS (one per line; DoH on all platforms; DoT and TCP/UDP DNS additionally in Node.js)",
624+
customDns: "Custom DNS (DoH on all platforms; DoT and TCP/UDP DNS additionally in Node.js)",
625625
customDnsPlaceholder: "One DNS per line: DoH, [udp://]1.1.1.1[:53], tcp://1.1.1.1[:53], or tls://223.5.5.5[:853] (brackets are optional)",
626626
tlsSkipCertVerify: "DoH/DoT Server Certificate",
627627
tlsSkipCertVerifyOptions: ["Verify", "Do Not Verify"],

src/locales/ru.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ export default {
606606
"Включено",
607607
"Отключено"
608608
],
609-
"customDns": "Custom DNS (по одному в строке; DoH на всех платформах; DoT и TCP/UDP DNS дополнительно в Node.js)",
609+
"customDns": "Custom DNS (DoH на всех платформах; DoT и TCP/UDP DNS дополнительно в Node.js)",
610610
"customDnsPlaceholder": "По одному DNS в строке: DoH, [udp://]1.1.1.1[:53], tcp://1.1.1.1[:53] или tls://223.5.5.5[:853] (скобки необязательны)",
611611
"tlsSkipCertVerify": "Сертификат сервера DoH/DoT",
612612
"tlsSkipCertVerifyOptions": ["Проверять", "Не проверять"],

src/locales/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ export default {
653653
types: ['IPv4', 'IPv6'],
654654
filters: ['不过滤', '移除失败', '只保留 IP', '只保留 IPv4', '只保留 IPv6'],
655655
cache: ['启用', '禁用'],
656-
customDns: '自定义 DNS(每行一个; 全平台支持 DoH, Node.js 额外支持 DoT 和 TCP/UDP DNS)',
656+
customDns: '自定义 DNS(全平台支持 DoH, Node.js 额外支持 DoT 和 TCP/UDP DNS)',
657657
customDnsPlaceholder: '每行一个 DNS: DoH 或 [udp://]1.1.1.1[:53] 或 tcp://1.1.1.1[:53] 或 tls://223.5.5.5[:853] (括号内可省略)',
658658
tlsSkipCertVerify: 'DoH/DoT 服务器证书',
659659
tlsSkipCertVerifyOptions: ['验证', '不验证'],

0 commit comments

Comments
 (0)