Skip to content

Commit

Permalink
Fixed CS translation #4579
Browse files Browse the repository at this point in the history
  • Loading branch information
karelvasicek committed Feb 3, 2025
1 parent b6bdc1c commit 5ec98d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/messages/cs/yii.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
'{attribute} must be repeated exactly.' => '{attribute} musí být přesně zopakovaný.',
'{attribute} must be {type}.' => '{attribute} musí být typu {type}.',
'{attribute} must be {value}.' => '{attribute} musí mít hodnotu {value}.',
'{attribute} must not be equal to "{compareValue}".' => '{attribute} musí být rovný "{compareValue}".',
'{attribute} must not be equal to "{compareValue}".' => '{attribute} nesmí být rovný "{compareValue}".',
'{className} does not support add() functionality.' => '{className} nepodporuje funkcionalitu add().',
'{className} does not support delete() functionality.' => '{className} nepodporuje funkcionalitu delete().',
'{className} does not support get() functionality.' => '{className} nepodporuje funkcionalitu get().',
Expand Down

0 comments on commit 5ec98d5

Please sign in to comment.