Ver Fonte

Sync polish translation with commit: https://github.com/symfony/symfony/commit/d58ba342460fe5c4410e3d94f3b11f2ace0bc2c9

Joseph Bielawski há 14 anos atrás
pai
commit
7a95330804

+ 16 - 4
src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.pl.xliff

@@ -119,13 +119,25 @@
                 <target>Wgrany plik był za duży. Proszę spróbować wgrać mniejszy plik</target>
             </trans-unit>
             <trans-unit id="30">
-                <source>The CSRF token is invalid</source>
-                <target>Token CSRF jest nieprawidłowy</target>
+                <source>The CSRF token is invalid. Please try to resubmit the form</source>
+                <target>Token CSRF jest nieprawidłowy. Proszę spróbować wysłać formularz ponownie</target>
             </trans-unit>
             <trans-unit id="31">
                 <source>The two values should be equal</source>
-                <target>Obie wartości powinny być równe</target>
+                <target>Les deux valeurs doivent être identiques</target>
+            </trans-unit>
+            <trans-unit id="32">
+                <source>The file is too large. Allowed maximum size is {{ limit }}</source>
+                <target>Plik jest za duży. Maksymalny dozwolony rozmiar to {{ limit }}</target>
+            </trans-unit>
+            <trans-unit id="33">
+                <source>The file is too large</source>
+                <target>Plik jest za duży</target>
+            </trans-unit>
+            <trans-unit id="34">
+                <source>The file could not be uploaded</source>
+                <target>Plik nie mógł być wgrany</target>
             </trans-unit>
         </body>
     </file>
-</xliff>
+</xliff>