mirror of
https://github.com/go-gitea/gitea
synced 2025-08-15 05:58:27 +00:00
[skip ci] Updated translations via Crowdin
This commit is contained in:
@@ -1061,7 +1061,8 @@ pulls.cannot_auto_merge_helper=コンフリクトを解消するため手動で
|
||||
pulls.no_merge_desc=リポジトリのマージオプションがすべて無効になっているため、このプルリクエストをマージすることはできせん。
|
||||
pulls.no_merge_helper=リポジトリ設定でマージを有効にするか、手動でマージしてください。
|
||||
pulls.no_merge_wip=このプルリクエストはWork in Progressとマークされているため、マージすることはできません。
|
||||
pulls.no_merge_status_check=すべての必要なステータスチェックが成功していないため、このプルリクエストはマージできません。
|
||||
pulls.no_merge_not_ready=このプルリクエストはマージする準備ができていません。 レビュー状況とステータスチェックを確認してください。
|
||||
pulls.no_merge_access=このプルリクエストをマージする権限がありません。
|
||||
pulls.merge_pull_request=プルリクエストをマージ
|
||||
pulls.rebase_merge_pull_request=リベースしてマージ
|
||||
pulls.rebase_merge_commit_pull_request=リベースしてマージ(--no-ff)
|
||||
@@ -1412,6 +1413,8 @@ settings.protect_approvals_whitelist_enabled=ホワイトリストに登録し
|
||||
settings.protect_approvals_whitelist_enabled_desc=ホワイトリストに登録したユーザーやチームによるレビューのみを、必要な承認とみなします。 承認のホワイトリストが無い場合は、書き込み権限がある人によるレビューを必要な承認とみなします。
|
||||
settings.protect_approvals_whitelist_users=ホワイトリストに含めるレビューア:
|
||||
settings.protect_approvals_whitelist_teams=ホワイトリストに含めるレビューチーム:
|
||||
settings.dismiss_stale_approvals=古くなった承認を取り消す
|
||||
settings.dismiss_stale_approvals_desc=プルリクエストの内容を変える新たなコミットがブランチにプッシュされた場合、以前の承認を取り消します。
|
||||
settings.add_protected_branch=保護を有効にする
|
||||
settings.delete_protected_branch=保護を無効にする
|
||||
settings.update_protect_branch_success=ブランチ '%s' の保護を更新しました。
|
||||
@@ -2025,8 +2028,54 @@ monitor.execute_time=実行時間
|
||||
monitor.process.cancel=処理をキャンセル
|
||||
monitor.process.cancel_desc=処理をキャンセルするとデータが失われる可能性があります
|
||||
monitor.process.cancel_notices=キャンセル: <strong>%s</strong>?
|
||||
monitor.queues=キュー
|
||||
monitor.queue=キュー: %s
|
||||
monitor.queue.name=キュー名
|
||||
monitor.queue.type=種類
|
||||
monitor.queue.exemplar=要素の型
|
||||
monitor.queue.numberworkers=ワーカー数
|
||||
monitor.queue.maxnumberworkers=ワーカー数上限
|
||||
monitor.queue.review=設定確認
|
||||
monitor.queue.review_add=確認/ワーカー追加
|
||||
monitor.queue.configuration=初期設定
|
||||
monitor.queue.nopool.title=ワーカープールはありません
|
||||
monitor.queue.nopool.desc=このキューは他のキューをラップし、これ自体にはワーカープールがありません。
|
||||
monitor.queue.wrapped.desc=wrappedキューは、すぐに開始されないキューをラップし、入ってきたリクエストをチャンネルにバッファリングします。 これ自体にはワーカープールがありません。
|
||||
monitor.queue.persistable-channel.desc=persistable-channelキューは二つのキューをラップします。 一つはchannelキューで、自分のワーカープールを持ちます。もう一つはlevelキューで、前回のシャットダウンからリクエストを引き継ぐためのものです。 これ自体にはワーカープールがありません。
|
||||
monitor.queue.pool.timeout=タイムアウト
|
||||
monitor.queue.pool.addworkers.title=ワーカーの追加
|
||||
monitor.queue.pool.addworkers.submit=ワーカーを追加
|
||||
monitor.queue.pool.addworkers.desc=このプールに、タイムアウト付きまたはタイムアウト無しでワーカーを追加します。 タイムアウトを指定した場合は、タイムアウト後にそれらのワーカーがこのプールから取り除かれます。
|
||||
monitor.queue.pool.addworkers.numberworkers.placeholder=ワーカー数
|
||||
monitor.queue.pool.addworkers.timeout.placeholder=0でタイムアウト無し
|
||||
monitor.queue.pool.addworkers.mustnumbergreaterzero=追加するワーカー数は1以上にしてください
|
||||
monitor.queue.pool.addworkers.musttimeoutduration=タイムアウトは 、Go言語の時間差表記(例 5m)、または0にしてください
|
||||
|
||||
monitor.queue.settings.title=プール設定
|
||||
monitor.queue.settings.desc=ワーカーへのキューのブロックが発生すると、それに応じてプール数がブースト分ずつ動的に増えます。 これらの変更は現在のワーカーグループには影響しません。
|
||||
monitor.queue.settings.timeout=ブースト分のタイムアウト
|
||||
monitor.queue.settings.timeout.placeholder=現在の設定 %[1]v
|
||||
monitor.queue.settings.timeout.error=タイムアウトは 、Go言語の時間差表記(例 5m)、または0にしてください
|
||||
monitor.queue.settings.numberworkers=ブースト分のワーカー数
|
||||
monitor.queue.settings.numberworkers.placeholder=現在の設定 %[1]d
|
||||
monitor.queue.settings.numberworkers.error=追加するワーカー数はゼロ以上にしてください
|
||||
monitor.queue.settings.maxnumberworkers=ワーカー数上限
|
||||
monitor.queue.settings.maxnumberworkers.placeholder=現在の設定 %[1]d
|
||||
monitor.queue.settings.maxnumberworkers.error=ワーカー数上限は数値にしてください
|
||||
monitor.queue.settings.submit=設定を更新
|
||||
monitor.queue.settings.changed=設定を更新しました
|
||||
monitor.queue.settings.blocktimeout=現在のブロックタイムアウト
|
||||
monitor.queue.settings.blocktimeout.value=%[1]v
|
||||
|
||||
monitor.queue.pool.none=このキューにはプールがありません
|
||||
monitor.queue.pool.added=ワーカーグループを追加しました
|
||||
monitor.queue.pool.max_changed=ワーカー数の上限を変更しました
|
||||
monitor.queue.pool.workers.title=アクティブなワーカーグループ
|
||||
monitor.queue.pool.workers.none=ワーカーグループはありません。
|
||||
monitor.queue.pool.cancel=ワーカーグループのシャットダウン
|
||||
monitor.queue.pool.cancelling=ワーカーグループをシャットダウンしています
|
||||
monitor.queue.pool.cancel_notices=このワーカー数 %s のグループをシャットダウンしますか?
|
||||
monitor.queue.pool.cancel_desc=キューをワーカーグループ無しのままにすると、リクエストがブロックし続ける原因となります。
|
||||
|
||||
notices.system_notice_list=システム通知
|
||||
notices.view_detail_header=通知の詳細を表示
|
||||
|
Reference in New Issue
Block a user