':attribute harus diterima.', 'active_url' => ':attribute bukan URL yang valid.', 'after' => ':attribute harus berisi tanggal setelah :date.', 'after_or_equal' => ':attribute harus berisi tanggal setelah atau sama dengan :date.', 'alpha' => ':attribute hanya boleh berisi huruf.', 'alpha_dash' => ':attribute hanya boleh berisi huruf, angka, strip, dan garis bawah.', 'alpha_num' => ':attribute hanya boleh berisi huruf dan angka.', 'array' => ':attribute harus berisi sebuah array.', 'before' => ':attribute harus berisi tanggal sebelum :date.', 'before_or_equal' => ':attribute harus berisi tanggal sebelum atau sama dengan :date.', 'between' => [ 'numeric' => ':attribute harus bernilai antara :min sampai :max.', 'file' => ':attribute harus berukuran antara :min sampai :max kilobita.', 'string' => ':attribute harus berisi antara :min sampai :max karakter.', 'array' => ':attribute harus memiliki :min sampai :max anggota.', ], 'boolean' => ':attribute harus bernilai true atau false', 'confirmed' => 'Konfirmasi :attribute tidak cocok.', 'date' => ':attribute bukan tanggal yang valid.', 'date_format' => ':attribute tidak cocok dengan format :format.', 'different' => ':attribute dan :other harus berbeda.', 'digits' => ':attribute harus terdiri dari :digits angka.', 'digits_between' => ':attribute harus terdiri dari :min sampai :max angka.', 'dimensions' => ':attribute tidak memiliki dimensi gambar yang valid.', 'distinct' => ':attribute memiliki nilai yang duplikat.', 'email' => ':attribute harus berupa alamat surel yang valid.', 'ends_with' => ':attribute harus diakhiri salah satu dari berikut: :values', 'exists' => ':attribute yang dipilih tidak valid.', 'file' => ':attribute harus berupa sebuah berkas.', 'filled' => ':attribute harus memiliki nilai.', 'image' => ':attribute harus berupa gambar.', 'in' => ':attribute yang dipilih tidak valid.', 'in_array' => ':attribute tidak ada di dalam :other.', 'integer' => ':attribute harus berupa bilangan bulat.', 'ip' => ':attribute harus berupa alamat IP yang valid.', 'json' => ':attribute harus berupa JSON string yang valid.', 'max' => [ 'numeric' => ':attribute maskimal bernilai :max.', 'file' => ':attribute maksimal berukuran :max kilobita.', 'string' => ':attribute maskimal berisi :max karakter.', 'array' => ':attribute maksimal terdiri dari :max anggota.', ], 'mimes' => ':attribute harus berupa berkas berjenis: :values.', 'mimetypes' => ':attribute harus berupa berkas berjenis: :values.', 'min' => [ 'numeric' => ':attribute minimal bernilai :min.', 'file' => ':attribute minimal berukuran :min kilobita.', 'string' => ':attribute minimal berisi :min karakter.', 'array' => ':attribute minimal terdiri dari :min anggota.', ], 'not_in' => ':attribute yang dipilih tidak valid.', 'numeric' => ':attribute harus berupa angka.', 'present' => ':attribute wajib ada.', 'regex' => 'Format :attribute tidak valid.', 'required' => ':attribute wajib diisi.', 'required_if' => ':attribute wajib diisi bila :other adalah :value.', 'required_unless' => ':attribute wajib diisi kecuali :other memiliki nilai :values.', 'required_with' => ':attribute wajib diisi bila terdapat :values.', 'required_with_all' => ':attribute wajib diisi bila terdapat :values.', 'required_without' => ':attribute wajib diisi bila tidak terdapat :values.', 'required_without_all' => ':attribute wajib diisi bila sama sekali tidak terdapat :values.', 'same' => ':attribute dan :other harus sama.', 'size' => [ 'numeric' => ':attribute harus berukuran :size.', 'file' => ':attribute harus berukuran :size kilobyte.', 'string' => ':attribute harus berukuran :size karakter.', 'array' => ':attribute harus mengandung :size anggota.', ], 'string' => ':attribute harus berupa string.', 'timezone' => ':attribute harus berisi zona waktu yang valid.', 'unique' => ':attribute sudah ada sebelumnya.', 'uploaded' => ':attribute gagal diunggah.', 'url' => 'Format :attribute tidak valid.', /* |-------------------------------------------------------------------------- | Custom Validation Language Lines |-------------------------------------------------------------------------- | | Here you may specify custom validation messages for attributes using the | convention "attribute.rule" to name the lines. This makes it quick to | specify a specific custom language line for a given attribute rule. | */ 'custom' => [ 'attribute-name' => [ 'rule-name' => 'kustomisasi-pesan', ], 'invalid_currency' => ':attribute kode tidak valid.', 'invalid_amount' => 'Jumlah :attribute tidak valid.', ], /* |-------------------------------------------------------------------------- | Custom Validation Attributes |-------------------------------------------------------------------------- | | The following language lines are used to swap attribute place-holders | with something more reader friendly such as E-Mail Address instead | of "email". This simply helps us make messages a little cleaner. | */ 'attributes' => [], ];