Skip to content

[Validators PL translation] Fixing declension. #721

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 5, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions translations/validators.pl.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
</trans-unit>
<trans-unit id="post.too_short_content">
<source>post.too_short_content</source>
<target>Treść artykułu jest za krótka (minimum: {{ limit }} znaków)</target>
<target>Treść artykułu jest za krótka (minimum: {{ limit }} znak)|Treść artykułu jest za krótka (minimum: {{ limit }} znaki)|Treść artykułu jest za krótka (minimum: {{ limit }} znaków)</target>
</trans-unit>
<trans-unit id="comment.blank">
<source>comment.blank</source>
<target>Pole komentarza nie może być puste!</target>
</trans-unit>
<trans-unit id="comment.too_short">
<source>comment.too_short</source>
<target>Twój komentarz jest za krótki (minimum: {{ limit }} znaków)</target>
<target>Twój komentarz jest za krótki (minimum: {{ limit }} znak)|Twój komentarz jest za krótki (minimum: {{ limit }} znaki)|Twój komentarz jest za krótki (minimum: {{ limit }} znaków)</target>
</trans-unit>
<trans-unit id="comment.too_long">
<source>comment.too_long</source>
<target>Twój komentarz jest za długi (maksimum: {{ limit }} znaków)</target>
<target>Twój komentarz jest za długi (maksimum: {{ limit }} znak)|Twój komentarz jest za długi (maksimum: {{ limit }} znaki)|Twój komentarz jest za długi (maksimum: {{ limit }} znaków)</target>
</trans-unit>
<trans-unit id="comment.is_spam">
<source>comment.is_spam</source>
Expand Down