Updated language strings

This commit is contained in:
James Cole
2018-09-29 11:45:28 +02:00
parent b501c47187
commit cc1f3bba7e
41 changed files with 244 additions and 74 deletions

View File

@@ -87,6 +87,7 @@ return [
'max.array' => ':attribute tidak boleh memiliki lebih dari item :max.',
'mimes' => ':attribute harus jenis file: :values.',
'min.numeric' => ':attribute harus sedikitnya :min.',
'lte.numeric' => 'The :attribute must be less than or equal :value.',
'min.file' => 'Atribut harus minimal kilobyte :min.',
'min.string' => ':attribute harus minimal karakter :min.',
'min.array' => ':attribute harus minimal item :min.',