Skip to content

Commit cf7ac8b

Browse files
Merge branch '4.2'
* 4.2: [Cache] Only delete one key at a time when on Predis + Cluster [Validator] Add missing translations for Swedish locale [Process] fix using argument $php of new PhpProcess() [Routing] removed a useless var [Routing] Fixed XML options resolution
2 parents 72b166a + acb660f commit cf7ac8b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Resources/translations/validators.sv.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>Fel</target>
320320
</trans-unit>
321+
<trans-unit id="83">
322+
<source>This is not a valid UUID.</source>
323+
<target>Detta är inte ett giltigt UUID.</target>
324+
</trans-unit>
325+
<trans-unit id="84">
326+
<source>This value should be a multiple of {{ compared_value }}.</source>
327+
<target>Detta värde ska vara en multipel av {{ 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>Denna BIC-koden är inte associerad med IBAN {{ iban }}.</target>
332+
</trans-unit>
333+
<trans-unit id="86">
334+
<source>This value should be valid JSON.</source>
335+
<target>Detta värde ska vara giltig JSON.</target>
336+
</trans-unit>
321337
</body>
322338
</file>
323339
</xliff>

0 commit comments

Comments
 (0)