minor #37557 [Form] Add missing vietnamese translations (jschaedl)

This PR was squashed before being merged into the 3.4 branch.

Discussion
----------

[Form] Add missing vietnamese translations

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets       | - <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License       | MIT
| Doc PR        | - <!-- required for new features -->
<!--
Replace this notice by a short README for your feature/bugfix. This will help people
understand your PR and can be used as a start for the documentation.

Additionally (see https://symfony.com/releases):
 - Always add tests and ensure they pass.
 - Never break backward compatibility (see https://symfony.com/bc).
 - Bug fixes must be submitted against the lowest maintained branch where they apply
   (lowest branches are regularly merged to upper ones so they get the fixes too.)
 - Features and deprecations must be submitted against branch master.
-->

Commits
-------

68e2b34a9f [Form] Add missing vietnamese translations
This commit is contained in:
Nicolas Grekas 2020-07-12 11:41:15 +02:00
commit bff7dfc4df
1 changed files with 97 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<body>
<trans-unit id="28">
<source>This form should not contain extra fields.</source>
<target>Mẫu này không nên chứa trường mở rộng</target>
<target>Mẫu này không nên chứa trường mở rộng.</target>
</trans-unit>
<trans-unit id="29">
<source>The uploaded file was too large. Please try to upload a smaller file.</source>
@ -18,6 +18,102 @@
<source>This value is not a valid HTML5 color.</source>
<target>Giá trị này không phải là màu HTML5 hợp lệ.</target>
</trans-unit>
<trans-unit id="100">
<source>Please enter a valid birthdate.</source>
<target>Vui lòng nhập ngày sinh hợp lệ.</target>
</trans-unit>
<trans-unit id="101">
<source>The selected choice is invalid.</source>
<target>Lựa chọn không hợp lệ.</target>
</trans-unit>
<trans-unit id="102">
<source>The collection is invalid.</source>
<target>Danh sách không hợp lệ.</target>
</trans-unit>
<trans-unit id="103">
<source>Please select a valid color.</source>
<target>Vui lòng chọn một màu hợp lệ.</target>
</trans-unit>
<trans-unit id="104">
<source>Please select a valid country.</source>
<target>Vui lòng chọn đất nước hợp lệ.</target>
</trans-unit>
<trans-unit id="105">
<source>Please select a valid currency.</source>
<target>Vui lòng chọn tiền tệ hợp lệ.</target>
</trans-unit>
<trans-unit id="106">
<source>Please choose a valid date interval.</source>
<target>Vui lòng chọn một khoảng thời gian hợp lệ.</target>
</trans-unit>
<trans-unit id="107">
<source>Please enter a valid date and time.</source>
<target>Vui lòng nhập ngày và thời gian hợp lệ.</target>
</trans-unit>
<trans-unit id="108">
<source>Please enter a valid date.</source>
<target>Vui lòng nhập ngày hợp lệ.</target>
</trans-unit>
<trans-unit id="109">
<source>Please select a valid file.</source>
<target>Vui lòng chọn tệp hợp lệ.</target>
</trans-unit>
<trans-unit id="110">
<source>The hidden field is invalid.</source>
<target>Phạm vi ẩn không hợp lệ.</target>
</trans-unit>
<trans-unit id="111">
<source>Please enter an integer.</source>
<target>Vui lòng nhập một số nguyên.</target>
</trans-unit>
<trans-unit id="112">
<source>Please select a valid language.</source>
<target>Vui lòng chọn ngôn ngữ hợp lệ.</target>
</trans-unit>
<trans-unit id="113">
<source>Please select a valid locale.</source>
<target>Vui lòng chọn miền hợp lệ.</target>
</trans-unit>
<trans-unit id="114">
<source>Please enter a valid money amount.</source>
<target>Vui lòng nhập một khoảng tiền hợp lệ.</target>
</trans-unit>
<trans-unit id="115">
<source>Please enter a number.</source>
<target>Vui lòng nhập một con số.</target>
</trans-unit>
<trans-unit id="116">
<source>The password is invalid.</source>
<target>Mật khẩu không hợp lệ.</target>
</trans-unit>
<trans-unit id="117">
<source>Please enter a percentage value.</source>
<target>Vui lòng nhập một giá trị phần trăm.</target>
</trans-unit>
<trans-unit id="118">
<source>The values do not match.</source>
<target>Các giá trị không phù hợp.</target>
</trans-unit>
<trans-unit id="119">
<source>Please enter a valid time.</source>
<target>Vui lòng nhập thời gian hợp lệ.</target>
</trans-unit>
<trans-unit id="120">
<source>Please select a valid timezone.</source>
<target>Vui lòng chọn múi giờ hợp lệ.</target>
</trans-unit>
<trans-unit id="121">
<source>Please enter a valid URL.</source>
<target>Vui lòng nhập một URL hợp lệ.</target>
</trans-unit>
<trans-unit id="122">
<source>Please enter a valid search term.</source>
<target>Vui lòng nhập chuỗi tìm kiếm hợp lệ.</target>
</trans-unit>
<trans-unit id="123">
<source>Please provide a valid phone number.</source>
<target>Vui lòng cung cấp số điện thoại hợp lệ.</target>
</trans-unit>
</body>
</file>
</xliff>