Skip to content

[Validator] Add missing translation for new validators from #790 #7911

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
May 3, 2013
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/Symfony/Component/Validator/Constraints/EqualTo.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
*/
class EqualTo extends AbstractComparison
{
public $message = 'This value should be equal to {{ compared_value }}';
public $message = 'This value should be equal to {{ compared_value }}.';
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
*/
class GreaterThan extends AbstractComparison
{
public $message = 'This value should be greater than {{ compared_value }}';
public $message = 'This value should be greater than {{ compared_value }}.';
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
*/
class GreaterThanOrEqual extends AbstractComparison
{
public $message = 'This value should be greater than or equal to {{ compared_value }}';
public $message = 'This value should be greater than or equal to {{ compared_value }}.';
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
*/
class IdenticalTo extends AbstractComparison
{
public $message = 'This value should be identical to {{ compared_value_type }} {{ compared_value }}';
public $message = 'This value should be identical to {{ compared_value_type }} {{ compared_value }}.';
}
2 changes: 1 addition & 1 deletion src/Symfony/Component/Validator/Constraints/LessThan.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
*/
class LessThan extends AbstractComparison
{
public $message = 'This value should be less than {{ compared_value }}';
public $message = 'This value should be less than {{ compared_value }}.';
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
*/
class LessThanOrEqual extends AbstractComparison
{
public $message = 'This value should be less than or equal to {{ compared_value }}';
public $message = 'This value should be less than or equal to {{ compared_value }}.';
}
2 changes: 1 addition & 1 deletion src/Symfony/Component/Validator/Constraints/NotEqualTo.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
*/
class NotEqualTo extends AbstractComparison
{
public $message = 'This value should not be equal to {{ compared_value }}';
public $message = 'This value should not be equal to {{ compared_value }}.';
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
*/
class NotIdenticalTo extends AbstractComparison
{
public $message = 'This value should not be identical to {{ compared_value_type }} {{ compared_value }}';
public $message = 'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.';
}
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,38 @@
<source>This value is not a valid currency.</source>
<target>This value is not a valid currency.</target>
</trans-unit>
<trans-unit id="65">
<source>This value should be equal to {{ compared_value }}.</source>
<target>This value should be equal to {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="66">
<source>This value should be greater than {{ compared_value }}.</source>
<target>This value should be greater than {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="67">
<source>This value should be greater than or equal to {{ compared_value }}.</source>
<target>This value should be greater than or equal to {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="68">
<source>This value should be identical to {{ compared_value_type }} {{ compared_value }}.</source>
<target>This value should be identical to {{ compared_value_type }} {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="69">
<source>This value should be less than {{ compared_value }}.</source>
<target>This value should be less than {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="70">
<source>This value should be less than or equal to {{ compared_value }}.</source>
<target>This value should be less than or equal to {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="71">
<source>This value should not be equal to {{ compared_value }}.</source>
<target>This value should not be equal to {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="72">
<source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
<target>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</target>
</trans-unit>
</body>
</file>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,39 @@
<trans-unit id="64">
<source>This value is not a valid currency.</source>
<target>Ta wartość nie jest prawidłową walutą.</target>
</trans-unit>
</trans-unit>
<trans-unit id="65">
<source>This value should be equal to {{ compared_value }}.</source>
<target>Ta wartość powinna być równa {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="66">
<source>This value should be greater than {{ compared_value }}.</source>
<target>Ta wartość powinna być większa niż {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="67">
<source>This value should be greater than or equal to {{ compared_value }}.</source>
<target>Ta wartość powinna być większa bądź równa {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="68">
<source>This value should be identical to {{ compared_value_type }} {{ compared_value }}.</source>
<target>Ta wartość powinna być identycznego typu {{ compared_value_type }} oraz wartości {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="69">
<source>This value should be less than {{ compared_value }}.</source>
<target>Ta wartość powinna być mniejsza niż {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="70">
<source>This value should be less than or equal to {{ compared_value }}.</source>
<target>Ta wartość powinna być mniejsza bądź równa {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="71">
<source>This value should not be equal to {{ compared_value }}.</source>
<target>Ta wartość nie powinna być równa {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="72">
<source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
<target>Ta wartość nie powinna być identycznego typu {{ compared_value_type }} oraz wartości {{ compared_value }}.</target>
</trans-unit>
</body>
</file>
</xliff>