mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-07 02:39:31 +01:00
[skip ci] Updated translations via Crowdin
This commit is contained in:
parent
e21a35698c
commit
f96d0d3d5b
1 changed files with 5 additions and 0 deletions
|
@ -1908,6 +1908,8 @@ settings.require_signed_commits=コミット署名必須
|
||||||
settings.require_signed_commits_desc=署名されていない場合、または署名が検証できなかった場合は、このブランチへのプッシュを拒否します。
|
settings.require_signed_commits_desc=署名されていない場合、または署名が検証できなかった場合は、このブランチへのプッシュを拒否します。
|
||||||
settings.protect_protected_file_patterns=保護されるファイルのパターン (セミコロン'\;'で区切る):
|
settings.protect_protected_file_patterns=保護されるファイルのパターン (セミコロン'\;'で区切る):
|
||||||
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>
|
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>
|
||||||
|
settings.protect_unprotected_file_patterns=保護しないファイルのパターン (セミコロン'\;'で区切る):
|
||||||
|
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>
|
||||||
settings.add_protected_branch=保護を有効にする
|
settings.add_protected_branch=保護を有効にする
|
||||||
settings.delete_protected_branch=保護を無効にする
|
settings.delete_protected_branch=保護を無効にする
|
||||||
settings.update_protect_branch_success=ブランチ '%s' の保護を更新しました。
|
settings.update_protect_branch_success=ブランチ '%s' の保護を更新しました。
|
||||||
|
@ -2011,6 +2013,8 @@ diff.file_byte_size=サイズ
|
||||||
diff.file_suppressed=ファイル差分が大きすぎるため省略します
|
diff.file_suppressed=ファイル差分が大きすぎるため省略します
|
||||||
diff.file_suppressed_line_too_long=長すぎる行があるためファイル差分は表示されません
|
diff.file_suppressed_line_too_long=長すぎる行があるためファイル差分は表示されません
|
||||||
diff.too_many_files=変更されたファイルが多すぎるため、一部のファイルは表示されません
|
diff.too_many_files=変更されたファイルが多すぎるため、一部のファイルは表示されません
|
||||||
|
diff.generated=generated
|
||||||
|
diff.vendored=vendored
|
||||||
diff.comment.placeholder=コメントを残す
|
diff.comment.placeholder=コメントを残す
|
||||||
diff.comment.markdown_info=Markdownによる書式設定をサポートしています。
|
diff.comment.markdown_info=Markdownによる書式設定をサポートしています。
|
||||||
diff.comment.add_single_comment=単独のコメントを追加
|
diff.comment.add_single_comment=単独のコメントを追加
|
||||||
|
@ -2455,6 +2459,7 @@ auths.oauth2_authURL=認可URL
|
||||||
auths.oauth2_profileURL=プロフィールURL
|
auths.oauth2_profileURL=プロフィールURL
|
||||||
auths.oauth2_emailURL=メールURL
|
auths.oauth2_emailURL=メールURL
|
||||||
auths.skip_local_two_fa=ローカルの2要素認証をスキップ
|
auths.skip_local_two_fa=ローカルの2要素認証をスキップ
|
||||||
|
auths.skip_local_two_fa_helper=指定しない場合、2要素認証を設定しているローカルユーザーはログオン時に2要素認証を成功させる必要があります。
|
||||||
auths.oauth2_tenant=テナント
|
auths.oauth2_tenant=テナント
|
||||||
auths.enable_auto_register=自動登録を有効にする
|
auths.enable_auto_register=自動登録を有効にする
|
||||||
auths.sspi_auto_create_users=自動的にユーザーを作成
|
auths.sspi_auto_create_users=自動的にユーザーを作成
|
||||||
|
|
Loading…
Reference in a new issue