Skip to content

Commit

Permalink
Add "CLI.generator.className.test", "Validation.field_exists" (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Apr 14, 2024
1 parent 55fbba2 commit 30b9ab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Language/ja/CLI.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'migration' => 'マイグレーションクラス名', // 'Migration class name'
'model' => 'モデルクラス名', // 'Model class name'
'seeder' => 'シーダークラス名', // 'Seeder class name'
'test' => 'テストクラス名', // 'Test class name'
'validation' => 'バリデーションクラス名', // 'Validation class name'
],
'commandType' => 'コマンドのタイプ', // 'Command type'
Expand Down
1 change: 1 addition & 0 deletions Language/ja/Validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
'differs' => '{field} には {param} と異なる値を入力してください。', // 'The {field} field must differ from the {param} field.'
'equals' => '{field} は {param} と同じ値を入力してください。', // 'The {field} field must be exactly: {param}.'
'exact_length' => '{field} の文字数は、{param}文字で入力してください。', // 'The {field} field must be exactly {param} characters in length.'
'field_exists' => '{field} が存在しません。', // 'The {field} field must exist.'
'greater_than' => '{field} には {param} より大きな半角数値を入力してください。', // 'The {field} field must contain a number greater than {param}.'
'greater_than_equal_to' => '{field} には {param} 以上の半角数値を入力してください。', // 'The {field} field must contain a number greater than or equal to {param}.'
'hex' => '{field} は16進数で入力してください。', // 'The {field} field may only contain hexadecimal characters.'
Expand Down

0 comments on commit 30b9ab1

Please sign in to comment.