Skip to content

Commit

Permalink
Merge pull request #266 from prpjzz/patch-1
Browse files Browse the repository at this point in the history
Update StringDictionary.vi.xaml
  • Loading branch information
Stanly5 authored Apr 1, 2022
2 parents 5c61f48 + 9be934b commit 69f729f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions StringDictionary.vi.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
<!-- from 2020.6 -->
<system:String x:Key="Words.Bandwidth">Băng thông</system:String>
<system:String x:Key="Words.Download">Tải xuống</system:String>
<system:String x:Key="Words.Upload">tải lên</system:String>
<system:String x:Key="Words.Upload">Tải lên</system:String>
<system:String x:Key="Words.Capacity">Dung lượng</system:String>

<!-- from 2020.9 -->
Expand Down Expand Up @@ -327,12 +327,12 @@
<system:String x:Key="Message.FileInUse">Tệp đang được Sử dụng: {0}</system:String>

<!-- from 2022.3 -->
<system:String x:Key="Words.Sort">Sort</system:String>
<system:String x:Key="Words.Sort.None">None</system:String>
<system:String x:Key="Words.Sort.Ascending">Ascending</system:String>
<system:String x:Key="Words.Sort.Descending">Descending</system:String>
<system:String x:Key="Words.VolumeLabel">Volume label</system:String>
<system:String x:Key="Words.DriveLetter">Drive letter</system:String>

<system:String x:Key="Message.IncorrectPassword">The password you entered is not correct. Please try again.</system:String>
<system:String x:Key="Words.Sort">Sắp xếp</system:String>
<system:String x:Key="Words.Sort.None">Không</system:String>
<system:String x:Key="Words.Sort.Ascending">Tăng dần</system:String>
<system:String x:Key="Words.Sort.Descending">Giảm dần</system:String>
<system:String x:Key="Words.VolumeLabel">Tên</system:String>
<system:String x:Key="Words.DriveLetter">Kí tự</system:String>

<system:String x:Key="Message.IncorrectPassword">Mật khẩu bạn nhập không đúng. Vui lòng thử lại. </system:String>
</ResourceDictionary>

0 comments on commit 69f729f

Please sign in to comment.