File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -614,6 +614,7 @@ migrate.permission_denied = You are not allowed to import local repositories.
614
614
migrate.invalid_local_path = "The local path is invalid. It does not exist or is not a directory."
615
615
migrate.failed = Migration failed: %v
616
616
migrate.lfs_mirror_unsupported = Mirroring LFS objects is not supported - use ' git lfs fetch --all' and ' git lfs push --all' instead.
617
+ migrate.migrate_items_options = When you are migrating from github and inputed username, the migration options will be display.
617
618
618
619
mirror_from = mirror of
619
620
forked_from = forked from
Original file line number Diff line number Diff line change 14
14
<input id="clone_addr" name="clone_addr" value="{{.clone_addr}}" autofocus required>
15
15
<span class="help">
16
16
{{.i18n.Tr "repo.migrate.clone_address_desc"}}{{if .ContextUser.CanImportLocal}} {{.i18n.Tr "repo.migrate.clone_local_path"}}{{end}}
17
+ <br/>{{.i18n.Tr "repo.migrate.migrate_items_options"}}
17
18
{{if .LFSActive}}<br/>{{.i18n.Tr "repo.migrate.lfs_mirror_unsupported"}}{{end}}
18
19
</span>
19
20
</div>
You can’t perform that action at this time.
0 commit comments