8000 minor #9763 Update validators.cs.xlf (gondo) · symfony/symfony@d521215 · GitHub
[go: up one dir, main page]

Skip to content

Commit d521215

Browse files
committed
minor #9763 Update validators.cs.xlf (gondo)
This PR was submitted for the 2.3-dev branch but it was merged into the 2.3 branch instead (closes #9763). Discussion ---------- Update validators.cs.xlf fixed CZ translation. there is not such a word as "null" in czech Commits ------- eac9032 Update validators.cs.xlf
2 parents 1bc2d9f + 31c5979 commit d521215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@
9292
</trans-unit>
9393
<trans-unit id="23">
9494
<source>This value should not be null.</source>
95-
<target>Tato hodnota nesmí být null.</target>
95+
<target>Tato hodnota nesmí být prázdná.</target>
9696
</trans-unit>
9797
<trans-unit id="24">
9898
<source>This value should be null.</source>
99-
<target>Tato hodnota musí být null.</target>
99+
<target>Tato hodnota musí být prázdná.</target>
100100
</trans-unit>
101101
<trans-unit id="25">
102102
<source>This value is not valid.</source>

0 commit comments

Comments
 (0)
0