@@ -318,8 +318,13 @@ reset_password=救援您的帳戶
318
318
register_success =註冊成功
319
319
register_notify =歡迎來到 Gitea
320
320
321
+ release.new.subject =%[2]s 中的 %[1]s 發佈了
321
322
323
+ repo.transfer.subject_to =%s 想要把「%s」轉移給 %s
324
+ repo.transfer.subject_to_you =%s 想要把「%s」轉移給您
325
+ repo.transfer.to_you =您
322
326
327
+ repo.collaborator.added.subject =%s 把您加入到 %s
323
328
324
329
[modal]
325
330
yes =確認操作
@@ -719,6 +724,10 @@ mirror_address=從 URL Clone
719
724
mirror_address_desc =在 Clone 授權資訊中填入必要的資料。
720
725
mirror_address_url_invalid =提供的網址無效。請檢查您輸入的網址是否正確。
721
726
mirror_address_protocol_invalid =提供的網址無效。只能從 http(s):// 或是 git:// 位址鏡像儲存庫。
727
+ mirror_lfs =Large File Storage (LFS)
728
+ mirror_lfs_desc =啟動 LFS 檔案的鏡像功能。
729
+ mirror_lfs_endpoint =LFS 端點
730
+ mirror_lfs_endpoint_desc =同步將會嘗試使用 Clone URL 來<a target =" _blank" rel =" noopener noreferrer" href =" %s" >確認 LFS 伺服器</a>。如果存儲庫的 LFS 資料放在其它地方,您也可以指定自訂的端點。
722
731
mirror_last_synced =上次同步
723
732
watchers =關注者
724
733
stargazers =占星術師
@@ -777,6 +786,11 @@ migrate_options=遷移選項
777
786
migrate_service =遷移服務
778
787
migrate_options_mirror_helper =將此儲存庫設定為<span class =" text blue" >鏡像儲存庫</span>
779
788
migrate_options_mirror_disabled =您的網站管理員已經停用新增鏡像儲存庫的功能。
789
+ migrate_options_lfs =遷移 LFS 檔案
790
+ migrate_options_lfs_endpoint.label =LFS 端點
791
+ migrate_options_lfs_endpoint.description =遷移將會嘗試使用您的 Git Remote 來<a target =" _blank" rel =" noopener noreferrer" href =" %s" >確認 LFS 伺服器</a>。如果存儲庫的 LFS 資料放在其它地方,您也可以指定自訂的端點。
792
+ migrate_options_lfs_endpoint.description.local =同時也支援本地伺服器路徑。
793
+ migrate_options_lfs_endpoint.placeholder =留空則使用 Clone URL
780
794
migrate_items =遷移項目
781
795
migrate_items_wiki =Wiki
782
796
migrate_items_milestones =里程碑
@@ -793,6 +807,7 @@ migrate.permission_denied=您並沒有導入本地儲存庫的權限。
793
807
migrate.permission_denied_blocked =您未被允許從已封鎖的主機匯入。
794
808
migrate.permission_denied_private_ip =您未被允許從私有 IP 匯入。
795
809
migrate.invalid_local_path =無效的本地路徑,該路徑不存在或不是一個目錄!
810
+ migrate.invalid_lfs_endpoint =該 LFS 端點無效。
796
811
migrate.failed =遷移失敗:%v
797
812
migrate.migrate_items_options =遷移其他項目需要 Access Token。
798
813
migrated_from =已從 <a href =" %[1]s" >%[2]s</a> 遷移
0 commit comments