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

Update StringDictionary.zh-Hans.xaml #22

Merged
merged 1 commit into from
Aug 18, 2018
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
6 changes: 3 additions & 3 deletions StringDictionary.zh-Hans.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<system:String x:Key="Vailidation.Hint.Port">端口</system:String>
<system:String x:Key="Vailidation.Hint.Path">路径</system:String>
<system:String x:Key="Vailidation.Hint.Email">id@example.com</system:String>
<system:String x:Key="Vailidation.Hint.PrivateKeyPath">你可以选择一个私钥文件</system:String>
<system:String x:Key="Vailidation.Hint.PrivateKeyPath">您可以选择一个私钥文件</system:String>

<system:String x:Key="Button.Yes">是</system:String>
<system:String x:Key="Button.No">否</system:String>
Expand Down Expand Up @@ -108,12 +108,12 @@
<system:String x:Key="Message.Maximum.Drive">在当前版本里,您可以最多建立 8 个驱动器</system:String>
<system:String x:Key="Message.License.Expired">您的授权已过期. 需要您下载新版本. 按 [确定] 进行升级.</system:String>
<system:String x:Key="Message.License.NotReady">RaiDrive 无法验证你的授权信息.</system:String>
<system:String x:Key="Message.UnknownSpace">未知空间</system:String>
<system:String x:Key="Message.UnknownSpace">未知空间容量</system:String>
<system:String x:Key="Message.CurrentVersion">当前版本为 {0}</system:String>
<system:String x:Key="Message.Cache.Folder.NotSupport">您的临时文件夹必须为本地驱动器上的文件夹, 不支持网络驱动器.</system:String>

<system:String x:Key="Message.ErrorRemoteDriveAuth">授权或身份认证失败, 是否重新认证?</system:String>
<system:String x:Key="Message.ErrorRemoteDriveWantRelogin">授权或身份验证失败.是否要重新验证?(如果仍然失败,请删除该磁碟机并重新建立它.)</system:String>
<system:String x:Key="Message.ErrorRemoteDriveWantRelogin">授权或身份验证失败.是否要重新验证?(如果仍然失败,请删除该虚拟驱动器并重新建立它.)</system:String>
<system:String x:Key="Message.ErrorRemoteDriveLimit">已超出下载配额. 下载限额为: {0}.</system:String>
<system:String x:Key="Message.ErrorRemoteDriveRemake">远程服务器的连接方式已改变. 您需要重新登陆.</system:String>
<system:String x:Key="Message.ErrorCacheDiskFull">缓存区存储空间不足. 建议增加或清理存储空间.</system:String>
Expand Down