minor #30512 [Validator] Add the missing translations for the Swedish ("sv") locale (lorceroth)

This PR was merged into the 3.4 branch.

Discussion
----------

[Validator] Add the missing translations for the Swedish ("sv") locale

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

Added the missing translations to the `src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf` file.

Commits
-------

7e9f63da43 [Validator] Add missing translations for Swedish locale
This commit is contained in:
Fabien Potencier 2019-03-11 07:46:08 +01:00
commit 7e8b767204
1 changed files with 16 additions and 0 deletions

View File

@ -318,6 +318,22 @@
<source>Error</source>
<target>Fel</target>
</trans-unit>
<trans-unit id="83">
<source>This is not a valid UUID.</source>
<target>Detta är inte ett giltigt UUID.</target>
</trans-unit>
<trans-unit id="84">
<source>This value should be a multiple of {{ compared_value }}.</source>
<target>Detta värde ska vara en multipel av {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="85">
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
<target>Denna BIC-koden är inte associerad med IBAN {{ iban }}.</target>
</trans-unit>
<trans-unit id="86">
<source>This value should be valid JSON.</source>
<target>Detta värde ska vara giltig JSON.</target>
</trans-unit>
</body>
</file>
</xliff>