File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -567,6 +567,9 @@ mirror_prune_desc=不要になった古いリモートトラッキング参照
567567mirror_interval=ミラー間隔 (有効な時間の単位は'h'、'm'、's')。 自動的な同期を無効にする場合は0。
568568mirror_interval_invalid=ミラー間隔が不正です。
569569mirror_address=クローンするURL
570+ mirror_address_desc=必要な認証情報もURLに含めてください。 適宜URLエスケープも必要です。
571+ mirror_address_url_invalid=入力したURLは無効です。 URLの構成要素はすべて正しくエスケープする必要があります。
572+ mirror_address_protocol_invalid=入力したURLは無効です。 ミラーできるのは、http(s):// または git:// の場所からだけです。
570573mirror_last_synced=前回の同期
571574watchers=ウォッチャー
572575stargazers=スターゲイザー
@@ -683,7 +686,9 @@ editor.cannot_commit_to_protected_branch=保護されたブランチ '%s' にコ
683686
684687commits.desc=ソースコードの変更履歴を参照します。
685688commits.commits=コミット
689+ commits.no_commits=共通のコミットはありません。 '%s' と '%s' の履歴はすべて異なっています。
686690commits.search=コミットの検索…
691+ commits.search.tooltip=キーワード " author:" 、" committer:" 、" after:" 、" before:" を付けて指定できます。 例 " revert author:Alice before:2019-04-01
687692commits.find =検索
688693commits.search_all =すべてのブランチ
689694commits.author =作成者
You can’t perform that action at this time.
0 commit comments