Implement the Git workflow

This commit is contained in:
2026-07-19 11:53:02 +02:00
parent 90a9002124
commit 422f71c8ad
20 changed files with 3441 additions and 45 deletions

View File

@@ -65,7 +65,6 @@ panel-output = Output
panel-postLinks = Post Links
panel-gitLog = Git Log
panel-postLinksPlaceholder = No post links to display
panel-gitLogPlaceholder = No git history to display
panel-closeTitle = Close panel
panel-noRecentTasks = No recent tasks
panel-noOutput = No output
@@ -123,7 +122,6 @@ sidebar-noScriptsYet = No scripts yet
sidebar-noTemplatesYet = No templates yet
sidebar-chatPlaceholder = AI assistant will appear here
sidebar-importPlaceholder = Import content from external sources
sidebar-gitPlaceholder = Source control integration
sidebar-loading = Loading...
sidebar-settingsHeader = Settings
sidebar-tagsHeader = Tags
@@ -489,3 +487,32 @@ find-replace = Replace
find-replaceAll = Replace All
find-noMatches = No matches found
find-replacedCount = Replaced { $count } matches
git-loading = Loading repository…
git-notRepository = This project is not a Git repository yet.
git-remoteOptional = Remote URL (optional)
git-initialize = Initialize Git
git-fetch = Fetch
git-pull = Pull
git-push = Push
git-airplaneBlocked = Network Git actions are unavailable in airplane mode.
git-remoteUrl = Origin URL
git-saveRemote = Save
git-changesCount = Changes ({ $count })
git-commitMessage = Commit message
git-commit = Commit
git-noChanges = No changes
git-history = History
git-noCommits = No commits yet
git-pruneLfs = Prune LFS cache
git-liveOutput = Live output
git-diff = Git Diff
git-commitDiffTitle = Commit { $hash }
git-readOnly = Read-only Git comparison
git-loadingDiff = Loading diff…
git-original = Original
git-modified = Modified
git-inlineDiff = Inline diff
git-noDiff = No differences
git-noFileHistory = No history for this file
git-operationDone = Git { $operation } completed
git-runningOperation = Git { $operation }