소스 검색

merged branch e-butik/sv-validator-translation-2.0 (PR #2178)

Commits
-------

b15d80e Added missing translation for Swedish

Discussion
----------

Added missing translation for Swedish

A missing Swedish translation for "One or more of the given values is invalid" was added.

(New PR with changed base from #2177)
Fabien Potencier 13 년 전
부모
커밋
8fb1c620a6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.sv.xliff

+ 1 - 1
src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.sv.xliff

@@ -32,7 +32,7 @@
             </trans-unit>
             <trans-unit id="8">
                 <source>One or more of the given values is invalid</source>
-                <target>One or more of the given values is invalid</target>
+                <target>Ett eller fler av de valda värdena är ogiltigt</target>
             </trans-unit>
             <trans-unit id="9">
                 <source>The fields {{ fields }} were not expected</source>