@@ -549,8 +549,8 @@ export const dict = {
549549 'gitView.changes.collapseDirectoryAria' : 'Collapse Directory aria label' ,
550550 'gitView.changes.expandDirectoryAria' : 'Expand Directory aria label' ,
551551 'gitView.changes.revertAll' : 'Revert all' ,
552- 'gitView.changes.revertAllDescriptionPlural' : 'Revert All Description Plural ' ,
553- 'gitView.changes.revertAllDescriptionSingle' : 'Revert All Description Single ' ,
552+ 'gitView.changes.revertAllDescriptionPlural' : 'Revert {count} changed files? This cannot be undone. ' ,
553+ 'gitView.changes.revertAllDescriptionSingle' : 'Revert {count} changed file? This cannot be undone. ' ,
554554 'gitView.changes.revertAllDialogTitle' : 'Revert all changes?' ,
555555 'gitView.changes.revertFileAria' : 'Revert File aria label' ,
556556 'gitView.changes.revertFileTooltip' : 'Revert changes' ,
@@ -588,19 +588,19 @@ export const dict = {
588588 'gitView.common.done' : 'Done' ,
589589 'gitView.common.processing' : 'Processing...' ,
590590 'gitView.common.reset' : 'Reset' ,
591- 'gitView.conflict.abortOperation' : 'Abort Operation ' ,
591+ 'gitView.conflict.abortOperation' : 'Abort {operation} ' ,
592592 'gitView.conflict.conflictedFiles' : 'Conflicted files:' ,
593- 'gitView.conflict.continueLater' : 'Continue Later ' ,
594- 'gitView.conflict.detectedDescription' : 'Detected Description ' ,
595- 'gitView.conflict.detectedTitle' : 'Detected Title ' ,
596- 'gitView.conflict.errorLoadingDetails' : 'Error Loading Details ' ,
593+ 'gitView.conflict.continueLater' : 'Continue later ' ,
594+ 'gitView.conflict.detectedDescription' : 'Resolve the {operation} conflicts to continue. ' ,
595+ 'gitView.conflict.detectedTitle' : '{operation} conflicts detected ' ,
596+ 'gitView.conflict.errorLoadingDetails' : 'Failed to load conflict details: {message} ' ,
597597 'gitView.conflict.headInfo' : 'HEAD information:' ,
598- 'gitView.conflict.loadFailed' : 'Load Failed' ,
598+ 'gitView.conflict.loadFailed' : 'Failed to load conflict details ' ,
599599 'gitView.conflict.loading' : 'Loading conflict details...' ,
600- 'gitView.conflict.noActiveSession' : 'No Active Session ' ,
601- 'gitView.conflict.noActiveSessionDescription' : 'No Active Session Description ' ,
602- 'gitView.conflict.resolveCurrentSession' : 'Resolve in Current Session ' ,
603- 'gitView.conflict.resolveNewSession' : 'Resolve in New Session ' ,
600+ 'gitView.conflict.noActiveSession' : 'No active session ' ,
601+ 'gitView.conflict.noActiveSessionDescription' : 'Open or create a session to resolve conflicts. ' ,
602+ 'gitView.conflict.resolveCurrentSession' : 'Resolve in current session ' ,
603+ 'gitView.conflict.resolveNewSession' : 'Resolve in new session ' ,
604604 'gitView.empty.cleanDescription' : 'All changes have been committed' ,
605605 'gitView.empty.cleanTitle' : 'Working tree clean' ,
606606 'gitView.empty.pullBehindPlural' : 'Pull {count} commits' ,
@@ -609,8 +609,8 @@ export const dict = {
609609 'gitView.header.noIdentity' : 'No identity' ,
610610 'gitView.header.noProfiles' : 'No profiles available to apply.' ,
611611 'gitView.header.repositoryViews' : 'Repository views' ,
612- 'gitView.header.removeRemoteAria' : 'Remove Remote aria label ' ,
613- 'gitView.header.removeRemoteTitle' : 'Remove Remote Title ' ,
612+ 'gitView.header.removeRemoteAria' : 'Remove remote {name} ' ,
613+ 'gitView.header.removeRemoteTitle' : 'Remove remote {name} ' ,
614614 'gitView.header.upstreamSynced' : 'synced' ,
615615 'gitView.header.upstreamTooltip' : 'Compared with {target}.' ,
616616 'gitView.header.upstreamTooltipTracking' : 'Compared with {target}. Primary sync badges still reflect {tracking}.' ,
@@ -643,7 +643,7 @@ export const dict = {
643643
644644 'gitView.history.binary' : 'Binary' ,
645645 'gitView.history.binaryNoDiff' : 'Binary file — no diff available' ,
646- 'gitView.history.commitsPlaceholder' : 'Commits Placeholder ' ,
646+ 'gitView.history.commitsPlaceholder' : 'Commits' ,
647647 'gitView.history.copySha' : 'Copy SHA' ,
648648 'gitView.history.diffError' : 'Failed to load diff. Click to retry.' ,
649649 'gitView.history.largeDiffDescription' : 'Rendering may be slow. You can still view the diff by clicking below.' ,
@@ -652,45 +652,45 @@ export const dict = {
652652 'gitView.history.loadingFiles' : 'Loading files...' ,
653653 'gitView.history.loadMore' : 'Load more' ,
654654 'gitView.history.loadingMore' : 'Loading...' ,
655- 'gitView.history.logSize100' : 'Log Size100 ' ,
656- 'gitView.history.logSize25' : 'Log Size25 ' ,
657- 'gitView.history.logSize50' : 'Log Size50 ' ,
655+ 'gitView.history.logSize100' : '100 commits ' ,
656+ 'gitView.history.logSize25' : '25 commits ' ,
657+ 'gitView.history.logSize50' : '50 commits ' ,
658658 'gitView.history.noCommits' : 'No commits found' ,
659659 'gitView.history.noFiles' : 'No files' ,
660660 'gitView.history.renamedNoDiff' : 'Renamed file — diff not supported' ,
661661 'gitView.history.renderDiffAnyway' : 'Render anyway' ,
662662 'gitView.history.title' : 'History' ,
663663 'gitView.graph.title' : 'Graph' ,
664664 'gitView.integrate.checking' : 'Checking…' ,
665- 'gitView.integrate.cherryPickAbortedToast' : 'Cherry Pick Aborted Toast ' ,
666- 'gitView.integrate.cherryPickConflictDescription' : 'Cherry Pick Conflict Description ' ,
667- 'gitView.integrate.cherryPickConflictToast' : 'Cherry Pick Conflict Toast ' ,
668- 'gitView.integrate.cherryPickContinueFailedToast' : 'Cherry Pick Continue Failed Toast ' ,
669- 'gitView.integrate.cherryPickFinishedToast' : 'Cherry Pick Finished Toast ' ,
670- 'gitView.integrate.commitsMovedDescriptionPlural' : 'Commits Moved Description Plural ' ,
671- 'gitView.integrate.commitsMovedDescriptionSingle' : 'Commits Moved Description Single ' ,
672- 'gitView.integrate.commitsMovedToast' : 'Commits Moved Toast ' ,
665+ 'gitView.integrate.cherryPickAbortedToast' : 'Cherry-pick aborted ' ,
666+ 'gitView.integrate.cherryPickConflictDescription' : 'Resolve the cherry-pick conflicts to continue. ' ,
667+ 'gitView.integrate.cherryPickConflictToast' : 'Cherry-pick conflicts detected ' ,
668+ 'gitView.integrate.cherryPickContinueFailedToast' : 'Failed to continue cherry-pick ' ,
669+ 'gitView.integrate.cherryPickFinishedToast' : 'Cherry-pick finished ' ,
670+ 'gitView.integrate.commitsMovedDescriptionPlural' : 'Moved {count} commits to {branch}. ' ,
671+ 'gitView.integrate.commitsMovedDescriptionSingle' : 'Moved {count} commit to {branch}. ' ,
672+ 'gitView.integrate.commitsMovedToast' : 'Commits moved ' ,
673673 'gitView.integrate.commitsToMove' : 'Commits to move' ,
674- 'gitView.integrate.conflictsInFiles' : 'Conflicts In Files ' ,
675- 'gitView.integrate.currentCommit' : 'Current Commit ' ,
676- 'gitView.integrate.currentSession' : 'Current Session ' ,
677- 'gitView.integrate.failedToMoveToast' : 'Failed To Move Toast ' ,
678- 'gitView.integrate.moreFiles' : 'More Files ' ,
674+ 'gitView.integrate.conflictsInFiles' : 'Conflicts in files ' ,
675+ 'gitView.integrate.currentCommit' : 'Current commit ' ,
676+ 'gitView.integrate.currentSession' : 'Current session ' ,
677+ 'gitView.integrate.failedToMoveToast' : 'Failed to move commits ' ,
678+ 'gitView.integrate.moreFiles' : 'More files ' ,
679679 'gitView.integrate.move' : 'Move' ,
680680 'gitView.integrate.moveCommits' : 'Move commits' ,
681681 'gitView.integrate.moving' : 'Moving…' ,
682- 'gitView.integrate.newSession' : 'New Session ' ,
683- 'gitView.integrate.noActiveSession' : 'No Active Session ' ,
684- 'gitView.integrate.noActiveSessionDescription' : 'No Active Session Description ' ,
682+ 'gitView.integrate.newSession' : 'New session ' ,
683+ 'gitView.integrate.noActiveSession' : 'No active session ' ,
684+ 'gitView.integrate.noActiveSessionDescription' : 'Open or create a session to continue. ' ,
685685 'gitView.integrate.noCommitsToMove' : 'No commits to move.' ,
686- 'gitView.integrate.noCommitsToMoveToast' : 'No Commits To Move Toast ' ,
687- 'gitView.integrate.previewUnavailable' : 'Preview Unavailable ' ,
688- 'gitView.integrate.showAll' : 'Show All ' ,
689- 'gitView.integrate.showLess' : 'Show Less ' ,
690- 'gitView.integrate.showingFirstCommits' : 'Showing First Commits ' ,
686+ 'gitView.integrate.noCommitsToMoveToast' : 'No commits to move ' ,
687+ 'gitView.integrate.previewUnavailable' : 'Preview unavailable ' ,
688+ 'gitView.integrate.showAll' : 'Show all ' ,
689+ 'gitView.integrate.showLess' : 'Show less ' ,
690+ 'gitView.integrate.showingFirstCommits' : 'Showing first commits ' ,
691691 'gitView.integrate.target' : 'Target' ,
692692 'gitView.integrate.title' : 'Re-integrate commits' ,
693- 'gitView.integrate.toMoveCount' : 'To Move Count ' ,
693+ 'gitView.integrate.toMoveCount' : 'To move ' ,
694694 'gitView.operation.abort' : 'Abort' ,
695695 'gitView.operation.continue' : 'Continue' ,
696696 'gitView.operation.inProgressTitle' : '{operation} in progress' ,
@@ -702,12 +702,12 @@ export const dict = {
702702 'gitView.operation.rebasingOnto' : 'Rebasing {headName} onto {onto}' ,
703703 'gitView.operation.resolveConflictsHint' : 'Resolve conflicts, then continue the operation.' ,
704704 'gitView.operation.resolveWithAi' : 'Resolve with AI' ,
705- 'gitView.stash.confirmButton' : 'Confirm Button ' ,
706- 'gitView.stash.description' : 'Description ' ,
707- 'gitView.stash.mergeWith' : 'Merge With ' ,
708- 'gitView.stash.rebaseOnto' : 'Rebase Onto ' ,
709- 'gitView.stash.restoreAfterOperation' : 'Restore After Operation ' ,
710- 'gitView.stash.restoreAria' : 'Restore aria label ' ,
705+ 'gitView.stash.confirmButton' : '{operation} ' ,
706+ 'gitView.stash.description' : 'Stash your local changes before starting the {operation}. ' ,
707+ 'gitView.stash.mergeWith' : 'with ' ,
708+ 'gitView.stash.rebaseOnto' : 'onto ' ,
709+ 'gitView.stash.restoreAfterOperation' : 'Restore stashed changes after {operation} ' ,
710+ 'gitView.stash.restoreAria' : 'Restore stashed changes after operation ' ,
711711 'gitView.stash.stepRestore' : 'Restore your stashed changes' ,
712712 'gitView.stash.stepStash' : 'Stash your uncommitted changes' ,
713713 'gitView.stash.thisWill' : 'This will:' ,
0 commit comments