We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df69d4 commit a8b3a68Copy full SHA for a8b3a68
app/Resources/translations/validators.ru.xlf
@@ -14,6 +14,10 @@
14
<source>post.too_short_content</source>
15
<target>Содержание записи слишком короткое (минимум {{ limit }} символов).</target>
16
</trans-unit>
17
+ <trans-unit id="post.too_many_tags">
18
+ <source>post.too_many_tags</source>
19
+ <target>Слишком много тегов (добавьте {{ limit }} тегов или меньше)</target>
20
+ </trans-unit>
21
<trans-unit id="comment.blank">
22
<source>comment.blank</source>
23
<target>Пожалуйста, не оставляйте текст комментария пустым!</target>
0 commit comments