Change tls tricks settings section name

This commit is contained in:
problematicconsumer
2024-01-01 16:37:01 +03:30
parent 8fd75aa4a3
commit ec957cc88b
6 changed files with 6 additions and 1 deletions

View File

@@ -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",

View File

@@ -197,6 +197,7 @@
"dns": "تنظیمات DNS", "dns": "تنظیمات DNS",
"inbound": "تنظیمات ورودی", "inbound": "تنظیمات ورودی",
"outbound": "Outbound Options", "outbound": "Outbound Options",
"tlsTricks": "TLS Tricks",
"misc": "تنظیمات متفرقه" "misc": "تنظیمات متفرقه"
}, },
"pageTitle": "تنظیمات کانفیگ", "pageTitle": "تنظیمات کانفیگ",

View File

@@ -195,6 +195,7 @@
"dns": "Параметры DNS", "dns": "Параметры DNS",
"inbound": "Входящие параметры", "inbound": "Входящие параметры",
"outbound": "Outbound Options", "outbound": "Outbound Options",
"tlsTricks": "TLS Tricks",
"misc": "Разные параметры" "misc": "Разные параметры"
}, },
"pageTitle": "Параметры конфигурации", "pageTitle": "Параметры конфигурации",

View File

@@ -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",

View File

@@ -195,6 +195,7 @@
"dns": "DNS 选项", "dns": "DNS 选项",
"inbound": "入站选项", "inbound": "入站选项",
"outbound": "出站选项", "outbound": "出站选项",
"tlsTricks": "TLS Tricks",
"misc": "其它选项" "misc": "其它选项"
}, },
"pageTitle": "配置选项", "pageTitle": "配置选项",

View File

@@ -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,