diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 25fbd97..459e293 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -39,5 +39,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.17.52")] -[assembly: AssemblyFileVersion("1.0.17.52")] +[assembly: AssemblyVersion("1.0.17.53")] +[assembly: AssemblyFileVersion("1.0.17.53")] diff --git a/Resources/lang.zh-CN.Designer.cs b/Resources/lang.zh-CN.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/Resources/lang.zh-CN.resx b/Resources/lang.zh-CN.resx new file mode 100644 index 0000000..22239b8 --- /dev/null +++ b/Resources/lang.zh-CN.resx @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 关于 + + + 好的 + + + 自动开启 + + + 出口 + + + 文件夹 + + + 文件夹为空 + + + 细节 + + + 系统信息 + + + 文件夹无法访问 + + + + + + 日志文件 + + + 重新开始 + + + 无法注册热键。 + + + 取消 + + + 一般的 + + + 热键 + + + 启动时启动 + + + 设置 + + + 帮助/常见问题 + + + SystemTrayMenu + + + 阅读常见问题,然后为 SystemTrayMenu 选择一个根目录。 + + + 警告 + + + 选择文件夹 + + + 您的 SystemTrayMenu 根文件夹不存在或为空! 将一些文件、文件夹或快捷方式放入文件夹或更改根文件夹。 + + + 您无权访问 SystemTrayMenu 的根文件夹。 授予对该文件夹的访问权限或更改根文件夹。 + + + 专家 + + + 单击以打开项目而不是双击 + + + 暗模式始终处于活动状态 + + + 先进的 + + + 出现在鼠标位置 + + + 更改文件夹 + + + 点击 + + + 定制 + + + 黑暗模式 + + + 默认 + + + 如果失去焦点并且鼠标仍在菜单上 + + + 当鼠标在菜单上时,直到菜单打开的毫秒数 + + + 如果在这种情况下鼠标离开菜单,直到菜单关闭的毫秒数 + + + 像素最大菜单宽度 + + + 大小和位置 + + + 保持开放 + + + 菜单打开前的时间 + + + 如果一个项目被点击 + + + 颜色亮模式和暗模式 + + + 默认暗模式 + + + 默认灯光模式 + + + 背景 + + + 打开的文件夹 + + + 打开的文件夹边框 + + + 搜索栏 + + + 所选项目 + + + 所选项目的边框 + + + 标题 + + + 要更改颜色,请粘贴 HTML 颜色代码或双击字段。 + + + 切换到相对文件夹 + + + 在组装位置存储配置 + + + USB + + + 打开装配位置 + + + 像素最大菜单高度 + + \ No newline at end of file diff --git a/SystemTrayMenu.csproj b/SystemTrayMenu.csproj index 89a15ba..cdcd0e5 100644 --- a/SystemTrayMenu.csproj +++ b/SystemTrayMenu.csproj @@ -151,6 +151,11 @@ lang.cs-CZ.resx True True + + + lang.zh-CN.resx + True + True True diff --git a/UserInterface/SettingsForm.cs b/UserInterface/SettingsForm.cs index 9b04642..3eb4863 100644 --- a/UserInterface/SettingsForm.cs +++ b/UserInterface/SettingsForm.cs @@ -131,6 +131,7 @@ namespace SystemTrayMenu.UserInterface new Language() { Name = "Italiano", Value = "it" }, new Language() { Name = "Nederlands", Value = "nl" }, new Language() { Name = "Português (Brasil)", Value = "pt-BR" }, + new Language() { Name = "中文(简体)", Value = "zh-CN" }, // new Language() { Name = "русский", Value = "ru" }, };