Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
add max, min and step string to messages file
Browse files Browse the repository at this point in the history
  • Loading branch information
meysampg committed Nov 10, 2016
1 parent 502b63b commit e224d78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions messages/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
"labelEmpty" => "Field Label cannot be empty",
"limitRole" => "Limit access to one or more of the following roles:",
"mandatory" => "Mandatory",
"max" => "Maximum",
"maxlength" => "Max Length",
"min" => "Minimum",
"minOptionMessage" => "This field requires a minimum of 2 options",
"multipleFiles" => "Multiple Files",
"name" => "Name",
Expand Down Expand Up @@ -87,6 +89,7 @@
"m" => "Default",
"lg" => "Large"
],
"step" => "Step",
"style" => "Style",
"styles" => [
"btn" => [
Expand Down
3 changes: 3 additions & 0 deletions messages/fa-IR.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
"labelEmpty" => "عنوان فیلد نباید خالی باشد",
"limitRole" => "محدودیت دسترسی به یک یا چند نقش زیر:",
"mandatory" => "ضروری",
"max" => "بیشینه",
"maxlength" => "بیشترین طول",
"min" => "کمینه",
"minOptionMessage" => "این فیلد حداقل به ۲ گزینه نیاز دارد.",
"multipleFiles" => "فایل چندگانه",
"name" => "نام",
Expand Down Expand Up @@ -87,6 +89,7 @@
"m" => "معمولی",
"lg" => "بزرگ"
],
"step" => "طول گام",
"style" => "استایل",
"styles" => [
"btn" => [
Expand Down

0 comments on commit e224d78

Please sign in to comment.