Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit efada56

Browse files
committed
merged branch pulzarraider/czech_translations_update (PR #3120)
Commits ------- f69116b czech translations update Discussion ---------- [FrameworkBundle] Czech translations update Bug fix: no Feature addition: no Backwards compatibility break: no Symfony2 tests pass: yes Fixes the following tickets: - Todo: -
2 parents 5fa0f2d + f69116b commit efada56

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.cs.xlf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,14 @@
186186
<source>The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px</source>
187187
<target>Obrázek je příliš nízký ({{ height }}px). Minimální výška obrázku musí být {{ min_height }}px</target>
188188
</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+
</trans-unit>
189197
</body>
190198
</file>
191199
</xliff>

0 commit comments

Comments
 (0)