X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/e108808a32b865668076b7b032ee620229d44d1f..refs/pull/2734/head:/resources/lang/ja/validation.php diff --git a/resources/lang/ja/validation.php b/resources/lang/ja/validation.php index 231bdfa0b..7d9987ce0 100644 --- a/resources/lang/ja/validation.php +++ b/resources/lang/ja/validation.php @@ -78,7 +78,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は数値である必要があります。', @@ -90,6 +89,7 @@ return [ 'required_without' => ':valuesが設定されていない場合、:attributeは必須です。', 'required_without_all' => ':valuesが設定されていない場合、:attributeは必須です。', 'same' => ':attributeと:otherは一致している必要があります。', + 'safe_url' => 'The provided link may not be safe.', 'size' => [ 'numeric' => ':attributeは:sizeである必要があります。', 'file' => ':attributeは:sizeキロバイトである必要があります。',