Change tls tricks settings section name
This commit is contained in:
@@ -197,6 +197,7 @@
|
|||||||
"dns": "DNS Options",
|
"dns": "DNS Options",
|
||||||
"inbound": "Inbound Options",
|
"inbound": "Inbound Options",
|
||||||
"outbound": "Outbound Options",
|
"outbound": "Outbound Options",
|
||||||
|
"tlsTricks": "TLS Tricks",
|
||||||
"misc": "Misc Options"
|
"misc": "Misc Options"
|
||||||
},
|
},
|
||||||
"pageTitle": "Config Options",
|
"pageTitle": "Config Options",
|
||||||
|
|||||||
@@ -197,6 +197,7 @@
|
|||||||
"dns": "تنظیمات DNS",
|
"dns": "تنظیمات DNS",
|
||||||
"inbound": "تنظیمات ورودی",
|
"inbound": "تنظیمات ورودی",
|
||||||
"outbound": "Outbound Options",
|
"outbound": "Outbound Options",
|
||||||
|
"tlsTricks": "TLS Tricks",
|
||||||
"misc": "تنظیمات متفرقه"
|
"misc": "تنظیمات متفرقه"
|
||||||
},
|
},
|
||||||
"pageTitle": "تنظیمات کانفیگ",
|
"pageTitle": "تنظیمات کانفیگ",
|
||||||
|
|||||||
@@ -195,6 +195,7 @@
|
|||||||
"dns": "Параметры DNS",
|
"dns": "Параметры DNS",
|
||||||
"inbound": "Входящие параметры",
|
"inbound": "Входящие параметры",
|
||||||
"outbound": "Outbound Options",
|
"outbound": "Outbound Options",
|
||||||
|
"tlsTricks": "TLS Tricks",
|
||||||
"misc": "Разные параметры"
|
"misc": "Разные параметры"
|
||||||
},
|
},
|
||||||
"pageTitle": "Параметры конфигурации",
|
"pageTitle": "Параметры конфигурации",
|
||||||
|
|||||||
@@ -195,6 +195,7 @@
|
|||||||
"dns": "DNS Seçenekleri",
|
"dns": "DNS Seçenekleri",
|
||||||
"inbound": "Gelen Seçenekler",
|
"inbound": "Gelen Seçenekler",
|
||||||
"outbound": "Outbound Options",
|
"outbound": "Outbound Options",
|
||||||
|
"tlsTricks": "TLS Tricks",
|
||||||
"misc": "Çeşitli Seçenekler"
|
"misc": "Çeşitli Seçenekler"
|
||||||
},
|
},
|
||||||
"pageTitle": "Yapılandırma Seçenekleri",
|
"pageTitle": "Yapılandırma Seçenekleri",
|
||||||
|
|||||||
@@ -195,6 +195,7 @@
|
|||||||
"dns": "DNS 选项",
|
"dns": "DNS 选项",
|
||||||
"inbound": "入站选项",
|
"inbound": "入站选项",
|
||||||
"outbound": "出站选项",
|
"outbound": "出站选项",
|
||||||
|
"tlsTricks": "TLS Tricks",
|
||||||
"misc": "其它选项"
|
"misc": "其它选项"
|
||||||
},
|
},
|
||||||
"pageTitle": "配置选项",
|
"pageTitle": "配置选项",
|
||||||
|
|||||||
@@ -255,7 +255,7 @@ class ConfigOptionsPage extends HookConsumerWidget {
|
|||||||
},
|
},
|
||||||
),
|
),
|
||||||
const SettingsDivider(),
|
const SettingsDivider(),
|
||||||
SettingsSection(t.settings.config.section.outbound),
|
SettingsSection(t.settings.config.section.tlsTricks),
|
||||||
SwitchListTile(
|
SwitchListTile(
|
||||||
title: Text(experimental(t.settings.config.enableTlsFragment)),
|
title: Text(experimental(t.settings.config.enableTlsFragment)),
|
||||||
value: options.enableTlsFragment,
|
value: options.enableTlsFragment,
|
||||||
|
|||||||
Reference in New Issue
Block a user