-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Polish translation improvement in Validator component #21091
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
Conversation
szepczynski
commented
Dec 29, 2016
Q | A |
---|---|
Branch? | 2.7 |
Bug fix? | no |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | no |
License | MIT |
</trans-unit> | ||
<trans-unit id="10"> | ||
<source>This field is missing.</source> | ||
<target>To pole jest chybianie.</target> | ||
<target>To pole jest brakujące.</target> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps "Tego pola brakuje." would read better?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
definitely!
👍 |
@@ -36,11 +36,11 @@ | |||
</trans-unit> | |||
<trans-unit id="9"> | |||
<source>This field was not expected.</source> | |||
<target>To pole nie spodziewano.</target> | |||
<target>Tego pola się nie spodziewano.</target> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMHO "To pole nie było spodziewane." would be more consistent form with other translations.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@daryush "To pole nie było spodziewane." doesn't sound like polish
Thank you @szepczynski. |
…zepczynski) This PR was squashed before being merged into the 2.7 branch (closes #21091). Discussion ---------- Polish translation improvement in Validator component | Q | A | ------------- | --- | Branch? | 2.7 <!--see comment below--> | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | no | License | MIT <!-- - Bug fixes must be submitted against the lowest branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the master branch. - Please fill in this template according to the PR you're about to submit. - Replace this comment by a description of what your PR is solving. --> Commits ------- 7a603df Polish translation improvement in Validator component