X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6633642232efd164d4708967ab59e498fbff896..refs/pull/2902/head:/resources/lang/ja/validation.php diff --git a/resources/lang/ja/validation.php b/resources/lang/ja/validation.php index 61057f17e..2ef8b0119 100644 --- a/resources/lang/ja/validation.php +++ b/resources/lang/ja/validation.php @@ -15,6 +15,7 @@ return [ 'alpha_dash' => ':attributeは文字, 数値, ハイフンのみが含められます。', 'alpha_num' => ':attributeは文字と数値のみが含められます。', 'array' => ':attributeは配列である必要があります。', + 'backup_codes' => 'The provided code is not valid or has already been used.', 'before' => ':attributeは:date以前である必要があります。', 'between' => [ 'numeric' => ':attributeは:min〜:maxである必要があります。', @@ -78,7 +79,6 @@ return [ 'string' => ':attributeは:min文字以上である必要があります。', 'array' => ':attributeは:min個以上である必要があります。', ], - 'no_double_extension' => 'The :attribute must only have a single file extension.', 'not_in' => '選択された:attributeは不正です。', 'not_regex' => 'The :attribute format is invalid.', 'numeric' => ':attributeは数値である必要があります。', @@ -99,6 +99,7 @@ return [ ], 'string' => ':attributeは文字列である必要があります。', 'timezone' => ':attributeは正しいタイムゾーンである必要があります。', + 'totp' => 'The provided code is not valid or has expired.', 'unique' => ':attributeは既に使用されています。', 'url' => ':attributeのフォーマットは不正です。', 'uploaded' => 'The file could not be uploaded. The server may not accept files of this size.',