Skip to content

Commit

Permalink
[Validator] Add missing vietnamese translations
Browse files Browse the repository at this point in the history
  • Loading branch information
jschaedl committed Feb 29, 2020
1 parent d8df7b3 commit 7375e1e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Resources/translations/validators.vi.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,18 @@
<source>This password has been leaked in a data breach, it must not be used. Please use another password.</source>
<target>Mật khẩu này đã bị rò rỉ dữ liệu, không được sử dụng nữa. Xin vui lòng sử dụng mật khẩu khác.</target>
</trans-unit>
<trans-unit id="94">
<source>This value should be between {{ min }} and {{ max }}.</source>
<target>Giá trị này nên thuộc giữa {{ min }} và {{ max }}.</target>
</trans-unit>
<trans-unit id="95">
<source>This value is not a valid hostname.</source>
<target>Giá trị này không phải là tên máy chủ hợp lệ.</target>
</trans-unit>
<trans-unit id="96">
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
<target>Số lượng các phần tử trong bộ sưu tập này nên là bội số của {{compared_value}}.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 7375e1e

Please sign in to comment.