minor #30673 [Validator] Translate JSON message to Hungarian (1ed)

This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes #30673).

Discussion
----------

[Validator] Translate JSON message to Hungarian

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Adding the missing Hungarian translation for JSON validator message.

Commits
-------

727e8891f3 [Validator] Translate JSON message to Hungarian
This commit is contained in:
Fabien Potencier 2019-03-25 07:31:45 +01:00
commit d8c861d3f0
1 changed files with 4 additions and 0 deletions

View File

@ -330,6 +330,10 @@
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
<target>Ez a Bankazonosító kód (BIC) nem kapcsolódik az IBAN kódhoz ({{ iban }}).</target>
</trans-unit>
<trans-unit id="86">
<source>This value should be valid JSON.</source>
<target>Ez az érték érvényes JSON kell, hogy legyen.</target>
</trans-unit>
</body>
</file>
</xliff>