update translations

This commit is contained in:
xiaomlove
2025-09-23 11:53:30 +07:00
parent 38688178b6
commit c1845f276b
146 changed files with 3645 additions and 1996 deletions
+71
View File
@@ -0,0 +1,71 @@
<?php
return [
'timestamp' => '報告時間',
'request_id' => '要求ID',
'uploaded_offset' => 'アップロード開始オフセット',
'uploaded_total_last' => '最後の累積アップロード量',
'uploaded_total' => '累積アップロード量',
'uploaded_increment' => '増分をアップロード',
'uploaded_increment_for_user' => 'ユーザーアップロードのインクリメント',
'downloaded_offset' => '開始ボリュームをダウンロード',
'downloaded_total_last' => '最後の累積ダウンロードボリューム',
'downloaded_total' => '累積ダウンロード量',
'downloaded_increment' => '増分をダウンロード',
'downloaded_increment_for_user' => 'ユーザーのダウンロードインクリメント',
'left' => '残り金額',
'seeder' => 'シーダー',
'leecher' => 'Downloader',
'announce_time' => '時間間隔',
'agent' => 'クライアント',
'user_id' => 'ユーザー ID',
'passkey' => 'ユーザーパスワード',
'torrent_id' => 'Torrent ID',
'peer_id' => 'ピアID',
'event' => 'イベント',
'ip' => 'IP',
'ipv4' => 'IPV4',
'ipv6' => 'IPV6',
'port' => 'ポート',
'started' => '開始日時',
'prev_action' => '前のレポート',
'last_action' => '最後のレポート',
'seeder_count' => 'シーダー数',
'leecher_count' => 'ダウンローダーの数',
'scheme' => 'プロトコルの報告',
'host' => 'ホストの報告',
'path' => 'レポートのパス',
'continent' => 'コンチネンタル',
'country' => '国',
'city' => '市区町村名',
'show_client_error' => 'クライアントのエラーを表示',
'client_select' => 'クライアント ID',
'torrent_size' => 'シードサイズ',
'events' => [
'started' => '開始',
'stopped' => '停止しました',
'paused' => '一時停止',
'completed' => '完了',
'none' => 'なし',
],
'batch_no' => 'バッチ番号',
'promotion_state' => 'プロモーションステータス',
'promotion_state_desc' => 'プロモーションソース',
'up_factor' => 'アップロード率',
'up_factor_desc' => '因子のソースをアップロード',
'down_factor' => '乗数をダウンロード',
'down_factor_desc' => 'マルチプライヤーソースをダウンロード',
'speed' => '速度',
'tab_primary' => '主な情報',
'tab_secondary' => 'セカンダリ情報',
'fieldset_basic' => '基本情報',
'fieldset_uploaded' => 'アップロード',
'fieldset_downloaded' => 'ダウンロード',
'fieldset_client' => 'クライアント',
'fieldset_location' => '場所',
'fieldset_request' => 'リクエスト',
];
+8
View File
@@ -0,0 +1,8 @@
<?php
return [
'text_key' => '鍵の添付ファイル ',
'not_found' => ' 見つかりませんでした',
'size' => 'サイズ',
'downloads' => 'ダウンロード',
];
+3 -3
View File
@@ -3,7 +3,7 @@
declare(strict_types=1);
return [
'failed' => '認証に失敗しました。',
'password' => 'パスワードが正しくありません。',
'throttle' => 'ログイン試行回数が多すぎます。:seconds 秒後にお試しください。',
'failed' => 'これらの資格情報は記録と一致しません。',
'password' => '入力されたパスワードが正しくありません。',
'throttle' => 'ログイン試行回数が多すぎます。:seconds 秒後にもう一度お試しください。',
];
+9
View File
@@ -21,12 +21,20 @@ return [
\App\Models\BonusLogs::BUSINESS_TYPE_BUY_CHANGE_USERNAME_CARD => 'ユーザー名カードの変更を購入する',
\App\Models\BonusLogs::BUSINESS_TYPE_GIFT_MEDAL => '勲章を贈ろう',
\App\Models\BonusLogs::BUSINESS_TYPE_BUY_TORRENT => 'トレントを購入',
\App\Models\BonusLogs::BUSINESS_TYPE_REWARD_TORRENT => '報酬Torrent',
\App\Models\BonusLogs::BUSINESS_TYPE_ROLE_WORK_SALARY => 'ロールワーク給与(給与)',
\App\Models\BonusLogs::BUSINESS_TYPE_TORRENT_BE_DOWNLOADED => 'Torrent をダウンロードする',
\App\Models\BonusLogs::BUSINESS_TYPE_RECEIVE_REWARD => '報酬を受け取る',
\App\Models\BonusLogs::BUSINESS_TYPE_RECEIVE_GIFT => 'ギフトを受け取る',
\App\Models\BonusLogs::BUSINESS_TYPE_UPLOAD_TORRENT => 'Torrent をアップロード',
\App\Models\BonusLogs::BUSINESS_TYPE_TORRENT_BE_REWARD => 'トレント獲得報酬',
\App\Models\BonusLogs::BUSINESS_TYPE_SEEDING_BASIC => '基本的なシード中',
\App\Models\BonusLogs::BUSINESS_TYPE_SEEDING_DONOR_ADDITION => 'シードドナーの追加',
\App\Models\BonusLogs::BUSINESS_TYPE_SEEDING_OFFICIAL_ADDITION => 'シード中の公式追加',
\App\Models\BonusLogs::BUSINESS_TYPE_SEEDING_HAREM_ADDITION => 'シードハーレム追加',
\App\Models\BonusLogs::BUSINESS_TYPE_SEEDING_MEDAL_ADDITION => 'シードメダル追加',
],
'fields' => [
'business_type' => 'ビジネスタイプ',
@@ -34,4 +42,5 @@ return [
'value' => '取引値',
'new_total_value' => '注文後の値',
],
'exclude_seeding_bonus' => 'シードボーナスを除外',
];
+4 -1
View File
@@ -4,5 +4,8 @@ return [
'actions' => [
'store_success' => 'ブックマークに追加しました!',
'delete_success' => 'ブックマークをキャンセルしました!',
]
],
'torrent_not_exists' => 'Torrent: :torrent_id が存在しません!',
'torrent_already_bookmarked' => 'Torrent: :torrent_id はすでにブックマークされています!',
'torrent_has_not_been_bookmarked' => 'Torrent: :torrent_id はブックマークされていません!',
];
+1
View File
@@ -7,6 +7,7 @@ return [
'user_not_exists' => '(孤児)',
'time_units' => [
'week' => '週間',
'hour' => '時間',
],
'select_all' => 'すべて選択',
'unselect_all' => 'すべて選択解除',
+8
View File
@@ -17,4 +17,12 @@ return [
'text' => 'ユーザーの基本情報を表示',
'desc' => 'ユーザーの基本情報を表示',
],
'bookmark:store' => [
'text' => 'ブックマークを追加',
'desc' => 'ブックマークを追加',
],
'bookmark:delete' => [
'text' => 'ブックマークを削除',
'desc' => 'ブックマークを削除',
],
];
+5
View File
@@ -0,0 +1,5 @@
<?php
return [
'content' => '修正されたコンテンツ',
];
+131 -162
View File
@@ -3,185 +3,154 @@
declare(strict_types=1);
return [
'accepted' => ':Attributeを承認してください。',
'accepted_if' => ':Otherが:valueの場合、:attributeを承認する必要があります。',
'active_url' => ':Attributeは有効なURLでありません。',
'after' => ':Attributeは、:dateより後の日付を指定してください。',
'after_or_equal' => ':Attributeには、:date以降の日付を指定してください。',
'alpha' => ':Attributeには、アルファベッドのみ使用できます。',
'alpha_dash' => ':Attributeには、英数字(\'A-Z\',\'a-z\',\'0-9\')とハイフンと下線(\'-\',\'_\')が使用できます。',
'alpha_num' => ':Attributeには、英数字(\'A-Z\',\'a-z\',\'0-9\')が使用できます。',
'any_of' => 'The :attribute field is invalid.',
'array' => ':Attributeには、配列を指定してください。',
'ascii' => ':Attributeには、英数字と記号のみ使用可能です。',
'before' => ':Attributeは、:dateより前の日付を指定してください。',
'before_or_equal' => ':Attributeには、:date以前の日付を指定してください。',
'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 フィールドには、文字列と数字のみ含める必要があります。',
'any_of' => ':attribute フィールドが不正です。',
'array' => ':attribute フィールドは配列である必要があります。',
'ascii' => ':attribute フィールドには、半角英数字と記号のみ含める必要があります。',
'before' => ':attribute フィールドは、:date より前の日付にして下さい。',
'before_or_equal' => ':attributeには、:date以前の日付を指定してください。',
'between' => [
'array' => ':Attributeの項目は、:minから:maxにしてください。',
'file' => ':Attributeには、:min KBから:max KBまでのサイズのファイルを指定してください。',
'numeric' => ':Attributeには、:minから:maxまでの数字を指定してください。',
'string' => ':Attributeは、:min文字から:max文字にしてください。',
'array' => ':attribute:min から :max 内のアイテムにしてさい。',
'file' => ':attribute:min から :max キロバイトの範囲内にして下さい。',
'numeric' => ':attribute:min から :max の範囲内にして下さい。',
'string' => ':attribute:min から :max 文字の範囲内にしてさい。',
],
'boolean' => ':Attributeには、\'true\'か\'false\'を指定してください。',
'can' => ':Attributeに権限のない値が含まれています。',
'confirmed' => ':Attributeと:attribute確認が一致しません。',
'contains' => ':Attributeに必須項目が含まれていません。',
'boolean' => ':attribute フィールドは、true または false にして下さい。',
'can' => ':attribute フィールドに不正な値があります。',
'confirmed' => ':attribute フィールドの確認が一致しません。',
'contains' => ':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は必須です。',
'date' => ':attribute は、有効な日付にして下さい。',
'date_equals' => ':attribute フィールドは、:date と同じ日付にして下さい。',
'date_format' => ':attributeの項目は、フォーマット:formatに一致する必要があります。',
'decimal' => ':attribute フィールドは小数点以下にして下さい。',
'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の項目は、以下のいずれかの値で終わることはできません。',
'doesnt_start_with' => ':attributeの項目は、以下のいずれかの値で始めることはできません。',
'email' => ':attribute フィールドは、有効なメールアドレスにして下さい。',
'ends_with' => ':attribute フィールドは、以下のいずれかの値で終了する必要があります。',
'enum' => '選択した:attributeが正しくありません。',
'exists' => '選択た:attributeが正しくありません。',
'extensions' => ':attribute フィールドには、次の拡張子のいずれかが必要です: :values',
'file' => ':attribute フィールドはファイルである必要があります。',
'filled' => ':attribute フィールドには値が必要です。',
'gt' => [
'array' => ':Attributeの項目数は、:value個より多い必要があります。',
'file' => ':Attributeは、:value KBより大きい必要があります。',
'numeric' => ':Attributeは、:valueより大きい必要があります。',
'string' => ':Attributeは、:value文字を超える必要があります。',
'array' => ':attributeは、:value以上の項目が必要です。',
'file' => ':attribute:value キロバイト以上にして下さい。',
'numeric' => ':attribute フィールドは :value より大きくなければなりません。',
'string' => ':attribute フィールドは :value 文字より大きくして下さい。',
],
'gte' => [
'array' => ':Attributeの項目数は、:value以上である必要があります。',
'file' => ':Attributeは、:value KB以上である必要があります。',
'numeric' => ':Attributeは、:value以上である必要があります。',
'string' => ':Attributeは、:value文字以上である必要があります。',
'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' => ':AttributeIPv4アドレスを指定してください。',
'ipv6' => ':AttributeIPv6アドレスを指定してください。',
'json' => ':Attributeには、有効なJSON文字列を指定してください。',
'list' => ':attribute フィールドはリストでなければなりません。',
'lowercase' => ':Attributeは、小文字で入力してください。',
'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文字列である必要があります。',
'list' => ':attribute フィールドはリストにして下さい。',
'lowercase' => ':attribute フィールドは、小文字にして下さい。',
'lt' => [
'array' => ':Attributeの項目数は、:value個より少ない必要があります。',
'file' => ':Attributeは、:value KBより小さい必要があります。',
'numeric' => ':Attributeは、:valueより小さい必要があります。',
'string' => ':Attributeは、:value文字より小さい必要があります。',
'array' => ':attributeは、:value項目以下の値を指定してください。',
'file' => ':attribute:value キロバイト未満にして下さい。',
'numeric' => ':attribute フィールドは :value 未満にして下さい。',
'string' => ':attribute フィールドは :value 文字より小さくして下さい。',
],
'lte' => [
'array' => ':Attributeの項目数は、:value以下である必要があります。',
'file' => ':Attributeは、:value KB以下である必要があります。',
'numeric' => ':Attributeは、:value以下である必要があります。',
'string' => ':Attributeは、:value文字以下である必要があります。',
'array' => ':attributeの項目:value項目以下である必要があります。',
'file' => ':attribute:value キロバイト以下にして下さい。',
'numeric' => ':attribute フィールドは :value 以下にして下さい。',
'string' => ':attribute フィールドは :value 文字以下にして下さい。',
],
'mac_address' => ':Attributeは有効なMACアドレスである必要があります。',
'mac_address' => ':attribute フィールドは有効なMACアドレスにして下さい。',
'max' => [
'array' => ':Attributeの項目数は、:max以下である必要があります。',
'file' => ':Attributeは、:max KB以下のファイルである必要があります。',
'numeric' => ':Attributeは、:max以下の数値である必要があります。',
'string' => ':Attributeの文字数は、:max文字以下である必要があります。',
'array' => ':attributeの項目:max以下である必要があります。',
'file' => ':attribute:max キロバイト以上にして下さい。',
'numeric' => ':attribute フィールドは :max 以上にして下さい。',
'string' => ':attribute フィールドは :max 文字以上にして下さい。',
],
'max_digits' => ':Attributeは、:max桁以下の数字である必要があります。',
'mimes' => ':Attributeには、以下のファイルタイプを指定してください。:values',
'mimetypes' => ':Attributeには、以下のファイルタイプを指定してください。:values',
'max_digits' => ':attribute:max数字を指定してください。',
'mimes' => ':attributeには、:values型のファイルを指定してください。',
'mimetypes' => ':attributeには、:values型のファイルを指定してください。',
'min' => [
'array' => ':Attributeの項目数は、:min個以上にしてください。',
'file' => ':Attributeには、:min KB以上のファイルを指定してください。',
'numeric' => ':Attributeには、:min以上の数値を指定してください。',
'string' => ':Attributeの文字数は、: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には、数値を指定してください。',
'min_digits' => ':attributeは、:min桁以上を指定してください。',
'missing' => ':attribute フィールドがありません。',
'missing_if' => ':other:valueの場合、:attributeの項目を指定してください。',
'missing_unless' => ':other:value以外の場合、:attributeの項目を指定してください。',
'missing_with' => ':valuesが指定されている場合、:attributeには、:attributeを指定してください。',
'missing_with_all' => ':valuesが指定されている場合、:attributeには、:attributeを指定してください。',
'multiple_of' => ':attribute フィールドは :value の倍数にして下さい。',
'not_in' => '選択た:attributeが正しくありません。',
'not_regex' => ':attributeの項目形式が無効です。',
'numeric' => ':attribute フィールドは数字にして下さい。',
'password' => [
'letters' => ':Attributeは文字を1文字以上含める必要があります。',
'mixed' => ':Attributeは大文字と小文字をそれぞれ1文字以上含める必要があります。',
'numbers' => ':Attributeは数字を1文字以上含める必要があります。',
'symbols' => ':Attributeは記号を1文字以上含める必要があります。',
'uncompromised' => ':Attributeは情報漏洩した可能性があります。の:attributeを選択してください。',
'letters' => ':attributeには、少なくとも1つの文字を含める必要があります。',
'mixed' => ':attributeには、少なくとも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_if_accepted' => ':Otherが承認された場合、この項目の入力は禁止されています。',
'prohibited_if_declined' => ':Otherが拒否された場合、この項目の入力は禁止されています。',
'prohibited_unless' => ':Other:valuesでない限り、:Attributeの入力は禁止されています。',
'prohibits' => ':Otherが存在している場合、:Attributeの入力は禁止されています。',
'regex' => ':Attributeには、正しい形式を指定してください。',
'required' => ':Attributeは必須項目です。',
'required_array_keys' => ':Attributeには、:valuesのエントリを含める必要があります。',
'required_if' => ':Otherが:valueの場合、:attributeを指定してください。',
'required_if_accepted' => ':Otherを承認した場合、:attributeは必須項目です。',
'required_if_declined' => ':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が一致しません。',
'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_if_accepted' => ':other が承認されている場合、:attribute フィールドは禁止されています。',
'prohibited_if_declined' => ':other が拒否された場合、:attribute フィールドは禁止されています。',
'prohibited_unless' => ':other:value でない限り、:attribute フィールドは禁止されています。',
'prohibits' => ':attribute フィールドに:other の存在が禁止されています。',
'regex' => ':attributeの項目形式が無効です。',
'required' => ':attribute フィールドは必須です。',
'required_array_keys' => ':attribute フィールドには、次のエントリが必要です: :values',
'required_if' => ':otherが:valueの場合、:attributeを指定してください。',
'required_if_accepted' => ':other が承認されている場合、:attribute フィールドは必須です。',
'required_if_declined' => ':other が拒否された場合、:attribute フィールドは必須です。',
'required_unless' => ':other:value でない限り、: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 KBのファイルを指定してください。',
'numeric' => ':Attributeには、:sizeを指定してください。',
'string' => ':Attributeの文字数は、:size文字してください。',
],
'starts_with' => ':Attributeは、次のいずれかで始まる必要があります。:values',
'string' => ':Attributeには、文字列を指定してください。',
'timezone' => ':Attributeには、有効なタイムゾーンを指定してください。',
'ulid' => ':Attributeは、有効なULIDである必要があります。',
'unique' => '指定の:attributeは既に使用されています。',
'uploaded' => ':Attributeのアップロードに失敗しました。',
'uppercase' => ':Attributeは、大文字で入力してください。',
'url' => ':Attributeは、有効なURL形式で指定してください。',
'uuid' => ':Attributeは、有効なUUIDである必要があります。',
'attributes' => [
'address' => '住所',
'age' => '年',
'available' => '利用可能',
'city' => '市',
'content' => 'コンテンツ',
'country' => '国家',
'date' => '日付',
'day' => '空',
'description' => '説明する',
'email' => '郵便',
'excerpt' => 'まとめ',
'first_name' => '名前',
'gender' => '性別',
'hour' => '時間',
'last_name' => '姓',
'minute' => 'ポイント',
'mobile' => '携帯電話',
'month' => '月',
'name' => '名前',
'password' => 'パスワード',
'password_confirmation' => 'パスワードを認証する',
'phone' => '電話',
'second' => '2番',
'sex' => '性別',
'size' => 'サイズ',
'time' => '時間',
'title' => 'タイトル',
'username' => 'ユーザー名',
'year' => '年',
'array' => ':attributeは、:size項目を含めてください。',
'file' => ':attribute:size キロバイトにして下さい。',
'numeric' => ':attributeには、:sizeを指定してください。',
'string' => ':attributeは、:size文字を指定してください。',
],
'starts_with' => ':attribute フィールドは、以下のいずれかの値で始まる必要があります。',
'string' => ':attribute フィールドは文字列である必要があります。',
'timezone' => ':attribute は有効なタイムゾーンにして下さい。',
'ulid' => ':attribute フィールドは有効なULIDである必要があります。',
'unique' => ':attributeは既に使用されています。',
'uploaded' => ':attribute のアップロードに失敗しました。',
'uppercase' => ':attribute フィールドは、大文字にして下さい。',
'url' => ':attribute フィールドは有効なURLである必要があります。',
'uuid' => ':attribute フィールドは、有効な UUID である必要があります。',
];