diff --git a/framework/messages/sk/yii.php b/framework/messages/sk/yii.php index 6057d43cc8..0b652b5b59 100644 --- a/framework/messages/sk/yii.php +++ b/framework/messages/sk/yii.php @@ -88,8 +88,8 @@ return [ 'in {delta, plural, =1{an hour} other{# hours}}' => 'o {delta, plural, =1{hodinu} other{# hodín}}', 'the input value' => 'vstupná hodnota', '{attribute} "{value}" has already been taken.' => '{attribute} "{value}" je už použité.', - '{attribute} cannot be blank.' => '{attribute} nesmie byť prázdne.', - '{attribute} is invalid.' => '{attribute} je neplatné.', + '{attribute} cannot be blank.' => 'Pole {attribute} nesmie byť prázdne.', + '{attribute} is invalid.' => 'Pole {attribute} je neplatné.', '{attribute} is not a valid URL.' => '{attribute} nie je platná URL.', '{attribute} is not a valid email address.' => '{attribute} nie je platná emailová adresa.', '{attribute} must be "{requiredValue}".' => '{attribute} musí byť "{requiredValue}".',