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-Hant.xaml #148

Merged
merged 1 commit into from
Oct 18, 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
34 changes: 17 additions & 17 deletions StringDictionary.zh-Hant.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,27 +243,27 @@
<system:String x:Key="Words.Site">網站</system:String>

<!-- from version 1.9.0 -->
<system:String x:Key="Words.Project">Project</system:String>
<system:String x:Key="Words.Bucket">Bucket</system:String>
<system:String x:Key="Words.Tenant">Tenant</system:String>
<system:String x:Key="Words.Subscription">Subscription</system:String>
<system:String x:Key="Words.Community">Community</system:String>
<system:String x:Key="Words.Document">Document</system:String>

<system:String x:Key="Words.Cache">Cache</system:String>
<system:String x:Key="Words.Lifetime">Lifetime</system:String>
<system:String x:Key="Words.Read">Read</system:String>
<system:String x:Key="Words.Write">Write</system:String>
<system:String x:Key="Words.Second">second</system:String>
<system:String x:Key="Words.Project">專案</system:String>
<system:String x:Key="Words.Bucket">貯體</system:String>
<system:String x:Key="Words.Tenant">租用戶</system:String>
<system:String x:Key="Words.Subscription">訂閱</system:String>
<system:String x:Key="Words.Community">社群</system:String>
<system:String x:Key="Words.Document">文件</system:String>

<system:String x:Key="Words.Cache">快取</system:String>
<system:String x:Key="Words.Lifetime">存留時間</system:String>
<system:String x:Key="Words.Read">讀取</system:String>
<system:String x:Key="Words.Write">寫入</system:String>
<system:String x:Key="Words.Second"></system:String>

<system:String x:Key="Account.AccessKeyID">Access Key ID</system:String>
<system:String x:Key="Account.SecretAccessKey">Secret Access Key</system:String>
<system:String x:Key="Vailidation.AccessKeyID">Please enter Access Key ID</system:String>
<system:String x:Key="Vailidation.SecretAccessKey">Please enter Secret Access Key</system:String>
<system:String x:Key="Vailidation.AccessKeyID">請輸入 Access Key ID</system:String>
<system:String x:Key="Vailidation.SecretAccessKey">請輸入 Secret Access Key</system:String>

<system:String x:Key="Account.StorageAccount">Storage Account</system:String>
<system:String x:Key="Account.StorageAccount">儲存體帳戶</system:String>
<system:String x:Key="Account.StorageKey">Key</system:String>
<system:String x:Key="Vailidation.StorageAccount">Please enter Storage account name</system:String>
<system:String x:Key="Vailidation.StorageKey">Please enter key1 or key2</system:String>
<system:String x:Key="Vailidation.StorageAccount">請輸入儲存體帳戶名稱</system:String>
<system:String x:Key="Vailidation.StorageKey">請輸入 key1 key2</system:String>

</ResourceDictionary>