Sync up languages from CrowdIn. Closes #1259

This commit is contained in:
James Brooks
2016-01-29 22:05:05 +00:00
parent 900475c53c
commit 21fac30350
185 changed files with 16908 additions and 1603 deletions
+3 -1
View File
@@ -45,10 +45,12 @@ return [
'digits_between' => ':attribute harus antara :min dan :max digit.',
'email' => ':attribute harus merupakan alamat email yang benar.',
'exists' => ':attribute yang dipilih tidak benar.',
'filled' => ':attribute belum diisi.',
'image' => ':attribute harus merupakan gambar.',
'in' => ':attribute yang dipilih tidak benar.',
'integer' => ':attribute harus merupakan bilangan bulat.',
'ip' => ':attribute harus merupakan alamat IP yang benar.',
'json' => ':attribute harus merupakan string JSON yang valid.',
'max' => [
'numeric' => ':attribute tidak boleh lebih dari :max.',
'file' => ':attribute tidak boleh lebih dari :max kilobyte.',
@@ -80,9 +82,9 @@ return [
'array' => ':attribute harus berisi :size item.',
],
'string' => ':attribute harus berupa string.',
'timezone' => ':attribute harus merupakan zona yang benar.',
'unique' => ':attribute sudah ada.',
'url' => 'Format :attribute tidak benar.',
'timezone' => ':attribute harus merupakan zona yang benar.',
/*
|--------------------------------------------------------------------------