8000 minor #30227 Update validators.bg.xlf (LubenZA) · devrck/symfony@2f5b16f · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f5b16f

Browse files
committed
minor symfony#30227 Update validators.bg.xlf (LubenZA)
This PR was squashed before being merged into the 3.4 branch (closes symfony#30227). Discussion ---------- Update validators.bg.xlf Translated 83, 84, & 85 | Q | A | ------------- | --- | Branch? | master for features / 3.4 up to 4.2 for bug fixes <!-- see below --> | Bug fix? | yes | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | symfony#30151 | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> <!-- 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 ------- 4f3bc6b Update validators.bg.xlf
2 parents 320c05f + 4f3bc6b commit 2f5b16f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,22 @@
318318
<source>Error</source>
319319
<target>Грешка</target>
320320
</trans-unit>
321+
<trans-unit id="83">
322+
<source>This is not a valid UUID.</source>
323+
<target>Това не е валиден UUID.</target>
324+
</trans-unit>
325+
<trans-unit id="84">
326+
<source>This value should be a multiple of {{ compared_value }}.</source>
327+
<target>Тази стойност трябва да бъде кратно число на {{ compared_value }}.</target>
328+
</trans-unit>
329+
<trans-unit id="85">
330+
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
331+
<target>Този бизнес идентификационен код (BIC) не е свързана с IBAN {{ iban }}.</target>
332+
</trans-unit>
333+
<trans-unit id="86">
334+
<source>This value should be valid JSON.</source>
335+
<target>Тази стойност трябва да е валидна JSON.</target>
336+
</trans-unit>
321337
</body>
322338
</file>
323339
</xliff>

0 commit comments

Comments
 (0)
0