@@ -1075,6 +1075,10 @@ editor.add_tmpl='<ファイル名>' を追加
1075
1075
editor.add =' %s' を追加
1076
1076
editor.update =' %s' を更新
1077
1077
editor.delete =' %s' を削除
1078
+ editor.patch =パッチの適用
1079
+ editor.patching =パッチ:
1080
+ editor.fail_to_apply_patch =パッチを適用できません ' %s'
1081
+ editor.new_patch =新しいパッチ
1078
1082
editor.commit_message_desc =詳細な説明を追加…
1079
1083
editor.signoff_desc =コミットログメッセージの最後にコミッターの Signed-off-by 行を追加
1080
1084
editor.commit_directly_to_this_branch =ブランチ<strong class =" branch-name" >%s</strong>へ直接コミットする。
@@ -1110,6 +1114,8 @@ editor.cannot_commit_to_protected_branch=保護されたブランチ '%s' にコ
1110
1114
editor.no_commit_to_branch =ブランチに直接コミットすることはできません、なぜなら:
1111
1115
editor.user_no_push_to_branch =ユーザーはブランチにプッシュできません
1112
1116
editor.require_signed_commit =ブランチでは署名されたコミットが必須です
1117
+ editor.cherry_pick =チェリーピック %s:
1118
+ editor.revert =リバート %s:
1113
1119
1114
1120
commits.desc =ソースコードの変更履歴を参照します。
1115
1121
commits.commits =コミット
@@ -1130,6 +1136,13 @@ commits.signed_by_untrusted_user_unmatched=コミッターと一致しない信
1130
1136
commits.gpg_key_id =GPGキーID
1131
1137
commits.ssh_key_fingerprint =SSH鍵のフィンガープリント
1132
1138
1139
+ commit.actions =アクション
1140
+ commit.revert =リバート
1141
+ commit.revert-header =リバート: %s
1142
+ commit.revert-content =リバートするブランチを選択:
1143
+ commit.cherry-pick =チェリーピック
1144
+ commit.cherry-pick-header =チェリーピック: %s
1145
+ commit.cherry-pick-content =チェリーピック先のブランチを選択:
1133
1146
1134
1147
ext_issues =外部イシューへのアクセス
1135
1148
ext_issues.desc =外部のイシュートラッカーへのリンク。
@@ -2216,11 +2229,15 @@ branch.included_desc=このブランチはデフォルトブランチに含ま
2216
2229
branch.included =埋没
2217
2230
branch.create_new_branch =このブランチをもとに作成します:
2218
2231
branch.confirm_create_branch =ブランチを作成
2232
+ branch.create_branch_operation =ブランチを作成
2219
2233
branch.new_branch =新しいブランチの作成
2220
2234
branch.new_branch_from =' %s' から新しいブランチを作成
2221
2235
branch.renamed =ブランチ %s は %s にリネームされました。
2222
2236
2223
2237
tag.create_tag =タグ <strong>%s</strong> を作成
2238
+ tag.create_tag_operation =タグの作成
2239
+ tag.confirm_create_tag =タグを作成
2240
+ tag.create_tag_from =' %s' から新しいタグを作成
2224
2241
2225
2242
tag.create_success =タグ ' %s' が作成されました。
2226
2243
@@ -2365,6 +2382,7 @@ first_page=最初
2365
2382
last_page =最後
2366
2383
total =合計: %d
2367
2384
2385
+ dashboard.new_version_hint =Gitea %s が入手可能になりました。 現在実行しているのは %s です。 詳細は <a target =" _blank" rel =" noreferrer" href =" https://blog.gitea.io" >ブログ</a> を確認してください。
2368
2386
dashboard.statistic =サマリー
2369
2387
dashboard.operations =メンテナンス操作
2370
2388
dashboard.system_status =システム状況
@@ -2438,6 +2456,7 @@ dashboard.last_gc_pause=前回のGC停止時間
2438
2456
dashboard.gc_times =GC実行回数
2439
2457
dashboard.delete_old_actions =データベースから古い操作履歴をすべて削除
2440
2458
dashboard.delete_old_actions.started =データベースからの古い操作履歴の削除を開始しました。
2459
+ dashboard.update_checker =更新チェック
2441
2460
2442
2461
users.user_manage_panel =ユーザーアカウント管理
2443
2462
users.new_account =ユーザーアカウントを作成
@@ -2562,9 +2581,13 @@ auths.filter=Userフィルター
2562
2581
auths.admin_filter =Adminフィルター
2563
2582
auths.restricted_filter =制限付きフィルター
2564
2583
auths.restricted_filter_helper =どのユーザーも制限付きにしない場合は空にしてください。 アスタリスク(' *' )を指定すると、Adminフィルターにマッチしないユーザーはすべて制限付きとなります。
2584
+ auths.verify_group_membership =LDAP のグループメンバシップを確認 (スキップするにはフィルタを空にしてください)
2565
2585
auths.group_search_base =グループ検索のベースDN
2566
2586
auths.group_attribute_list_users =ユーザーリストを持つグループ属性
2567
2587
auths.user_attribute_in_group =グループ内のリストに含まれるユーザー属性
2588
+ auths.map_group_to_team =LDAP グループを組織のチームにマップ (スキップするにはフィールドを空にしてください)
2589
+ auths.map_group_to_team_removal =対応するLDAPグループにユーザーが含まれない場合、同期しているチームからユーザーを削除する
2590
+ auths.enable_ldap_groups =LDAP グループを有効にする
2568
2591
auths.ms_ad_sa =MS AD 検索属性
2569
2592
auths.smtp_auth =SMTP認証タイプ
2570
2593
auths.smtphost =SMTPホスト
@@ -2797,6 +2820,7 @@ monitor.queue.type=種類
2797
2820
monitor.queue.exemplar =要素の型
2798
2821
monitor.queue.numberworkers =ワーカー数
2799
2822
monitor.queue.maxnumberworkers =ワーカー数上限
2823
+ monitor.queue.numberinqueue =キュー内の数
2800
2824
monitor.queue.review =設定確認
2801
2825
monitor.queue.review_add =確認/ワーカー追加
2802
2826
monitor.queue.configuration =初期設定
0 commit comments