]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/ja/validation.php
Added login throttling test, updated reset-pw test method names
[bookstack] / resources / lang / ja / validation.php
index f8a7f1326fe6361a6f9b9402091b6db9e3bc439c..96ae7dfff249a102b407ffa85543e4939efdcdb5 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attributeは:min〜:maxである必要があります。',
     'email'                => ':attributeは正しいEメールアドレスである必要があります。',
     'ends_with' => ':attributeは:valuesのいずれかで終わる必要があります。',
+    'file'                 => ':attributeは有効なファイルである必要があります。',
     'filled'               => ':attributeは必須です。',
     'gt'                   => [
         'numeric' => ':attributeは:valueより大きな値である必要があります。',