diff --git a/resources/lang/id-ID/validation.php b/resources/lang/id-ID/validation.php index 571bec01..0a30f4a5 100644 --- a/resources/lang/id-ID/validation.php +++ b/resources/lang/id-ID/validation.php @@ -31,60 +31,60 @@ return [ 'array' => ':attribute harus merupakan array.', 'before' => ':attribute harus merupakan tanngga sebelum :date.', 'between' => [ - 'numeric' => ':attribute harus diantara :min dan :max.', - 'file' => 'Atribut :harus antara :minimal dan :maksimal kilobyte.', - 'string' => 'Atribut :harus antara :minimal dan :karakter maksimal.', + 'numeric' => 'The :attribute must be between :min and :max.', + 'file' => 'The :attribute must be between :min and :max kilobytes.', + 'string' => 'The :attribute must be between :min and :max characters.', 'array' => ':attribute harus antara :min dan :max item.', ], - 'boolean' => 'Bidang atribut :harus benar atau salah.', - 'confirmed' => 'Konfirmasi :atribut tidak cocok.', - 'date' => 'Itu :atribut bukan tanggal yang valid.', - 'date_format' => 'Itu :atribut tidak sesuai format :format.', - 'different' => 'Itu :atribut dan :lainnya harus berbeda.', - 'digits' => 'Atribut :harus :digit digit.', - 'digits_between' => 'Atribut :harus antara :minimal dan :maksimal digit.', - 'email' => 'Atribut :harus berupa alamat email yang valid.', - 'exists' => 'Yang dipilih :atribut tidak valid.', + 'boolean' => 'The :attribute field must be true or false.', + 'confirmed' => 'The :attribute confirmation does not match.', + 'date' => 'The :attribute is not a valid date.', + 'date_format' => 'The :attribute does not match the format :format.', + 'different' => 'The :attribute and :other must be different.', + 'digits' => 'The :attribute must be :digits digits.', + 'digits_between' => 'The :attribute must be between :min and :max digits.', + 'email' => 'The :attribute must be a valid email address.', + 'exists' => 'The selected :attribute is invalid.', 'distinct' => ':attribute memiliki nilai duplikasi.', - 'filled' => 'Bidang atribut :diperlukan.', + 'filled' => 'The :attribute field is required.', 'image' => ':attribute harus merupakan gambar.', - 'in' => 'Yang dipilih :atribut tidak valid.', + 'in' => 'The selected :attribute is invalid.', 'in_array' => ':attribute tidak ada dalam :other.', - 'integer' => 'Atribut :harus integer.', - 'ip' => 'Atribut :harus alamat IP yang valid.', + 'integer' => 'The :attribute must be an integer.', + 'ip' => 'The :attribute must be a valid IP address.', 'json' => ':attribute harus merupakan string JSON yang valid.', 'max' => [ - 'numeric' => 'Atribut :mungkin tidak lebih besar dari :maksimal.', - 'file' => 'Atribut :mungkin tidak lebih besar dari :maksimal kilobyte.', - 'string' => 'Atribut :mungkin tidak lebih besar dari :maksimal karakter.', + 'numeric' => 'The :attribute may not be greater than :max.', + 'file' => 'The :attribute may not be greater than :max kilobytes.', + 'string' => 'The :attribute may not be greater than :max characters.', 'array' => ':attribute tidak boleh lebih dari :max item.', ], - 'mimes' => 'Itu :atribut harus berupa jenis file:: nilai.', + 'mimes' => 'The :attribute must be a file of type: :values.', 'min' => [ - 'numeric' => 'Atribut :minimal harus :minimal.', + 'numeric' => 'The :attribute must be at least :min.', 'file' => ':attribute minimal harus :min kilobyte.', - 'string' => 'Atribut :minimal harus :minimal karakter.', - 'array' => 'Atribut :setidaknya harus memiliki :item minimal.', + 'string' => 'The :attribute must be at least :min characters.', + 'array' => 'The :attribute must have at least :min items.', ], - 'not_in' => 'Yang dipilih :atribut tidak valid.', - 'numeric' => 'Atribut :harus berupa angka.', + 'not_in' => 'The selected :attribute is invalid.', + 'numeric' => 'The :attribute must be a number.', 'present' => ':attribute harus ada.', 'regex' => 'Format :attribute tidak benar.', - 'required' => 'Bidang atribut :diperlukan.', - 'required_if' => 'Atribut :diperlukan saat :lainnya adalah :nilai.', + 'required' => 'The :attribute field is required.', + 'required_if' => 'The :attribute field is required when :other is :value.', 'required_unless' => 'Bagian :attribute harus diisi kecuali :other :values.', 'required_with' => ':attribute harus diisi jika ada :values.', 'required_with_all' => ':attribute harus diisi jika ada :values.', - 'required_without' => 'Atribut :diperlukan saat :nilai tidak ada.', - 'required_without_all' => 'Bidang atribut :diperlukan bila tidak ada :nilai yang ada.', - 'same' => 'Itu :atribut dan: lainnya harus cocok.', + 'required_without' => 'The :attribute field is required when :values is not present.', + 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'same' => 'The :attribute and :other must match.', 'size' => [ - 'numeric' => 'Itu :atribut harus :berukuran.', + 'numeric' => 'The :attribute must be :size.', 'file' => ':attribute harus :size kilobyte.', 'string' => ':attribute harus :size karakter.', - 'array' => 'Atribut :harus berisi :item berukuran.', + 'array' => 'The :attribute must contain :size items.', ], - 'string' => 'Itu :atribut harus berupa string.', + 'string' => 'The :attribute must be a string.', 'timezone' => ':attribute harus merupakan zona yang benar.', 'unique' => ':attribute sudah ada.', 'url' => 'Format :attribute tidak benar.',