Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a74ac3 commit f69116bCopy full SHA for f69116b
src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.cs.xlf
@@ -186,6 +186,14 @@
186
<source>The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px</source>
187
<target>Obrázek je příliš nízký ({{ height }}px). Minimální výška obrázku musí být {{ min_height }}px</target>
188
</trans-unit>
189
+ <trans-unit id="47">
190
+ <source>This value should be the user current password</source>
191
+ <target>Tato hodnota musí být aktuální heslo uživatele</target>
192
+ </trans-unit>
193
+ <trans-unit id="48">
194
+ <source>This value should have exactly {{ limit }} characters</source>
195
+ <target>Tato hodnota musí mít přesně {{limit}} znaků</target>
196
197
</body>
198
</file>
199
</xliff>
0 commit comments