@@ -2140,6 +2140,10 @@ settings.dismiss_stale_approvals_desc=プルリクエストの内容を変える
21402140settings.require_signed_commits =コミット署名必須
21412141settings.require_signed_commits_desc =署名されていない場合、または署名が検証できなかった場合は、このブランチへのプッシュを拒否します。
21422142settings.protect_branch_name_pattern =保護ブランチ名のパターン
2143+ settings.protect_protected_file_patterns =保護されるファイルのパターン (セミコロン' ;' で区切る):
2144+ settings.protect_protected_file_patterns_desc =保護されたファイルは、このブランチにファイルを追加・編集・削除する権限を持つユーザーであっても、直接変更することができなくなります。 セミコロン(' ;' )で区切って複数のパターンを指定できます。 パターンの文法については <a href =' https://pkg.go.dev/github.com/gobwas/glob#Compile' >github.com/gobwas/glob</a> を参照してください。 例: <code>.drone.yml</code>, <code>/docs/**/*.txt</code>
2145+ settings.protect_unprotected_file_patterns =保護しないファイルのパターン (セミコロン' ;' で区切る):
2146+ settings.protect_unprotected_file_patterns_desc =保護しないファイルは、ユーザーに書き込み権限があればプッシュ制限をバイパスして直接変更できます。 セミコロン(' ;' )で区切って複数のパターンを指定できます。 パターンの文法については <a href =' https://pkg.go.dev/github.com/gobwas/glob#Compile' >github.com/gobwas/glob</a> を参照してください。 例: <code>.drone.yml</code>, <code>/docs/**/*.txt</code>
21432147settings.add_protected_branch =保護を有効にする
21442148settings.delete_protected_branch =保護を無効にする
21452149settings.update_protect_branch_success =ルール ' %s' に対するブランチ保護を更新しました。
@@ -2276,6 +2280,8 @@ diff.image.side_by_side=並べて表示
22762280diff.image.swipe =スワイプ
22772281diff.image.overlay =オーバーレイ
22782282diff.has_escaped =この行には不可視Unicode文字があります
2283+ diff.show_file_tree =ファイルツリーを表示
2284+ diff.hide_file_tree =ファイルツリーを隠す
22792285
22802286releases.desc =プロジェクトバージョンとダウンロードの追跡。
22812287release.releases =リリース
@@ -3361,6 +3367,7 @@ runners.status.idle=アイドル
33613367runners.status.active =稼働中
33623368runners.status.offline =オフライン
33633369runners.version =バージョン
3370+ runners.reset_registration_token_success =ランナー登録トークンをリセットしました
33643371
33653372runs.all_workflows =すべてのワークフロー
33663373runs.open_tab =%d オープン
0 commit comments