1
0
Fork 0

add more malay translation.

This commit is contained in:
ahmad-amsyar 2018-05-26 14:56:43 +08:00
parent ec42c29aa9
commit 3895b6dff1
1 changed files with 67 additions and 67 deletions

View File

@ -13,81 +13,81 @@ return [
| |
*/ */
'accepted' => 'The :attribute must be accepted.', 'accepted' => ':attribute haruslah diterima.',
'active_url' => 'The :attribute is not a valid URL.', 'active_url' => ':attribute bukan URL yang sah.',
'after' => 'The :attribute must be a date after :date.', 'after' => ':attribute tarikh mestilah selepas :date.',
'after_or_equal' => 'The :attribute must be a date after or equal to :date.', 'after_or_equal' => ':attribute mestilah tarikh selepas atau sama dengan :date.',
'alpha' => 'The :attribute may only contain letters.', 'alpha' => ':attribute mesti mempunyai abjad sahaja.',
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.', 'alpha_dash' => ':attribute mesti mempunyai abjad, nombor, dan sengkang sahaja.',
'alpha_num' => 'The :attribute may only contain letters and numbers.', 'alpha_num' => ':attribute mesti mempunyai abjad dan nombor sahaja.',
'array' => 'The :attribute must be an array.', 'array' => ':attribute mestilah lokasi.',
'before' => 'The :attribute must be a date before :date.', 'before' => ':attribute mestilah tarikh sebelum :date.',
'before_or_equal' => 'The :attribute must be a date before or equal to :date.', 'before_or_equal' => ':attribute mestilah tarikh sebelum atau sama dengan :date.',
'between' => [ 'between' => [
'numeric' => 'The :attribute must be between :min and :max.', 'numeric' => ':attribute mestilah antara :min dan :max.',
'file' => 'The :attribute must be between :min and :max kilobytes.', 'file' => ':attribute mestilah antara :min dan :max kilobytes.',
'string' => 'The :attribute must be between :min and :max characters.', 'string' => ':attribute mestilah antara :min dan :max perkataan.',
'array' => 'The :attribute must have between :min and :max items.', 'array' => ':attribute mestilah antara :min dan :max item.',
], ],
'boolean' => 'The :attribute field must be true or false.', 'boolean' => ':attribute mestilah ruang betul atau salah.',
'confirmed' => 'The :attribute confirmation does not match.', 'confirmed' => ':attribute pengesahan tidak sepadan.',
'date' => 'The :attribute is not a valid date.', 'date' => ':attribute bukan tarikh yang sah.',
'date_format' => 'The :attribute does not match the format :format.', 'date_format' => ':attribute tidak sepadan dengan format :format.',
'different' => 'The :attribute and :other must be different.', 'different' => ':attribute dan :other mestilah berbeza.',
'digits' => 'The :attribute must be :digits digits.', 'digits' => ':attribute mestilah :digits digit.',
'digits_between' => 'The :attribute must be between :min and :max digits.', 'digits_between' => ':attribute mestilah antara :min dan :max digit.',
'dimensions' => 'The :attribute has invalid image dimensions.', 'dimensions' => ':attribute mempunyai dimensi imej yang tidak sah.',
'distinct' => 'The :attribute field has a duplicate value.', 'distinct' => ':attribute ruang mempunyai nilai pendua.',
'email' => 'The :attribute must be a valid email address.', 'email' => ':attribute mestilah alamat emel yang sah.',
'exists' => 'The selected :attribute is invalid.', 'exists' => ':attribute yang dipilih tidak sah.',
'file' => 'The :attribute must be a file.', 'file' => ':attribute mestilah sebuah fail.',
'filled' => 'The :attribute field must have a value.', 'filled' => ':attribute ruang mestilah mempunyai nilai.',
'image' => 'The :attribute must be an image.', 'image' => ':attribute mestilah imej.',
'in' => 'The selected :attribute is invalid.', 'in' => ':attribute yang di pilih tidak sah.',
'in_array' => 'The :attribute field does not exist in :other.', 'in_array' => ':attribute ruang tidak wujud dalam :other.',
'integer' => 'The :attribute must be an integer.', 'integer' => ':attribute mestilah integer.',
'ip' => 'The :attribute must be a valid IP address.', 'ip' => ':attribute mestilah alamat IP yang sah.',
'ipv4' => 'The :attribute must be a valid IPv4 address.', 'ipv4' => ':attribute mestilah alamat IPv4 yang sah.',
'ipv6' => 'The :attribute must be a valid IPv6 address.', 'ipv6' => ':attribute mestilah alamat IPv6 yang sah.',
'json' => 'The :attribute must be a valid JSON string.', 'json' => ':attribute mestilah rentetan JSON yang sah.',
'max' => [ 'max' => [
'numeric' => 'The :attribute may not be greater than :max.', 'numeric' => ':attribute mesti tidak besar daripada :max.',
'file' => 'The :attribute may not be greater than :max kilobytes.', 'file' => ':attribute mesti tidak besar daripada :max kilobytes.',
'string' => 'The :attribute may not be greater than :max characters.', 'string' => ':attribute mesti tidak besar daripada :max perkataan.',
'array' => 'The :attribute may not have more than :max items.', 'array' => ':attribute mesti tidak lebih daripada :max item.',
], ],
'mimes' => 'The :attribute must be a file of type: :values.', 'mimes' => ':attribute mestilah mempunyai jenis file: :values.',
'mimetypes' => 'The :attribute must be a file of type: :values.', 'mimetypes' => ':attribute mestilah mempunyai jenis file: :values.',
'min' => [ 'min' => [
'numeric' => 'The :attribute must be at least :min.', 'numeric' => ':attribute mesti sekurang-kurangnya :min.',
'file' => 'The :attribute must be at least :min kilobytes.', 'file' => ':attribute mesti sekurang-kurangnya :min kilobytes.',
'string' => 'The :attribute must be at least :min characters.', 'string' => ':attribute mesti sekurang-kurangnya :min perkataan.',
'array' => 'The :attribute must have at least :min items.', 'array' => ':attribute mesti mempunyai sekurang-kurangnya :min item.',
], ],
'not_in' => 'The selected :attribute is invalid.', 'not_in' => ':attribute yang di pilih tidak sah.',
'not_regex' => 'The :attribute format is invalid.', 'not_regex' => ':attribute adalah format tidak sah.',
'numeric' => 'The :attribute must be a number.', 'numeric' => ':attribute mestilah nombor.',
'present' => 'The :attribute field must be present.', 'present' => ':attribute ruang mesti ada.',
'regex' => 'The :attribute format is invalid.', 'regex' => ':attribute adalah format tidak sah.',
'required' => 'The :attribute field is required.', 'required' => ':attribute ruang diperlukan.',
'required_if' => 'The :attribute field is required when :other is :value.', 'required_if' => ':attribute ruang diperlukan bila :other adalah :value.',
'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_unless' => ':attribute ruang diperlukan kecuali jika :other ada dalam :values.',
'required_with' => 'The :attribute field is required when :values is present.', 'required_with' => 'The :attribute ruang diperlukan bila :values wujud.',
'required_with_all' => 'The :attribute field is required when :values is present.', 'required_with_all' => 'The :attribute ruang diperlukan bila :values wujud.',
'required_without' => 'The :attribute field is required when :values is not present.', 'required_without' => 'The :attribute ruang diperlukan bila :values tidak wujud.',
'required_without_all' => 'The :attribute field is required when none of :values are present.', 'required_without_all' => 'The :attribute ruang diperlukan bila tiada daripada :values wujud.',
'same' => 'The :attribute and :other must match.', 'same' => ':attribute dan :other mestilah sepadan.',
'size' => [ 'size' => [
'numeric' => 'The :attribute must be :size.', 'numeric' => ':attribute mesilah :size.',
'file' => 'The :attribute must be :size kilobytes.', 'file' => ':attribute mestilah :size kilobytes.',
'string' => 'The :attribute must be :size characters.', 'string' => ':attribute mestilah :size perkataan.',
'array' => 'The :attribute must contain :size items.', 'array' => ':attribute mesti mempunyai :size item.',
], ],
'string' => 'The :attribute must be a string.', 'string' => ':attribute mestilah rentetan.',
'timezone' => 'The :attribute must be a valid zone.', 'timezone' => ':attribute mesti zon waktu yang sah.',
'unique' => 'The :attribute has already been taken.', 'unique' => ':attribute telah diambil.',
'uploaded' => 'The :attribute failed to upload.', 'uploaded' => ':attribute gagal dimuat naik.',
'url' => 'The :attribute format is invalid.', 'url' => ':attribute adalah format tidak sah.',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------