初步支持远程Git管理

This commit is contained in:
xintaofei
2026-03-13 22:55:55 +08:00
parent 0720aa930b
commit 767d43b0cf
16 changed files with 535 additions and 10 deletions

View File

@@ -794,6 +794,7 @@
"newWorktree": "Worktree جديد...",
"stashChanges": "تخزين التغييرات في stash",
"stashPop": "استرجاع stash...",
"manageRemotes": "إدارة المستودعات البعيدة...",
"localBranches": "الفروع المحلية ({count, plural, one {#} other {#}})",
"noLocalBranches": "لا توجد فروع محلية",
"remoteBranches": "الفروع البعيدة ({count, plural, one {#} other {#}})",
@@ -807,7 +808,13 @@
"newWorktreeDescription": "إنشاء worktree جديد من الفرع الحالي {branch}",
"branchNameLabel": "اسم الفرع",
"worktreePathLabel": "مسار worktree",
"worktreePathPlaceholder": "مسار worktree"
"worktreePathPlaceholder": "مسار worktree",
"manageRemotesTitle": "إدارة المستودعات البعيدة",
"manageRemotesEmpty": "لم يتم تكوين أي مستودعات بعيدة",
"remoteNamePlaceholder": "اسم المستودع البعيد",
"remoteUrlPlaceholder": "عنوان URL للمستودع البعيد",
"addRemote": "إضافة",
"savingRemotes": "جارٍ الحفظ..."
}
},
"commitDialog": {