推送窗口现在会判断是否有配置Git远程仓库,显示正确的提示信息

This commit is contained in:
xintaofei
2026-03-31 18:52:18 +08:00
parent 8937543f80
commit c5fe85d309
11 changed files with 21 additions and 3 deletions

View File

@@ -1055,6 +1055,7 @@
"pushWindow": {
"title": "Code pushen",
"noUnpushedCommits": "Keine ungepushten Commits",
"noRemoteConfigured": "Kein Git-Remote konfiguriert\nFüge einen unter „Remotes verwalten" hinzu",
"newBranchNoPushedCommits": "Neuer Branch pushen, um Remote-Tracking-Branch zu erstellen",
"unpushed": "Nicht gepusht",
"selectFileToViewDiff": "Datei auswählen, um Unterschiede anzuzeigen",