| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207 |
- <?php
- return [
- /*
- |--------------------------------------------------------------------------
- | Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines contain the default error messages used by
- | the validator class. Some of these rules have multiple versions such
- | as the size rules. Feel free to tweak each of these messages here.
- |
- */
- 'accepted' => ':attributeの承認が必要です。',
- 'accepted_if' => ':otherが:valueの場合、:attributeの承認が必要です。',
- 'active_url' => ':attributeは有効なURLである必要があります。',
- 'after' => ':attributeは:dateの後の日付でなければなりません。',
- 'after_or_equal' => ':attributeは:date以降または同じ日付である必要があります。',
- 'alpha' => ':attributeはアルファベットのみを含む必要があります。',
- 'alpha_dash' => ':attributeは文字、数字、ダッシュ、アンダースコアのみを含む必要があります。',
- 'alpha_num' => ':attributeは文字と数字のみを含む必要があります。',
- 'array' => ':attributeは配列である必要があります。',
- 'ascii' => ':attributeは半角英数字と記号のみを含む必要があります。',
- 'before' => ':attributeは:dateの前の日付でなければなりません。',
- 'before_or_equal' => ':attributeは:date以前または同じ日付である必要があります。',
- 'between' => [
- 'array' => ':attributeは:minから:maxの間のアイテムを持つ必要があります。',
- 'file' => ':attributeは:minから:maxキロバイトの間である必要があります。',
- 'numeric' => ':attributeは:minから:maxの間である必要があります。',
- 'string' => ':attributeは:minから:max文字の間である必要があります。',
- ],
- 'boolean' => ':attributeはtrueまたはfalseである必要があります。',
- 'can' => ':attributeには認可されていない値が含まれています。',
- 'confirmed' => ':attributeの確認が一致しません。',
- 'current_password' => 'パスワードが間違っています。',
- 'date' => ':attributeは有効な日付である必要があります。',
- 'date_equals' => ':attributeは:dateと等しい日付である必要があります。',
- 'date_format' => ':attributeは:formatという形式と一致する必要があります。',
- 'decimal' => ':attributeは小数点以下:decimal桁である必要があります。',
- 'declined' => ':attributeは拒否される必要があります。',
- 'declined_if' => ':otherが:valueの場合、:attributeは拒否される必要があります。',
- 'different' => ':attributeと:otherは異なる必要があります。',
- 'digits' => ':attributeは:digits桁である必要があります。',
- 'digits_between' => ':attributeは:minから:max桁の間である必要があります。',
- 'dimensions' => ':attributeの画像サイズが無効です。',
- 'distinct' => ':attributeは重複した値を持っています。',
- 'doesnt_end_with' => ':attributeは以下のいずれかで終わってはいけません: :values。',
- 'doesnt_start_with' => ':attributeは以下のいずれかで始まってはいけません: :values。',
- 'email' => ':attributeは有効なメールアドレスである必要があります。',
- 'ends_with' => ':attributeは以下のいずれかで終わる必要があります: :values。',
- 'enum' => '選択された:attributeが無効です。',
- 'exists' => '選択された:attributeが無効です。',
- 'extensions' => ':attributeは以下の拡張子のいずれかを持っている必要があります: :values。',
- 'file' => ':attributeはファイルである必要があります。',
- 'filled' => ':attributeは値を持っている必要があります。',
- 'gt' => [
- 'array' => ':attributeは:value個より多くのアイテムを持つ必要があります。',
- 'file' => ':attributeは:valueキロバイトより大きい必要があります。',
- 'numeric' => ':attributeは:valueより大きい必要があります。',
- 'string' => ':attributeは:value文字より大きい必要があります。',
- ],
- 'gte' => [
- 'array' => ':attributeは:value個以上のアイテムを持つ必要があります。',
- 'file' => ':attributeは:valueキロバイト以上である必要があります。',
- 'numeric' => ':attributeは:value以上である必要があります。',
- 'string' => ':attributeは:value文字以上である必要があります。',
- ],
- 'hex_color' => ':attributeは有効な16進カラーである必要があります。',
- 'image' => ':attributeは画像である必要があります。',
- 'in' => '選択された:attributeは無効です。',
- 'in_array' => ':attributeは:other内に存在する必要があります。',
- 'integer' => ':attributeは整数である必要があります。',
- 'ip' => ':attributeは有効なIPアドレスである必要があります。',
- 'ipv4' => ':attributeは有効なIPv4アドレスである必要があります。',
- 'ipv6' => ':attributeは有効なIPv6アドレスである必要があります。',
- 'json' => ':attributeは有効なJSON文字列である必要があります。',
- 'lowercase' => ':attributeはすべて小文字である必要があります。',
- 'lt' => [
- 'array' => ':attributeは:value個より少ないアイテムを持つ必要があります。',
- 'file' => ':attributeは:valueキロバイトより小さい必要があります。',
- 'numeric' => ':attributeは:valueより小さい必要があります。',
- 'string' => ':attributeは:value文字より小さい必要があります。',
- ],
- 'lte' => [
- 'array' => ':attributeは:value個以下のアイテムを持つ必要があります。',
- 'file' => ':attributeは:valueキロバイト以下である必要があります。',
- 'numeric' => ':attributeは:value以下である必要があります。',
- 'string' => ':attributeは:value文字以下である必要があります。',
- ],
- 'mac_address' => ':attributeは有効なMACアドレスである必要があります。',
- 'max' => [
- 'array' => ':attributeは:max個を超えてはいけません。',
- 'file' => ':attributeは:maxキロバイトより大きくてはいけません。',
- 'numeric' => ':attributeは:maxより大きくてはいけません。',
- 'string' => ':attributeは:max文字より大きくてはいけません。',
- ],
- 'max_digits' => ':attributeは:max桁を超えてはいけません。',
- 'mimes' => ':attributeは:valuesのファイルである必要があります。',
- 'mimetypes' => ':attributeは:valuesのファイルである必要があります。',
- 'min' => [
- 'array' => ':attributeは少なくとも:min個のアイテムを持つ必要があります。',
- 'file' => ':attributeは少なくとも:minキロバイトである必要があります。',
- 'numeric' => ':attributeは少なくとも:minである必要があります。',
- 'string' => ':attributeは少なくとも:min文字である必要があります。',
- ],
- 'min_digits' => ':attributeは少なくとも:min桁である必要があります。',
- '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の倍数でなければなりません。',
- 'not_in' => '選択された:attributeは無効です。',
- 'not_regex' => ':attributeの形式が無効です。',
- 'numeric' => ':attributeは数値でなければなりません。',
- 'password' => [
- 'letters' => ':attributeには少なくとも1つの文字を含める必要があります。',
- 'mixed' => ':attributeには少なくとも1つの大文字と1つの小文字を含める必要があります。',
- 'numbers' => ':attributeには少なくとも1つの数字を含める必要があります。',
- 'symbols' => ':attributeには少なくとも1つの記号を含める必要があります。',
- 'uncompromised' => '指定された:attributeはデータリークに現れています。別の:attributeを選択してください。',
- ],
- 'present' => ':attributeは存在している必要があります。',
- 'present_if' => ':otherが:valueの場合、:attributeは存在している必要があります。',
- 'present_unless' => ':otherが:valueでない限り、:attributeは存在している必要があります。',
- 'present_with' => ':valuesが存在する場合、:attributeは存在している必要があります。',
- 'present_with_all' => ':valuesが存在する場合、:attributeは存在している必要があります。',
- 'prohibited' => ':attributeは禁止されています。',
- 'prohibited_if' => ':otherが:valueの場合、:attributeは禁止されています。',
- 'prohibited_unless' => ':otherが:valuesに含まれていない限り、:attributeは禁止されています。',
- 'prohibits' => ':attributeは:otherが存在する場合、存在してはいけません。',
- 'regex' => ':attributeの形式が無効です。',
- 'required' => ':attributeは必須です。',
- 'required_array_keys' => ':valuesに対する:attributeのエントリが必要です。',
- 'required_if' => ':otherが:valueの場合、:attributeは必須です。',
- 'required_if_accepted' => ':otherが受け入れられている場合、:attributeは必須です。',
- 'required_unless' => ':otherが:valuesに含まれていない場合、:attributeは必須です。',
- 'required_with' => ':valuesが存在する場合、:attributeは必須です。',
- 'required_with_all' => ':valuesが存在する場合、:attributeは必須です。',
- 'required_without' => ':valuesが存在しない場合、:attributeは必須です。',
- 'required_without_all' => ':valuesのいずれも存在しない場合、:attributeは必須です。',
- 'same' => ':attributeは:otherと一致している必要があります。',
- 'size' => [
- 'array' => ':attributeは:size個のアイテムを持つ必要があります。',
- 'file' => ':attributeは:sizeキロバイトである必要があります。',
- 'numeric' => ':attributeは:sizeである必要があります。',
- 'string' => ':attributeは:size文字である必要があります。',
- ],
- 'starts_with' => ':attributeは次のいずれかで始まる必要があります: :values。',
- 'string' => ':attributeは文字列である必要があります。',
- 'timezone' => ':attributeは有効なタイムゾーンである必要があります。',
- 'unique' => ':attributeはすでに使用されています。',
- 'uploaded' => ':attributeのアップロードに失敗しました。',
- 'uppercase' => ':attributeは大文字である必要があります。',
- 'url' => ':attributeは有効なURLである必要があります。',
- 'ulid' => ':attributeは有効なULIDである必要があります。',
- 'uuid' => ':attributeは有効なUUIDである必要があります。',
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Language Lines
- |--------------------------------------------------------------------------
- |
- | Here you may specify custom validation messages for attributes using the
- | convention "attribute.rule" to name the lines. This makes it quick to
- | specify a specific custom language line for a given attribute rule.
- |
- */
- 'custom' => [
- 'attribute-name' => [
- 'rule-name' => 'custom-message',
- ],
- ],
- /*
- |--------------------------------------------------------------------------
- | Custom Validation Attributes
- |--------------------------------------------------------------------------
- |
- | The following language lines are used to swap our attribute placeholder
- | with something more reader friendly such as "E-Mail Address" instead
- | of "email". This simply helps us make our message more expressive.
- |
- */
- 'attributes' => [],
- ];
|