minor #30940 [Validator] Translate unique collection message to Hungarian (1ed)

This PR was merged into the 3.4 branch.

Discussion
----------

[Validator] Translate unique collection message to Hungarian

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

<!--
Write a short README entry for your feature/bugfix here (replace this comment block.)
This will help people understand your PR and can be used as a start of the Doc PR.
Additionally:
 - Bug fixes must be submitted against the lowest 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 the master branch.
-->

Commits
-------

6a732dc031 [Validator] Translate unique collection message to Hungarian
This commit is contained in:
Fabien Potencier 2019-04-07 10:48:21 +02:00
commit 95d46c25f7
1 changed files with 4 additions and 0 deletions

View File

@ -334,6 +334,10 @@
<source>This value should be valid JSON.</source>
<target>Ez az érték érvényes JSON kell, hogy legyen.</target>
</trans-unit>
<trans-unit id="87">
<source>This collection should contain only unique elements.</source>
<target>Ez a gyűjtemény csak egyedi elemeket tartalmazhat.</target>
</trans-unit>
</body>
</file>
</xliff>