From 5a2189544231b808fae7707d54f4ab557edcd208 Mon Sep 17 00:00:00 2001 From: next-autumn Date: Fri, 30 Apr 2021 11:33:58 +0800 Subject: [PATCH] add english --- ProxySU_Core/Resources/Languages/en.xaml | 48 ++++++++++++++++ ProxySU_Core/Resources/Languages/zh_cn.xaml | 56 ++++++++++++++++++- ProxySU_Core/Views/MainWindow.xaml | 46 +++++++++------ .../Views/RecordEditor/XrayEditorControl.xaml | 50 ++++++++--------- ProxySU_Core/Views/TerminalWindow.xaml | 54 +++++++++--------- 5 files changed, 184 insertions(+), 70 deletions(-) diff --git a/ProxySU_Core/Resources/Languages/en.xaml b/ProxySU_Core/Resources/Languages/en.xaml index 3e36922..6c0a77f 100644 --- a/ProxySU_Core/Resources/Languages/en.xaml +++ b/ProxySU_Core/Resources/Languages/en.xaml @@ -2,6 +2,8 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib"> Deployment + Readme + Language Chinese English @@ -9,6 +11,7 @@ Add Host Configuration Subscription + Random @@ -62,6 +65,51 @@ Please enter port Please enter proxy host Please enter proxy port + + + VLESS over TCP With XTLS Preferred + VLESS over TCP with TLS XTLS is Preferred + VLESS over WS with TLS Support CDN + "VLESS mKCP low delay + VMESS over WS with TLS Support CDN + VMESS mKCP low delay + ShadowSocks Support CDN + Trojan over TCP with TLS Trojan + + Address + GuiseHost + UUID + VLESS WS Path + VLESS KCP Seed + VLESS KCP Type + VLESS KCP Port + VMESS WS Path + VMESS KCP Seed + VMESS KCP Type + VMESS KCP Port + SS Pwd + SS Method + Trojan Pwd + xray Port + default port is 443 + Console + xray/settings + Install + UpdateSettings + UpdateXray + UninstallXray + + cert/web + UpdateCert + UploadSelfCert + UploadWebite + UninstallCaddy + + Install: Finally output "please enjoy" to indicate completion, go to [Configuration] or [Config] to view the node + Update Settings: After modifying the node configuration information, there is no need to reinstall, this function can update the configuration + Update Cert: The certificate is automatically updated by default, but it is not guaranteed to be updated successfully. If it fails, please use [Update Cert] to update manually + Upload website: Disguise the website, the correct static webpage must have an index.html file (please check), and then upload the website compressed package. + The following is a static web page connection provided by netizens, please check whether there is an index.html file by yourself \ No newline at end of file diff --git a/ProxySU_Core/Resources/Languages/zh_cn.xaml b/ProxySU_Core/Resources/Languages/zh_cn.xaml index 168e8ae..d33463a 100644 --- a/ProxySU_Core/Resources/Languages/zh_cn.xaml +++ b/ProxySU_Core/Resources/Languages/zh_cn.xaml @@ -2,6 +2,8 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib"> 应用布署 + 说明文档 + 语言 中文 英文 @@ -9,6 +11,7 @@ 添加主机 导出配置 导出订阅 + 随机 选择 @@ -21,6 +24,7 @@ 查看配置 编辑 删除 + 连接 安装 @@ -32,7 +36,6 @@ 提示 错误 - 服务器管理 连接 @@ -59,6 +62,55 @@ 请输入端口号 请输入代理地址 请输入代理端口号 + + VLESS Over TCP With XTLS 性能数倍,首选方式。 + VLESS over TCP with TLS 仍推荐XTLS。 + VLESS over WS with TLS 推荐,支持CDN。 + "VLESS mKCP 游戏推荐,延迟低。 + VMESS over WS with TLS 推荐,支持CDN。 + VMESS mKCP 游戏推荐,延迟低。 + ShadowSocks SS,支持udp。 + Trojan over TCP with TLS Trojan。 - + + 域名 + 伪装域名 + UUID + VLESS WS路径 + VLESS KCP Seed + VLESS KCP伪装 + VLESS KCP端口 + VMESS WS路径 + VMESS KCP Seed + VMESS KCP伪装 + VMESS KCP端口 + SS密码 + SS加密方式 + Trojan密码 + xray端口 + 默认端口443,不建议修改 + + + + + 控制台 + 内核/配置 + 一键安装 + 更新配置 + 更新xray内核 + 卸载代理 + + 证书/网站 + 续签证书 + 上传自有证书 + 上传网站 + 卸载Caddy + + 一键安装: 最后输出 “请尽情享用” 表示完成,到[查看配置]或[导出配置]查看节点 + 更新配置: 修改节点配置信息后,不需要重新安装,这个功能就可以更新配置了 + 续签证书: 证书默认是自动续签,但不保证都能续签成功,如果失败请用[续签证书]手动续签 + 上传网站: 伪装网站,正确的静态网页要有index.html文件(请检查),然后将网站压缩包上传。 + 如下是网友提供的静态网页连接,请自行检查是否有index.html文件 + + \ No newline at end of file diff --git a/ProxySU_Core/Views/MainWindow.xaml b/ProxySU_Core/Views/MainWindow.xaml index c8d2c11..8df99fb 100644 --- a/ProxySU_Core/Views/MainWindow.xaml +++ b/ProxySU_Core/Views/MainWindow.xaml @@ -89,25 +89,37 @@ Width="1000" AutoGenerateColumns="False"> - - - - - + Width="80"> + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -132,7 +144,7 @@ Height="40" FontSize="15" Style="{StaticResource MaterialDesignNavigationRailTabItem}" - Header="说明文档"> + Header="{DynamicResource TabItemHeaderReadme}"> diff --git a/ProxySU_Core/Views/RecordEditor/XrayEditorControl.xaml b/ProxySU_Core/Views/RecordEditor/XrayEditorControl.xaml index 75b9e21..ce10fe6 100644 --- a/ProxySU_Core/Views/RecordEditor/XrayEditorControl.xaml +++ b/ProxySU_Core/Views/RecordEditor/XrayEditorControl.xaml @@ -17,21 +17,21 @@ - - - @@ -39,7 +39,7 @@ Foreground="LimeGreen" Style="{StaticResource MahApps.Styles.CheckBox}" IsChecked="{Binding Path=Settings.Checked_VLESS_KCP}"> - @@ -139,7 +139,7 @@ Binding Path=Settings.Checked_VLESS_KCP, Converter={StaticResource VisibleConverter} }"> - @@ -150,7 +150,7 @@ Converter={StaticResource VisibleConverter} }" Orientation="Horizontal"> -