|
@@ -22,7 +22,7 @@ return [
|
|
'alpha_dash' => ':attributeには、半角の英数字(\'A-Z\', \'a-z\', \'0-9\')、ハイフン(-)、下線(_)のみ使用できます。',
|
|
'alpha_dash' => ':attributeには、半角の英数字(\'A-Z\', \'a-z\', \'0-9\')、ハイフン(-)、下線(_)のみ使用できます。',
|
|
'alpha_num' => ':attributeには、半角英数字(\'A-Z\', \'a-z\', \'0-9\')のみ使用できます。',
|
|
'alpha_num' => ':attributeには、半角英数字(\'A-Z\', \'a-z\', \'0-9\')のみ使用できます。',
|
|
'array' => ':attributeには、配列を指定してください。',
|
|
'array' => ':attributeには、配列を指定してください。',
|
|
- 'ascii' => 'The :attribute field must only contain single-byte alphanumeric characters and symbols.',
|
|
|
|
|
|
+ 'ascii' => ':attributeには、英数字と記号(ASCII)のみ使用可能です。',
|
|
'before' => ':attributeには、:dateより前の日付を指定してください。',
|
|
'before' => ':attributeには、:dateより前の日付を指定してください。',
|
|
'before_or_equal' => ':attributeには、:date以前の日付を指定してください。',
|
|
'before_or_equal' => ':attributeには、:date以前の日付を指定してください。',
|
|
'between' => [
|
|
'between' => [
|
|
@@ -32,9 +32,9 @@ return [
|
|
'string' => ':attributeは、:min文字から:max文字にしてください。',
|
|
'string' => ':attributeは、:min文字から:max文字にしてください。',
|
|
],
|
|
],
|
|
'boolean' => ':attributeには、\'true\'か\'false\'を指定してください。',
|
|
'boolean' => ':attributeには、\'true\'か\'false\'を指定してください。',
|
|
- 'can' => 'The :attribute field contains an unauthorized value.',
|
|
|
|
|
|
+ 'can' => ':attributeに禁止された値が含まれています。',
|
|
'confirmed' => ':attributeと:attribute確認が一致しません。',
|
|
'confirmed' => ':attributeと:attribute確認が一致しません。',
|
|
- 'contains' => 'The :attribute field is missing a required value.',
|
|
|
|
|
|
+ 'contains' => ':attributeに必須の値がありません。',
|
|
'current_password' => 'パスワードが違います。',
|
|
'current_password' => 'パスワードが違います。',
|
|
'date' => ':attributeは、正しい日付ではありません。',
|
|
'date' => ':attributeは、正しい日付ではありません。',
|
|
'date_equals' => ':attributeは:dateに等しい日付でなければなりません。',
|
|
'date_equals' => ':attributeは:dateに等しい日付でなければなりません。',
|
|
@@ -53,7 +53,7 @@ return [
|
|
'ends_with' => ':attributeは、次のうちのいずれかで終わらなければなりません。: :values',
|
|
'ends_with' => ':attributeは、次のうちのいずれかで終わらなければなりません。: :values',
|
|
'enum' => '選択した:attributeは無効です。',
|
|
'enum' => '選択した:attributeは無効です。',
|
|
'exists' => '選択された:attributeは、有効ではありません。',
|
|
'exists' => '選択された:attributeは、有効ではありません。',
|
|
- 'extensions' => 'The :attribute field must have one of the following extensions: :values.',
|
|
|
|
|
|
+ 'extensions' => ':attribute には、次のいずれかの拡張子が必要です: :values',
|
|
'file' => ':attributeはファイルでなければいけません。',
|
|
'file' => ':attributeはファイルでなければいけません。',
|
|
'filled' => ':attributeは必須です。',
|
|
'filled' => ':attributeは必須です。',
|
|
'gt' => [
|
|
'gt' => [
|
|
@@ -68,7 +68,7 @@ return [
|
|
'numeric' => ':attributeは :value 以上でなければなりません。',
|
|
'numeric' => ':attributeは :value 以上でなければなりません。',
|
|
'string' => ':attributeは :value 文字以上でなければなりません。',
|
|
'string' => ':attributeは :value 文字以上でなければなりません。',
|
|
],
|
|
],
|
|
- 'hex_color' => 'The :attribute field must be a valid hexadecimal color.',
|
|
|
|
|
|
+ 'hex_color' => ':attributeには正しい16進数カラーコードを指定してください。',
|
|
'image' => ':attributeには、画像を指定してください。',
|
|
'image' => ':attributeには、画像を指定してください。',
|
|
'in' => '選択された:attributeは、有効ではありません。',
|
|
'in' => '選択された:attributeは、有効ではありません。',
|
|
'in_array' => ':attributeが:otherに存在しません。',
|
|
'in_array' => ':attributeが:otherに存在しません。',
|
|
@@ -77,8 +77,8 @@ return [
|
|
'ipv4' => ':attributeはIPv4アドレスを指定してください。',
|
|
'ipv4' => ':attributeはIPv4アドレスを指定してください。',
|
|
'ipv6' => ':attributeはIPv6アドレスを指定してください。',
|
|
'ipv6' => ':attributeはIPv6アドレスを指定してください。',
|
|
'json' => ':attributeには、有効なJSON文字列を指定してください。',
|
|
'json' => ':attributeには、有効なJSON文字列を指定してください。',
|
|
- 'list' => 'The :attribute field must be a list.',
|
|
|
|
- 'lowercase' => 'The :attribute field must be lowercase.',
|
|
|
|
|
|
+ 'list' => ':attributeはリストにしてください。',
|
|
|
|
+ 'lowercase' => ':attributeには小文字で入力してください。',
|
|
'lt' => [
|
|
'lt' => [
|
|
'array' => ':attributeの項目数は、:value個より小さくなければなりません。',
|
|
'array' => ':attributeの項目数は、:value個より小さくなければなりません。',
|
|
'file' => ':attributeは、:value KBより小さくなければなりません。',
|
|
'file' => ':attributeは、:value KBより小さくなければなりません。',
|
|
@@ -108,11 +108,11 @@ return [
|
|
'string' => ':attributeは、:min文字以上にしてください。',
|
|
'string' => ':attributeは、:min文字以上にしてください。',
|
|
],
|
|
],
|
|
'min_digits' => ':attributeは :min 桁以上の数字でなければなりません。',
|
|
'min_digits' => ':attributeは :min 桁以上の数字でなければなりません。',
|
|
- 'missing' => 'The :attribute field must be missing.',
|
|
|
|
- 'missing_if' => 'The :attribute field must be missing when :other is :value.',
|
|
|
|
- 'missing_unless' => 'The :attribute field must be missing unless :other is :value.',
|
|
|
|
- 'missing_with' => 'The :attribute field must be missing when :values is present.',
|
|
|
|
- 'missing_with_all' => 'The :attribute field must be missing when :values are present.',
|
|
|
|
|
|
+ 'missing' => ':attributeには入力しないでください。',
|
|
|
|
+ 'missing_if' => ':otherが :value の場合、:attributeには入力しないでください。',
|
|
|
|
+ 'missing_unless' => ':otherが :value 以外の場合、:attributeは入力しないでください。',
|
|
|
|
+ 'missing_with' => ':values が指定されている場合、:attributeには入力しないでください。',
|
|
|
|
+ 'missing_with_all' => ':values が全て指定されている場合、:attributeには入力しないでください。',
|
|
'multiple_of' => ':attributeは :value の倍数でなければなりません。',
|
|
'multiple_of' => ':attributeは :value の倍数でなければなりません。',
|
|
'not_in' => '選択された:attributeは、有効ではありません。',
|
|
'not_in' => '選択された:attributeは、有効ではありません。',
|
|
'not_regex' => ':attributeの形式が無効です。',
|
|
'not_regex' => ':attributeの形式が無効です。',
|
|
@@ -125,10 +125,10 @@ return [
|
|
'uncompromised' => 'この:attributeはデータ漏洩の対象となった可能性があります。別の:attributeを選んでください。',
|
|
'uncompromised' => 'この:attributeはデータ漏洩の対象となった可能性があります。別の:attributeを選んでください。',
|
|
],
|
|
],
|
|
'present' => ':attributeが存在している必要があります。',
|
|
'present' => ':attributeが存在している必要があります。',
|
|
- 'present_if' => 'The :attribute field must be present when :other is :value.',
|
|
|
|
- 'present_unless' => 'The :attribute field must be present unless :other is :value.',
|
|
|
|
- 'present_with' => 'The :attribute field must be present when :values is present.',
|
|
|
|
- 'present_with_all' => 'The :attribute field must be present when :values are present.',
|
|
|
|
|
|
+ 'present_if' => ':otherが :value の場合、:attributeを必ず入力してください。',
|
|
|
|
+ 'present_unless' => ':otherが :value 以外の場合、:attributeを必ず入力してください。',
|
|
|
|
+ 'present_with' => ':values が指定されている場合、:attributeも必ず入力してください。',
|
|
|
|
+ 'present_with_all' => ':values が全て指定されている場合、:attributeも必ず入力してください。',
|
|
'prohibited' => ':attribute項目は入力しないでください。',
|
|
'prohibited' => ':attribute項目は入力しないでください。',
|
|
'prohibited_if' => ':otherが:valueの場合、:attributeは入力しないでください。',
|
|
'prohibited_if' => ':otherが:valueの場合、:attributeは入力しないでください。',
|
|
'prohibited_unless' => ':otherが:values以外の場合、:attributeは入力しないでください。',
|
|
'prohibited_unless' => ':otherが:values以外の場合、:attributeは入力しないでください。',
|
|
@@ -156,9 +156,9 @@ return [
|
|
'timezone' => ':attributeには、有効なタイムゾーンを指定してください。',
|
|
'timezone' => ':attributeには、有効なタイムゾーンを指定してください。',
|
|
'unique' => '指定の:attributeは既に使用されています。',
|
|
'unique' => '指定の:attributeは既に使用されています。',
|
|
'uploaded' => ':attributeのアップロードに失敗しました。',
|
|
'uploaded' => ':attributeのアップロードに失敗しました。',
|
|
- 'uppercase' => 'The :attribute field must be uppercase.',
|
|
|
|
|
|
+ 'uppercase' => ':attributeには大文字で入力してください。',
|
|
'url' => ':attributeには、正しいURLを指定してください。',
|
|
'url' => ':attributeには、正しいURLを指定してください。',
|
|
- 'ulid' => 'The :attribute field must be a valid ULID.',
|
|
|
|
|
|
+ 'ulid' => ':attributeは、有効なULIDでなければなりません。',
|
|
'uuid' => ':attributeは、有効なUUIDでなければなりません。',
|
|
'uuid' => ':attributeは、有効なUUIDでなければなりません。',
|
|
|
|
|
|
'single' => ':attributeを使用する場合、このリクエスト本文の唯一のパラメータにする必要があります。',
|
|
'single' => ':attributeを使用する場合、このリクエスト本文の唯一のパラメータにする必要があります。',
|