Implement the Git workflow
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user