-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Validator] Add missing translations for german and vietnamese #37761
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
Conversation
Q | A |
---|---|
Branch? | 3.4 |
Bug fix? | no |
New feature? | no |
Deprecations? | no |
License | MIT |
@@ -382,6 +382,10 @@ | |||
<source>Each element of this collection should satisfy its own set of constraints.</source> | |||
<target>Mỗi phần tử trong bộ sưu tập này nên thỏa mãn những ràng buộc của nó.</target> | |||
</trans-unit> | |||
<trans-unit id="99"> | |||
<source>This value is not a valid International Securities Identification Number (ISIN).</source> | |||
<target>Giá trị này không phải là International Securities Identification Number (ISIN).</target> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@van2412 Can you please have a look? I am not sure how we should translate "International Securities Identification Number". Thank you :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a Vietnamese person. I think it should be "Giá trị này không phải là Mã số chứng khoán quốc tế (ISIN).". Anyway, let's wait for your friend's response.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@seriquynh This looks good to me. But I suggest adding the translation of "valid" as well. Like Giá trị này không phải là mã số chứng khoán quốc tế (ISIN) hợp lệ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with your translation message.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @seriquynh and @van2412
src/Symfony/Component/Validator/Resources/translations/validators.vi.xlf
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Validator/Resources/translations/validators.vi.xlf
Outdated
Show resolved
Hide resolved
…ors.vi.xlf Co-authored-by: van2412 <68100098+van2412@users.noreply.github.com>
Thank you @jschaedl. |
…namese (jschaedl) This PR was squashed before being merged into the 3.4 branch. Discussion ---------- [Validator] Add missing translations for german and vietnamese | Q | A | ------------- | --- | Branch? | 3.4 <!-- see below --> | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | License | MIT <!-- 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 ------- f4bd34a [Validator] Add missing translations for german and vietnamese