Merge pull request #1558 from deerawan/update-id-translation
update new indonesian translation validation text
This commit is contained in:
commit
bdb5941af2
|
@ -24,7 +24,7 @@
|
||||||
"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 @@
|
||||||
"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.",
|
||||||
|
|
Loading…
Reference in New Issue