From 3362a0afd64fe0ea07a3120c36670efb99c488d0 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 16 Jan 2018 14:08:03 +0000 Subject: [PATCH] New translations validation.php (Indonesian) --- resources/lang/id-ID/validation.php | 66 ++++++++++++++--------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/resources/lang/id-ID/validation.php b/resources/lang/id-ID/validation.php index 0a30f4a5..571bec01 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' => '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.', + 'numeric' => ':attribute harus diantara :min dan :max.', + 'file' => 'Atribut :harus antara :minimal dan :maksimal kilobyte.', + 'string' => 'Atribut :harus antara :minimal dan :karakter maksimal.', 'array' => ':attribute harus antara :min dan :max item.', ], - '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.', + '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.', 'distinct' => ':attribute memiliki nilai duplikasi.', - 'filled' => 'The :attribute field is required.', + 'filled' => 'Bidang atribut :diperlukan.', 'image' => ':attribute harus merupakan gambar.', - 'in' => 'The selected :attribute is invalid.', + 'in' => 'Yang dipilih :atribut tidak valid.', 'in_array' => ':attribute tidak ada dalam :other.', - 'integer' => 'The :attribute must be an integer.', - 'ip' => 'The :attribute must be a valid IP address.', + 'integer' => 'Atribut :harus integer.', + 'ip' => 'Atribut :harus alamat IP yang valid.', 'json' => ':attribute harus merupakan string JSON yang valid.', 'max' => [ - '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.', + '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.', 'array' => ':attribute tidak boleh lebih dari :max item.', ], - 'mimes' => 'The :attribute must be a file of type: :values.', + 'mimes' => 'Itu :atribut harus berupa jenis file:: nilai.', 'min' => [ - 'numeric' => 'The :attribute must be at least :min.', + 'numeric' => 'Atribut :minimal harus :minimal.', 'file' => ':attribute minimal harus :min kilobyte.', - 'string' => 'The :attribute must be at least :min characters.', - 'array' => 'The :attribute must have at least :min items.', + 'string' => 'Atribut :minimal harus :minimal karakter.', + 'array' => 'Atribut :setidaknya harus memiliki :item minimal.', ], - 'not_in' => 'The selected :attribute is invalid.', - 'numeric' => 'The :attribute must be a number.', + 'not_in' => 'Yang dipilih :atribut tidak valid.', + 'numeric' => 'Atribut :harus berupa angka.', 'present' => ':attribute harus ada.', 'regex' => 'Format :attribute tidak benar.', - 'required' => 'The :attribute field is required.', - 'required_if' => 'The :attribute field is required when :other is :value.', + 'required' => 'Bidang atribut :diperlukan.', + 'required_if' => 'Atribut :diperlukan saat :lainnya adalah :nilai.', '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' => '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.', + '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.', 'size' => [ - 'numeric' => 'The :attribute must be :size.', + 'numeric' => 'Itu :atribut harus :berukuran.', 'file' => ':attribute harus :size kilobyte.', 'string' => ':attribute harus :size karakter.', - 'array' => 'The :attribute must contain :size items.', + 'array' => 'Atribut :harus berisi :item berukuran.', ], - 'string' => 'The :attribute must be a string.', + 'string' => 'Itu :atribut harus berupa string.', 'timezone' => ':attribute harus merupakan zona yang benar.', 'unique' => ':attribute sudah ada.', 'url' => 'Format :attribute tidak benar.',