summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiteaBot <teabot@gitea.io>2020-05-21 13:49:42 +0000
committerGiteaBot <teabot@gitea.io>2020-05-21 13:49:42 +0000
commit460bc32c71169d85525acfacc0074d36b2023b1c (patch)
tree3024c3dd5c0963495728373c5107452033636c68
parente963525c5e0a0b40825fde36e33ce31bf12df3c0 (diff)
downloadgitea-460bc32c71169d85525acfacc0074d36b2023b1c.tar.gz
gitea-460bc32c71169d85525acfacc0074d36b2023b1c.zip
[skip ci] Updated translations via Crowdin
-rw-r--r--options/locale/locale_ja-JP.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_ja-JP.ini b/options/locale/locale_ja-JP.ini
index 4f1260321d..5515a35da7 100644
--- a/options/locale/locale_ja-JP.ini
+++ b/options/locale/locale_ja-JP.ini
@@ -1550,7 +1550,7 @@ settings.dismiss_stale_approvals_desc=プルリクエストの内容を変える
settings.require_signed_commits=コミット署名必須
settings.require_signed_commits_desc=署名されていない場合、または署名が検証できなかった場合は、このブランチへのプッシュを拒否します
settings.protect_protected_file_patterns=保護されるファイルのパターン (セミコロン'\;'で区切る):
-settings.protect_protected_file_patterns_desc=保護されたファイルは、このブランチにファイルを追加・編集・削除する権限を持つユーザーであっても、直接変更することはできません。 複数のパターンはセミコロン('\;')で区切ります。 パターンの文法については <a href="https://godoc.org/github.com/gobwas/glob#Compile">github.com/gobwas/glob</a> を参照してください。 例: <code>.drone.yml</code>, <code>/docs/**/*.txt</code>
+settings.protect_protected_file_patterns_desc=保護されたファイルは、このブランチにファイルを追加・編集・削除する権限を持つユーザーであっても、そのままでは変更することはできません。 複数のパターンはセミコロン('\;')で区切ります。 パターンの文法については <a href="https://godoc.org/github.com/gobwas/glob#Compile">github.com/gobwas/glob</a> を参照してください。 例: <code>.drone.yml</code>, <code>/docs/**/*.txt</code>
settings.add_protected_branch=保護を有効にする
settings.delete_protected_branch=保護を無効にする
settings.update_protect_branch_success=ブランチ '%s' の保護を更新しました。