We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e44855 commit f991109Copy full SHA for f991109
app/Resources/translations/validators.pt_BR.xlf
@@ -14,6 +14,10 @@
14
<source>post.too_short_content</source>
15
<target>O conteúdo do post está muito curto (mínimo de {{ limit }} caracteres)</target>
16
</trans-unit>
17
+ <trans-unit id="post.too_many_tags">
18
+ <source>post.too_many_tags</source>
19
+ <target>Tags demais (adicione {{ limit }} tags ou menos)</target>
20
+ </trans-unit>
21
<trans-unit id="comment.blank">
22
<source>comment.blank</source>
23
<target>Por favor, não deixe seu comentário vazio!</target>
0 commit comments