Commit a05597e6 authored by Bugan's avatar Bugan

update new indonesian translation validation text

parent f25d09dd
...@@ -24,7 +24,7 @@ return array( ...@@ -24,7 +24,7 @@ return array(
"alpha" => "Isian :attribute hanya boleh berisi huruf.", "alpha" => "Isian :attribute hanya boleh berisi huruf.",
"alpha_dash" => "Isian :attribute hanya boleh berisi huruf, angka, dan strip.", "alpha_dash" => "Isian :attribute hanya boleh berisi huruf, angka, dan strip.",
"alpha_num" => "Isian :attribute hanya boleh berisi huruf dan angka.", "alpha_num" => "Isian :attribute hanya boleh berisi huruf dan angka.",
"array" => "The :attribute must have selected elements.", "array" => "Isian :attribute harus memiliki elemen yang dipilih.",
"before" => "Isian :attribute harus tanggal sebelum :date.", "before" => "Isian :attribute harus tanggal sebelum :date.",
"between" => array( "between" => array(
"numeric" => "Isian :attribute harus antara :min - :max.", "numeric" => "Isian :attribute harus antara :min - :max.",
...@@ -32,10 +32,10 @@ return array( ...@@ -32,10 +32,10 @@ return array(
"string" => "Isian :attribute harus antara :min - :max karakter.", "string" => "Isian :attribute harus antara :min - :max karakter.",
), ),
"confirmed" => "Konfirmasi :attribute tidak cocok.", "confirmed" => "Konfirmasi :attribute tidak cocok.",
"count" => "The :attribute must have exactly :count selected elements.", "count" => "Isian :attribute harus memiliki tepat :count elemen.",
"countbetween" => "The :attribute must have between :min and :max selected elements.", "countbetween" => "Isian :attribute harus diantara :min dan :max elemen.",
"countmax" => "The :attribute must have less than :max selected elements.", "countmax" => "Isian :attribute harus lebih kurang dari :max elemen.",
"countmin" => "The :attribute must have at least :min selected elements.", "countmin" => "Isian :attribute harus paling sedikit :min elemen.",
"different" => "Isian :attribute dan :other harus berbeda.", "different" => "Isian :attribute dan :other harus berbeda.",
"email" => "Format isian :attribute tidak valid.", "email" => "Format isian :attribute tidak valid.",
"exists" => "Isian :attribute yang dipilih tidak valid.", "exists" => "Isian :attribute yang dipilih tidak valid.",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment