@@ -420,6 +420,7 @@ repositories=リポジトリ
420
420
activity =公開アクティビティ
421
421
followers =フォロワー
422
422
starred =スター付きリポジトリ
423
+ watched =ウォッチ中リポジトリ
423
424
projects =プロジェクト
424
425
following =フォロー中
425
426
follow =フォロー
@@ -725,6 +726,10 @@ mirror_address=クローンするURL
725
726
mirror_address_desc =必要な資格情報は「クローン時の認証」セクションに設定してください。
726
727
mirror_address_url_invalid =入力したURLは無効です。 URLの構成要素はすべて正しくエスケープする必要があります。
727
728
mirror_address_protocol_invalid =入力したURLは無効です。 ミラーできるのは、http(s):// または git:// の場所からだけです。
729
+ mirror_lfs =Large File Storage (LFS)
730
+ mirror_lfs_desc =LFS データのミラーリングを有効にする。
731
+ mirror_lfs_endpoint =LFS エンドポイント
732
+ mirror_lfs_endpoint_desc =同期するときは、クローンURLをもとに<a target =" _blank" rel =" noopener noreferrer" href =" %s" >LFSサーバーを決定</a>しようとします。 リポジトリのLFSデータがほかの場所に保存されている場合は、独自のエンドポイントを指定することができます。
728
733
mirror_last_synced =前回の同期
729
734
watchers =ウォッチャー
730
735
stargazers =スターゲイザー
@@ -783,6 +788,11 @@ migrate_options=移行オプション
783
788
migrate_service =移行するサービス
784
789
migrate_options_mirror_helper =このリポジトリを<span class =" text blue" >ミラー</span>にする
785
790
migrate_options_mirror_disabled =サイト管理者はミラーの新規作成を無効にしています。
791
+ migrate_options_lfs =LFS ファイルのマイグレート
792
+ migrate_options_lfs_endpoint.label =LFS エンドポイント
793
+ migrate_options_lfs_endpoint.description =マイグレーションでは、リモート側のGitをもとに<a target =" _blank" rel =" noopener noreferrer" href =" %s" >LFSサーバーを決定</a>しようとします。 リポジトリのLFSデータがほかの場所に保存されている場合は、独自のエンドポイントを指定することができます。
794
+ migrate_options_lfs_endpoint.description.local =ローカルサーバーのパスもサポートされています。
795
+ migrate_options_lfs_endpoint.placeholder =クローン URL から派生するには空白のままにしてください。
786
796
migrate_items =移行する項目
787
797
migrate_items_wiki =Wiki
788
798
migrate_items_milestones =マイルストーン
@@ -799,6 +809,7 @@ migrate.permission_denied=ローカルリポジトリをインポートする権
799
809
migrate.permission_denied_blocked =ブロックしているホストからのインポートは禁止されています。
800
810
migrate.permission_denied_private_ip =プライベートIPからのインポートは禁止されています。
801
811
migrate.invalid_local_path =ローカルパスが無効です。 存在しないかディレクトリではありません。
812
+ migrate.invalid_lfs_endpoint =LFS エンドポイントが無効です。
802
813
migrate.failed =移行に失敗しました: %v
803
814
migrate.migrate_items_options =追加の項目を移行するにはアクセストークンが必要です
804
815
migrated_from =<a href =" %[1]s" >%[2]s</a>から移行
@@ -1112,6 +1123,8 @@ issues.context.edit=編集
1112
1123
issues.context.delete =削除
1113
1124
issues.no_content =まだ内容がありません
1114
1125
issues.close_issue =クローズする
1126
+ issues.pull_merged_at =`がコミット <a class =" ui sha" href =" %[1]s" ><code>%[2]s</code></a> を <b>%[3]s</b> にマージ %[4]s`
1127
+ issues.manually_pull_merged_at =`がコミット <a class =" ui sha" href =" %[1]s" ><code>%[2]s</code></a> を <b>%[3]s</b> に手動マージ %[4]s`
1115
1128
issues.close_comment_issue =コメントしてクローズ
1116
1129
issues.reopen_issue =再オープンする
1117
1130
issues.reopen_comment_issue =コメントして再オープン
@@ -1205,6 +1218,7 @@ issues.error_modifying_due_date=期日を変更できませんでした。
1205
1218
issues.error_removing_due_date =期日を削除できませんでした。
1206
1219
issues.push_commit_1 =が %d コミット追加 %s
1207
1220
issues.push_commits_n =が %d コミット追加 %s
1221
+ issues.force_push_codes =`が %[1]s を強制プッシュ ( <a class =" ui sha" href =" %[3]s" ><code>%[2]s</code></a> から <a class =" ui sha" href =" %[5]s" ><code>%[4]s</code></a> へ ) %[6]s`
1208
1222
issues.due_date_form =yyyy-mm-dd
1209
1223
issues.due_date_form_add =期日の追加
1210
1224
issues.due_date_form_edit =変更
0 commit comments