mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-15 13:58:24 +08:00
Merge pull request #9997 from snickom/patch-1
Update SK language [skip ci]
This commit is contained in:
@@ -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}".',
|
||||||
|
|||||||
Reference in New Issue
Block a user