Merge pull request #9997 from snickom/patch-1

Update SK language [skip ci]
This commit is contained in:
Alexander Makarov
2015-10-23 17:23:34 +03:00

View File

@@ -88,8 +88,8 @@ return [
'in {delta, plural, =1{an hour} other{# hours}}' => 'o {delta, plural, =1{hodinu} other{# hodín}}', 'in {delta, plural, =1{an hour} other{# hours}}' => 'o {delta, plural, =1{hodinu} other{# hodín}}',
'the input value' => 'vstupná hodnota', 'the input value' => 'vstupná hodnota',
'{attribute} "{value}" has already been taken.' => '{attribute} "{value}" je už použité.', '{attribute} "{value}" has already been taken.' => '{attribute} "{value}" je už použité.',
'{attribute} cannot be blank.' => '{attribute} nesmie byť prázdne.', '{attribute} cannot be blank.' => 'Pole {attribute} nesmie byť prázdne.',
'{attribute} is invalid.' => '{attribute} je neplatné.', '{attribute} is invalid.' => 'Pole {attribute} je neplatné.',
'{attribute} is not a valid URL.' => '{attribute} nie je platná URL.', '{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} is not a valid email address.' => '{attribute} nie je platná emailová adresa.',
'{attribute} must be "{requiredValue}".' => '{attribute} musí byť "{requiredValue}".', '{attribute} must be "{requiredValue}".' => '{attribute} musí byť "{requiredValue}".',