Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zh-Hans: Add more lines for v1.9.0 #157

Merged
merged 1 commit into from
Nov 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions StringDictionary.zh-Hans.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<system:String x:Key="Message.Title.DeleteDrive">删除文件夹</system:String>

<system:String x:Key="Message.NotSupportNetworkDrive">RaiDrive 不支持网络驱动器.</system:String>
<system:String x:Key="Message.NotSupportRaiDrive">RaiDrive不支持连接该驱动器.</system:String>
<system:String x:Key="Message.NotSupportRaiDrive">RaiDrive 不支持连接该驱动器.</system:String>
<system:String x:Key="Message.Exist">该文件夹已存在.</system:String>
<system:String x:Key="Message.SelectedPath">选择文件夹</system:String>
<system:String x:Key="Message.DuplicatedPath">重复的路径</system:String>
Expand Down Expand Up @@ -264,10 +264,10 @@
<system:String x:Key="Vailidation.StorageAccount">请输入存储账户的名称</system:String>
<system:String x:Key="Vailidation.StorageKey">请输入 key1 或 key2</system:String>

<system:String x:Key="Settings.RegisterToStartup">Register to Startup</system:String>
<system:String x:Key="AddDrive.MountAtStart">Reconnect at program start</system:String>
<system:String x:Key="AddDrive.MountAtBoot">Reconnect at boot</system:String>
<system:String x:Key="AddDrive.MountAtSignIn">软件启动后自动连接</system:String>
<system:String x:Key="Settings.RegisterToStartup">添加到启动项</system:String>
<system:String x:Key="AddDrive.MountAtStart">启动 RaiDrive 后自动连接</system:String>
<system:String x:Key="AddDrive.MountAtBoot">启动 Windows 后自动连接</system:String>
<system:String x:Key="AddDrive.MountAtSignIn">登录 Windows 后自动连接</system:String>
<system:String x:Key="AddDrive.AuthAtConnect">在连接时输入账号密码</system:String>

</ResourceDictionary>