MIF_E31230745/lang/id/validation.php

150 lines
7.8 KiB
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class.
|
*/
'accepted' => 'Kolom :attribute harus diterima.',
'accepted_if' => 'Kolom :attribute harus diterima ketika :other adalah :value.',
'active_url' => 'Kolom :attribute harus berupa URL yang valid.',
'after' => 'Kolom :attribute harus berupa tanggal setelah :date.',
'after_or_equal' => 'Kolom :attribute harus berupa tanggal setelah atau sama dengan :date.',
'alpha' => 'Kolom :attribute hanya boleh berisi huruf.',
'alpha_dash' => 'Kolom :attribute hanya boleh berisi huruf, angka, garis bawah, dan garis putus-putus.',
'alpha_num' => 'Kolom :attribute hanya boleh berisi huruf dan angka.',
'array' => 'Kolom :attribute harus berupa larik.',
'ascii' => 'Kolom :attribute hanya boleh berisi karakter dan simbol ASCII satu byte.',
'before' => 'Kolom :attribute harus berupa tanggal sebelum :date.',
'before_or_equal' => 'Kolom :attribute harus berupa tanggal sebelum atau sama dengan :date.',
'between' => [
'numeric' => 'Kolom :attribute harus berada di antara :min dan :max.',
'file' => 'Kolom :attribute harus berada di antara :min dan :max kilobita.',
'string' => 'Kolom :attribute harus berada di antara :min dan :max karakter.',
'array' => 'Kolom :attribute harus memiliki antara :min dan :max item.',
],
'boolean' => 'Kolom :attribute harus benar atau salah.',
'confirmed' => 'Konfirmasi :attribute tidak cocok.',
'current_password' => 'Password salah.',
'date' => 'Kolom :attribute bukan tanggal yang valid.',
'date_equals' => 'Kolom :attribute harus berupa tanggal yang sama dengan :date.',
'date_format' => 'Kolom :attribute tidak sesuai dengan format :format.',
'declined' => 'Kolom :attribute harus ditolak.',
'declined_if' => 'Kolom :attribute harus ditolak ketika :other adalah :value.',
'different' => 'Kolom :attribute dan :other harus berbeda.',
'digits' => 'Kolom :attribute harus terdiri dari :digits digit.',
'digits_between' => 'Kolom :attribute harus berada di antara :min dan :max digit.',
'dimensions' => 'Kolom :attribute memiliki dimensi gambar yang tidak valid.',
'distinct' => 'Kolom :attribute memiliki nilai duplikat.',
'email' => 'Kolom :attribute harus berupa alamat email yang valid.',
'ends_with' => 'Kolom :attribute harus diakhiri dengan salah satu dari berikut: :values.',
'exists' => 'Kolom :attribute yang dipilih tidak valid.',
'file' => 'Kolom :attribute harus berupa file.',
'filled' => 'Kolom :attribute harus memiliki nilai.',
'gt' => [
'numeric' => 'Kolom :attribute harus lebih besar dari :value.',
'file' => 'Kolom :attribute harus lebih besar dari :value kilobita.',
'string' => 'Kolom :attribute harus lebih besar dari :value karakter.',
'array' => 'Kolom :attribute harus memiliki lebih dari :value item.',
],
'gte' => [
'numeric' => 'Kolom :attribute harus lebih besar dari atau sama dengan :value.',
'file' => 'Kolom :attribute harus lebih besar dari atau sama dengan :value kilobita.',
'string' => 'Kolom :attribute harus lebih besar dari atau sama dengan :value karakter.',
'array' => 'Kolom :attribute harus memiliki :value item atau lebih.',
],
'image' => 'Kolom :attribute harus berupa gambar.',
'in' => 'Kolom :attribute yang dipilih tidak valid.',
'in_array' => 'Kolom :attribute harus ada dalam :other.',
'integer' => 'Kolom :attribute harus berupa integer.',
'ip' => 'Kolom :attribute harus berupa alamat IP yang valid.',
'ipv4' => 'Kolom :attribute harus berupa alamat IPv4 yang valid.',
'ipv6' => 'Kolom :attribute harus berupa alamat IPv6 yang valid.',
'json' => 'Kolom :attribute harus berupa string JSON yang valid.',
'lt' => [
'numeric' => 'Kolom :attribute harus kurang dari :value.',
'file' => 'Kolom :attribute harus kurang dari :value kilobita.',
'string' => 'Kolom :attribute harus kurang dari :value karakter.',
'array' => 'Kolom :attribute harus memiliki kurang dari :value item.',
],
'lte' => [
'numeric' => 'Kolom :attribute harus kurang dari atau sama dengan :value.',
'file' => 'Kolom :attribute harus kurang dari atau sama dengan :value kilobita.',
'string' => 'Kolom :attribute harus kurang dari atau sama dengan :value karakter.',
'array' => 'Kolom :attribute tidak boleh memiliki lebih dari :value item.',
],
'max' => [
'numeric' => 'Kolom :attribute tidak boleh lebih besar dari :max.',
'file' => 'Kolom :attribute tidak boleh lebih besar dari :max kilobita.',
'string' => 'Kolom :attribute tidak boleh lebih besar dari :max karakter.',
'array' => 'Kolom :attribute tidak boleh memiliki lebih dari :max item.',
],
'mimes' => 'Kolom :attribute harus berupa file bertipe: :values.',
'mimetypes' => 'Kolom :attribute harus berupa file bertipe: :values.',
'min' => [
'numeric' => 'Kolom :attribute harus minimal :min.',
'file' => 'Kolom :attribute harus minimal :min kilobita.',
'string' => 'Kolom :attribute harus minimal :min karakter.',
'array' => 'Kolom :attribute harus memiliki minimal :min item.',
],
'multiple_of' => 'Kolom :attribute harus merupakan kelipatan dari :value.',
'not_in' => 'Kolom :attribute yang dipilih tidak valid.',
'not_regex' => 'Format kolom :attribute tidak valid.',
'numeric' => 'Kolom :attribute harus berupa angka.',
'password' => 'Password salah.',
'present' => 'Kolom :attribute harus ada.',
'regex' => 'Format kolom :attribute tidak valid.',
'required' => 'Kolom :attribute harus diisi.',
'required_if' => 'Kolom :attribute harus diisi ketika :other adalah :value.',
'required_unless' => 'Kolom :attribute harus diisi kecuali :other adalah :values.',
'required_with' => 'Kolom :attribute harus diisi ketika :values ada.',
'required_with_all' => 'Kolom :attribute harus diisi ketika :values ada.',
'required_without' => 'Kolom :attribute harus diisi ketika :values tidak ada.',
'required_without_all' => 'Kolom :attribute harus diisi ketika tidak ada dari :values yang ada.',
'same' => 'Kolom :attribute dan :other harus cocok.',
'size' => [
'numeric' => 'Kolom :attribute harus berukuran :size.',
'file' => 'Kolom :attribute harus berukuran :size kilobita.',
'string' => 'Kolom :attribute harus terdiri dari :size karakter.',
'array' => 'Kolom :attribute harus berisi :size item.',
],
'starts_with' => 'Kolom :attribute harus dimulai dengan salah satu dari berikut: :values.',
'string' => 'Kolom :attribute harus berupa string.',
'timezone' => 'Kolom :attribute harus berupa zona waktu yang valid.',
'unique' => 'Kolom :attribute sudah ada.',
'uploaded' => 'Kolom :attribute gagal diunggah.',
'url' => 'Format kolom :attribute tidak valid.',
'uuid' => 'Kolom :attribute harus berupa UUID yang valid.',
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
|--------------------------------------------------------------------------
*/
'custom' => [
'attribute-name' => [
'rule-name' => 'custom-message',
],
],
/*
|--------------------------------------------------------------------------
| Custom Validation Attributes
|--------------------------------------------------------------------------
*/
'attributes' => [
'name' => 'nama',
'email' => 'email',
'password' => 'password',
'password_confirmation' => 'konfirmasi password',
],
];