Skip to content

Commit

Permalink
Merge pull request #268 from dgvirtual/patch-1
Browse files Browse the repository at this point in the history
Update lt.php - adding missing localized strings
  • Loading branch information
willemwollebrants authored Nov 19, 2018
2 parents 661365f + 6e32c14 commit dc3314a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lang/lt.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
'in' => "turi neteisingą vertę",
'notIn' => "turi neteisingą vertę",
'ip' => "nėra teisingas IP adresas",
'ipv4' => "nėra teisingas IPv4 adresas",
'ipv6' => "nėra teisingas IPv6 adresas",
'email' => "nėra teisingas el. pašto adresas",
'url' => "nėra teisingas URL",
'urlActive' => "turi būti aktyvus domenas",
Expand All @@ -29,5 +31,7 @@
'creditCard' => "turi būti teisingas kreditinės kortelės numeris",
'lengthMin' => "turi būti bent %d ženklų ilgio",
'lengthMax' => "turi būti ne ilgesnis nei %d ženklų",
'instanceOf' => "turi būti „%s“ atvejis"
'instanceOf' => "turi būti „%s“ atvejis",
'containsUnique' => "turi turėti tik unikalius elementus",
'subset' => "turi elementą, kurio nėra sąraše"
);

0 comments on commit dc3314a

Please sign in to comment.