From a94da0c1f8561cba1fd8670295ac58e72de719ca Mon Sep 17 00:00:00 2001 From: nshiro <14008307+nshiro@users.noreply.github.com> Date: Tue, 15 Nov 2022 01:13:25 +0000 Subject: [PATCH] =?UTF-8?q?uppercase=20=E3=81=AE=E7=BF=BB=E8=A8=B3?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stubs/ja/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/stubs/ja/validation.php b/stubs/ja/validation.php index 94f7d01..a7a46e3 100644 --- a/stubs/ja/validation.php +++ b/stubs/ja/validation.php @@ -115,6 +115,7 @@ 'timezone' => ':attributeには、有効なゾーンを指定してください。', 'unique' => ':attributeの値は既に存在しています。', 'uploaded' => ':attributeのアップロードに失敗しました。', + 'uppercase' => ':attributeは、大文字のみで指定してください。', 'url' => ':attributeに正しい形式を指定してください。', 'uuid' => ':attributeに有効なUUIDを指定してください。',