소스 검색

merged branch aboks/dutch_translations (PR #1658)

Commits
-------

2227e41 Fixed incorrect indentation
85b6985 [FrameworkBundle] Sync'ed Dutch validator translations

Discussion
----------

[FrameworkBundle] Sync'ed Dutch validator translations
Fabien Potencier 14 년 전
부모
커밋
5cb165c259
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.nl.xliff

+ 4 - 0
src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.nl.xliff

@@ -138,6 +138,10 @@
                 <source>The file could not be uploaded</source>
                 <source>The file could not be uploaded</source>
                 <target>Het bestand kon niet geüpload worden</target>
                 <target>Het bestand kon niet geüpload worden</target>
             </trans-unit>
             </trans-unit>
+            <trans-unit id="35">
+                <source>This value should be a valid number</source>
+                <target>Deze waarde moet een geldig getal zijn</target>
+            </trans-unit>
         </body>
         </body>
     </file>
     </file>
 </xliff>
 </xliff>