minor #38775 [Validator] Missing Bulgarian translations (kbosilkov)

This PR was merged into the 3.4 branch.

Discussion
----------

[Validator] Missing Bulgarian translations

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #38730
| License       | MIT
| Doc PR        | symfony/symfony-docs#... <!-- required for new features -->

Commits
-------

a9d6549ce9 [Validator] Missing Bulgarian translations #38730
This commit is contained in:
Alexander M. Turek 2020-10-25 19:03:50 +01:00
commit 0345094426

View File

@ -334,6 +334,58 @@
<source>This value should be valid JSON.</source>
<target>Стойността трябва да е валиден JSON.</target>
</trans-unit>
<trans-unit id="87">
<source>This collection should contain only unique elements.</source>
<target>Колекцията трябва да съдържа само уникални елементи.</target>
</trans-unit>
<trans-unit id="88">
<source>This value should be positive.</source>
<target>Стойността трябва да бъде положително число.</target>
</trans-unit>
<trans-unit id="89">
<source>This value should be either positive or zero.</source>
<target>Стойността трябва бъде положително число или нула.</target>
</trans-unit>
<trans-unit id="90">
<source>This value should be negative.</source>
<target>Стойността трябва да бъде отрицателно число.</target>
</trans-unit>
<trans-unit id="91">
<source>This value should be either negative or zero.</source>
<target>Стойността трябва да бъде отрицателно число или нула.</target>
</trans-unit>
<trans-unit id="92">
<source>This value is not a valid timezone.</source>
<target>Стойността не е валидна часова зона.</target>
</trans-unit>
<trans-unit id="93">
<source>This password has been leaked in a data breach, it must not be used. Please use another password.</source>
<target>Тази парола е компрометирана, не трябва да бъде използвана. Моля използвайте друга парола.</target>
</trans-unit>
<trans-unit id="94">
<source>This value should be between {{ min }} and {{ max }}.</source>
<target>Стойността трябва да бъде между {{ min }} и {{ max }}.</target>
</trans-unit>
<trans-unit id="95">
<source>This value is not a valid hostname.</source>
<target>Стойността не е валиден hostname.</target>
</trans-unit>
<trans-unit id="96">
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
<target>Броят на елементите в тази колекция трябва да бъде кратен на {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="97">
<source>This value should satisfy at least one of the following constraints:</source>
<target>Стойността трябва да отговаря на поне едно от следните ограничения:</target>
</trans-unit>
<trans-unit id="98">
<source>Each element of this collection should satisfy its own set of constraints.</source>
<target>Всеки елемент от тази колекция трябва да отговаря на собствения си набор от ограничения.</target>
</trans-unit>
<trans-unit id="99">
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
<target>Стойността не е валиден Международен идентификационен номер на ценни книжа (ISIN).</target>
</trans-unit>
</body>
</file>
</xliff>