Skip to content

Commit 98ab0a2

Browse files
committed
merged branch danielcsgomes/master (PR symfony#3523)
Commits ------- 97a9777 removed tab spaces 6e66602 updated and renamed the portuguese from Portugal validator messages file, because it should be the default language file for the portuguese language. Discussion ---------- renamed and updated the portuguese from Portugal validator messages
2 parents 35d63b6 + 97a9777 commit 98ab0a2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.pt_PT.xlf src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.pt.xlf

+8
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,14 @@
186186
<source>The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px</source>
187187
<target>A altura da imagem ({{ height }}px) é muito pequena. A altura miníma da imagem é de: {{ min_height }}px</target>
188188
</trans-unit>
189+
<trans-unit id="47">
190+
<source>This value should be the user current password</source>
191+
<target>Este valor deveria de ser a password atual do utilizador</target>
192+
</trans-unit>
193+
<trans-unit id="48">
194+
<source>This value should have exactly {{ limit }} characters</source>
195+
<target>Este valor tem de ter exatamente {{ limit }} carateres</target>
196+
</trans-unit>
189197
</body>
190198
</file>
191199
</xliff>

0 commit comments

Comments
 (0)