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 zh-Hans and also have a question #176

Merged
merged 1 commit into from
Feb 12, 2020
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
14 changes: 8 additions & 6 deletions StringDictionary.zh-Hans.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,18 +271,20 @@
<system:String x:Key="AddDrive.AuthAtConnect">在连接时输入账号密码</system:String>

<!-- from 2020.2.2 -->
<system:String x:Key="Message.MountPointFolder.Condition">挂载点文件夹路径仅在基本或动态NTFS卷上的空文件夹上可用。</system:String>
<system:String x:Key="Message.MountPointFolder.Mandatory">要分配文件夹,需要“本地磁盘”公用选项</system:String>
<system:String x:Key="Validation.Hint.FolderUrl">资料夹网址</system:String>
<system:String x:Key="Validation.Hint.FolderUrlID">文件夹URL或ID</system:String>
<system:String x:Key="Message.MountPointFolder.Condition">挂载到文件夹仅在基本或动态NTFS卷上的空文件夹上可用。</system:String>
<system:String x:Key="Message.MountPointFolder.Mandatory">要挂载到文件夹,需要勾选“模拟本地磁盘”选项</system:String>
<system:String x:Key="Validation.Hint.FolderUrl">文件夹路径</system:String>
<system:String x:Key="Validation.Hint.FolderUrlID">文件夹路径或 ID</system:String>

<!-- Question: "The lines for Googledrive and Onedrive are not required to be changed. Please don't make changes."
Should I leave them as English text or Localized text? Why there are already translations here? -->
<system:String x:Key="GoogleDrive.MyDrive">我的云端硬盘</system:String>
<system:String x:Key="GoogleDrive.SharedWithMe">与我共享</system:String>
<system:String x:Key="GoogleDrive.Computers">计算机</system:String>
<system:String x:Key="GoogleDrive.SharedLink">共用連結</system:String>
<system:String x:Key="GoogleDrive.SharedLink">共享链接</system:String>

<system:String x:Key="OneDrive.Files">文件</system:String>
<system:String x:Key="OneDrive.Shared">已共享</system:String>
<system:String x:Key="OneDrive.SharedLink">共用連結</system:String>
<system:String x:Key="OneDrive.SharedLink">共享链接</system:String>

</ResourceDictionary>