New strings [skip ci]

This commit is contained in:
James Cole
2018-07-25 16:44:06 +02:00
parent 5a73e79475
commit 02272f7db0
45 changed files with 290 additions and 260 deletions

View File

@@ -50,7 +50,8 @@ return [
'at_least_one_action' => 'Rule must have at least one action.',
'base64' => 'This is not valid base64 encoded data.',
'model_id_invalid' => 'The given ID seems invalid for this model.',
'more' => ':attribute harus lebih besar dari nol.',
'more' => ':attribute must be larger than :value.',
'less' => ':attribute must be less than 10,000,000',
'active_url' => ':attribute bukan URL yang valid.',
'after' => ':attribute harus tanggal setelah :date.',
'alpha' => ':attribute hanya boleh berisi huruf.',