@@ -180,6 +180,7 @@ network_error=ネットワークエラー
180180[startpage]
181181app_desc =自分で立てる、超簡単 Git サービス
182182install =簡単インストール
183+ install_desc =シンプルに、プラットフォームに応じて<a target =" _blank" rel =" noopener noreferrer" href =" https://docs.gitea.com/installation/install-from-binary" >バイナリを実行</a>したり、<a target =" _blank" rel =" noopener noreferrer" href =" https://github.com/go-gitea/gitea/tree/master/docker" >Docker</a>で動かしたり、<a target =" _blank" rel =" noopener noreferrer" href =" https://docs.gitea.com/installation/install-from-package" >パッケージ</a>を使うだけ。
183184platform =クロスプラットフォーム
184185platform_desc =Giteaは<a target =" _blank" rel =" noopener noreferrer" href =" http://golang.org/" >Go</a>でコンパイルできる環境ならどこでも動きます: Windows、macOS、Linux、ARM等々、好きなものを選んでください!
185186lightweight =軽量
@@ -377,6 +378,7 @@ email_not_associate=このメールアドレスは、どのアカウントにも
377378send_reset_mail =アカウント回復メールを送信
378379reset_password =アカウントの回復
379380invalid_code =確認コードが無効か期限切れです。
381+ invalid_code_forgot_password =確認コードは無効または期限切れです。 新しいセッションを開始するには<a href =" %s" >ここ</a>をクリックしてください。
380382invalid_password =アカウントの作成に使用されたパスワードと一致しません。
381383reset_password_helper =アカウント回復
382384reset_password_wrong_user =あなたは %s でサインイン中ですが、アカウント回復のリンクは %s のものです。
@@ -678,6 +680,7 @@ choose_new_avatar=新しいアバターを選択
678680update_avatar =アバターを更新
679681delete_current_avatar =現在のアバターを削除
680682uploaded_avatar_not_a_image =アップロードしたファイルは画像ファイルではありません。
683+ uploaded_avatar_is_too_big =アップロードされたファイルサイズ(%d KiB) が最大サイズ(%d KiB) を超えています。
681684update_avatar_success =アバターを更新しました。
682685update_user_avatar_success =ユーザーのアバターを更新しました。
683686
@@ -967,6 +970,7 @@ trust_model_helper_collaborator_committer=共同作業者+コミッター: 共
967970trust_model_helper_default =デフォルト: このシステムのデフォルトのトラストモデルを使用します
968971create_repo =リポジトリを作成
969972default_branch =デフォルトブランチ
973+ default_branch_label =デフォルト
970974default_branch_helper =デフォルトブランチはプルリクエストとコードコミットのベースブランチとなります。
971975mirror_prune =Prune
972976mirror_prune_desc =不要になった古いリモートトラッキング参照を削除
@@ -1466,9 +1470,18 @@ issues.ref_reopening_from=`<a href="%[3]s">が%[4]s、プルリクエストが
14661470issues.ref_closed_from =`<a href =" %[3]s" >が%[4]s、このイシューをクローズ</a> <a id =" %[1]s" href =" #%[1]s" >%[2]s</a>`
14671471issues.ref_reopened_from =`<a href =" %[3]s" >が%[4]s、このイシューを再オープン</a> <a id =" %[1]s" href =" #%[1]s" >%[2]s</a>`
14681472issues.ref_from =` %[1]s にて`
1469- issues.author =著作者
1473+ issues.author =作成者
1474+ issues.author_helper =このユーザーは作成者です。
14701475issues.role.owner =オーナー
1476+ issues.role.owner_helper =このユーザーはこのリポジトリの所有者です。
14711477issues.role.member =メンバー
1478+ issues.role.member_helper =このユーザーはこのリポジトリを所有している組織のメンバーです。
1479+ issues.role.collaborator =共同作業者
1480+ issues.role.collaborator_helper =このユーザーはリポジトリ上で共同作業するように招待されています。
1481+ issues.role.first_time_contributor =初めての貢献者
1482+ issues.role.first_time_contributor_helper =これは、このユーザーのリポジトリへの最初の貢献です。
1483+ issues.role.contributor =貢献者
1484+ issues.role.contributor_helper =このユーザーは以前にリポジトリにコミットしています。
14721485issues.re_request_review =レビューを再依頼
14731486issues.is_stale =このレビューのあと、このPRに変更がありました
14741487issues.remove_request_review =レビュー依頼を取り消し
@@ -1727,6 +1740,7 @@ pulls.rebase_conflict_summary=エラーメッセージ
17271740pulls.unrelated_histories =マージ失敗: マージHEADとベースには共通する履歴がありません。 ヒント: 別のストラテジーを試してみてください
17281741pulls.merge_out_of_date =マージ失敗: マージの生成中にベースが更新されました。 ヒント: もう一度試してみてください
17291742pulls.head_out_of_date =マージ失敗: マージの生成中に head が更新されました。 ヒント: もう一度試してみてください
1743+ pulls.has_merged =失敗: プルリクエストはマージされていました。再度マージしたり、ターゲットブランチを変更することはできません。
17301744pulls.push_rejected =マージ失敗: プッシュは拒否されました。 このリポジトリのGitフックを見直してください。
17311745pulls.push_rejected_summary =拒否メッセージ全体:
17321746pulls.push_rejected_no_message =マージ失敗: プッシュは拒否され、リモートからのメッセージはありません。<br>このリポジトリのGitフックを見直してください
@@ -1792,6 +1806,8 @@ milestones.edit_success=マイルストーン "%s" を更新しました。
17921806milestones.deletion =マイルストーンの削除
17931807milestones.deletion_desc =マイルストーンを削除すると、関連するすべてのイシューから除去されます。 続行しますか?
17941808milestones.deletion_success =マイルストーンを削除しました。
1809+ milestones.filter_sort.earliest_due_data =期日が早い順
1810+ milestones.filter_sort.latest_due_date =期日が遅い順
17951811milestones.filter_sort.least_complete =消化率の低い順
17961812milestones.filter_sort.most_complete =消化率の高い順
17971813milestones.filter_sort.most_issues =イシューの多い順
@@ -2289,6 +2305,7 @@ settings.tags.protection.allowed.teams=許可するチーム
22892305settings.tags.protection.allowed.noone =なし
22902306settings.tags.protection.create =タグを保護
22912307settings.tags.protection.none =タグは保護されていません。
2308+ settings.tags.protection.pattern.description =ひとつのタグ名か、複数のタグにマッチするglobパターンまたは正規表現を使用できます。 詳しくは<a target =" _blank" rel =" noopener" href =" https://docs.gitea.com/usage/protected-tags" >タグの保護ガイド</a> をご覧ください。
22922309settings.bot_token =Botトークン
22932310settings.chat_id =チャットID
22942311settings.matrix.homeserver_url =ホームサーバー URL
@@ -2680,6 +2697,7 @@ dashboard.reinit_missing_repos=レコードが存在するが見当たらない
26802697dashboard.sync_external_users =外部ユーザーデータの同期
26812698dashboard.cleanup_hook_task_table =hook_taskテーブルのクリーンアップ
26822699dashboard.cleanup_packages =期限切れパッケージのクリーンアップ
2700+ dashboard.cleanup_actions =Actionsの期限切れのログとアーティファクトのクリーンアップ
26832701dashboard.server_uptime =サーバーの稼働時間
26842702dashboard.current_goroutine =現在のGoroutine数
26852703dashboard.current_memory_usage =現在のメモリ使用量
@@ -2822,10 +2840,12 @@ packages.size=サイズ
28222840packages.published =配布
28232841
28242842defaulthooks =デフォルトWebhook
2843+ defaulthooks.desc =Webhookは、特定のGiteaイベントのトリガーが発生した際に、自動的にHTTP POSTリクエストをサーバーへ送信するものです。 ここで定義されたWebhookはデフォルトとなり、全ての新規リポジトリにコピーされます。 詳しくは<a target =" _blank" rel =" noopener" href =" https://docs.gitea.com/usage/webhooks" >Webhooksガイド</a>をご覧下さい。
28252844defaulthooks.add_webhook =デフォルトWebhookの追加
28262845defaulthooks.update_webhook =デフォルトWebhookの更新
28272846
28282847systemhooks =システムWebhook
2848+ systemhooks.desc =Webhookは、特定のGiteaイベントのトリガーが発生した際に、自動的にHTTP POSTリクエストをサーバーへ送信するものです。 ここで定義したWebhookはシステム内のすべてのリポジトリで呼び出されます。 そのため、パフォーマンスに及ぼす影響を考慮したうえで設定してください。 詳しくは<a target =" _blank" rel =" noopener" href =" https://docs.gitea.com/usage/webhooks" >Webhooksガイド</a>をご覧下さい。
28292849systemhooks.add_webhook =システムWebhookを追加
28302850systemhooks.update_webhook =システムWebhookを更新
28312851
@@ -2930,6 +2950,7 @@ auths.tip.google_plus=OAuth2クライアント資格情報を、Google APIコン
29302950auths.tip.openid_connect =OpenID Connect DiscoveryのURL (<server>/.well-known/openid-configuration) をエンドポイントとして指定してください
29312951auths.tip.twitter =https://dev.twitter.com/apps へアクセスしてアプリケーションを作成し、“Allow this application to be used to Sign in with Twitter”オプションを有効にしてください。
29322952auths.tip.discord =新しいアプリケーションを https://discordapp.com/developers/applications/me から登録してください。
2953+ auths.tip.gitea =新しいOAuthアプリケーションを登録してください。 利用ガイドは https://docs.gitea.com/development/oauth2-provider にあります
29332954auths.tip.yandex =`https://oauth.yandex.com/client/new で新しいアプリケーションを作成してください。 " Yandex.Passport API" セクションで次の項目を許可します: " Access to email address" 、" Access to user avatar" 、" Access to username, first name and surname, gender" `
29342955auths.tip.mastodon =認証したいMastodonインスタンスのカスタムURLを入力してください (入力しない場合はデフォルトのURLを使用します)
29352956auths.edit =認証ソースの編集
0 commit comments