Skip to content

Commit

Permalink
feat: add japanese translation (monicahq/chandler#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss authored May 10, 2023
1 parent d386b61 commit 0059431
Show file tree
Hide file tree
Showing 9 changed files with 1,614 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/localizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* The locales you wish to support.
*/
'supported-locales' => ['en', 'da', 'de', 'es', 'fr', 'it', 'nl', 'pt', 'ru'],
'supported-locales' => ['en', 'da', 'de', 'es', 'fr', 'it', 'ja', 'nl', 'pt', 'ru'],

/**
* The detectors to use to find a matching locale.
Expand Down
1,270 changes: 1,270 additions & 0 deletions lang/ja.json

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions lang/ja/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

return [
'failed' => '認証に失敗しました。',
'lang' => '日本',
'password' => 'パスワードが正しくありません。',
'throttle' => 'ログインの試行回数が多すぎます。:seconds 秒後にお試しください。',
];
9 changes: 9 additions & 0 deletions lang/ja/email.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

return [
'notification_reminder_email' => '',
'notification_test_email' => '',
'reminder_triggered_for' => '',
'reminder_triggered_intro' => '',
'reminder_triggered_signature' => '',
];
15 changes: 15 additions & 0 deletions lang/ja/format.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php

return [
'date' => '',
'day_month_parenthesis' => '',
'day_number' => '',
'full_date' => '',
'long_month_day' => '',
'long_month_year' => '',
'short_date' => '',
'short_date_year_time' => '',
'short_day' => '',
'short_month' => '',
'short_month_year' => '',
];
82 changes: 82 additions & 0 deletions lang/ja/http-statuses.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
<?php

return [
'0' => '不明なエラー',
'100' => '継続',
'101' => 'プロトコルの切替',
'102' => '処理中',
'200' => '成功',
'201' => '作成済',
'202' => '承認済',
'203' => '信頼できない情報',
'204' => 'コンテンツなし',
'205' => 'コンテンツのリセット',
'206' => '部分的なコンテンツ',
'207' => 'マルチステータス',
'208' => '報告済',
'226' => 'IM 使用済み',
'300' => '複数の選択肢',
'301' => '恒久的に移動',
'302' => '発見',
'303' => '他を参照要',
'304' => '未変更',
'305' => 'プロキシ使用',
'307' => '一時的なリダイレクト',
'308' => '恒久的なリダイレクト',
'400' => '不正なリクエスト',
'401' => '認証が必要',
'402' => '支払いが必要',
'403' => '認可が必要',
'404' => '見つかりません',
'405' => '未許可のメソッド',
'406' => '受付不可',
'407' => 'プロキシ認証が必要',
'408' => 'リクエストタイムアウト',
'409' => '競合',
'410' => '消滅',
'411' => '長さが必要',
'412' => '前提条件が失敗',
'413' => 'ペイロードが大きすぎます',
'414' => 'URLが長すぎます',
'415' => 'サポートされていないメディアタイプ',
'416' => '範囲外のレンジ',
'417' => '指定された要件を満たしていません',
'418' => '私はティーポットです',
'419' => 'セッションの有効期限切れ',
'421' => '誤ったリクエスト',
'422' => '処理できないエンティティ',
'423' => 'ロック済',
'424' => '失敗した依存関係',
'425' => 'リクエスト間隔が早すぎる',
'426' => 'アップグレードが必要',
'428' => '事前条件が必要',
'429' => 'リクエストが多すぎます',
'431' => '要求ヘッダーフィールドが大きすぎます',
'444' => '応答なしで接続が閉じられました',
'449' => '再試行',
'451' => '法的な理由により利用不可',
'499' => 'クライアントによるリクエストの終了',
'500' => '内部サーバーエラー',
'501' => '未実装',
'502' => '不正なゲートウェイ',
'503' => 'メンテナンス中',
'504' => 'ゲートウェイのタイムアウト',
'505' => 'サポートしていないHTTPバージョン',
'506' => 'バリアントの再認証',
'507' => 'ストレージ不足',
'508' => 'ループを検出',
'509' => '帯域幅の制限を超過',
'510' => '拡張なし',
'511' => 'ネットワーク認証が必要',
'520' => '不明なエラー',
'521' => 'Webサーバーが停止中',
'522' => '接続がタイムアウト',
'523' => 'オリジンに到達できません',
'524' => 'タイムアウト発生',
'525' => 'SSL接続エラー',
'526' => '無効なSSL証明書',
'527' => 'レールガンエラー',
'598' => 'ネットワーク読み取りのタイムアウトエラー',
'599' => 'ネットワーク接続のタイムアウトエラー',
'unknownError' => '不明なエラー',
];
6 changes: 6 additions & 0 deletions lang/ja/pagination.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

return [
'next' => '次へ &raquo;',
'previous' => '&laquo; 前へ',
];
9 changes: 9 additions & 0 deletions lang/ja/passwords.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

return [
'reset' => 'パスワードをリセットしました。',
'sent' => 'パスワードリセットメールを送信しました。',
'throttled' => '時間を置いて再度お試しください。',
'token' => 'このパスワード再設定トークンは無効です。',
'user' => 'このメールアドレスに一致するユーザーがいません。',
];
214 changes: 214 additions & 0 deletions lang/ja/validation.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,214 @@
<?php

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\')が使用できます。',
'array' => ':Attributeには、配列を指定してください。',
'ascii' => ':Attributeには、英数字と記号のみ使用可能です。',
'attributes' => [
'address' => '住所',
'age' => '',
'amount' => '',
'area' => 'エリア',
'available' => '利用可能',
'birthday' => '誕生日',
'body' => '本文',
'city' => '',
'content' => 'コンテンツ',
'country' => '',
'created_at' => '作成日',
'creator' => 'クリエーター',
'current_password' => '現在のパスワード',
'date' => '日付',
'date_of_birth' => '生年月日',
'day' => '',
'deleted_at' => '削除日',
'description' => '説明',
'district' => '地区',
'duration' => '期間',
'email' => 'eメール',
'excerpt' => '抜粋',
'filter' => 'フィルタ',
'first_name' => '',
'gender' => '性別',
'group' => 'グループ',
'hour' => '時間',
'image' => '画像',
'last_name' => '',
'lesson' => 'レッスン',
'line_address_1' => '住所1行目',
'line_address_2' => '住所2行目',
'message' => 'メッセージ',
'middle_name' => 'ミドルネーム',
'minute' => '',
'mobile' => 'モバイル',
'month' => '',
'name' => '名前',
'national_code' => '国コード',
'number' => '番号',
'password' => 'パスワード',
'password_confirmation' => 'パスワードの確認',
'phone' => '電話番号',
'photo' => '写真',
'postal_code' => '郵便番号',
'price' => '価格',
'province' => '都道府県',
'recaptcha_response_field' => 'recaptchaの解答',
'remember' => 'ログイン状態を保持',
'restored_at' => '復元日',
'result_text_under_image' => '画像の下の結果テキスト',
'role' => '権限',
'second' => '',
'sex' => '性別',
'short_text' => '短いテキスト',
'size' => 'サイズ',
'state' => '状態',
'street' => '町名・番地',
'student' => '生徒',
'subject' => '課題',
'teacher' => '先生',
'terms' => '利用規約',
'test_description' => 'テスト内容',
'test_locale' => 'テストロケール',
'test_name' => 'テスト名',
'text' => 'テキスト',
'time' => '時間',
'title' => 'タイトル',
'updated_at' => '更新日',
'username' => 'ユーザー名',
'year' => '',
],
'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文字にしてください。',
],
'boolean' => ':Attributeには、\'true\'\'false\'を指定してください。',
'confirmed' => ':Attributeと: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は、有効ではありません。',
'file' => ':Attributeには、ファイル形式を指定してください。',
'filled' => ':Attributeは必須です。',
'gt' => [
'array' => ':Attributeの項目数は、:value個より多い必要があります。',
'file' => ':Attributeは、:value KBより大きい必要があります。',
'numeric' => ':Attributeは、:valueより大きい必要があります。',
'string' => ':Attributeは、:value文字を超える必要があります。',
],
'gte' => [
'array' => ':Attributeの項目数は、:value個以上である必要があります。',
'file' => ':Attributeは、:value KB以上である必要があります。',
'numeric' => ':Attributeは、:value以上である必要があります。',
'string' => ':Attributeは、:value文字以上である必要があります。',
],
'image' => ':Attributeには、画像を指定してください。',
'in' => '選択された:attributeは、有効ではありません。',
'integer' => ':Attributeには、整数を指定してください。',
'in_array' => ':Attributeが:otherに存在しません。',
'ip' => ':Attributeには、有効なIPアドレスを指定してください。',
'ipv4' => ':AttributeはIPv4アドレスを指定してください。',
'ipv6' => ':AttributeはIPv6アドレスを指定してください。',
'json' => ':Attributeには、有効なJSON文字列を指定してください。',
'lowercase' => ':Attributeは、小文字で入力してください。',
'lt' => [
'array' => ':Attributeの項目数は、:value個より少ない必要があります。',
'file' => ':Attributeは、:value KBより小さい必要があります。',
'numeric' => ':Attributeは、:valueより小さい必要があります。',
'string' => ':Attributeは、:value文字より小さい必要があります。',
],
'lte' => [
'array' => ':Attributeの項目数は、:value個以下である必要があります。',
'file' => ':Attributeは、:value KB以下である必要があります。',
'numeric' => ':Attributeは、:value以下である必要があります。',
'string' => ':Attributeは、:value文字以下である必要があります。',
],
'mac_address' => ':Attributeは有効なMACアドレスである必要があります。',
'max' => [
'array' => ':Attributeの項目数は、:max個以下である必要があります。',
'file' => ':Attributeは、:max KB以下のファイルである必要があります。',
'numeric' => ':Attributeは、:max以下の数字である必要があります。',
'string' => ':Attributeの文字数は、:max文字以下である必要があります。',
],
'max_digits' => ':Attributeは、:max桁以下の数字である必要があります。',
'mimes' => ':Attributeには、以下のファイルタイプを指定してください。:values',
'mimetypes' => ':Attributeには、以下のファイルタイプを指定してください。:values',
'min' => [
'array' => ':Attributeの項目数は、:min個以上にしてください。',
'file' => ':Attributeには、:min KB以上のファイルを指定してください。',
'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文字以上含める必要があります。',
'numbers' => ':Attributeは数字を1文字以上含める必要があります。',
'symbols' => ':Attributeは記号を1文字以上含める必要があります。',
'uncompromised' => ':Attributeは情報漏洩した可能性があります。他の:attributeを選択してください。',
],
'present' => ':Attributeが存在している必要があります。',
'prohibited' => ':Attributeの入力は禁止されています。',
'prohibited_if' => ':Otherが:valueの場合は、:Attributeの入力が禁止されています。',
'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_unless' => ':Otherが:values以外の場合、:attributeは必須項目です。',
'required_with' => ':Valuesが入力されている場合、:attributeは必須項目です。',
'required_without' => ':Valuesが入力されていない場合、:attributeは必須項目です。',
'required_without_all' => ':Valuesが全て指定されていない場合、:attributeを指定してください。',
'required_with_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である必要があります。',
];

0 comments on commit 0059431

Please sign in to comment.