mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-08 22:36:49 +02:00
Remove all empty strings
I guess I could have coded this into the export script, but I was too lazy and just did it manually in VS Code, which was easy enough.
This commit is contained in:
@ -5,8 +5,6 @@
|
||||
"BranchesTitle": "ブランチ",
|
||||
"CommitsTitle": "コミット",
|
||||
"StashTitle": "Stash",
|
||||
"SnakeTitle": "",
|
||||
"EasterEgg": "",
|
||||
"UnstagedChanges": "ステージされていない変更",
|
||||
"StagedChanges": "ステージされた変更",
|
||||
"MainTitle": "メイン",
|
||||
@ -19,154 +17,60 @@
|
||||
"CredentialsUsername": "ユーザ名",
|
||||
"CredentialsPassword": "パスワード",
|
||||
"CredentialsPassphrase": "SSH鍵のパスフレーズを入力",
|
||||
"CredentialsPIN": "",
|
||||
"PassUnameWrong": "パスワード, パスフレーズまたはユーザ名が間違っています。",
|
||||
"Commit": "変更をコミット",
|
||||
"CommitTooltip": "",
|
||||
"AmendLastCommit": "最新のコミットにamend",
|
||||
"AmendLastCommitTitle": "最新のコミットにamend",
|
||||
"SureToAmend": "最新のコミットに変更をamendします。よろしいですか? コミットメッセージはコミットパネルから変更できます。",
|
||||
"NoCommitToAmend": "Amend可能なコミットが存在しません。",
|
||||
"CommitChangesWithEditor": "gitエディタを使用して変更をコミット",
|
||||
"FindBaseCommitForFixup": "",
|
||||
"FindBaseCommitForFixupTooltip": "",
|
||||
"NoBaseCommitsFound": "",
|
||||
"MultipleBaseCommitsFoundStaged": "",
|
||||
"MultipleBaseCommitsFoundUnstaged": "",
|
||||
"BaseCommitIsAlreadyOnMainBranch": "",
|
||||
"BaseCommitIsNotInCurrentView": "",
|
||||
"HunksWithOnlyAddedLinesWarning": "",
|
||||
"StatusTitle": "ステータス",
|
||||
"GlobalTitle": "グローバルキーバインド",
|
||||
"Menu": "メニュー",
|
||||
"Execute": "実行",
|
||||
"Stage": "ステージ/アンステージ",
|
||||
"StageTooltip": "",
|
||||
"ToggleStagedAll": "すべての変更をステージ/アンステージ",
|
||||
"ToggleStagedAllTooltip": "",
|
||||
"ToggleTreeView": "ファイルツリーの表示を切り替え",
|
||||
"ToggleTreeViewTooltip": "",
|
||||
"OpenDiffTool": "",
|
||||
"OpenMergeTool": "Git mergetoolを開く",
|
||||
"OpenMergeToolTooltip": "",
|
||||
"Refresh": "リフレッシュ",
|
||||
"RefreshTooltip": "",
|
||||
"Push": "Push",
|
||||
"Pull": "Pull",
|
||||
"PushTooltip": "",
|
||||
"PullTooltip": "",
|
||||
"Scroll": "スクロール",
|
||||
"FileFilter": "ファイルをフィルタ (ステージ/アンステージ)",
|
||||
"CopyToClipboardMenu": "",
|
||||
"CopyFileName": "",
|
||||
"CopyFilePath": "",
|
||||
"CopyFileDiffTooltip": "",
|
||||
"CopySelectedDiff": "",
|
||||
"CopyAllFilesDiff": "",
|
||||
"NoContentToCopyError": "",
|
||||
"FileNameCopiedToast": "",
|
||||
"FilePathCopiedToast": "",
|
||||
"FileDiffCopiedToast": "",
|
||||
"AllFilesDiffCopiedToast": "",
|
||||
"FilterStagedFiles": "ステージされたファイルのみを表示",
|
||||
"FilterUnstagedFiles": "ステージされていないファイルのみを表示",
|
||||
"ResetFilter": "フィルタをリセット",
|
||||
"MergeConflictsTitle": "マージコンフリクト",
|
||||
"Checkout": "チェックアウト",
|
||||
"CheckoutTooltip": "",
|
||||
"CantCheckoutBranchWhilePulling": "",
|
||||
"TagCheckoutTooltip": "",
|
||||
"RemoteBranchCheckoutTooltip": "",
|
||||
"CantPullOrPushSameBranchTwice": "",
|
||||
"NoChangedFiles": "",
|
||||
"SoftReset": "Softリセット",
|
||||
"AlreadyCheckedOutBranch": "ブランチはすでにチェックアウトされています。",
|
||||
"SureForceCheckout": "",
|
||||
"ForceCheckoutBranch": "",
|
||||
"BranchName": "ブランチ名",
|
||||
"NewBranchNameBranchOff": "新規ブランチ名 ('{{.branchName}}' に作成)",
|
||||
"CantDeleteCheckOutBranch": "チェックアウト中のブランチは削除できません!",
|
||||
"DeleteBranchTitle": "",
|
||||
"DeleteLocalBranch": "",
|
||||
"DeleteRemoteBranchOption": "",
|
||||
"DeleteRemoteBranchPrompt": "",
|
||||
"ForceDeleteBranchTitle": "",
|
||||
"ForceDeleteBranchMessage": "",
|
||||
"RebaseBranch": "",
|
||||
"RebaseBranchTooltip": "",
|
||||
"CantRebaseOntoSelf": "ブランチを自分自身にリベースすることはできません。",
|
||||
"CantMergeBranchIntoItself": "ブランチを自分自身にマージすることはできません。",
|
||||
"ForceCheckout": "",
|
||||
"ForceCheckoutTooltip": "",
|
||||
"CheckoutByName": "",
|
||||
"CheckoutByNameTooltip": "",
|
||||
"RemoteBranchCheckoutTitle": "",
|
||||
"CheckoutTypeNewBranch": "",
|
||||
"CheckoutTypeNewBranchTooltip": "",
|
||||
"CheckoutTypeDetachedHead": "",
|
||||
"CheckoutTypeDetachedHeadTooltip": "",
|
||||
"NewBranch": "新しいブランチを作成",
|
||||
"NewBranchFromStashTooltip": "",
|
||||
"NoBranchesThisRepo": "リポジトリにブランチが存在しません",
|
||||
"CommitWithoutMessageErr": "コミットメッセージを入力してください",
|
||||
"Close": "閉じる",
|
||||
"CloseCancel": "閉じる/キャンセル",
|
||||
"Confirm": "確認",
|
||||
"Quit": "終了",
|
||||
"SquashTooltip": "",
|
||||
"CannotSquashOrFixupFirstCommit": "",
|
||||
"Fixup": "",
|
||||
"FixupTooltip": "",
|
||||
"SureFixupThisCommit": "",
|
||||
"SureSquashThisCommit": "",
|
||||
"Squash": "",
|
||||
"PickCommitTooltip": "",
|
||||
"Pick": "",
|
||||
"CantPickDisabledReason": "",
|
||||
"Edit": "",
|
||||
"RevertCommit": "コミットをrevert",
|
||||
"Revert": "",
|
||||
"RevertCommitTooltip": "",
|
||||
"Reword": "コミットメッセージを変更",
|
||||
"CommitRewordTooltip": "",
|
||||
"DropCommit": "コミットを削除",
|
||||
"DropCommitTooltip": "",
|
||||
"MoveDownCommit": "コミットを1つ下に移動",
|
||||
"MoveUpCommit": "コミットを1つ上に移動",
|
||||
"CannotMoveAnyFurther": "",
|
||||
"EditCommit": "",
|
||||
"EditCommitTooltip": "コミットを編集",
|
||||
"AmendCommitTooltip": "ステージされた変更でamendコミット",
|
||||
"Amend": "",
|
||||
"ResetAuthor": "",
|
||||
"ResetAuthorTooltip": "",
|
||||
"SetAuthor": "",
|
||||
"SetAuthorTooltip": "",
|
||||
"AddCoAuthor": "",
|
||||
"AmendCommitAttribute": "",
|
||||
"AmendCommitAttributeTooltip": "",
|
||||
"SetAuthorPromptTitle": "",
|
||||
"AddCoAuthorPromptTitle": "",
|
||||
"AddCoAuthorTooltip": "",
|
||||
"SureResetCommitAuthor": "",
|
||||
"RewordCommitEditor": "エディタでコミットメッセージを編集",
|
||||
"NoCommitsThisBranch": "",
|
||||
"UpdateRefHere": "",
|
||||
"Error": "エラー",
|
||||
"Undo": "アンドゥ",
|
||||
"UndoReflog": "アンドゥ (via reflog) (experimental)",
|
||||
"RedoReflog": "リドゥ (via reflog) (experimental)",
|
||||
"UndoTooltip": "",
|
||||
"RedoTooltip": "",
|
||||
"UndoMergeResolveTooltip": "",
|
||||
"DiscardAllTooltip": "",
|
||||
"DiscardUnstagedTooltip": "",
|
||||
"Pop": "Pop",
|
||||
"StashPopTooltip": "",
|
||||
"Drop": "Drop",
|
||||
"StashDropTooltip": "",
|
||||
"Apply": "適用",
|
||||
"StashApplyTooltip": "",
|
||||
"NoStashEntries": "Stashが存在しません",
|
||||
"StashDrop": "Stashを削除",
|
||||
"SureDropStashEntry": "Stashを削除します。よろしいですか?",
|
||||
@ -174,8 +78,6 @@
|
||||
"SurePopStashEntry": "Stashをpopします。よろしいですか?",
|
||||
"StashApply": "Stashを適用",
|
||||
"SureApplyStashEntry": "Stashを適用します。よろしいですか?",
|
||||
"NoTrackedStagedFilesStash": "",
|
||||
"NoFilesToStash": "",
|
||||
"StashChanges": "変更をStash",
|
||||
"RenameStash": "Stashを変更",
|
||||
"RenameStashPrompt": "Stash名を変更: {{.stashName}}",
|
||||
@ -184,8 +86,6 @@
|
||||
"ForcePush": "Force push",
|
||||
"ForcePushPrompt": "ブランチがリモートブランチから分岐しています。'esc'でキャンセル, または'enter'でforce pushします。",
|
||||
"ForcePushDisabled": "ブランチがリモートブランチから分岐しています。force pushは無効化されています。",
|
||||
"UpdatesRejected": "",
|
||||
"UpdatesRejectedAndForcePushDisabled": "",
|
||||
"CheckForUpdate": "更新を確認",
|
||||
"CheckingForUpdates": "更新を確認中...",
|
||||
"UpdateAvailableTitle": "最新リリース!",
|
||||
@ -203,18 +103,11 @@
|
||||
"MergeToolTitle": "マージツール",
|
||||
"MergeToolPrompt": "`git mergetool`を開きます。よろしいですか?",
|
||||
"IntroPopupMessage": "\nThanks for using lazygit! Seriously you rock. Three things to share with you:\n\n 1) If you want to learn about lazygit's features, watch this vid:\n https://youtu.be/CPLdltN7wgE\n\n 2) Be sure to read the latest release notes at:\n https://github.com/jesseduffield/lazygit/releases\n\n 3) If you're using git, that makes you a programmer! With your help we can make\n lazygit better, so consider becoming a contributor and joining the fun at\n https://github.com/jesseduffield/lazygit\n You can also sponsor me and tell me what to work on by clicking the donate\n button at the bottom right.\n Or even just star the repo to share the love!\n",
|
||||
"DeprecatedEditConfigWarning": "",
|
||||
"GitconfigParseErr": "",
|
||||
"EditFile": "ファイルを編集",
|
||||
"EditFileTooltip": "",
|
||||
"OpenFile": "ファイルを開く",
|
||||
"OpenFileTooltip": "",
|
||||
"OpenInEditor": "",
|
||||
"IgnoreFile": ".gitignoreに追加",
|
||||
"ExcludeFile": "",
|
||||
"RefreshFiles": "ファイルをリフレッシュ",
|
||||
"Merge": "現在のブランチにマージ",
|
||||
"MergeBranchTooltip": "",
|
||||
"ConfirmQuit": "終了します。よろしいですか?",
|
||||
"SwitchRepo": "最近使用したリポジトリに切り替え",
|
||||
"AllBranchesLogGraph": "すべてのブランチログを表示",
|
||||
@ -222,85 +115,29 @@
|
||||
"CopyPullRequestURL": "Pull RequestのURLをクリップボードにコピー",
|
||||
"NoBranchOnRemote": "ブランチがリモートに存在しません。リモートにpushしてください。",
|
||||
"Fetch": "Fetch",
|
||||
"FetchTooltip": "",
|
||||
"NoAutomaticGitFetchTitle": "",
|
||||
"NoAutomaticGitFetchBody": "",
|
||||
"FileEnter": "",
|
||||
"FileEnterTooltip": "",
|
||||
"FileStagingRequirements": "",
|
||||
"StageSelectionTooltip": "選択行をステージ/アンステージ",
|
||||
"DiscardSelection": "変更を削除 (git reset)",
|
||||
"DiscardSelectionTooltip": "",
|
||||
"ToggleSelectHunk": "Hunk選択を切り替え",
|
||||
"ToggleSelectHunkTooltip": "",
|
||||
"ToggleSelectionForPatch": "行をパッチに追加/削除",
|
||||
"ToggleSelectionForPatchTooltip": "",
|
||||
"EditHunk": "",
|
||||
"EditHunkTooltip": "",
|
||||
"ToggleStagingView": "パネルを切り替え",
|
||||
"ToggleStagingViewTooltip": "",
|
||||
"ReturnToFilesPanel": "ファイル一覧に戻る",
|
||||
"FastForward": "",
|
||||
"FastForwardTooltip": "",
|
||||
"FastForwarding": "",
|
||||
"FoundConflictsTitle": "",
|
||||
"ViewConflictsMenuItem": "",
|
||||
"AbortMenuItem": "",
|
||||
"PickHunk": "",
|
||||
"PickAllHunks": "",
|
||||
"ViewMergeRebaseOptions": "",
|
||||
"ViewMergeRebaseOptionsTooltip": "",
|
||||
"ViewMergeOptions": "",
|
||||
"ViewRebaseOptions": "",
|
||||
"NotMergingOrRebasing": "",
|
||||
"AlreadyRebasing": "",
|
||||
"RecentRepos": "最近使用したリポジトリ",
|
||||
"MergeOptionsTitle": "",
|
||||
"RebaseOptionsTitle": "",
|
||||
"CommitSummaryTitle": "コミットメッセージ",
|
||||
"CommitDescriptionTitle": "",
|
||||
"CommitDescriptionSubTitle": "",
|
||||
"LocalBranchesTitle": "ブランチ",
|
||||
"SearchTitle": "検索",
|
||||
"TagsTitle": "タグ",
|
||||
"MenuTitle": "メニュー",
|
||||
"CommitMenuTitle": "",
|
||||
"RemotesTitle": "リモート",
|
||||
"RemoteBranchesTitle": "リモートブランチ",
|
||||
"PatchBuildingTitle": "メインパネル (Patch Building)",
|
||||
"InformationTitle": "Information",
|
||||
"SecondaryTitle": "Secondary",
|
||||
"ReflogCommitsTitle": "参照ログ",
|
||||
"ConflictsResolved": "",
|
||||
"Continue": "",
|
||||
"RebasingTitle": "",
|
||||
"RebasingFromBaseCommitTitle": "",
|
||||
"SimpleRebase": "",
|
||||
"InteractiveRebase": "",
|
||||
"RebaseOntoBaseBranch": "",
|
||||
"InteractiveRebaseTooltip": "",
|
||||
"RebaseOntoBaseBranchTooltip": "",
|
||||
"MustSelectTodoCommits": "",
|
||||
"ConfirmMerge": "",
|
||||
"FwdNoUpstream": "",
|
||||
"FwdNoLocalUpstream": "",
|
||||
"FwdCommitsToPush": "",
|
||||
"PullRequestNoUpstream": "",
|
||||
"ErrorOccurred": "エラーが発生しました! issueを作成してください: ",
|
||||
"NoRoom": "",
|
||||
"YouAreHere": "現在位置",
|
||||
"YouDied": "",
|
||||
"RewordNotSupported": "",
|
||||
"ChangingThisActionIsNotAllowed": "",
|
||||
"CherryPickCopy": "コミットをコピー (cherry-pick)",
|
||||
"CherryPickCopyTooltip": "",
|
||||
"CherryPickCopyRange": "",
|
||||
"CherryPickCopyRangeTooltip": "",
|
||||
"PasteCommits": "コミットを貼り付け (cherry-pick)",
|
||||
"SureCherryPick": "",
|
||||
"CherryPick": "Cherry-Pick",
|
||||
"CannotCherryPickNonCommit": "",
|
||||
"CannotCherryPickMergeCommit": "",
|
||||
"Donate": "支援",
|
||||
"AskQuestion": "質問",
|
||||
"PrevLine": "前の行を選択",
|
||||
@ -319,268 +156,95 @@
|
||||
"AmendCommitPrompt": "ステージされたファイルで現在のコミットをamendします。よろしいですか?",
|
||||
"DropCommitTitle": "コミットを削除",
|
||||
"DropCommitPrompt": "選択されたコミットを削除します。よろしいですか?",
|
||||
"DropUpdateRefPrompt": "",
|
||||
"PullingStatus": "Pull中",
|
||||
"PushingStatus": "Push中",
|
||||
"FetchingStatus": "Fetch中",
|
||||
"SquashingStatus": "",
|
||||
"FixingStatus": "",
|
||||
"DeletingStatus": "",
|
||||
"DroppingStatus": "",
|
||||
"MovingStatus": "",
|
||||
"RebasingStatus": "",
|
||||
"MergingStatus": "",
|
||||
"LowercaseRebasingStatus": "",
|
||||
"LowercaseMergingStatus": "",
|
||||
"AmendingStatus": "",
|
||||
"CherryPickingStatus": "",
|
||||
"UndoingStatus": "",
|
||||
"RedoingStatus": "",
|
||||
"CheckingOutStatus": "",
|
||||
"CommittingStatus": "",
|
||||
"RevertingStatus": "",
|
||||
"CreatingFixupCommitStatus": "",
|
||||
"CommitFiles": "Commit files",
|
||||
"SubCommitsDynamicTitle": "コミット (%s)",
|
||||
"CommitFilesDynamicTitle": "Diff files (%s)",
|
||||
"RemoteBranchesDynamicTitle": "リモートブランチ (%s)",
|
||||
"ViewItemFiles": "",
|
||||
"ViewItemFilesTooltip": "",
|
||||
"CommitFilesTitle": "コミットファイル",
|
||||
"CheckoutCommitFileTooltip": "",
|
||||
"CanOnlyDiscardFromLocalCommits": "",
|
||||
"Remove": "",
|
||||
"DiscardOldFileChangeTooltip": "",
|
||||
"DiscardFileChangesTitle": "ファイルの変更を破棄",
|
||||
"DiscardFileChangesPrompt": "",
|
||||
"DisabledForGPG": "",
|
||||
"CreateRepo": "Gitリポジトリではありません。リポジトリを作成しますか? (y/n): ",
|
||||
"BareRepo": "",
|
||||
"InitialBranch": "",
|
||||
"NoRecentRepositories": "",
|
||||
"IncorrectNotARepository": "",
|
||||
"AutoStashTitle": "",
|
||||
"AutoStashPrompt": "",
|
||||
"StashPrefix": "",
|
||||
"Discard": "",
|
||||
"DiscardChangesTitle": "",
|
||||
"DiscardFileChangesTooltip": "",
|
||||
"Cancel": "キャンセル",
|
||||
"DiscardAllChanges": "すべての変更を破棄",
|
||||
"DiscardUnstagedChanges": "",
|
||||
"DiscardAllChangesToAllFiles": "",
|
||||
"DiscardAnyUnstagedChanges": "",
|
||||
"DiscardUntrackedFiles": "",
|
||||
"DiscardStagedChanges": "",
|
||||
"HardReset": "hardリセット",
|
||||
"BranchDeleteTooltip": "",
|
||||
"TagDeleteTooltip": "",
|
||||
"Delete": "",
|
||||
"Reset": "",
|
||||
"ResetTooltip": "",
|
||||
"ViewResetOptions": "",
|
||||
"FileResetOptionsTooltip": "",
|
||||
"CreateFixupCommit": "Fixupコミットを作成",
|
||||
"CreateFixupCommitTooltip": "このコミットに対するfixupコミットを作成",
|
||||
"CreateAmendCommit": "",
|
||||
"FixupMenu_Fixup": "",
|
||||
"FixupMenu_FixupTooltip": "",
|
||||
"FixupMenu_AmendWithChanges": "",
|
||||
"FixupMenu_AmendWithChangesTooltip": "",
|
||||
"FixupMenu_AmendWithoutChanges": "",
|
||||
"FixupMenu_AmendWithoutChangesTooltip": "",
|
||||
"SquashAboveCommitsTooltip": "",
|
||||
"SquashCommitsAboveSelectedTooltip": "",
|
||||
"SquashCommitsInCurrentBranchTooltip": "",
|
||||
"SquashAboveCommits": "",
|
||||
"SquashCommitsInCurrentBranch": "",
|
||||
"SquashCommitsAboveSelectedCommit": "",
|
||||
"CannotSquashCommitsInCurrentBranch": "",
|
||||
"ExecuteCustomCommand": "カスタムコマンドを実行",
|
||||
"ExecuteCustomCommandTooltip": "",
|
||||
"CustomCommand": "カスタムコマンド:",
|
||||
"CommitChangesWithoutHook": "pre-commitフックを実行せずに変更をコミット",
|
||||
"SkipHookPrefixNotConfigured": "",
|
||||
"ResetTo": "",
|
||||
"ResetSoftTooltip": "",
|
||||
"ResetMixedTooltip": "",
|
||||
"ResetHardTooltip": "",
|
||||
"PressEnterToReturn": "Enterを入力してください",
|
||||
"ViewStashOptions": "",
|
||||
"ViewStashOptionsTooltip": "",
|
||||
"Stash": "",
|
||||
"StashTooltip": "",
|
||||
"StashAllChanges": "変更をstash",
|
||||
"StashStagedChanges": "",
|
||||
"StashAllChangesKeepIndex": "",
|
||||
"StashUnstagedChanges": "",
|
||||
"StashIncludeUntrackedChanges": "",
|
||||
"StashOptions": "",
|
||||
"NotARepository": "",
|
||||
"WorkingDirectoryDoesNotExist": "",
|
||||
"Jump": "パネルに移動",
|
||||
"ScrollLeftRight": "左右にスクロール",
|
||||
"ScrollLeft": "左スクロール",
|
||||
"ScrollRight": "右スクロール",
|
||||
"DiscardPatch": "パッチを破棄",
|
||||
"DiscardPatchConfirm": "",
|
||||
"DiscardPatchSameCommitConfirm": "",
|
||||
"CantPatchWhileRebasingError": "",
|
||||
"ToggleAddToPatch": "",
|
||||
"ToggleAddToPatchTooltip": "",
|
||||
"ToggleAllInPatch": "",
|
||||
"ToggleAllInPatchTooltip": "",
|
||||
"UpdatingPatch": "",
|
||||
"ViewPatchOptions": "",
|
||||
"PatchOptionsTitle": "",
|
||||
"NoPatchError": "",
|
||||
"EmptyPatchError": "",
|
||||
"EnterCommitFile": "",
|
||||
"EnterCommitFileTooltip": "",
|
||||
"ExitCustomPatchBuilder": "",
|
||||
"EnterUpstream": "'\u003cremote\u003e \u003cbranchname\u003e' の形式でupstreamを入力",
|
||||
"InvalidUpstream": "Upstreamの形式が正しくありません。'\u003cremote\u003e \u003cbranchname\u003e' の形式で入力してください。",
|
||||
"ReturnToRemotesList": "リモート一覧に戻る",
|
||||
"NewRemote": "リモートを新規追加",
|
||||
"NewRemoteName": "新規リモート名:",
|
||||
"NewRemoteUrl": "新規リモートURL:",
|
||||
"ViewBranches": "",
|
||||
"EditRemoteName": "{{.remoteName}} の新しいリモート名を入力:",
|
||||
"EditRemoteUrl": "{{.remoteName}} の新しいリモートURLを入力:",
|
||||
"RemoveRemote": "リモートを削除",
|
||||
"RemoveRemoteTooltip": "",
|
||||
"RemoveRemotePrompt": "リモートを削除します。よろしいですか?",
|
||||
"DeleteRemoteBranch": "リモートブランチを削除",
|
||||
"DeleteRemoteBranchMessage": "リモートブランチを削除します。よろしいですか",
|
||||
"DeleteRemoteBranchTooltip": "",
|
||||
"SetAsUpstream": "",
|
||||
"SetAsUpstreamTooltip": "",
|
||||
"SetUpstream": "",
|
||||
"UnsetUpstream": "",
|
||||
"ViewDivergenceFromUpstream": "",
|
||||
"ViewDivergenceFromBaseBranch": "",
|
||||
"CouldNotDetermineBaseBranch": "",
|
||||
"DivergenceSectionHeaderLocal": "",
|
||||
"DivergenceSectionHeaderRemote": "",
|
||||
"ViewUpstreamResetOptions": "",
|
||||
"ViewUpstreamResetOptionsTooltip": "",
|
||||
"ViewUpstreamRebaseOptions": "",
|
||||
"ViewUpstreamRebaseOptionsTooltip": "",
|
||||
"UpstreamGenericName": "",
|
||||
"SetUpstreamTitle": "",
|
||||
"SetUpstreamMessage": "",
|
||||
"EditRemoteTooltip": "リモートを編集",
|
||||
"TagCommit": "タグを作成",
|
||||
"TagCommitTooltip": "",
|
||||
"TagMenuTitle": "タグを作成",
|
||||
"TagNameTitle": "タグ名",
|
||||
"TagMessageTitle": "タグメッセージ",
|
||||
"LightweightTag": "軽量タグ",
|
||||
"AnnotatedTag": "注釈付きタグ",
|
||||
"DeleteTagTitle": "",
|
||||
"DeleteLocalTag": "",
|
||||
"DeleteRemoteTag": "",
|
||||
"SelectRemoteTagUpstream": "",
|
||||
"DeleteRemoteTagPrompt": "",
|
||||
"RemoteTagDeletedMessage": "",
|
||||
"PushTagTitle": "リモートにタグ '{{.tagName}}' をpush",
|
||||
"PushTag": "タグをpush",
|
||||
"PushTagTooltip": "",
|
||||
"NewTag": "タグを作成",
|
||||
"NewTagTooltip": "",
|
||||
"CreatingTag": "",
|
||||
"ForceTag": "",
|
||||
"ForceTagPrompt": "",
|
||||
"FetchRemoteTooltip": "リモートをfetch",
|
||||
"FetchingRemoteStatus": "リモートをfetch",
|
||||
"CheckoutCommit": "コミットをチェックアウト",
|
||||
"CheckoutCommitTooltip": "",
|
||||
"SureCheckoutThisCommit": "選択されたコミットをチェックアウトします。よろしいですか?",
|
||||
"GitFlowOptions": "",
|
||||
"NotAGitFlowBranch": "",
|
||||
"NewBranchNamePrompt": "新しいブランチ名を入力",
|
||||
"IgnoreTracked": "",
|
||||
"ExcludeTracked": "",
|
||||
"IgnoreTrackedPrompt": "",
|
||||
"ExcludeTrackedPrompt": "",
|
||||
"ViewResetToUpstreamOptions": "",
|
||||
"NextScreenMode": "次のスクリーンモード (normal/half/fullscreen)",
|
||||
"PrevScreenMode": "前のスクリーンモード",
|
||||
"StartSearch": "検索を開始",
|
||||
"StartFilter": "",
|
||||
"Panel": "パネル",
|
||||
"Keybindings": "キーバインド",
|
||||
"KeybindingsLegend": "",
|
||||
"KeybindingsMenuSectionLocal": "",
|
||||
"KeybindingsMenuSectionGlobal": "",
|
||||
"KeybindingsMenuSectionNavigation": "",
|
||||
"RenameBranch": "ブランチ名を変更",
|
||||
"Upstream": "",
|
||||
"UpstreamTooltip": "",
|
||||
"BranchUpstreamOptionsTitle": "",
|
||||
"ViewBranchUpstreamOptions": "",
|
||||
"ViewBranchUpstreamOptionsTooltip": "",
|
||||
"UpstreamNotSetError": "",
|
||||
"NewGitFlowBranchPrompt": "",
|
||||
"RenameBranchWarning": "",
|
||||
"OpenKeybindingsMenu": "メニューを開く",
|
||||
"ResetCherryPick": "",
|
||||
"NextTab": "次のタブ",
|
||||
"PrevTab": "前のタブ",
|
||||
"CantUndoWhileRebasing": "リベース中はアンドゥできません。",
|
||||
"CantRedoWhileRebasing": "リベース中はリドゥできません。",
|
||||
"MustStashWarning": "",
|
||||
"MustStashTitle": "",
|
||||
"ConfirmationTitle": "確認パネル",
|
||||
"PrevPage": "前のページ",
|
||||
"NextPage": "次のページ",
|
||||
"GotoTop": "最上部までスクロール",
|
||||
"GotoBottom": "最下部までスクロール",
|
||||
"FilteringBy": "",
|
||||
"ResetInParentheses": "",
|
||||
"OpenFilteringMenu": "",
|
||||
"OpenFilteringMenuTooltip": "",
|
||||
"FilterBy": "",
|
||||
"ExitFilterMode": "",
|
||||
"ExitFilterModeAuthor": "",
|
||||
"FilterPathOption": "",
|
||||
"FilterAuthorOption": "",
|
||||
"EnterFileName": "",
|
||||
"EnterAuthor": "",
|
||||
"FilteringMenuTitle": "",
|
||||
"WillCancelExistingFilterTooltip": "",
|
||||
"MustExitFilterModeTitle": "",
|
||||
"MustExitFilterModePrompt": "",
|
||||
"Diff": "差分",
|
||||
"EnterRefToDiff": "",
|
||||
"EnterRefName": "参照を入力:",
|
||||
"ExitDiffMode": "差分モードを終了",
|
||||
"DiffingMenuTitle": "差分",
|
||||
"SwapDiff": "",
|
||||
"ViewDiffingOptions": "差分メニューを開く",
|
||||
"ViewDiffingOptionsTooltip": "",
|
||||
"OpenCommandLogMenu": "コマンドログメニューを開く",
|
||||
"OpenCommandLogMenuTooltip": "",
|
||||
"ShowingGitDiff": "",
|
||||
"CommitDiff": "コミットの差分",
|
||||
"CopyCommitHashToClipboard": "コミットのhashをクリップボードにコピー",
|
||||
"CommitHash": "コミットのhash",
|
||||
"CommitURL": "コミットのURL",
|
||||
"CopyCommitMessageToClipboard": "コミットメッセージをクリップボードにコピー",
|
||||
"CommitMessage": "コミットメッセージ",
|
||||
"CommitSubject": "",
|
||||
"CommitAuthor": "コミットの作成者名",
|
||||
"CopyCommitAttributeToClipboard": "コミットの情報をコピー",
|
||||
"CopyCommitAttributeToClipboardTooltip": "",
|
||||
"CopyBranchNameToClipboard": "ブランチ名をクリップボードにコピー",
|
||||
"CopyPathToClipboard": "ファイル名をクリップボードにコピー",
|
||||
"CommitPrefixPatternError": "",
|
||||
"CopySelectedTextToClipboard": "選択されたテキストをクリップボードにコピー",
|
||||
"NoFilesStagedTitle": "ファイルがステージされていません",
|
||||
"NoFilesStagedPrompt": "ファイルがステージされていません。すべての変更をコミットしますか?",
|
||||
"BranchNotFoundTitle": "ブランチが見つかりませんでした。",
|
||||
"BranchNotFoundPrompt": "ブランチが見つかりませんでした。新しくブランチを作成します ",
|
||||
"BranchUnknown": "",
|
||||
"DiscardChangeTitle": "選択行をアンステージ",
|
||||
"DiscardChangePrompt": "選択された行を削除 (git reset) します。よろしいですか? この操作は取り消せません。\nこの警告を無効化するには設定ファイルの 'gui.skipDiscardChangeWarning' を true に設定してください。",
|
||||
"CreateNewBranchFromCommit": "コミットにブランチを作成",
|
||||
@ -588,13 +252,9 @@
|
||||
"ViewCommits": "コミットを閲覧",
|
||||
"MinGitVersionError": "Lazygitの実行にはGit 2.20以降のバージョンが必要です。Gitを更新してください。もしくは、lazygitの後方互換性を改善するために https://github.com/jesseduffield/lazygit/issues にissueを作成してください。",
|
||||
"RunningCustomCommandStatus": "カスタムコマンドを実行",
|
||||
"SubmoduleStashAndReset": "",
|
||||
"AndResetSubmodules": "",
|
||||
"EnterSubmoduleTooltip": "サブモジュールを開く",
|
||||
"Enter": "",
|
||||
"CopySubmoduleNameToClipboard": "サブモジュール名をクリップボードにコピー",
|
||||
"RemoveSubmodule": "サブモジュールを削除",
|
||||
"RemoveSubmoduleTooltip": "",
|
||||
"RemoveSubmodulePrompt": "サブモジュール '%s' とそのディレクトリを削除します。よろしいですか? この操作は取り消せません。",
|
||||
"ResettingSubmoduleStatus": "サブモジュールをリセット",
|
||||
"NewSubmoduleName": "新規サブモジュール名:",
|
||||
@ -607,208 +267,71 @@
|
||||
"EditSubmoduleUrl": "サブモジュールのURLを更新",
|
||||
"InitializingSubmoduleStatus": "サブモジュールを初期化",
|
||||
"InitSubmoduleTooltip": "サブモジュールを初期化",
|
||||
"Update": "",
|
||||
"Initialize": "",
|
||||
"SubmoduleUpdateTooltip": "サブモジュールを更新",
|
||||
"UpdatingSubmoduleStatus": "サブモジュールを更新",
|
||||
"BulkInitSubmodules": "サブモジュールを一括初期化",
|
||||
"BulkUpdateSubmodules": "サブモジュールを一括更新",
|
||||
"BulkDeinitSubmodules": "",
|
||||
"ViewBulkSubmoduleOptions": "",
|
||||
"BulkSubmoduleOptions": "",
|
||||
"RunningCommand": "",
|
||||
"SubCommitsTitle": "",
|
||||
"SubmodulesTitle": "サブモジュール",
|
||||
"NavigationTitle": "一覧パネルの操作",
|
||||
"SuggestionsCheatsheetTitle": "",
|
||||
"SuggestionsTitle": "",
|
||||
"SuggestionsSubtitle": "",
|
||||
"ExtrasTitle": "コマンドログ",
|
||||
"PushingTagStatus": "",
|
||||
"PullRequestURLCopiedToClipboard": "Pull requestのURLがクリップボードにコピーされました",
|
||||
"CommitDiffCopiedToClipboard": "コミットの差分がクリップボードにコピーされました",
|
||||
"CommitURLCopiedToClipboard": "コミットのURLがクリップボードにコピーされました",
|
||||
"CommitMessageCopiedToClipboard": "コミットメッセージがクリップボードにコピーされました",
|
||||
"CommitSubjectCopiedToClipboard": "",
|
||||
"CommitAuthorCopiedToClipboard": "コミットの作成者名がクリップボードにコピーされました",
|
||||
"PatchCopiedToClipboard": "",
|
||||
"CopiedToClipboard": "クリップボードにコピーされました",
|
||||
"ErrCannotEditDirectory": "ディレクトリは編集できません。",
|
||||
"ErrStageDirWithInlineMergeConflicts": "マージコンフリクトの発生したファイルを含むディレクトリはステージ/アンステージできません。マージコンフリクトを解決してください。",
|
||||
"ErrRepositoryMovedOrDeleted": "リポジトリが見つかりません。すでに削除されたか、移動された可能性があります ¯\\_(ツ)_/¯",
|
||||
"ErrWorktreeMovedOrRemoved": "",
|
||||
"CommandLog": "コマンドログ",
|
||||
"ToggleShowCommandLog": "コマンドログの表示/非表示を切り替え",
|
||||
"FocusCommandLog": "コマンドログにフォーカス",
|
||||
"CommandLogHeader": "コマンドログの表示/非表示は '%s' で切り替えられます。\n",
|
||||
"RandomTip": "ランダムTips",
|
||||
"SelectParentCommitForMerge": "",
|
||||
"ToggleWhitespaceInDiffView": "空白文字の差分の表示有無を切り替え",
|
||||
"ToggleWhitespaceInDiffViewTooltip": "",
|
||||
"IgnoreWhitespaceDiffViewSubTitle": "",
|
||||
"IgnoreWhitespaceNotSupportedHere": "",
|
||||
"IncreaseContextInDiffView": "",
|
||||
"IncreaseContextInDiffViewTooltip": "",
|
||||
"DecreaseContextInDiffView": "",
|
||||
"DecreaseContextInDiffViewTooltip": "",
|
||||
"DiffContextSizeChanged": "",
|
||||
"CreatePullRequestOptions": "",
|
||||
"DefaultBranch": "デフォルトブランチ",
|
||||
"SelectBranch": "ブランチを選択",
|
||||
"CreatePullRequest": "Pull Requestを作成",
|
||||
"SelectConfigFile": "設定ファイルを選択",
|
||||
"NoConfigFileFoundErr": "設定ファイルが見つかりませんでした。",
|
||||
"LoadingFileSuggestions": "",
|
||||
"LoadingCommits": "",
|
||||
"MustSpecifyOriginError": "",
|
||||
"GitOutput": "",
|
||||
"GitCommandFailed": "",
|
||||
"AbortTitle": "%sを中止",
|
||||
"AbortPrompt": "実施中の%sを中止します。よろしいですか?",
|
||||
"OpenLogMenu": "ログメニューを開く",
|
||||
"OpenLogMenuTooltip": "",
|
||||
"LogMenuTitle": "コミットログオプション",
|
||||
"ToggleShowGitGraphAll": "",
|
||||
"ShowGitGraph": "コミットグラフの表示",
|
||||
"SortOrder": "並び替え",
|
||||
"SortAlphabetical": "アルファベット順",
|
||||
"SortByDate": "日付順",
|
||||
"SortByRecency": "",
|
||||
"SortBasedOnReflog": "",
|
||||
"SortCommits": "コミットの表示順",
|
||||
"CantChangeContextSizeError": "",
|
||||
"OpenCommitInBrowser": "ブラウザでコミットを開く",
|
||||
"ViewBisectOptions": "",
|
||||
"ConfirmRevertCommit": "",
|
||||
"RewordInEditorTitle": "コミットメッセージをエディタで編集",
|
||||
"RewordInEditorPrompt": "",
|
||||
"CheckoutPrompt": "",
|
||||
"HardResetAutostashPrompt": "",
|
||||
"UpstreamGone": "",
|
||||
"NukeDescription": "",
|
||||
"DiscardStagedChangesDescription": "",
|
||||
"EmptyOutput": "",
|
||||
"Patch": "",
|
||||
"CustomPatch": "",
|
||||
"CommitsCopied": "",
|
||||
"CommitCopied": "",
|
||||
"ResetPatch": "",
|
||||
"ResetPatchTooltip": "",
|
||||
"ApplyPatch": "",
|
||||
"ApplyPatchTooltip": "",
|
||||
"ApplyPatchInReverse": "",
|
||||
"ApplyPatchInReverseTooltip": "",
|
||||
"RemovePatchFromOriginalCommit": "",
|
||||
"RemovePatchFromOriginalCommitTooltip": "",
|
||||
"MovePatchOutIntoIndex": "",
|
||||
"MovePatchOutIntoIndexTooltip": "",
|
||||
"MovePatchIntoNewCommit": "",
|
||||
"MovePatchIntoNewCommitTooltip": "",
|
||||
"MovePatchToSelectedCommit": "",
|
||||
"MovePatchToSelectedCommitTooltip": "",
|
||||
"CopyPatchToClipboard": "",
|
||||
"NoMatchesFor": "",
|
||||
"MatchesFor": "",
|
||||
"SearchKeybindings": "",
|
||||
"SearchPrefix": "",
|
||||
"FilterPrefix": "",
|
||||
"ExitSearchMode": "",
|
||||
"ExitTextFilterMode": "",
|
||||
"Switch": "",
|
||||
"SwitchToWorktree": "",
|
||||
"SwitchToWorktreeTooltip": "",
|
||||
"AlreadyCheckedOutByWorktree": "",
|
||||
"BranchCheckedOutByWorktree": "",
|
||||
"DetachWorktreeTooltip": "",
|
||||
"Switching": "",
|
||||
"RemoveWorktree": "",
|
||||
"RemoveWorktreeTitle": "",
|
||||
"DetachWorktree": "",
|
||||
"DetachingWorktree": "",
|
||||
"WorktreesTitle": "",
|
||||
"WorktreeTitle": "",
|
||||
"RemoveWorktreePrompt": "",
|
||||
"ForceRemoveWorktreePrompt": "",
|
||||
"RemovingWorktree": "",
|
||||
"AddingWorktree": "",
|
||||
"CantDeleteCurrentWorktree": "",
|
||||
"AlreadyInWorktree": "",
|
||||
"CantDeleteMainWorktree": "",
|
||||
"NoWorktreesThisRepo": "",
|
||||
"MissingWorktree": "",
|
||||
"MainWorktree": "",
|
||||
"NewWorktree": "",
|
||||
"NewWorktreePath": "",
|
||||
"NewWorktreeBase": "",
|
||||
"RemoveWorktreeTooltip": "",
|
||||
"BranchNameCannotBeBlank": "",
|
||||
"NewBranchName": "",
|
||||
"NewBranchNameLeaveBlank": "",
|
||||
"ViewWorktreeOptions": "",
|
||||
"CreateWorktreeFrom": "",
|
||||
"CreateWorktreeFromDetached": "",
|
||||
"LcWorktree": "",
|
||||
"ChangingDirectoryTo": "",
|
||||
"Name": "",
|
||||
"Branch": "",
|
||||
"Path": "",
|
||||
"MarkedBaseCommitStatus": "",
|
||||
"MarkAsBaseCommit": "",
|
||||
"MarkAsBaseCommitTooltip": "",
|
||||
"MarkedCommitMarker": "",
|
||||
"PleaseGoToURL": "",
|
||||
"NoCopiedCommits": "",
|
||||
"DisabledMenuItemPrefix": "",
|
||||
"QuickStartInteractiveRebase": "",
|
||||
"QuickStartInteractiveRebaseTooltip": "",
|
||||
"CannotQuickStartInteractiveRebase": "",
|
||||
"ToggleRangeSelect": "範囲選択を切り替え",
|
||||
"RangeSelectUp": "",
|
||||
"RangeSelectDown": "",
|
||||
"RangeSelectNotSupported": "",
|
||||
"NoItemSelected": "",
|
||||
"SelectedItemIsNotABranch": "",
|
||||
"SelectedItemDoesNotHaveFiles": "",
|
||||
"RangeSelectNotSupportedForSubmodules": "",
|
||||
"OldCherryPickKeyWarning": "",
|
||||
"CommandDoesNotSupportOpeningInEditor": "",
|
||||
"Actions": {
|
||||
"CheckoutCommit": "コミットをチェックアウト",
|
||||
"CheckoutTag": "タグをチェックアウト",
|
||||
"CheckoutBranch": "ブランチをチェックアウト",
|
||||
"ForceCheckoutBranch": "ブランチを強制的にチェックアウト",
|
||||
"DeleteLocalBranch": "",
|
||||
"DeleteBranch": "ブランチを削除",
|
||||
"Merge": "マージ",
|
||||
"RebaseBranch": "",
|
||||
"RenameBranch": "ブランチ名を変更",
|
||||
"CreateBranch": "ブランチを作成",
|
||||
"FastForwardBranch": "ブランチをfast forward",
|
||||
"CherryPick": "",
|
||||
"CheckoutFile": "ファイルをチェックアウトs",
|
||||
"DiscardOldFileChange": "",
|
||||
"SquashCommitDown": "",
|
||||
"FixupCommit": "Fixupコミット",
|
||||
"RewordCommit": "コミットメッセージを変更",
|
||||
"DropCommit": "コミットを削除",
|
||||
"EditCommit": "コミットを編集",
|
||||
"AmendCommit": "Amendコミット",
|
||||
"ResetCommitAuthor": "",
|
||||
"SetCommitAuthor": "",
|
||||
"AddCommitCoAuthor": "",
|
||||
"RevertCommit": "コミットをrevert",
|
||||
"CreateFixupCommit": "fixupコミットを作成",
|
||||
"SquashAllAboveFixupCommits": "",
|
||||
"MoveCommitUp": "コミットを上に移動",
|
||||
"MoveCommitDown": "コミットを下に移動",
|
||||
"CopyCommitMessageToClipboard": "コミットメッセージをクリップボードにコピー",
|
||||
"CopyCommitSubjectToClipboard": "",
|
||||
"CopyCommitDiffToClipboard": "コミットの差分をクリップボードにコピー",
|
||||
"CopyCommitHashToClipboard": "コミットhashをクリップボードにコピー",
|
||||
"CopyCommitURLToClipboard": "コミットのURLをクリップボードにコピー",
|
||||
"CopyCommitAuthorToClipboard": "コミットの作成者名をクリップボードにコピー",
|
||||
"CopyCommitAttributeToClipboard": "クリップボードにコピー",
|
||||
"CopyPatchToClipboard": "",
|
||||
"CustomCommand": "カスタムコマンド",
|
||||
"DiscardAllChangesInDirectory": "ディレクトリ内のすべての変更を破棄",
|
||||
"DiscardUnstagedChangesInDirectory": "ディレクトリ内のすべてのステージされていない変更を破棄",
|
||||
@ -820,20 +343,13 @@
|
||||
"UnstageAllFiles": "すべてのファイルをアンステージ",
|
||||
"StageAllFiles": "すべてのファイルをステージ",
|
||||
"IgnoreExcludeFile": "ファイルをignore",
|
||||
"IgnoreFileErr": "",
|
||||
"ExcludeFile": "",
|
||||
"ExcludeGitIgnoreErr": "",
|
||||
"Commit": "コミット",
|
||||
"EditFile": "ファイルを編集",
|
||||
"Push": "Push",
|
||||
"Pull": "Pull",
|
||||
"OpenFile": "ファイルを開く",
|
||||
"OpenFileTooltip": "",
|
||||
"StashAllChanges": "すべての変更をStash",
|
||||
"StashAllChangesKeepIndex": "",
|
||||
"StashStagedChanges": "ステージされた変更をStash",
|
||||
"StashUnstagedChanges": "",
|
||||
"StashIncludeUntrackedChanges": "",
|
||||
"GitFlowFinish": "Git flow finish",
|
||||
"GitFlowStart": "Git Flow start",
|
||||
"CopyToClipboard": "クリップボードにコピー",
|
||||
@ -857,68 +373,33 @@
|
||||
"InitialiseSubmodule": "サブモジュールを初期化",
|
||||
"BulkInitialiseSubmodules": "サブモジュールを一括初期化",
|
||||
"BulkUpdateSubmodules": "サブモジュールを一括更新",
|
||||
"BulkDeinitialiseSubmodules": "",
|
||||
"UpdateSubmodule": "サブモジュールを更新",
|
||||
"CreateLightweightTag": "軽量タグを作成",
|
||||
"CreateAnnotatedTag": "注釈付きタグを作成",
|
||||
"DeleteLocalTag": "",
|
||||
"DeleteRemoteTag": "",
|
||||
"PushTag": "タグをpush",
|
||||
"NukeWorkingTree": "",
|
||||
"DiscardUnstagedFileChanges": "",
|
||||
"RemoveUntrackedFiles": "",
|
||||
"RemoveStagedFiles": "",
|
||||
"SoftReset": "Softリセット",
|
||||
"MixedReset": "Mixedリセット",
|
||||
"HardReset": "Hardリセット",
|
||||
"Undo": "アンドゥ",
|
||||
"Redo": "リドゥ",
|
||||
"CopyPullRequestURL": "Pull requestのURLをコピー",
|
||||
"OpenDiffTool": "",
|
||||
"OpenMergeTool": "マージツールを開く",
|
||||
"OpenCommitInBrowser": "コミットをブラウザで開く",
|
||||
"OpenPullRequest": "Pull requestをブラウザで開く",
|
||||
"StartBisect": "Bisectを開始",
|
||||
"ResetBisect": "Bisectをリセット",
|
||||
"BisectSkip": "Bisectをスキップ",
|
||||
"BisectMark": "Bisectをマーク",
|
||||
"RemoveWorktree": "",
|
||||
"AddWorktree": ""
|
||||
"BisectMark": "Bisectをマーク"
|
||||
},
|
||||
"Bisect": {
|
||||
"MarkStart": "",
|
||||
"MarkSkipCurrent": "",
|
||||
"MarkSkipSelected": "",
|
||||
"ResetTitle": "'git bisect' をリセット",
|
||||
"ResetPrompt": "'git bisect' をリセットします。よろしいですか?",
|
||||
"ResetOption": "Bisectをリセット",
|
||||
"ChooseTerms": "",
|
||||
"OldTermPrompt": "",
|
||||
"NewTermPrompt": "",
|
||||
"BisectMenuTitle": "bisect",
|
||||
"Mark": "",
|
||||
"SkipCurrent": "%s をスキップする",
|
||||
"SkipSelected": "",
|
||||
"CompleteTitle": "Bisect完了",
|
||||
"CompletePrompt": "",
|
||||
"CompletePromptIndeterminate": "",
|
||||
"Bisecting": ""
|
||||
"CompleteTitle": "Bisect完了"
|
||||
},
|
||||
"Log": {
|
||||
"EditRebase": "",
|
||||
"MoveCommitUp": "",
|
||||
"MoveCommitDown": "",
|
||||
"CherryPickCommits": "",
|
||||
"HandleUndo": "",
|
||||
"HandleMidRebaseCommand": "",
|
||||
"RemoveFile": "",
|
||||
"CopyToClipboard": "",
|
||||
"Remove": "",
|
||||
"CreateFileWithContent": "",
|
||||
"AppendingLineToFile": "",
|
||||
"EditRebaseFromBaseCommit": ""
|
||||
},
|
||||
"BreakingChangesTitle": "",
|
||||
"BreakingChangesMessage": "",
|
||||
"BreakingChangesByVersion": null
|
||||
}
|
||||
}
|
||||
|
@ -5,8 +5,6 @@
|
||||
"BranchesTitle": "브랜치",
|
||||
"CommitsTitle": "커밋",
|
||||
"StashTitle": "Stash",
|
||||
"SnakeTitle": "",
|
||||
"EasterEgg": "",
|
||||
"UnstagedChanges": "Staged되지 않은 변경 내용",
|
||||
"StagedChanges": "Staged된 변경 내용",
|
||||
"MainTitle": "메인",
|
||||
@ -19,65 +17,31 @@
|
||||
"CredentialsUsername": "사용자 이름",
|
||||
"CredentialsPassword": "패스워드",
|
||||
"CredentialsPassphrase": "SSH키의 passphrase 입력",
|
||||
"CredentialsPIN": "",
|
||||
"PassUnameWrong": "패스워드, passphrase 또는 사용자 이름이 잘못되었습니다.",
|
||||
"Commit": "커밋 변경내용",
|
||||
"CommitTooltip": "",
|
||||
"AmendLastCommit": "마지맛 커밋 수정",
|
||||
"AmendLastCommitTitle": "마지막 커밋 수정",
|
||||
"SureToAmend": "마지막 커밋을 수정하시겠습니까? 그런 다음 커밋 패널에서 커밋 메시지를 변경할 수 있습니다.",
|
||||
"NoCommitToAmend": "Amend 가능한 커밋이 없습니다.",
|
||||
"CommitChangesWithEditor": "Git 편집기를 사용하여 변경 내용을 커밋합니다.",
|
||||
"FindBaseCommitForFixup": "",
|
||||
"FindBaseCommitForFixupTooltip": "",
|
||||
"NoBaseCommitsFound": "",
|
||||
"MultipleBaseCommitsFoundStaged": "",
|
||||
"MultipleBaseCommitsFoundUnstaged": "",
|
||||
"BaseCommitIsAlreadyOnMainBranch": "",
|
||||
"BaseCommitIsNotInCurrentView": "",
|
||||
"HunksWithOnlyAddedLinesWarning": "",
|
||||
"StatusTitle": "상태",
|
||||
"GlobalTitle": "글로벌 키 바인딩",
|
||||
"Menu": "메뉴",
|
||||
"Execute": "실행",
|
||||
"Stage": "Staged 전환",
|
||||
"StageTooltip": "",
|
||||
"ToggleStagedAll": "모든 변경을 Staged/unstaged으로 전환",
|
||||
"ToggleStagedAllTooltip": "",
|
||||
"ToggleTreeView": "파일 트리뷰로 전환",
|
||||
"ToggleTreeViewTooltip": "",
|
||||
"OpenDiffTool": "",
|
||||
"OpenMergeTool": "Git mergetool를 열기",
|
||||
"OpenMergeToolTooltip": "",
|
||||
"Refresh": "새로고침",
|
||||
"RefreshTooltip": "",
|
||||
"Push": "푸시",
|
||||
"Pull": "업데이트",
|
||||
"PushTooltip": "",
|
||||
"PullTooltip": "",
|
||||
"Scroll": "스크롤",
|
||||
"FileFilter": "파일을 필터하기 (Staged/unstaged)",
|
||||
"CopyToClipboardMenu": "",
|
||||
"CopyFileName": "",
|
||||
"CopyFilePath": "",
|
||||
"CopyFileDiffTooltip": "",
|
||||
"CopySelectedDiff": "",
|
||||
"CopyAllFilesDiff": "",
|
||||
"NoContentToCopyError": "",
|
||||
"FileNameCopiedToast": "",
|
||||
"FilePathCopiedToast": "",
|
||||
"FileDiffCopiedToast": "",
|
||||
"AllFilesDiffCopiedToast": "",
|
||||
"FilterStagedFiles": "Staged된 파일만 표시",
|
||||
"FilterUnstagedFiles": "Stage되지 않은 파일만 표시",
|
||||
"ResetFilter": "필터 리셋",
|
||||
"MergeConflictsTitle": "병합 충돌 내용",
|
||||
"Checkout": "체크아웃",
|
||||
"CheckoutTooltip": "",
|
||||
"CantCheckoutBranchWhilePulling": "",
|
||||
"TagCheckoutTooltip": "",
|
||||
"RemoteBranchCheckoutTooltip": "",
|
||||
"CantPullOrPushSameBranchTwice": "",
|
||||
"NoChangedFiles": "변경된 파일이 없습니다.",
|
||||
"SoftReset": "소프트 리셋",
|
||||
"AlreadyCheckedOutBranch": "브랜치가 이미 체크아웃 되었습니다",
|
||||
@ -86,87 +50,43 @@
|
||||
"BranchName": "브랜치 이름",
|
||||
"NewBranchNameBranchOff": "새 브랜치 이름 (branch is off of '{{.branchName}}')",
|
||||
"CantDeleteCheckOutBranch": "체크아웃하는 브랜치는 삭제할 수 없습니다!",
|
||||
"DeleteBranchTitle": "",
|
||||
"DeleteLocalBranch": "",
|
||||
"DeleteRemoteBranchOption": "",
|
||||
"DeleteRemoteBranchPrompt": "",
|
||||
"ForceDeleteBranchTitle": "",
|
||||
"ForceDeleteBranchMessage": "'{{.selectedBranchName}}'는 완전히 병합되지 않았습니다. 정말 삭제하시겠습니까?",
|
||||
"RebaseBranch": "체크아웃된 브랜치를 이 브랜치에 리베이스",
|
||||
"RebaseBranchTooltip": "",
|
||||
"CantRebaseOntoSelf": "브랜치를 자기 자신에게 리베이스할 수는 없습니다.",
|
||||
"CantMergeBranchIntoItself": "브랜치를 자기 자신에게 병합할 수는 없습니다.",
|
||||
"ForceCheckout": "강제 체크아웃",
|
||||
"ForceCheckoutTooltip": "",
|
||||
"CheckoutByName": "이름으로 체크아웃",
|
||||
"CheckoutByNameTooltip": "",
|
||||
"RemoteBranchCheckoutTitle": "",
|
||||
"CheckoutTypeNewBranch": "",
|
||||
"CheckoutTypeNewBranchTooltip": "",
|
||||
"CheckoutTypeDetachedHead": "",
|
||||
"CheckoutTypeDetachedHeadTooltip": "",
|
||||
"NewBranch": "새 브랜치 생성",
|
||||
"NewBranchFromStashTooltip": "",
|
||||
"NoBranchesThisRepo": "저장소에 브랜치가 존재하지 않습니다.",
|
||||
"CommitWithoutMessageErr": "커밋 메시지를 입력하세요.",
|
||||
"Close": "닫기",
|
||||
"CloseCancel": "닫기/취소",
|
||||
"Confirm": "확인",
|
||||
"Quit": "종료",
|
||||
"SquashTooltip": "",
|
||||
"CannotSquashOrFixupFirstCommit": "There's no commit below to squash into",
|
||||
"Fixup": "Fixup",
|
||||
"FixupTooltip": "",
|
||||
"SureFixupThisCommit": "Are you sure you want to 'fixup' this commit? It will be merged into the commit below",
|
||||
"SureSquashThisCommit": "Are you sure you want to squash this commit into the commit below?",
|
||||
"Squash": "Squash",
|
||||
"PickCommitTooltip": "Pick commit (when mid-rebase)",
|
||||
"Pick": "",
|
||||
"CantPickDisabledReason": "",
|
||||
"Edit": "",
|
||||
"RevertCommit": "커밋 되돌리기",
|
||||
"Revert": "",
|
||||
"RevertCommitTooltip": "",
|
||||
"Reword": "커밋메시지 변경",
|
||||
"CommitRewordTooltip": "",
|
||||
"DropCommit": "커밋 삭제",
|
||||
"DropCommitTooltip": "",
|
||||
"MoveDownCommit": "커밋을 1개 아래로 이동",
|
||||
"MoveUpCommit": "커밋을 1개 위로 이동",
|
||||
"CannotMoveAnyFurther": "",
|
||||
"EditCommit": "",
|
||||
"EditCommitTooltip": "커밋을 편집",
|
||||
"AmendCommitTooltip": "Amend commit with staged changes",
|
||||
"Amend": "",
|
||||
"ResetAuthor": "Reset commit author",
|
||||
"ResetAuthorTooltip": "",
|
||||
"SetAuthor": "",
|
||||
"SetAuthorTooltip": "",
|
||||
"AddCoAuthor": "",
|
||||
"AmendCommitAttribute": "",
|
||||
"AmendCommitAttributeTooltip": "",
|
||||
"SetAuthorPromptTitle": "",
|
||||
"AddCoAuthorPromptTitle": "",
|
||||
"AddCoAuthorTooltip": "",
|
||||
"SureResetCommitAuthor": "The author field of this commit will be updated to match the configured user. This also renews the author timestamp. Continue?",
|
||||
"RewordCommitEditor": "에디터에서 커밋메시지 수정",
|
||||
"NoCommitsThisBranch": "이 브랜치에 커밋이 없습니다.",
|
||||
"UpdateRefHere": "",
|
||||
"Error": "오류",
|
||||
"Undo": "되돌리기",
|
||||
"UndoReflog": "되돌리기 (reflog) (실험적)",
|
||||
"RedoReflog": "다시 실행 (reflog) (실험적)",
|
||||
"UndoTooltip": "",
|
||||
"RedoTooltip": "",
|
||||
"UndoMergeResolveTooltip": "",
|
||||
"DiscardAllTooltip": "",
|
||||
"DiscardUnstagedTooltip": "",
|
||||
"Pop": "Pop",
|
||||
"StashPopTooltip": "",
|
||||
"Drop": "Drop",
|
||||
"StashDropTooltip": "",
|
||||
"Apply": "적용",
|
||||
"StashApplyTooltip": "",
|
||||
"NoStashEntries": "Stash가 존재하지 않습니다.",
|
||||
"StashDrop": "Stash를 삭제",
|
||||
"SureDropStashEntry": "정말로 Stash를 삭제하시겠습니까?",
|
||||
@ -175,7 +95,6 @@
|
||||
"StashApply": "Stash 적용",
|
||||
"SureApplyStashEntry": "정말로 Stash를 적용하시겠습니까?",
|
||||
"NoTrackedStagedFilesStash": "You have no tracked/staged files to stash",
|
||||
"NoFilesToStash": "",
|
||||
"StashChanges": "변경을 Stash",
|
||||
"RenameStash": "Rename stash",
|
||||
"RenameStashPrompt": "Rename stash: {{.stashName}}",
|
||||
@ -184,7 +103,6 @@
|
||||
"ForcePush": "강제 푸시",
|
||||
"ForcePushPrompt": "브랜치가 원격 브랜치에서 분기하고 있습니다. 'esc'를 눌러 취소하거나, 'enter'를 눌러 강제로 푸시하세요.",
|
||||
"ForcePushDisabled": "브랜치가 원격 브랜치에서 분기하고 있습니다. force push가 비활성화 되었습니다.",
|
||||
"UpdatesRejected": "",
|
||||
"UpdatesRejectedAndForcePushDisabled": "업데이트가 거부되었으며 강제 푸시를 비활성화했습니다.",
|
||||
"CheckForUpdate": "업데이트 확인",
|
||||
"CheckingForUpdates": "업데이트 확인 중...",
|
||||
@ -203,18 +121,12 @@
|
||||
"MergeToolTitle": "병합 도구",
|
||||
"MergeToolPrompt": "정말로 `git mergetool`을 여시겠습니까?",
|
||||
"IntroPopupMessage": "\nlazygit!를 이용해주셔서 감사합니다. Seriously you rock. Three things to share with you:\n\n 1) lazygit의 기능에 대해 알아보려면 다음 비디오를 참조하세요.\n https://youtu.be/CPLdltN7wgE\n\n 2) 다음 사이트에서 최신 릴리스 노트를 읽어보세요.:\n https://github.com/jesseduffield/lazygit/releases\n\n 3) 만약 당신이 Git을 사용한다면, 그것은 당신을 프로그래머로 만들 것입니다!\n\t 당신의 도움으로 우리는 lazygit을 더 좋게 만들 수 있습니다, 그러니 기여자가 되는 것을 고려해보세요. 그리고 재미에 참여하세요:\n https://github.com/jesseduffield/lazygit\n 또한 오른쪽 하단의 기부 버튼을 클릭하여 저를 후원하고 작업할 내용을 알려주실 수 있습니다.\n 또는 저장소에 스타를 눌러 사랑을 공유할 수도 있습니다!\n",
|
||||
"DeprecatedEditConfigWarning": "",
|
||||
"GitconfigParseErr": "따옴표로 묶이지 않은 '\\' 문자가 있어서 Gogit이 gitconfig 파일을 분석하지 못했습니다. 이를 제거하면 문제가 해결됩니다.",
|
||||
"EditFile": "파일 편집",
|
||||
"EditFileTooltip": "",
|
||||
"OpenFile": "파일 닫기",
|
||||
"OpenFileTooltip": "",
|
||||
"OpenInEditor": "",
|
||||
"IgnoreFile": ".gitignore에 추가",
|
||||
"ExcludeFile": "",
|
||||
"RefreshFiles": "파일 새로고침",
|
||||
"Merge": "현재 브랜치에 병합",
|
||||
"MergeBranchTooltip": "",
|
||||
"ConfirmQuit": "정말로 종료하시겠습니까?",
|
||||
"SwitchRepo": "최근에 사용한 저장소로 전환",
|
||||
"AllBranchesLogGraph": "모든 브랜치 로그 표시",
|
||||
@ -222,49 +134,31 @@
|
||||
"CopyPullRequestURL": "풀 리퀘스트 URL을 클립보드에 복사",
|
||||
"NoBranchOnRemote": "브랜치가 원격에 없습니다. 원격에 먼저 푸시해야합니다.",
|
||||
"Fetch": "Fetch",
|
||||
"FetchTooltip": "",
|
||||
"NoAutomaticGitFetchTitle": "자동 git 업데이트) 없음",
|
||||
"NoAutomaticGitFetchBody": "Lazygit은 private 저장소에서 \"git fetch\"를 사용할 수 없습니다. 파일 패널에서 'f'를 사용하여 \"git fetch\"를 수동으로 실행하세요.",
|
||||
"FileEnter": "Stage individual hunks/lines for file, or collapse/expand for directory",
|
||||
"FileEnterTooltip": "",
|
||||
"FileStagingRequirements": "추적된 파일에 대해 개별 라인만 stage할 수 있습니다.",
|
||||
"StageSelectionTooltip": "선택한 행을 staged / unstaged",
|
||||
"DiscardSelection": "변경을 삭제 (git reset)",
|
||||
"DiscardSelectionTooltip": "",
|
||||
"ToggleSelectHunk": "Toggle select hunk",
|
||||
"ToggleSelectHunkTooltip": "",
|
||||
"ToggleSelectionForPatch": "Line(s)을 패치에 추가/삭제",
|
||||
"ToggleSelectionForPatchTooltip": "",
|
||||
"EditHunk": "",
|
||||
"EditHunkTooltip": "",
|
||||
"ToggleStagingView": "패널 전환",
|
||||
"ToggleStagingViewTooltip": "",
|
||||
"ReturnToFilesPanel": "파일 목록으로 돌아가기",
|
||||
"FastForward": "Fast-forward this branch from its upstream",
|
||||
"FastForwardTooltip": "",
|
||||
"FastForwarding": "Fast-forwarding",
|
||||
"FoundConflictsTitle": "Auto-merge failed",
|
||||
"ViewConflictsMenuItem": "",
|
||||
"AbortMenuItem": "",
|
||||
"PickHunk": "Pick hunk",
|
||||
"PickAllHunks": "Pick all hunks",
|
||||
"ViewMergeRebaseOptions": "View merge/rebase options",
|
||||
"ViewMergeRebaseOptionsTooltip": "",
|
||||
"ViewMergeOptions": "",
|
||||
"ViewRebaseOptions": "",
|
||||
"NotMergingOrRebasing": "You are currently neither rebasing nor merging",
|
||||
"AlreadyRebasing": "",
|
||||
"RecentRepos": "최근에 사용한 저장소",
|
||||
"MergeOptionsTitle": "Merge options",
|
||||
"RebaseOptionsTitle": "Rebase options",
|
||||
"CommitSummaryTitle": "커밋메시지",
|
||||
"CommitDescriptionTitle": "",
|
||||
"CommitDescriptionSubTitle": "",
|
||||
"LocalBranchesTitle": "브랜치",
|
||||
"SearchTitle": "검색",
|
||||
"TagsTitle": "태그",
|
||||
"MenuTitle": "메뉴",
|
||||
"CommitMenuTitle": "",
|
||||
"RemotesTitle": "원격",
|
||||
"RemoteBranchesTitle": "원격 브랜치",
|
||||
"PatchBuildingTitle": "메인 패널 (Patch Building)",
|
||||
@ -272,35 +166,18 @@
|
||||
"SecondaryTitle": "Secondary",
|
||||
"ReflogCommitsTitle": "Reflog",
|
||||
"ConflictsResolved": "모든 병합 충돌이 해결되었습니다. 계속 할까요?",
|
||||
"Continue": "",
|
||||
"RebasingTitle": "",
|
||||
"RebasingFromBaseCommitTitle": "",
|
||||
"SimpleRebase": "",
|
||||
"InteractiveRebase": "",
|
||||
"RebaseOntoBaseBranch": "",
|
||||
"InteractiveRebaseTooltip": "",
|
||||
"RebaseOntoBaseBranchTooltip": "",
|
||||
"MustSelectTodoCommits": "",
|
||||
"ConfirmMerge": "정말로 '{{.selectedBranch}}' 을(를) '{{.checkedOutBranch}}'에 병합하시겠습니까?",
|
||||
"FwdNoUpstream": "Cannot fast-forward a branch with no upstream",
|
||||
"FwdNoLocalUpstream": "Cannot fast-forward a branch whose remote is not registered locally",
|
||||
"FwdCommitsToPush": "Cannot fast-forward a branch with commits to push",
|
||||
"PullRequestNoUpstream": "",
|
||||
"ErrorOccurred": "오류가 발생했습니다! issue를 작성해 주세요: ",
|
||||
"NoRoom": "Not enough room",
|
||||
"YouAreHere": "현재 위치",
|
||||
"YouDied": "",
|
||||
"RewordNotSupported": "Rewording commits while interactively rebasing is not currently supported",
|
||||
"ChangingThisActionIsNotAllowed": "",
|
||||
"CherryPickCopy": "커밋을 복사 (cherry-pick)",
|
||||
"CherryPickCopyTooltip": "",
|
||||
"CherryPickCopyRange": "",
|
||||
"CherryPickCopyRangeTooltip": "",
|
||||
"PasteCommits": "커밋을 붙여넣기 (cherry-pick)",
|
||||
"SureCherryPick": "정말로 복사한 커밋을 이 브랜치에 체리픽하시겠습니까?",
|
||||
"CherryPick": "체리픽",
|
||||
"CannotCherryPickNonCommit": "",
|
||||
"CannotCherryPickMergeCommit": "",
|
||||
"Donate": "후원",
|
||||
"AskQuestion": "질문하기",
|
||||
"PrevLine": "이전 줄 선택",
|
||||
@ -319,208 +196,113 @@
|
||||
"AmendCommitPrompt": "Are you sure you want to amend this commit with your staged files?",
|
||||
"DropCommitTitle": "커밋 삭제",
|
||||
"DropCommitPrompt": "정말로 선택한 커밋을 삭제하시겠습니까?",
|
||||
"DropUpdateRefPrompt": "",
|
||||
"PullingStatus": "업데이트 중",
|
||||
"PushingStatus": "푸시 중",
|
||||
"FetchingStatus": "패치 중",
|
||||
"SquashingStatus": "Squashing",
|
||||
"FixingStatus": "Fixing up",
|
||||
"DeletingStatus": "Deleting",
|
||||
"DroppingStatus": "",
|
||||
"MovingStatus": "Moving",
|
||||
"RebasingStatus": "Rebasing",
|
||||
"MergingStatus": "",
|
||||
"LowercaseRebasingStatus": "",
|
||||
"LowercaseMergingStatus": "",
|
||||
"AmendingStatus": "Amending",
|
||||
"CherryPickingStatus": "Cherry-picking",
|
||||
"UndoingStatus": "Undoing",
|
||||
"RedoingStatus": "Redoing",
|
||||
"CheckingOutStatus": "Checking out",
|
||||
"CommittingStatus": "Committing",
|
||||
"RevertingStatus": "",
|
||||
"CreatingFixupCommitStatus": "",
|
||||
"CommitFiles": "Commit files",
|
||||
"SubCommitsDynamicTitle": "커밋 (%s)",
|
||||
"CommitFilesDynamicTitle": "Diff files (%s)",
|
||||
"RemoteBranchesDynamicTitle": "원격브랜치 (%s)",
|
||||
"ViewItemFiles": "View selected item's files",
|
||||
"ViewItemFilesTooltip": "",
|
||||
"CommitFilesTitle": "커밋 파일",
|
||||
"CheckoutCommitFileTooltip": "Checkout file",
|
||||
"CanOnlyDiscardFromLocalCommits": "",
|
||||
"Remove": "",
|
||||
"DiscardOldFileChangeTooltip": "Discard this commit's changes to this file",
|
||||
"DiscardFileChangesTitle": "파일 변경 사항 버리기",
|
||||
"DiscardFileChangesPrompt": "Are you sure you want to discard this commit's changes to this file? If this file was created in this commit, it will be deleted",
|
||||
"DisabledForGPG": "Feature not available for users using GPG",
|
||||
"CreateRepo": "Git 저장소가 아닙니다. 저장소를 생성하시겠습니까? (y/n): ",
|
||||
"BareRepo": "",
|
||||
"InitialBranch": "",
|
||||
"NoRecentRepositories": "",
|
||||
"IncorrectNotARepository": "",
|
||||
"AutoStashTitle": "Autostash?",
|
||||
"AutoStashPrompt": "You must stash and pop your changes to bring them across. Do this automatically? (enter/esc)",
|
||||
"StashPrefix": "Auto-stashing changes for ",
|
||||
"Discard": "View 'discard changes' options",
|
||||
"DiscardChangesTitle": "",
|
||||
"DiscardFileChangesTooltip": "",
|
||||
"Cancel": "취소",
|
||||
"DiscardAllChanges": "모든 변경사항 버리기",
|
||||
"DiscardUnstagedChanges": "Discard unstaged changes",
|
||||
"DiscardAllChangesToAllFiles": "Nuke working tree",
|
||||
"DiscardAnyUnstagedChanges": "Discard unstaged changes",
|
||||
"DiscardUntrackedFiles": "Discard untracked files",
|
||||
"DiscardStagedChanges": "",
|
||||
"HardReset": "Hard reset",
|
||||
"BranchDeleteTooltip": "",
|
||||
"TagDeleteTooltip": "",
|
||||
"Delete": "",
|
||||
"Reset": "",
|
||||
"ResetTooltip": "",
|
||||
"ViewResetOptions": "View reset options",
|
||||
"FileResetOptionsTooltip": "",
|
||||
"CreateFixupCommit": "Create fixup commit",
|
||||
"CreateFixupCommitTooltip": "Create fixup commit for this commit",
|
||||
"CreateAmendCommit": "",
|
||||
"FixupMenu_Fixup": "",
|
||||
"FixupMenu_FixupTooltip": "",
|
||||
"FixupMenu_AmendWithChanges": "",
|
||||
"FixupMenu_AmendWithChangesTooltip": "",
|
||||
"FixupMenu_AmendWithoutChanges": "",
|
||||
"FixupMenu_AmendWithoutChangesTooltip": "",
|
||||
"SquashAboveCommitsTooltip": "Squash all 'fixup!' commits above selected commit (autosquash)",
|
||||
"SquashCommitsAboveSelectedTooltip": "",
|
||||
"SquashCommitsInCurrentBranchTooltip": "",
|
||||
"SquashAboveCommits": "",
|
||||
"SquashCommitsInCurrentBranch": "",
|
||||
"SquashCommitsAboveSelectedCommit": "",
|
||||
"CannotSquashCommitsInCurrentBranch": "",
|
||||
"ExecuteCustomCommand": "Execute custom command",
|
||||
"ExecuteCustomCommandTooltip": "",
|
||||
"CustomCommand": "Custom command:",
|
||||
"CommitChangesWithoutHook": "Commit changes without pre-commit hook",
|
||||
"SkipHookPrefixNotConfigured": "You have not configured a commit message prefix for skipping hooks. Set `git.skipHookPrefix = 'WIP'` in your config",
|
||||
"ResetTo": "Reset to",
|
||||
"ResetSoftTooltip": "",
|
||||
"ResetMixedTooltip": "",
|
||||
"ResetHardTooltip": "",
|
||||
"PressEnterToReturn": "엔터를 눌러 lazygit으로 돌아갑니다.",
|
||||
"ViewStashOptions": "Stash 옵션 보기",
|
||||
"ViewStashOptionsTooltip": "",
|
||||
"Stash": "",
|
||||
"StashTooltip": "",
|
||||
"StashAllChanges": "변경사항을 Stash",
|
||||
"StashStagedChanges": "Stash staged changes",
|
||||
"StashAllChangesKeepIndex": "",
|
||||
"StashUnstagedChanges": "",
|
||||
"StashIncludeUntrackedChanges": "",
|
||||
"StashOptions": "Stash 옵션",
|
||||
"NotARepository": "Error: must be run inside a git repository",
|
||||
"WorkingDirectoryDoesNotExist": "",
|
||||
"Jump": "패널로 이동",
|
||||
"ScrollLeftRight": "좌우로 스크롤",
|
||||
"ScrollLeft": "우 스크롤",
|
||||
"ScrollRight": "좌 스크롤",
|
||||
"DiscardPatch": "Patch 버리기",
|
||||
"DiscardPatchConfirm": "You can only build a patch from one commit/stash-entry at a time. Discard current patch?",
|
||||
"DiscardPatchSameCommitConfirm": "",
|
||||
"CantPatchWhileRebasingError": "You cannot build a patch or run patch commands while in a merging or rebasing state",
|
||||
"ToggleAddToPatch": "Toggle file included in patch",
|
||||
"ToggleAddToPatchTooltip": "",
|
||||
"ToggleAllInPatch": "Toggle all files included in patch",
|
||||
"ToggleAllInPatchTooltip": "",
|
||||
"UpdatingPatch": "Updating patch",
|
||||
"ViewPatchOptions": "커스텀 Patch 옵션 보기",
|
||||
"PatchOptionsTitle": "Patch 옵션",
|
||||
"NoPatchError": "No patch created yet. To start building a patch, use 'space' on a commit file or enter to add specific lines",
|
||||
"EmptyPatchError": "",
|
||||
"EnterCommitFile": "Enter file to add selected lines to the patch (or toggle directory collapsed)",
|
||||
"EnterCommitFileTooltip": "",
|
||||
"ExitCustomPatchBuilder": "",
|
||||
"EnterUpstream": "'\u003cremote\u003e \u003cbranchname\u003e'와 같은 형식으로 입력하세요.",
|
||||
"InvalidUpstream": "Upstream의 형식이 잘못되었습니다.'\u003cremote\u003e \u003cbranchname\u003e' 와 같은 형식으로 입력하세요.",
|
||||
"ReturnToRemotesList": "원격목록으로 돌아가기",
|
||||
"NewRemote": "새로운 Remote 추가",
|
||||
"NewRemoteName": "새로운 Remote 이름:",
|
||||
"NewRemoteUrl": "새로운 Remote URL:",
|
||||
"ViewBranches": "",
|
||||
"EditRemoteName": "{{.remoteName}} 의 새로운 Remote 이름 입력:",
|
||||
"EditRemoteUrl": "{{.remoteName}} 의 새로운 Remote URL 입력:",
|
||||
"RemoveRemote": "Remote를 삭제",
|
||||
"RemoveRemoteTooltip": "",
|
||||
"RemoveRemotePrompt": "정말로 Remote를 삭제하시겠습니까?",
|
||||
"DeleteRemoteBranch": "원격 브랜치를 삭제",
|
||||
"DeleteRemoteBranchMessage": "정말로 원격 브랜치를 삭제하시겠습니까?",
|
||||
"DeleteRemoteBranchTooltip": "",
|
||||
"SetAsUpstream": "",
|
||||
"SetAsUpstreamTooltip": "",
|
||||
"SetUpstream": "Set as upstream of checked-out branch",
|
||||
"UnsetUpstream": "",
|
||||
"ViewDivergenceFromUpstream": "",
|
||||
"ViewDivergenceFromBaseBranch": "",
|
||||
"CouldNotDetermineBaseBranch": "",
|
||||
"DivergenceSectionHeaderLocal": "",
|
||||
"DivergenceSectionHeaderRemote": "",
|
||||
"ViewUpstreamResetOptions": "",
|
||||
"ViewUpstreamResetOptionsTooltip": "",
|
||||
"ViewUpstreamRebaseOptions": "",
|
||||
"ViewUpstreamRebaseOptionsTooltip": "",
|
||||
"UpstreamGenericName": "",
|
||||
"SetUpstreamTitle": "Set upstream branch",
|
||||
"SetUpstreamMessage": "Are you sure you want to set the upstream branch of '{{.checkedOut}}' to '{{.selected}}'",
|
||||
"EditRemoteTooltip": "Remote를 수정",
|
||||
"TagCommit": "Tag commit",
|
||||
"TagCommitTooltip": "",
|
||||
"TagMenuTitle": "태그 작성",
|
||||
"TagNameTitle": "태그 이름",
|
||||
"TagMessageTitle": "태그 메시지",
|
||||
"LightweightTag": "Lightweight tag",
|
||||
"AnnotatedTag": "Annotated tag",
|
||||
"DeleteTagTitle": "",
|
||||
"DeleteLocalTag": "",
|
||||
"DeleteRemoteTag": "",
|
||||
"SelectRemoteTagUpstream": "",
|
||||
"DeleteRemoteTagPrompt": "",
|
||||
"RemoteTagDeletedMessage": "",
|
||||
"PushTagTitle": "원격에 태그 '{{.tagName}}' 를 푸시",
|
||||
"PushTag": "태그를 push",
|
||||
"PushTagTooltip": "",
|
||||
"NewTag": "태그를 생성",
|
||||
"NewTagTooltip": "",
|
||||
"CreatingTag": "",
|
||||
"ForceTag": "",
|
||||
"ForceTagPrompt": "",
|
||||
"FetchRemoteTooltip": "원격을 업데이트",
|
||||
"FetchingRemoteStatus": "원격을 업데이트 중",
|
||||
"CheckoutCommit": "커밋을 체크아웃",
|
||||
"CheckoutCommitTooltip": "",
|
||||
"SureCheckoutThisCommit": "정말로 선택한 커밋을 체크아웃 하시겠습니까?",
|
||||
"GitFlowOptions": "Git-flow 옵션 보기",
|
||||
"NotAGitFlowBranch": "This does not seem to be a git flow branch",
|
||||
"NewBranchNamePrompt": "새로운 브랜치 이름 입력",
|
||||
"IgnoreTracked": "Ignore tracked file",
|
||||
"ExcludeTracked": "",
|
||||
"IgnoreTrackedPrompt": "Are you sure you want to ignore a tracked file?",
|
||||
"ExcludeTrackedPrompt": "",
|
||||
"ViewResetToUpstreamOptions": "View upstream reset options",
|
||||
"NextScreenMode": "다음 스크린 모드 (normal/half/fullscreen)",
|
||||
"PrevScreenMode": "이전 스크린 모드",
|
||||
"StartSearch": "검색 시작",
|
||||
"StartFilter": "",
|
||||
"Panel": "패널",
|
||||
"Keybindings": "키 바인딩",
|
||||
"KeybindingsLegend": "",
|
||||
"KeybindingsMenuSectionLocal": "",
|
||||
"KeybindingsMenuSectionGlobal": "",
|
||||
"KeybindingsMenuSectionNavigation": "",
|
||||
"RenameBranch": "브랜치 이름 변경",
|
||||
"Upstream": "",
|
||||
"UpstreamTooltip": "",
|
||||
"BranchUpstreamOptionsTitle": "",
|
||||
"ViewBranchUpstreamOptions": "",
|
||||
"ViewBranchUpstreamOptionsTooltip": "",
|
||||
"UpstreamNotSetError": "",
|
||||
"NewGitFlowBranchPrompt": "New {{.branchType}} name:",
|
||||
"RenameBranchWarning": "This branch is tracking a remote. This action will only rename the local branch name, not the name of the remote branch. Continue?",
|
||||
"OpenKeybindingsMenu": "매뉴 열기",
|
||||
@ -539,16 +321,11 @@
|
||||
"FilteringBy": "Filtering by",
|
||||
"ResetInParentheses": "(reset)",
|
||||
"OpenFilteringMenu": "View filter-by-path options",
|
||||
"OpenFilteringMenuTooltip": "",
|
||||
"FilterBy": "Filter by",
|
||||
"ExitFilterMode": "Stop filtering by path",
|
||||
"ExitFilterModeAuthor": "",
|
||||
"FilterPathOption": "Enter path to filter by",
|
||||
"FilterAuthorOption": "",
|
||||
"EnterFileName": "Enter path:",
|
||||
"EnterAuthor": "",
|
||||
"FilteringMenuTitle": "Filtering",
|
||||
"WillCancelExistingFilterTooltip": "",
|
||||
"MustExitFilterModeTitle": "Command not available",
|
||||
"MustExitFilterModePrompt": "Command not available in filtered mode. Exit filtered mode?",
|
||||
"Diff": "Diff",
|
||||
@ -558,9 +335,7 @@
|
||||
"DiffingMenuTitle": "Diff",
|
||||
"SwapDiff": "Reverse diff direction",
|
||||
"ViewDiffingOptions": "Diff 메뉴 열기",
|
||||
"ViewDiffingOptionsTooltip": "",
|
||||
"OpenCommandLogMenu": "명령어 로그 메뉴 열기",
|
||||
"OpenCommandLogMenuTooltip": "",
|
||||
"ShowingGitDiff": "Showing output for:",
|
||||
"CommitDiff": "커밋의 iff",
|
||||
"CopyCommitHashToClipboard": "커밋 해시를 클립보드에 복사",
|
||||
@ -568,10 +343,8 @@
|
||||
"CommitURL": "커밋 URL",
|
||||
"CopyCommitMessageToClipboard": "커밋 메시지를 클립보드에 복사",
|
||||
"CommitMessage": "커밋 메시지",
|
||||
"CommitSubject": "",
|
||||
"CommitAuthor": "커밋 작성자",
|
||||
"CopyCommitAttributeToClipboard": "커밋 attribute 복사",
|
||||
"CopyCommitAttributeToClipboardTooltip": "",
|
||||
"CopyBranchNameToClipboard": "브랜치명을 클립보드에 복사",
|
||||
"CopyPathToClipboard": "파일명을 클립보드에 복사",
|
||||
"CommitPrefixPatternError": "Error in commitPrefix pattern",
|
||||
@ -580,7 +353,6 @@
|
||||
"NoFilesStagedPrompt": "파일이 Staged 되지 않았습니다. 모든 파일을 커밋하시겠습니까?",
|
||||
"BranchNotFoundTitle": "브랜치를 찾을 수 없습니다.",
|
||||
"BranchNotFoundPrompt": "브랜치를 찾을 수 없습니다. 새로운 브랜치를 생성합니다.",
|
||||
"BranchUnknown": "",
|
||||
"DiscardChangeTitle": "선택한 라인을 unstaged",
|
||||
"DiscardChangePrompt": "정말로 선택한 라인을 삭제 (git reset) 하시겠습니까? 이 조작은 취소할 수 없습니다.\n이 경고를 비활성화 하려면 설정 파일의 'gui.skipDiscardChangeWarning' 를 true로 설정하세요.",
|
||||
"CreateNewBranchFromCommit": "커밋에서 새 브랜치를 만듭니다.",
|
||||
@ -591,10 +363,8 @@
|
||||
"SubmoduleStashAndReset": "Stash uncommitted submodule changes and update",
|
||||
"AndResetSubmodules": "And reset submodules",
|
||||
"EnterSubmoduleTooltip": "서브모듈 열기",
|
||||
"Enter": "",
|
||||
"CopySubmoduleNameToClipboard": "서브모듈 이름을 클립보드에 복사",
|
||||
"RemoveSubmodule": "서브모듈 삭제",
|
||||
"RemoveSubmoduleTooltip": "",
|
||||
"RemoveSubmodulePrompt": "정말로 서브모듈 '%s'및 해당 디렉토리를 제거하시겠습니까? 이것은 되돌릴 수 없습니다.",
|
||||
"ResettingSubmoduleStatus": "서브모듈를 리셋",
|
||||
"NewSubmoduleName": "새로운 서브모듈이름 :",
|
||||
@ -607,8 +377,6 @@
|
||||
"EditSubmoduleUrl": "서브모듈의 URL을 수정",
|
||||
"InitializingSubmoduleStatus": "서브모듈 초기화",
|
||||
"InitSubmoduleTooltip": "서브모듈 초기화",
|
||||
"Update": "",
|
||||
"Initialize": "",
|
||||
"SubmoduleUpdateTooltip": "서브모듈 업데이트",
|
||||
"UpdatingSubmoduleStatus": "서브모듈 업데이트",
|
||||
"BulkInitSubmodules": "서브모듈 일괄 초기화",
|
||||
@ -622,21 +390,17 @@
|
||||
"NavigationTitle": "List panel navigation",
|
||||
"SuggestionsCheatsheetTitle": "추천",
|
||||
"SuggestionsTitle": "추천 (press %s to focus)",
|
||||
"SuggestionsSubtitle": "",
|
||||
"ExtrasTitle": "명령어 로그",
|
||||
"PushingTagStatus": "Pushing tag",
|
||||
"PullRequestURLCopiedToClipboard": "풀 리퀘스트의 URL을 클립보드에 복사했습니다.",
|
||||
"CommitDiffCopiedToClipboard": "커밋의 Diff를 클립보드에 복사했습니다.",
|
||||
"CommitURLCopiedToClipboard": "커밋의 URL를 클립보드에 복사했습니다.",
|
||||
"CommitMessageCopiedToClipboard": "커밋 메시지를 클립보드에 복사했습니다.",
|
||||
"CommitSubjectCopiedToClipboard": "",
|
||||
"CommitAuthorCopiedToClipboard": "커밋 작성자를 클립보드에 복사했습니다.",
|
||||
"PatchCopiedToClipboard": "",
|
||||
"CopiedToClipboard": "클립보드에 복사했습니다.",
|
||||
"ErrCannotEditDirectory": "디렉토리는 편집할 수 없습니다.",
|
||||
"ErrStageDirWithInlineMergeConflicts": "병합 충돌이 발생한 파일을 포함하는 디렉토리는 Staged/untaged할 수 없습니다. 병합 충돌을 먼저 해결하세요.",
|
||||
"ErrRepositoryMovedOrDeleted": "저장소를 찾을 수 없습니다. 이미 삭제되었거나 이동되었을 가능성이 있습니다. ¯\\_(ツ)_/¯",
|
||||
"ErrWorktreeMovedOrRemoved": "",
|
||||
"CommandLog": "명령어 로그",
|
||||
"ToggleShowCommandLog": "명령어 로그 표시 여부 전환",
|
||||
"FocusCommandLog": "명령어 로그에 포커스",
|
||||
@ -644,14 +408,8 @@
|
||||
"RandomTip": "랜덤 Tip",
|
||||
"SelectParentCommitForMerge": "병합을 위한 상위 커밋 선택",
|
||||
"ToggleWhitespaceInDiffView": "공백문자를 Diff 뷰에서 표시 여부 전환",
|
||||
"ToggleWhitespaceInDiffViewTooltip": "",
|
||||
"IgnoreWhitespaceDiffViewSubTitle": "",
|
||||
"IgnoreWhitespaceNotSupportedHere": "",
|
||||
"IncreaseContextInDiffView": "Diff 보기의 변경 사항 주위에 표시되는 컨텍스트의 크기를 늘리기",
|
||||
"IncreaseContextInDiffViewTooltip": "",
|
||||
"DecreaseContextInDiffView": "Diff 보기의 변경 사항 주위에 표시되는 컨텍스트 크기 줄이기",
|
||||
"DecreaseContextInDiffViewTooltip": "",
|
||||
"DiffContextSizeChanged": "",
|
||||
"CreatePullRequestOptions": "풀 리퀘스트 생성 옵션",
|
||||
"DefaultBranch": "기본 브랜치",
|
||||
"SelectBranch": "브랜치를 선택",
|
||||
@ -666,15 +424,9 @@
|
||||
"AbortTitle": "%s 중지",
|
||||
"AbortPrompt": "정말로 실행중인 %s 를 중지할까요?",
|
||||
"OpenLogMenu": "로그 메뉴 열기",
|
||||
"OpenLogMenuTooltip": "",
|
||||
"LogMenuTitle": "커밋 로그 옵션",
|
||||
"ToggleShowGitGraphAll": "Toggle show whole git graph (pass the `--all` flag to `git log`)",
|
||||
"ShowGitGraph": "커밋 그래프 표시",
|
||||
"SortOrder": "",
|
||||
"SortAlphabetical": "",
|
||||
"SortByDate": "",
|
||||
"SortByRecency": "",
|
||||
"SortBasedOnReflog": "",
|
||||
"SortCommits": "커밋 정렬",
|
||||
"CantChangeContextSizeError": "Cannot change context while in patch building mode because we were too lazy to support it when releasing the feature. If you really want it, please let us know!",
|
||||
"OpenCommitInBrowser": "브라우저에서 커밋 열기",
|
||||
@ -685,100 +437,12 @@
|
||||
"CheckoutPrompt": "Are you sure you want to checkout '%s'?",
|
||||
"HardResetAutostashPrompt": "Are you sure you want to hard reset to '%s'? An auto-stash will be performed if necessary.",
|
||||
"UpstreamGone": "(upstream gone)",
|
||||
"NukeDescription": "",
|
||||
"DiscardStagedChangesDescription": "",
|
||||
"EmptyOutput": "",
|
||||
"Patch": "",
|
||||
"CustomPatch": "",
|
||||
"CommitsCopied": "",
|
||||
"CommitCopied": "",
|
||||
"ResetPatch": "",
|
||||
"ResetPatchTooltip": "",
|
||||
"ApplyPatch": "",
|
||||
"ApplyPatchTooltip": "",
|
||||
"ApplyPatchInReverse": "",
|
||||
"ApplyPatchInReverseTooltip": "",
|
||||
"RemovePatchFromOriginalCommit": "",
|
||||
"RemovePatchFromOriginalCommitTooltip": "",
|
||||
"MovePatchOutIntoIndex": "",
|
||||
"MovePatchOutIntoIndexTooltip": "",
|
||||
"MovePatchIntoNewCommit": "",
|
||||
"MovePatchIntoNewCommitTooltip": "",
|
||||
"MovePatchToSelectedCommit": "",
|
||||
"MovePatchToSelectedCommitTooltip": "",
|
||||
"CopyPatchToClipboard": "",
|
||||
"NoMatchesFor": "",
|
||||
"MatchesFor": "",
|
||||
"SearchKeybindings": "",
|
||||
"SearchPrefix": "",
|
||||
"FilterPrefix": "",
|
||||
"ExitSearchMode": "",
|
||||
"ExitTextFilterMode": "",
|
||||
"Switch": "",
|
||||
"SwitchToWorktree": "",
|
||||
"SwitchToWorktreeTooltip": "",
|
||||
"AlreadyCheckedOutByWorktree": "",
|
||||
"BranchCheckedOutByWorktree": "",
|
||||
"DetachWorktreeTooltip": "",
|
||||
"Switching": "",
|
||||
"RemoveWorktree": "",
|
||||
"RemoveWorktreeTitle": "",
|
||||
"DetachWorktree": "",
|
||||
"DetachingWorktree": "",
|
||||
"WorktreesTitle": "",
|
||||
"WorktreeTitle": "",
|
||||
"RemoveWorktreePrompt": "",
|
||||
"ForceRemoveWorktreePrompt": "",
|
||||
"RemovingWorktree": "",
|
||||
"AddingWorktree": "",
|
||||
"CantDeleteCurrentWorktree": "",
|
||||
"AlreadyInWorktree": "",
|
||||
"CantDeleteMainWorktree": "",
|
||||
"NoWorktreesThisRepo": "",
|
||||
"MissingWorktree": "",
|
||||
"MainWorktree": "",
|
||||
"NewWorktree": "",
|
||||
"NewWorktreePath": "",
|
||||
"NewWorktreeBase": "",
|
||||
"RemoveWorktreeTooltip": "",
|
||||
"BranchNameCannotBeBlank": "",
|
||||
"NewBranchName": "",
|
||||
"NewBranchNameLeaveBlank": "",
|
||||
"ViewWorktreeOptions": "",
|
||||
"CreateWorktreeFrom": "",
|
||||
"CreateWorktreeFromDetached": "",
|
||||
"LcWorktree": "",
|
||||
"ChangingDirectoryTo": "",
|
||||
"Name": "",
|
||||
"Branch": "",
|
||||
"Path": "",
|
||||
"MarkedBaseCommitStatus": "",
|
||||
"MarkAsBaseCommit": "",
|
||||
"MarkAsBaseCommitTooltip": "",
|
||||
"MarkedCommitMarker": "",
|
||||
"PleaseGoToURL": "",
|
||||
"NoCopiedCommits": "",
|
||||
"DisabledMenuItemPrefix": "",
|
||||
"QuickStartInteractiveRebase": "",
|
||||
"QuickStartInteractiveRebaseTooltip": "",
|
||||
"CannotQuickStartInteractiveRebase": "",
|
||||
"ToggleRangeSelect": "드래그 선택 전환",
|
||||
"RangeSelectUp": "",
|
||||
"RangeSelectDown": "",
|
||||
"RangeSelectNotSupported": "",
|
||||
"NoItemSelected": "",
|
||||
"SelectedItemIsNotABranch": "",
|
||||
"SelectedItemDoesNotHaveFiles": "",
|
||||
"RangeSelectNotSupportedForSubmodules": "",
|
||||
"OldCherryPickKeyWarning": "",
|
||||
"CommandDoesNotSupportOpeningInEditor": "",
|
||||
"Actions": {
|
||||
"CheckoutCommit": "커밋 체크아웃",
|
||||
"CheckoutTag": "태그 체크아웃",
|
||||
"CheckoutBranch": "브랜치 체크아웃",
|
||||
"ForceCheckoutBranch": "브랜치 Force 체크아웃",
|
||||
"DeleteLocalBranch": "",
|
||||
"DeleteBranch": "",
|
||||
"Merge": "병합",
|
||||
"RebaseBranch": "브랜치 리베이스",
|
||||
"RenameBranch": "브랜치 이름 변경",
|
||||
@ -794,21 +458,17 @@
|
||||
"EditCommit": "커밋 수정",
|
||||
"AmendCommit": "커밋 Amend",
|
||||
"ResetCommitAuthor": "커밋 작성자 Reset",
|
||||
"SetCommitAuthor": "",
|
||||
"AddCommitCoAuthor": "",
|
||||
"RevertCommit": "커밋 Revert",
|
||||
"CreateFixupCommit": "Fixup 커밋 생성",
|
||||
"SquashAllAboveFixupCommits": "Squash all above fixup commits",
|
||||
"MoveCommitUp": "Move commit up",
|
||||
"MoveCommitDown": "Move commit down",
|
||||
"CopyCommitMessageToClipboard": "커밋 메시지를 클립보드에 복사",
|
||||
"CopyCommitSubjectToClipboard": "",
|
||||
"CopyCommitDiffToClipboard": "커밋 diff를 클립보드에 복사",
|
||||
"CopyCommitHashToClipboard": "커밋 해시를 클립보드에 복사",
|
||||
"CopyCommitURLToClipboard": "커밋 URL를 클립보드에 복사",
|
||||
"CopyCommitAuthorToClipboard": "커밋 작성자를 클립보드에 복사",
|
||||
"CopyCommitAttributeToClipboard": "클립보드에 복사",
|
||||
"CopyPatchToClipboard": "",
|
||||
"CustomCommand": "Custom command",
|
||||
"DiscardAllChangesInDirectory": "Discard all changes in directory",
|
||||
"DiscardUnstagedChangesInDirectory": "Discard unstaged changes in directory",
|
||||
@ -820,20 +480,15 @@
|
||||
"UnstageAllFiles": "Unstage all files",
|
||||
"StageAllFiles": "Stage all files",
|
||||
"IgnoreExcludeFile": "Ignore file",
|
||||
"IgnoreFileErr": "",
|
||||
"ExcludeFile": "",
|
||||
"ExcludeGitIgnoreErr": "",
|
||||
"Commit": "커밋",
|
||||
"EditFile": "파일 수정",
|
||||
"Push": "푸시",
|
||||
"Pull": "업데이트(Pull)",
|
||||
"OpenFile": "파일 열기",
|
||||
"OpenFileTooltip": "",
|
||||
"StashAllChanges": "Stash all changes",
|
||||
"StashAllChangesKeepIndex": "Stash all changes and keep index",
|
||||
"StashStagedChanges": "Stash staged changes",
|
||||
"StashUnstagedChanges": "Stash unstaged changes",
|
||||
"StashIncludeUntrackedChanges": "",
|
||||
"GitFlowFinish": "git flow finish",
|
||||
"GitFlowStart": "git flow start",
|
||||
"CopyToClipboard": "Copy to clipboard",
|
||||
@ -861,8 +516,6 @@
|
||||
"UpdateSubmodule": "서브모듈 업데이트",
|
||||
"CreateLightweightTag": "Create lightweight tag",
|
||||
"CreateAnnotatedTag": "Create annotated tag",
|
||||
"DeleteLocalTag": "",
|
||||
"DeleteRemoteTag": "",
|
||||
"PushTag": "태그 푸시g",
|
||||
"NukeWorkingTree": "Nuke working tree",
|
||||
"DiscardUnstagedFileChanges": "Unstaged 파일 변경사항 버리기",
|
||||
@ -874,51 +527,24 @@
|
||||
"Undo": "되돌리기",
|
||||
"Redo": "다시 실행",
|
||||
"CopyPullRequestURL": "풀 리퀘스트 URL 복사",
|
||||
"OpenDiffTool": "",
|
||||
"OpenMergeTool": "병합 도구 열기",
|
||||
"OpenCommitInBrowser": "브라우저에서 커밋 열기",
|
||||
"OpenPullRequest": "브라우저에서 풀 리퀘스트 열기",
|
||||
"StartBisect": "Start bisect",
|
||||
"ResetBisect": "Reset bisect",
|
||||
"BisectSkip": "Bisect skip",
|
||||
"BisectMark": "Bisect mark",
|
||||
"RemoveWorktree": "",
|
||||
"AddWorktree": ""
|
||||
"BisectMark": "Bisect mark"
|
||||
},
|
||||
"Bisect": {
|
||||
"MarkStart": "Mark %s as %s (start bisect)",
|
||||
"MarkSkipCurrent": "",
|
||||
"MarkSkipSelected": "",
|
||||
"ResetTitle": "'git bisect' 를 리셋",
|
||||
"ResetPrompt": "정말로 'git bisect' 를 리셋하시겠습니까?",
|
||||
"ResetOption": "Bisect를 리셋",
|
||||
"ChooseTerms": "",
|
||||
"OldTermPrompt": "",
|
||||
"NewTermPrompt": "",
|
||||
"BisectMenuTitle": "Bisect",
|
||||
"Mark": "Mark %s as %s",
|
||||
"SkipCurrent": "%s 를 스킵",
|
||||
"SkipSelected": "",
|
||||
"CompleteTitle": "Bisect 완료",
|
||||
"CompletePrompt": "Bisect complete! The following commit introduced the change:\n\n%s\n\nDo you want to reset 'git bisect' now?",
|
||||
"CompletePromptIndeterminate": "Bisect complete! Some commits were skipped, so any of the following commits may have introduced the change:\n\n%s\n\nDo you want to reset 'git bisect' now?",
|
||||
"Bisecting": ""
|
||||
},
|
||||
"Log": {
|
||||
"EditRebase": "",
|
||||
"MoveCommitUp": "",
|
||||
"MoveCommitDown": "",
|
||||
"CherryPickCommits": "",
|
||||
"HandleUndo": "",
|
||||
"HandleMidRebaseCommand": "",
|
||||
"RemoveFile": "",
|
||||
"CopyToClipboard": "",
|
||||
"Remove": "",
|
||||
"CreateFileWithContent": "",
|
||||
"AppendingLineToFile": "",
|
||||
"EditRebaseFromBaseCommit": ""
|
||||
},
|
||||
"BreakingChangesTitle": "",
|
||||
"BreakingChangesMessage": "",
|
||||
"BreakingChangesByVersion": null
|
||||
"CompletePromptIndeterminate": "Bisect complete! Some commits were skipped, so any of the following commits may have introduced the change:\n\n%s\n\nDo you want to reset 'git bisect' now?"
|
||||
}
|
||||
}
|
||||
|
@ -5,79 +5,39 @@
|
||||
"BranchesTitle": "Branches",
|
||||
"CommitsTitle": "Commits",
|
||||
"StashTitle": "Stash",
|
||||
"SnakeTitle": "",
|
||||
"EasterEgg": "",
|
||||
"UnstagedChanges": "Unstaged wijzigingen",
|
||||
"StagedChanges": "Staged wijzigingen",
|
||||
"MainTitle": "Hoofd",
|
||||
"StagingTitle": "Staging",
|
||||
"MergingTitle": "Mergen",
|
||||
"MergeConfirmTitle": "",
|
||||
"NormalTitle": "Normaal",
|
||||
"LogTitle": "",
|
||||
"CommitSummary": "Commitbericht",
|
||||
"CredentialsUsername": "Gebruikersnaam",
|
||||
"CredentialsPassword": "Wachtwoord",
|
||||
"CredentialsPassphrase": "Voer een wachtwoordzin in voor de SSH-sleutel",
|
||||
"CredentialsPIN": "",
|
||||
"PassUnameWrong": "Wachtwoord en/of gebruikersnaam verkeerd",
|
||||
"Commit": "Commit veranderingen",
|
||||
"CommitTooltip": "",
|
||||
"AmendLastCommit": "Wijzig laatste commit",
|
||||
"AmendLastCommitTitle": "Wijzig laatste commit",
|
||||
"SureToAmend": "Weet je zeker dat je de laatste commit wilt wijzigen? U kunt het commit-bericht wijzigen vanuit het commits-paneel.",
|
||||
"NoCommitToAmend": "Er is geen commits om te wijzigen.",
|
||||
"CommitChangesWithEditor": "Commit veranderingen met de git editor",
|
||||
"FindBaseCommitForFixup": "",
|
||||
"FindBaseCommitForFixupTooltip": "",
|
||||
"NoBaseCommitsFound": "",
|
||||
"MultipleBaseCommitsFoundStaged": "",
|
||||
"MultipleBaseCommitsFoundUnstaged": "",
|
||||
"BaseCommitIsAlreadyOnMainBranch": "",
|
||||
"BaseCommitIsNotInCurrentView": "",
|
||||
"HunksWithOnlyAddedLinesWarning": "",
|
||||
"StatusTitle": "Status",
|
||||
"GlobalTitle": "Globale sneltoetsen",
|
||||
"Menu": "Menu",
|
||||
"Execute": "Uitvoeren",
|
||||
"Stage": "Toggle staged",
|
||||
"StageTooltip": "",
|
||||
"ToggleStagedAll": "Toggle staged alle",
|
||||
"ToggleStagedAllTooltip": "",
|
||||
"ToggleTreeView": "Toggle bestandsboom weergave",
|
||||
"ToggleTreeViewTooltip": "",
|
||||
"OpenDiffTool": "",
|
||||
"OpenMergeTool": "",
|
||||
"OpenMergeToolTooltip": "",
|
||||
"Refresh": "Verversen",
|
||||
"RefreshTooltip": "",
|
||||
"Push": "Push",
|
||||
"Pull": "Pull",
|
||||
"PushTooltip": "",
|
||||
"PullTooltip": "",
|
||||
"Scroll": "Scroll",
|
||||
"FileFilter": "",
|
||||
"CopyToClipboardMenu": "",
|
||||
"CopyFileName": "",
|
||||
"CopyFilePath": "",
|
||||
"CopyFileDiffTooltip": "",
|
||||
"CopySelectedDiff": "",
|
||||
"CopyAllFilesDiff": "",
|
||||
"NoContentToCopyError": "",
|
||||
"FileNameCopiedToast": "",
|
||||
"FilePathCopiedToast": "",
|
||||
"FileDiffCopiedToast": "",
|
||||
"AllFilesDiffCopiedToast": "",
|
||||
"FilterStagedFiles": "Show only staged files",
|
||||
"FilterUnstagedFiles": "Show only unstaged files",
|
||||
"ResetFilter": "Reset commit file state filter",
|
||||
"MergeConflictsTitle": "Merge conflicten",
|
||||
"Checkout": "Uitchecken",
|
||||
"CheckoutTooltip": "",
|
||||
"CantCheckoutBranchWhilePulling": "",
|
||||
"TagCheckoutTooltip": "",
|
||||
"RemoteBranchCheckoutTooltip": "",
|
||||
"CantPullOrPushSameBranchTwice": "",
|
||||
"NoChangedFiles": "Geen veranderde bestanden",
|
||||
"SoftReset": "Zacht reset",
|
||||
"AlreadyCheckedOutBranch": "Je hebt deze branch al uitgecheckt",
|
||||
@ -86,87 +46,41 @@
|
||||
"BranchName": "Branch naam",
|
||||
"NewBranchNameBranchOff": "Nieuw branch naam (Branch is afgeleid van '{{.branchName}}')",
|
||||
"CantDeleteCheckOutBranch": "Je kan een uitgecheckte branch niet verwijderen!",
|
||||
"DeleteBranchTitle": "",
|
||||
"DeleteLocalBranch": "",
|
||||
"DeleteRemoteBranchOption": "",
|
||||
"DeleteRemoteBranchPrompt": "",
|
||||
"ForceDeleteBranchTitle": "",
|
||||
"ForceDeleteBranchMessage": "Weet je zeker dat je branch '{{.selectedBranchName}}' geforceerd wil verwijderen?",
|
||||
"RebaseBranch": "Rebase branch",
|
||||
"RebaseBranchTooltip": "",
|
||||
"CantRebaseOntoSelf": "Je kan niet een branch rebasen op zichzelf",
|
||||
"CantMergeBranchIntoItself": "Je kan niet een branch in zichzelf mergen",
|
||||
"ForceCheckout": "Forceer checkout",
|
||||
"ForceCheckoutTooltip": "",
|
||||
"CheckoutByName": "Uitchecken bij naam",
|
||||
"CheckoutByNameTooltip": "",
|
||||
"RemoteBranchCheckoutTitle": "",
|
||||
"CheckoutTypeNewBranch": "",
|
||||
"CheckoutTypeNewBranchTooltip": "",
|
||||
"CheckoutTypeDetachedHead": "",
|
||||
"CheckoutTypeDetachedHeadTooltip": "",
|
||||
"NewBranch": "Nieuwe branch",
|
||||
"NewBranchFromStashTooltip": "",
|
||||
"NoBranchesThisRepo": "Geen branches voor deze repo",
|
||||
"CommitWithoutMessageErr": "Je kan geen commit maken zonder commit bericht",
|
||||
"Close": "Sluiten",
|
||||
"CloseCancel": "Sluiten",
|
||||
"Confirm": "Bevestig",
|
||||
"Quit": "Quit",
|
||||
"SquashTooltip": "",
|
||||
"CannotSquashOrFixupFirstCommit": "There's no commit below to squash into",
|
||||
"Fixup": "Fixup",
|
||||
"FixupTooltip": "",
|
||||
"SureFixupThisCommit": "Weet je zeker dat je fixup wil uitvoeren op deze commit? De commit hieronder zol worden squashed in deze",
|
||||
"SureSquashThisCommit": "Weet je zeker dat je deze commit wil samenvoegen met de commit hieronder?",
|
||||
"Squash": "Squash",
|
||||
"PickCommitTooltip": "Kies commit (wanneer midden in rebase)",
|
||||
"Pick": "",
|
||||
"CantPickDisabledReason": "",
|
||||
"Edit": "",
|
||||
"RevertCommit": "Commit ongedaan maken",
|
||||
"Revert": "",
|
||||
"RevertCommitTooltip": "",
|
||||
"Reword": "Hernoem commit",
|
||||
"CommitRewordTooltip": "",
|
||||
"DropCommit": "Verwijder commit",
|
||||
"DropCommitTooltip": "",
|
||||
"MoveDownCommit": "Verplaats commit 1 naar beneden",
|
||||
"MoveUpCommit": "Verplaats commit 1 naar boven",
|
||||
"CannotMoveAnyFurther": "",
|
||||
"EditCommit": "",
|
||||
"EditCommitTooltip": "Wijzig commit",
|
||||
"AmendCommitTooltip": "Wijzig commit met staged veranderingen",
|
||||
"Amend": "",
|
||||
"ResetAuthor": "",
|
||||
"ResetAuthorTooltip": "",
|
||||
"SetAuthor": "",
|
||||
"SetAuthorTooltip": "",
|
||||
"AddCoAuthor": "",
|
||||
"AmendCommitAttribute": "",
|
||||
"AmendCommitAttributeTooltip": "",
|
||||
"SetAuthorPromptTitle": "",
|
||||
"AddCoAuthorPromptTitle": "",
|
||||
"AddCoAuthorTooltip": "",
|
||||
"SureResetCommitAuthor": "",
|
||||
"RewordCommitEditor": "Hernoem commit met editor",
|
||||
"NoCommitsThisBranch": "Geen commits in deze branch",
|
||||
"UpdateRefHere": "",
|
||||
"Error": "Foutmelding",
|
||||
"Undo": "Ongedaan maken",
|
||||
"UndoReflog": "Ongedaan maken (via reflog) (experimenteel)",
|
||||
"RedoReflog": "Redo (via reflog) (experimenteel)",
|
||||
"UndoTooltip": "",
|
||||
"RedoTooltip": "",
|
||||
"UndoMergeResolveTooltip": "",
|
||||
"DiscardAllTooltip": "",
|
||||
"DiscardUnstagedTooltip": "",
|
||||
"Pop": "Pop",
|
||||
"StashPopTooltip": "",
|
||||
"Drop": "Laten vallen",
|
||||
"StashDropTooltip": "",
|
||||
"Apply": "Toepassen",
|
||||
"StashApplyTooltip": "",
|
||||
"NoStashEntries": "Geen stash items",
|
||||
"StashDrop": "Stash laten vallen",
|
||||
"SureDropStashEntry": "Weet je het zeker dat je deze stash entry wil laten vallen?",
|
||||
@ -175,7 +89,6 @@
|
||||
"StashApply": "Stash toepassen",
|
||||
"SureApplyStashEntry": "Weet je zeker dat je deze stash entry wil toepassen?",
|
||||
"NoTrackedStagedFilesStash": "Je hebt geen tracked/staged bestanden om te laten stashen",
|
||||
"NoFilesToStash": "",
|
||||
"StashChanges": "Stash veranderingen",
|
||||
"RenameStash": "Rename stash",
|
||||
"RenameStashPrompt": "Rename stash: {{.stashName}}",
|
||||
@ -184,37 +97,18 @@
|
||||
"ForcePush": "Forceer push",
|
||||
"ForcePushPrompt": "Jouw branch is afgeweken van de remote branch. Druk 'esc' om te annuleren, of 'enter' om geforceert te pushen.",
|
||||
"ForcePushDisabled": "Your branch has diverged from the remote branch and you've disabled force pushing",
|
||||
"UpdatesRejected": "",
|
||||
"UpdatesRejectedAndForcePushDisabled": "",
|
||||
"CheckForUpdate": "Check voor updates",
|
||||
"CheckingForUpdates": "Zoeken naar updates...",
|
||||
"UpdateAvailableTitle": "",
|
||||
"UpdateAvailable": "",
|
||||
"UpdateInProgressWaitingStatus": "",
|
||||
"UpdateCompletedTitle": "",
|
||||
"UpdateCompleted": "",
|
||||
"FailedToRetrieveLatestVersionErr": "",
|
||||
"OnLatestVersionErr": "Je hebt al de laatste versie",
|
||||
"MajorVersionErr": "Nieuwe versie ({{.newVersion}}) is niet backwards compatibele vergeleken met de huidige versie ({{.currentVersion}})",
|
||||
"CouldNotFindBinaryErr": "Kon geen binary vinden op {{.url}}",
|
||||
"UpdateFailedErr": "",
|
||||
"ConfirmQuitDuringUpdateTitle": "",
|
||||
"ConfirmQuitDuringUpdate": "",
|
||||
"MergeToolTitle": "",
|
||||
"MergeToolPrompt": "",
|
||||
"IntroPopupMessage": "Bedankt voor het gebruik maken van lazygit! 2 dingen die je moet weten:\n\n1) Als je meer van lazygit zijn features wilt leren bekijk dan deze video:\n https://youtu.be/CPLdltN7wgE\n\n2) Als je git gebruikt, ben je een programmeur! Met jouw hulp kunnen we lazygit verbeteren, dus overweeg om een donateur te worden en mee te doen aan het plezier op\n https://github.com/jesseduffield/lazygit",
|
||||
"DeprecatedEditConfigWarning": "",
|
||||
"GitconfigParseErr": "Gogit kon je gitconfig bestand niet goed parsen door de aanwezigheid van losstaande '\\' tekens. Het weghalen van deze tekens zou het probleem moeten oplossen. ",
|
||||
"EditFile": "Verander bestand",
|
||||
"EditFileTooltip": "",
|
||||
"OpenFile": "Open bestand",
|
||||
"OpenFileTooltip": "",
|
||||
"OpenInEditor": "",
|
||||
"IgnoreFile": "Voeg toe aan .gitignore",
|
||||
"ExcludeFile": "",
|
||||
"RefreshFiles": "Refresh bestanden",
|
||||
"Merge": "Merge in met huidige checked out branch",
|
||||
"MergeBranchTooltip": "",
|
||||
"ConfirmQuit": "Weet je zeker dat je dit programma wil sluiten?",
|
||||
"SwitchRepo": "Wissel naar een recente repo",
|
||||
"AllBranchesLogGraph": "Alle logs van de branch laten zien",
|
||||
@ -222,49 +116,31 @@
|
||||
"CopyPullRequestURL": "Kopieer de URL van het pull-verzoek naar het klembord",
|
||||
"NoBranchOnRemote": "Deze branch bestaat niet op de remote. U moet het eerst naar de remote pushen.",
|
||||
"Fetch": "Fetch",
|
||||
"FetchTooltip": "",
|
||||
"NoAutomaticGitFetchTitle": "Geen automatische git fetch",
|
||||
"NoAutomaticGitFetchBody": "Lazygit kan niet \"git fetch\" uitvoeren in een privé repository, gebruik f in het branches paneel om \"git fetch\" manueel uit te voeren",
|
||||
"FileEnter": "Stage individuele hunks/lijnen",
|
||||
"FileEnterTooltip": "",
|
||||
"FileStagingRequirements": "Kan alleen individuele lijnen stagen van getrackte bestanden met onstaged veranderingen",
|
||||
"StageSelectionTooltip": "Toggle lijnen staged / unstaged",
|
||||
"DiscardSelection": "Verwijdert change (git reset)",
|
||||
"DiscardSelectionTooltip": "",
|
||||
"ToggleSelectHunk": "Toggle selecteer hunk",
|
||||
"ToggleSelectHunkTooltip": "",
|
||||
"ToggleSelectionForPatch": "Voeg toe/verwijder lijn(en) in patch",
|
||||
"ToggleSelectionForPatchTooltip": "",
|
||||
"EditHunk": "",
|
||||
"EditHunkTooltip": "",
|
||||
"ToggleStagingView": "Ga naar een ander paneel",
|
||||
"ToggleStagingViewTooltip": "",
|
||||
"ReturnToFilesPanel": "Ga terug naar het bestanden paneel",
|
||||
"FastForward": "Fast-forward deze branch vanaf zijn upstream",
|
||||
"FastForwardTooltip": "",
|
||||
"FastForwarding": "Fast-forwarding",
|
||||
"FoundConflictsTitle": "Conflicten!",
|
||||
"ViewConflictsMenuItem": "",
|
||||
"AbortMenuItem": "",
|
||||
"PickHunk": "Kies stuk",
|
||||
"PickAllHunks": "Kies beide stukken",
|
||||
"ViewMergeRebaseOptions": "Bekijk merge/rebase opties",
|
||||
"ViewMergeRebaseOptionsTooltip": "",
|
||||
"ViewMergeOptions": "",
|
||||
"ViewRebaseOptions": "",
|
||||
"NotMergingOrRebasing": "Je bent momenteel niet aan het rebasen of mergen",
|
||||
"AlreadyRebasing": "",
|
||||
"RecentRepos": "Recente repositories",
|
||||
"MergeOptionsTitle": "Merge opties",
|
||||
"RebaseOptionsTitle": "Rebase opties",
|
||||
"CommitSummaryTitle": "Commit bericht",
|
||||
"CommitDescriptionTitle": "",
|
||||
"CommitDescriptionSubTitle": "",
|
||||
"LocalBranchesTitle": "Branches",
|
||||
"SearchTitle": "Zoek",
|
||||
"TagsTitle": "Tags",
|
||||
"MenuTitle": "Menu",
|
||||
"CommitMenuTitle": "",
|
||||
"RemotesTitle": "Remotes",
|
||||
"RemoteBranchesTitle": "Remote branches",
|
||||
"PatchBuildingTitle": "Patch bouwen",
|
||||
@ -272,37 +148,18 @@
|
||||
"SecondaryTitle": "Secondary",
|
||||
"ReflogCommitsTitle": "Reflog",
|
||||
"ConflictsResolved": "Alle merge conflicten zijn opgelost. Wilt je verder gaan?",
|
||||
"Continue": "",
|
||||
"RebasingTitle": "",
|
||||
"RebasingFromBaseCommitTitle": "",
|
||||
"SimpleRebase": "",
|
||||
"InteractiveRebase": "",
|
||||
"RebaseOntoBaseBranch": "",
|
||||
"InteractiveRebaseTooltip": "",
|
||||
"RebaseOntoBaseBranchTooltip": "",
|
||||
"MustSelectTodoCommits": "",
|
||||
"ConfirmMerge": "Weet je zeker dat je '{{.selectedBranch}}' in '{{.checkedOutBranch}}' wil mergen?",
|
||||
"FwdNoUpstream": "Kan niet de branch vooruitspoelen zonder upstream",
|
||||
"FwdNoLocalUpstream": "",
|
||||
"FwdCommitsToPush": "Je kan niet vooruitspoelen als de branch geen nieuwe commits heeft",
|
||||
"PullRequestNoUpstream": "",
|
||||
"ErrorOccurred": "Er is iets fout gegaan! Zou je hier een issue aan willen maken",
|
||||
"NoRoom": "Niet genoeg ruimte",
|
||||
"YouAreHere": "JE BENT HIER",
|
||||
"YouDied": "",
|
||||
"RewordNotSupported": "Herformatteren van commits in interactief rebasen is nog niet ondersteund",
|
||||
"ChangingThisActionIsNotAllowed": "",
|
||||
"CherryPickCopy": "Kopieer commit (cherry-pick)",
|
||||
"CherryPickCopyTooltip": "",
|
||||
"CherryPickCopyRange": "",
|
||||
"CherryPickCopyRangeTooltip": "",
|
||||
"PasteCommits": "Plak commits (cherry-pick)",
|
||||
"SureCherryPick": "Weet je zeker dat je de gekopieerde commits naar deze branch wil cherry-picken?",
|
||||
"CherryPick": "Cherry-Pick",
|
||||
"CannotCherryPickNonCommit": "",
|
||||
"CannotCherryPickMergeCommit": "",
|
||||
"Donate": "Doneer",
|
||||
"AskQuestion": "",
|
||||
"PrevLine": "Selecteer de vorige lijn",
|
||||
"NextLine": "Selecteer de volgende lijn",
|
||||
"PrevHunk": "Selecteer de vorige hunk",
|
||||
@ -319,208 +176,101 @@
|
||||
"AmendCommitPrompt": "Weet je zeker dat je deze commit wil wijzigen met de vorige staged bestanden?",
|
||||
"DropCommitTitle": "Verwijder commit",
|
||||
"DropCommitPrompt": "Weet je zeker dat je deze commit wil verwijderen?",
|
||||
"DropUpdateRefPrompt": "",
|
||||
"PullingStatus": "Pullen",
|
||||
"PushingStatus": "Pushen",
|
||||
"FetchingStatus": "Fetchen",
|
||||
"SquashingStatus": "Squashen",
|
||||
"FixingStatus": "Fixing up",
|
||||
"DeletingStatus": "Verwijderen",
|
||||
"DroppingStatus": "",
|
||||
"MovingStatus": "Verplaatsen",
|
||||
"RebasingStatus": "Rebasen",
|
||||
"MergingStatus": "",
|
||||
"LowercaseRebasingStatus": "",
|
||||
"LowercaseMergingStatus": "",
|
||||
"AmendingStatus": "Wijzigen",
|
||||
"CherryPickingStatus": "Cherry-picken",
|
||||
"UndoingStatus": "Ongedaan maken",
|
||||
"RedoingStatus": "Redoing",
|
||||
"CheckingOutStatus": "Uitchecken",
|
||||
"CommittingStatus": "",
|
||||
"RevertingStatus": "",
|
||||
"CreatingFixupCommitStatus": "",
|
||||
"CommitFiles": "Commit bestanden",
|
||||
"SubCommitsDynamicTitle": "",
|
||||
"CommitFilesDynamicTitle": "",
|
||||
"RemoteBranchesDynamicTitle": "",
|
||||
"ViewItemFiles": "Bekijk gecommite bestanden",
|
||||
"ViewItemFilesTooltip": "",
|
||||
"CommitFilesTitle": "Commit bestanden",
|
||||
"CheckoutCommitFileTooltip": "Bestand uitchecken",
|
||||
"CanOnlyDiscardFromLocalCommits": "",
|
||||
"Remove": "",
|
||||
"DiscardOldFileChangeTooltip": "Uitsluit deze commit zijn veranderingen aan dit bestand",
|
||||
"DiscardFileChangesTitle": "Uitsluit bestand zijn veranderingen",
|
||||
"DiscardFileChangesPrompt": "Weet je zeker dat je de wijzigingen van deze commit in dit bestand wilt weggooien? Als dit bestand is gecreëerd in deze commit dan zal dit bestand worden verwijdert",
|
||||
"DisabledForGPG": "Onderdelen niet beschikbaar voor gebruikers die GPG gebruiken",
|
||||
"CreateRepo": "Niet in een git repository. Creëer een nieuwe git repository? (y/n): ",
|
||||
"BareRepo": "",
|
||||
"InitialBranch": "",
|
||||
"NoRecentRepositories": "",
|
||||
"IncorrectNotARepository": "",
|
||||
"AutoStashTitle": "Autostash?",
|
||||
"AutoStashPrompt": "Je moet je veranderingen stashen en poppen om ze over te brengen. Dit automatisch doen? (enter/esc)",
|
||||
"StashPrefix": "Auto-stashing veranderingen voor ",
|
||||
"Discard": "Bekijk 'veranderingen ongedaan maken' opties",
|
||||
"DiscardChangesTitle": "",
|
||||
"DiscardFileChangesTooltip": "",
|
||||
"Cancel": "Annuleren",
|
||||
"DiscardAllChanges": "Negeer alle wijzigingen",
|
||||
"DiscardUnstagedChanges": "Negeer unstaged wijzigingen",
|
||||
"DiscardAllChangesToAllFiles": "Verwijder werkende tree",
|
||||
"DiscardAnyUnstagedChanges": "Gooi unstaged wijzigingen weg",
|
||||
"DiscardUntrackedFiles": "Negeer niet-gevonden bestanden",
|
||||
"DiscardStagedChanges": "",
|
||||
"HardReset": "Harde reset",
|
||||
"BranchDeleteTooltip": "",
|
||||
"TagDeleteTooltip": "",
|
||||
"Delete": "",
|
||||
"Reset": "",
|
||||
"ResetTooltip": "",
|
||||
"ViewResetOptions": "Bekijk reset opties",
|
||||
"FileResetOptionsTooltip": "",
|
||||
"CreateFixupCommit": "Creëer fixup commit",
|
||||
"CreateFixupCommitTooltip": "Creëer fixup commit",
|
||||
"CreateAmendCommit": "",
|
||||
"FixupMenu_Fixup": "",
|
||||
"FixupMenu_FixupTooltip": "",
|
||||
"FixupMenu_AmendWithChanges": "",
|
||||
"FixupMenu_AmendWithChangesTooltip": "",
|
||||
"FixupMenu_AmendWithoutChanges": "",
|
||||
"FixupMenu_AmendWithoutChangesTooltip": "",
|
||||
"SquashAboveCommitsTooltip": "Squash bovenstaande commits",
|
||||
"SquashCommitsAboveSelectedTooltip": "",
|
||||
"SquashCommitsInCurrentBranchTooltip": "",
|
||||
"SquashAboveCommits": "",
|
||||
"SquashCommitsInCurrentBranch": "",
|
||||
"SquashCommitsAboveSelectedCommit": "",
|
||||
"CannotSquashCommitsInCurrentBranch": "",
|
||||
"ExecuteCustomCommand": "Voer aangepaste commando uit",
|
||||
"ExecuteCustomCommandTooltip": "",
|
||||
"CustomCommand": "Aangepaste commando:",
|
||||
"CommitChangesWithoutHook": "Commit veranderingen zonder pre-commit hook",
|
||||
"SkipHookPrefixNotConfigured": "Je hebt nog niet een commit bericht voorvoegsel ingesteld voor het overslaan van hooks. Set `git.skipHookPrefix = 'WIP'` in je config",
|
||||
"ResetTo": "Reset naar",
|
||||
"ResetSoftTooltip": "",
|
||||
"ResetMixedTooltip": "",
|
||||
"ResetHardTooltip": "",
|
||||
"PressEnterToReturn": "Press om terug te gaan naar lazygit",
|
||||
"ViewStashOptions": "Bekijk stash opties",
|
||||
"ViewStashOptionsTooltip": "",
|
||||
"Stash": "",
|
||||
"StashTooltip": "",
|
||||
"StashAllChanges": "Stash-bestanden",
|
||||
"StashStagedChanges": "",
|
||||
"StashAllChangesKeepIndex": "Stash staged wijzigingen",
|
||||
"StashUnstagedChanges": "",
|
||||
"StashIncludeUntrackedChanges": "",
|
||||
"StashOptions": "Stash opties",
|
||||
"NotARepository": "Fout: moet in een git repository uitgevoerd worden",
|
||||
"WorkingDirectoryDoesNotExist": "",
|
||||
"Jump": "Ga naar paneel",
|
||||
"ScrollLeftRight": "",
|
||||
"ScrollLeft": "",
|
||||
"ScrollRight": "",
|
||||
"DiscardPatch": "Patch weg gooien",
|
||||
"DiscardPatchConfirm": "Je kan alleen maar een patch bouwen van 1 commit. Huidige patch weggooien?",
|
||||
"DiscardPatchSameCommitConfirm": "",
|
||||
"CantPatchWhileRebasingError": "Je kan geen patch bouwen of patch commando uitvoeren wanneer je in een merging of rebasing state zit",
|
||||
"ToggleAddToPatch": "Toggle bestand inbegrepen in patch",
|
||||
"ToggleAddToPatchTooltip": "",
|
||||
"ToggleAllInPatch": "",
|
||||
"ToggleAllInPatchTooltip": "",
|
||||
"UpdatingPatch": "",
|
||||
"ViewPatchOptions": "Bekijk aangepaste patch opties",
|
||||
"PatchOptionsTitle": "Patch opties",
|
||||
"NoPatchError": "Nog geen patch gecreëerd. Om een patch te bouwen gebruik 'space' op een commit bestand of 'enter' om een spesiefieke lijnen toe te voegen",
|
||||
"EmptyPatchError": "",
|
||||
"EnterCommitFile": "Enter bestand om geselecteerde regels toe te voegen aan de patch",
|
||||
"EnterCommitFileTooltip": "",
|
||||
"ExitCustomPatchBuilder": "Sluit lijn-bij-lijn modus",
|
||||
"EnterUpstream": "Enter upstream als '\u003cremote\u003e \u003cbranchnaam\u003e'",
|
||||
"InvalidUpstream": "",
|
||||
"ReturnToRemotesList": "Ga terug naar remotes lijst",
|
||||
"NewRemote": "Voeg een nieuwe remote toe",
|
||||
"NewRemoteName": "Nieuwe remote name:",
|
||||
"NewRemoteUrl": "Nieuwe remote url:",
|
||||
"ViewBranches": "",
|
||||
"EditRemoteName": "Enter updated remote naam voor {{.remoteName}}:",
|
||||
"EditRemoteUrl": "Enter updated remote url voor {{.remoteName}}:",
|
||||
"RemoveRemote": "Verwijder remote",
|
||||
"RemoveRemoteTooltip": "",
|
||||
"RemoveRemotePrompt": "Weet je zeker dat je deze remote wilt verwijderen",
|
||||
"DeleteRemoteBranch": "Verwijder remote branch",
|
||||
"DeleteRemoteBranchMessage": "Weet je zeker dat je deze remote branch wilt verwijderen",
|
||||
"DeleteRemoteBranchTooltip": "",
|
||||
"SetAsUpstream": "",
|
||||
"SetAsUpstreamTooltip": "Stel in als upstream van uitgecheckte branch",
|
||||
"SetUpstream": "Stel in als upstream van uitgecheckte branch",
|
||||
"UnsetUpstream": "",
|
||||
"ViewDivergenceFromUpstream": "",
|
||||
"ViewDivergenceFromBaseBranch": "",
|
||||
"CouldNotDetermineBaseBranch": "",
|
||||
"DivergenceSectionHeaderLocal": "",
|
||||
"DivergenceSectionHeaderRemote": "",
|
||||
"ViewUpstreamResetOptions": "",
|
||||
"ViewUpstreamResetOptionsTooltip": "",
|
||||
"ViewUpstreamRebaseOptions": "",
|
||||
"ViewUpstreamRebaseOptionsTooltip": "",
|
||||
"UpstreamGenericName": "",
|
||||
"SetUpstreamTitle": "Stel in als upstream branch",
|
||||
"SetUpstreamMessage": "Weet je zeker dat je de upstream branch van '{{.checkedOut}}' naar '{{.selected}}' wilt zetten",
|
||||
"EditRemoteTooltip": "Wijzig remote",
|
||||
"TagCommit": "Tag commit",
|
||||
"TagCommitTooltip": "",
|
||||
"TagMenuTitle": "",
|
||||
"TagNameTitle": "Tag naam:",
|
||||
"TagMessageTitle": "",
|
||||
"LightweightTag": "",
|
||||
"AnnotatedTag": "",
|
||||
"DeleteTagTitle": "",
|
||||
"DeleteLocalTag": "",
|
||||
"DeleteRemoteTag": "",
|
||||
"SelectRemoteTagUpstream": "",
|
||||
"DeleteRemoteTagPrompt": "",
|
||||
"RemoteTagDeletedMessage": "",
|
||||
"PushTagTitle": "Remote om tag '{{.tagName}}' te pushen naar:",
|
||||
"PushTag": "Push tag",
|
||||
"PushTagTooltip": "",
|
||||
"NewTag": "Creëer tag",
|
||||
"NewTagTooltip": "",
|
||||
"CreatingTag": "",
|
||||
"ForceTag": "",
|
||||
"ForceTagPrompt": "",
|
||||
"FetchRemoteTooltip": "Fetch remote",
|
||||
"FetchingRemoteStatus": "Remote fetchen",
|
||||
"CheckoutCommit": "Checkout commit",
|
||||
"CheckoutCommitTooltip": "",
|
||||
"SureCheckoutThisCommit": "Weet je zeker dat je deze commit wil uitchecken?",
|
||||
"GitFlowOptions": "Laat git-flow opties zien",
|
||||
"NotAGitFlowBranch": "Dit lijkt geen git flow branch te zijn",
|
||||
"NewBranchNamePrompt": "Noem een nieuwe branch naam",
|
||||
"IgnoreTracked": "Negeer tracked bestand",
|
||||
"ExcludeTracked": "",
|
||||
"IgnoreTrackedPrompt": "Weet je zeker dat je een getracked bestand wil negeren?",
|
||||
"ExcludeTrackedPrompt": "",
|
||||
"ViewResetToUpstreamOptions": "Bekijk upstream reset opties",
|
||||
"NextScreenMode": "Volgende scherm modus (normaal/half/groot)",
|
||||
"PrevScreenMode": "Vorige scherm modus",
|
||||
"StartSearch": "Start met zoeken",
|
||||
"StartFilter": "",
|
||||
"Panel": "Paneel",
|
||||
"Keybindings": "Sneltoetsen",
|
||||
"KeybindingsLegend": "",
|
||||
"KeybindingsMenuSectionLocal": "",
|
||||
"KeybindingsMenuSectionGlobal": "",
|
||||
"KeybindingsMenuSectionNavigation": "",
|
||||
"RenameBranch": "Hernoem branch",
|
||||
"Upstream": "",
|
||||
"UpstreamTooltip": "",
|
||||
"BranchUpstreamOptionsTitle": "",
|
||||
"ViewBranchUpstreamOptions": "",
|
||||
"ViewBranchUpstreamOptionsTooltip": "",
|
||||
"UpstreamNotSetError": "",
|
||||
"NewGitFlowBranchPrompt": "Nieuwe '{{.branchType}}' naam:",
|
||||
"RenameBranchWarning": "Deze branch volgt een remote. Deze actie zal alleen de locale branch name wijzigen niet de naam van de remote branch. Verder gaan?",
|
||||
"OpenKeybindingsMenu": "Open menu",
|
||||
@ -539,16 +289,11 @@
|
||||
"FilteringBy": "Filteren bij",
|
||||
"ResetInParentheses": "(reset)",
|
||||
"OpenFilteringMenu": "Bekijk scoping opties",
|
||||
"OpenFilteringMenuTooltip": "",
|
||||
"FilterBy": "Filter bij",
|
||||
"ExitFilterMode": "Stop met filteren bij pad",
|
||||
"ExitFilterModeAuthor": "",
|
||||
"FilterPathOption": "Vulin pad om op te filteren",
|
||||
"FilterAuthorOption": "",
|
||||
"EnterFileName": "Vulin path:",
|
||||
"EnterAuthor": "",
|
||||
"FilteringMenuTitle": "Filteren",
|
||||
"WillCancelExistingFilterTooltip": "",
|
||||
"MustExitFilterModeTitle": "Command niet beschikbaar",
|
||||
"MustExitFilterModePrompt": "Command niet beschikbaar in filter modus. Sluit filter modus?",
|
||||
"Diff": "Diff",
|
||||
@ -558,367 +303,29 @@
|
||||
"DiffingMenuTitle": "Diffen",
|
||||
"SwapDiff": "Keer diff richting om",
|
||||
"ViewDiffingOptions": "Open diff menu",
|
||||
"ViewDiffingOptionsTooltip": "",
|
||||
"OpenCommandLogMenu": "",
|
||||
"OpenCommandLogMenuTooltip": "",
|
||||
"ShowingGitDiff": "Laat output zien voor:",
|
||||
"CommitDiff": "",
|
||||
"CopyCommitHashToClipboard": "Kopieer commit hash naar klembord",
|
||||
"CommitHash": "",
|
||||
"CommitURL": "",
|
||||
"CopyCommitMessageToClipboard": "Kopieer commit bericht naar klembord",
|
||||
"CommitMessage": "",
|
||||
"CommitSubject": "",
|
||||
"CommitAuthor": "",
|
||||
"CopyCommitAttributeToClipboard": "",
|
||||
"CopyCommitAttributeToClipboardTooltip": "",
|
||||
"CopyBranchNameToClipboard": "Kopieer branch name naar klembord",
|
||||
"CopyPathToClipboard": "Kopieer de bestandsnaam naar het klembord",
|
||||
"CommitPrefixPatternError": "Fout in commitPrefix patroon",
|
||||
"CopySelectedTextToClipboard": "",
|
||||
"NoFilesStagedTitle": "Geen bestanden gestaged",
|
||||
"NoFilesStagedPrompt": "Je hebt geen bestanden gestaged. Commit alle bestanden?",
|
||||
"BranchNotFoundTitle": "Branch niet gevonden",
|
||||
"BranchNotFoundPrompt": "Branch niet gevonden. Creëer een nieuwe branch genaamd",
|
||||
"BranchUnknown": "",
|
||||
"DiscardChangeTitle": "",
|
||||
"DiscardChangePrompt": "",
|
||||
"CreateNewBranchFromCommit": "Creëer nieuwe branch van commit",
|
||||
"BuildingPatch": "",
|
||||
"ViewCommits": "Bekijk commits",
|
||||
"MinGitVersionError": "",
|
||||
"RunningCustomCommandStatus": "",
|
||||
"SubmoduleStashAndReset": "",
|
||||
"AndResetSubmodules": "",
|
||||
"EnterSubmoduleTooltip": "Enter submodule",
|
||||
"Enter": "",
|
||||
"CopySubmoduleNameToClipboard": "Kopieer submodule naam naar klembord",
|
||||
"RemoveSubmodule": "",
|
||||
"RemoveSubmoduleTooltip": "",
|
||||
"RemoveSubmodulePrompt": "",
|
||||
"ResettingSubmoduleStatus": "",
|
||||
"NewSubmoduleName": "",
|
||||
"NewSubmoduleUrl": "",
|
||||
"NewSubmodulePath": "",
|
||||
"NewSubmodule": "Voeg nieuwe submodule toe",
|
||||
"AddingSubmoduleStatus": "",
|
||||
"UpdateSubmoduleUrl": "",
|
||||
"UpdatingSubmoduleUrlStatus": "",
|
||||
"EditSubmoduleUrl": "",
|
||||
"InitializingSubmoduleStatus": "",
|
||||
"InitSubmoduleTooltip": "Initialiseer submodule",
|
||||
"Update": "",
|
||||
"Initialize": "",
|
||||
"SubmoduleUpdateTooltip": "",
|
||||
"UpdatingSubmoduleStatus": "",
|
||||
"BulkInitSubmodules": "",
|
||||
"BulkUpdateSubmodules": "",
|
||||
"BulkDeinitSubmodules": "",
|
||||
"ViewBulkSubmoduleOptions": "Bekijk bulk submodule opties",
|
||||
"BulkSubmoduleOptions": "",
|
||||
"RunningCommand": "",
|
||||
"SubCommitsTitle": "",
|
||||
"SubmodulesTitle": "",
|
||||
"NavigationTitle": "Lijstpaneel navigatie",
|
||||
"SuggestionsCheatsheetTitle": "",
|
||||
"SuggestionsTitle": "",
|
||||
"SuggestionsSubtitle": "",
|
||||
"ExtrasTitle": "",
|
||||
"PushingTagStatus": "",
|
||||
"PullRequestURLCopiedToClipboard": "Pull-aanvraag-URL gekopieerd naar klembord",
|
||||
"CommitDiffCopiedToClipboard": "",
|
||||
"CommitURLCopiedToClipboard": "",
|
||||
"CommitMessageCopiedToClipboard": "Commit message gekopieerd naar klembord",
|
||||
"CommitSubjectCopiedToClipboard": "",
|
||||
"CommitAuthorCopiedToClipboard": "",
|
||||
"PatchCopiedToClipboard": "",
|
||||
"CopiedToClipboard": "gekopieerd naar klembord",
|
||||
"ErrCannotEditDirectory": "",
|
||||
"ErrStageDirWithInlineMergeConflicts": "",
|
||||
"ErrRepositoryMovedOrDeleted": "",
|
||||
"ErrWorktreeMovedOrRemoved": "",
|
||||
"CommandLog": "",
|
||||
"ToggleShowCommandLog": "",
|
||||
"FocusCommandLog": "",
|
||||
"CommandLogHeader": "",
|
||||
"RandomTip": "",
|
||||
"SelectParentCommitForMerge": "",
|
||||
"ToggleWhitespaceInDiffView": "",
|
||||
"ToggleWhitespaceInDiffViewTooltip": "",
|
||||
"IgnoreWhitespaceDiffViewSubTitle": "",
|
||||
"IgnoreWhitespaceNotSupportedHere": "",
|
||||
"IncreaseContextInDiffView": "",
|
||||
"IncreaseContextInDiffViewTooltip": "",
|
||||
"DecreaseContextInDiffView": "",
|
||||
"DecreaseContextInDiffViewTooltip": "",
|
||||
"DiffContextSizeChanged": "",
|
||||
"CreatePullRequestOptions": "Bekijk opties voor pull-aanvraag",
|
||||
"DefaultBranch": "",
|
||||
"SelectBranch": "",
|
||||
"CreatePullRequest": "Maak een pull-request",
|
||||
"SelectConfigFile": "",
|
||||
"NoConfigFileFoundErr": "",
|
||||
"LoadingFileSuggestions": "",
|
||||
"LoadingCommits": "",
|
||||
"MustSpecifyOriginError": "",
|
||||
"GitOutput": "",
|
||||
"GitCommandFailed": "",
|
||||
"AbortTitle": "",
|
||||
"AbortPrompt": "",
|
||||
"OpenLogMenu": "",
|
||||
"OpenLogMenuTooltip": "",
|
||||
"LogMenuTitle": "",
|
||||
"ToggleShowGitGraphAll": "",
|
||||
"ShowGitGraph": "",
|
||||
"SortOrder": "",
|
||||
"SortAlphabetical": "",
|
||||
"SortByDate": "",
|
||||
"SortByRecency": "",
|
||||
"SortBasedOnReflog": "",
|
||||
"SortCommits": "",
|
||||
"CantChangeContextSizeError": "",
|
||||
"OpenCommitInBrowser": "",
|
||||
"ViewBisectOptions": "",
|
||||
"ConfirmRevertCommit": "Weet u zeker dat u {{.selectedCommit}} ongedaan wilt maken?",
|
||||
"RewordInEditorTitle": "",
|
||||
"RewordInEditorPrompt": "",
|
||||
"CheckoutPrompt": "",
|
||||
"HardResetAutostashPrompt": "",
|
||||
"UpstreamGone": "",
|
||||
"NukeDescription": "",
|
||||
"DiscardStagedChangesDescription": "",
|
||||
"EmptyOutput": "",
|
||||
"Patch": "",
|
||||
"CustomPatch": "",
|
||||
"CommitsCopied": "",
|
||||
"CommitCopied": "",
|
||||
"ResetPatch": "",
|
||||
"ResetPatchTooltip": "",
|
||||
"ApplyPatch": "",
|
||||
"ApplyPatchTooltip": "",
|
||||
"ApplyPatchInReverse": "",
|
||||
"ApplyPatchInReverseTooltip": "",
|
||||
"RemovePatchFromOriginalCommit": "",
|
||||
"RemovePatchFromOriginalCommitTooltip": "",
|
||||
"MovePatchOutIntoIndex": "",
|
||||
"MovePatchOutIntoIndexTooltip": "",
|
||||
"MovePatchIntoNewCommit": "",
|
||||
"MovePatchIntoNewCommitTooltip": "",
|
||||
"MovePatchToSelectedCommit": "",
|
||||
"MovePatchToSelectedCommitTooltip": "",
|
||||
"CopyPatchToClipboard": "",
|
||||
"NoMatchesFor": "",
|
||||
"MatchesFor": "",
|
||||
"SearchKeybindings": "",
|
||||
"SearchPrefix": "",
|
||||
"FilterPrefix": "",
|
||||
"ExitSearchMode": "",
|
||||
"ExitTextFilterMode": "",
|
||||
"Switch": "",
|
||||
"SwitchToWorktree": "",
|
||||
"SwitchToWorktreeTooltip": "",
|
||||
"AlreadyCheckedOutByWorktree": "",
|
||||
"BranchCheckedOutByWorktree": "",
|
||||
"DetachWorktreeTooltip": "",
|
||||
"Switching": "",
|
||||
"RemoveWorktree": "",
|
||||
"RemoveWorktreeTitle": "",
|
||||
"DetachWorktree": "",
|
||||
"DetachingWorktree": "",
|
||||
"WorktreesTitle": "",
|
||||
"WorktreeTitle": "",
|
||||
"RemoveWorktreePrompt": "",
|
||||
"ForceRemoveWorktreePrompt": "",
|
||||
"RemovingWorktree": "",
|
||||
"AddingWorktree": "",
|
||||
"CantDeleteCurrentWorktree": "",
|
||||
"AlreadyInWorktree": "",
|
||||
"CantDeleteMainWorktree": "",
|
||||
"NoWorktreesThisRepo": "",
|
||||
"MissingWorktree": "",
|
||||
"MainWorktree": "",
|
||||
"NewWorktree": "",
|
||||
"NewWorktreePath": "",
|
||||
"NewWorktreeBase": "",
|
||||
"RemoveWorktreeTooltip": "",
|
||||
"BranchNameCannotBeBlank": "",
|
||||
"NewBranchName": "",
|
||||
"NewBranchNameLeaveBlank": "",
|
||||
"ViewWorktreeOptions": "",
|
||||
"CreateWorktreeFrom": "",
|
||||
"CreateWorktreeFromDetached": "",
|
||||
"LcWorktree": "",
|
||||
"ChangingDirectoryTo": "",
|
||||
"Name": "",
|
||||
"Branch": "",
|
||||
"Path": "",
|
||||
"MarkedBaseCommitStatus": "",
|
||||
"MarkAsBaseCommit": "",
|
||||
"MarkAsBaseCommitTooltip": "",
|
||||
"MarkedCommitMarker": "",
|
||||
"PleaseGoToURL": "",
|
||||
"NoCopiedCommits": "",
|
||||
"DisabledMenuItemPrefix": "",
|
||||
"QuickStartInteractiveRebase": "",
|
||||
"QuickStartInteractiveRebaseTooltip": "",
|
||||
"CannotQuickStartInteractiveRebase": "",
|
||||
"ToggleRangeSelect": "Toggle drag selecteer",
|
||||
"RangeSelectUp": "",
|
||||
"RangeSelectDown": "",
|
||||
"RangeSelectNotSupported": "",
|
||||
"NoItemSelected": "",
|
||||
"SelectedItemIsNotABranch": "",
|
||||
"SelectedItemDoesNotHaveFiles": "",
|
||||
"RangeSelectNotSupportedForSubmodules": "",
|
||||
"OldCherryPickKeyWarning": "",
|
||||
"CommandDoesNotSupportOpeningInEditor": "",
|
||||
"Actions": {
|
||||
"CheckoutCommit": "",
|
||||
"CheckoutTag": "",
|
||||
"CheckoutBranch": "",
|
||||
"ForceCheckoutBranch": "",
|
||||
"DeleteLocalBranch": "",
|
||||
"DeleteBranch": "",
|
||||
"Merge": "",
|
||||
"RebaseBranch": "",
|
||||
"RenameBranch": "",
|
||||
"CreateBranch": "",
|
||||
"FastForwardBranch": "",
|
||||
"CherryPick": "",
|
||||
"CheckoutFile": "",
|
||||
"DiscardOldFileChange": "",
|
||||
"SquashCommitDown": "",
|
||||
"FixupCommit": "",
|
||||
"RewordCommit": "",
|
||||
"DropCommit": "",
|
||||
"EditCommit": "",
|
||||
"AmendCommit": "",
|
||||
"ResetCommitAuthor": "",
|
||||
"SetCommitAuthor": "",
|
||||
"AddCommitCoAuthor": "",
|
||||
"RevertCommit": "",
|
||||
"CreateFixupCommit": "",
|
||||
"SquashAllAboveFixupCommits": "",
|
||||
"MoveCommitUp": "",
|
||||
"MoveCommitDown": "",
|
||||
"CopyCommitMessageToClipboard": "",
|
||||
"CopyCommitSubjectToClipboard": "",
|
||||
"CopyCommitDiffToClipboard": "",
|
||||
"CopyCommitHashToClipboard": "",
|
||||
"CopyCommitURLToClipboard": "",
|
||||
"CopyCommitAuthorToClipboard": "",
|
||||
"CopyCommitAttributeToClipboard": "",
|
||||
"CopyPatchToClipboard": "",
|
||||
"CustomCommand": "",
|
||||
"DiscardAllChangesInDirectory": "",
|
||||
"DiscardUnstagedChangesInDirectory": "",
|
||||
"DiscardAllChangesInFile": "",
|
||||
"DiscardAllUnstagedChangesInFile": "",
|
||||
"StageFile": "",
|
||||
"StageResolvedFiles": "",
|
||||
"UnstageFile": "",
|
||||
"UnstageAllFiles": "",
|
||||
"StageAllFiles": "",
|
||||
"IgnoreExcludeFile": "",
|
||||
"IgnoreFileErr": "",
|
||||
"ExcludeFile": "",
|
||||
"ExcludeGitIgnoreErr": "",
|
||||
"Commit": "",
|
||||
"EditFile": "",
|
||||
"Push": "",
|
||||
"Pull": "",
|
||||
"OpenFile": "",
|
||||
"OpenFileTooltip": "",
|
||||
"StashAllChanges": "",
|
||||
"StashAllChangesKeepIndex": "",
|
||||
"StashStagedChanges": "",
|
||||
"StashUnstagedChanges": "",
|
||||
"StashIncludeUntrackedChanges": "",
|
||||
"GitFlowFinish": "",
|
||||
"GitFlowStart": "",
|
||||
"CopyToClipboard": "",
|
||||
"CopySelectedTextToClipboard": "",
|
||||
"RemovePatchFromCommit": "",
|
||||
"MovePatchToSelectedCommit": "",
|
||||
"MovePatchIntoIndex": "",
|
||||
"MovePatchIntoNewCommit": "",
|
||||
"DeleteRemoteBranch": "",
|
||||
"SetBranchUpstream": "",
|
||||
"AddRemote": "",
|
||||
"RemoveRemote": "",
|
||||
"UpdateRemote": "",
|
||||
"ApplyPatch": "",
|
||||
"Stash": "",
|
||||
"RenameStash": "",
|
||||
"RemoveSubmodule": "",
|
||||
"ResetSubmodule": "",
|
||||
"AddSubmodule": "",
|
||||
"UpdateSubmoduleUrl": "",
|
||||
"InitialiseSubmodule": "",
|
||||
"BulkInitialiseSubmodules": "",
|
||||
"BulkUpdateSubmodules": "",
|
||||
"BulkDeinitialiseSubmodules": "",
|
||||
"UpdateSubmodule": "",
|
||||
"CreateLightweightTag": "",
|
||||
"CreateAnnotatedTag": "",
|
||||
"DeleteLocalTag": "",
|
||||
"DeleteRemoteTag": "",
|
||||
"PushTag": "",
|
||||
"NukeWorkingTree": "",
|
||||
"DiscardUnstagedFileChanges": "",
|
||||
"RemoveUntrackedFiles": "",
|
||||
"RemoveStagedFiles": "",
|
||||
"SoftReset": "",
|
||||
"MixedReset": "",
|
||||
"HardReset": "",
|
||||
"Undo": "",
|
||||
"Redo": "",
|
||||
"CopyPullRequestURL": "",
|
||||
"OpenDiffTool": "",
|
||||
"OpenMergeTool": "",
|
||||
"OpenCommitInBrowser": "",
|
||||
"OpenPullRequest": "",
|
||||
"StartBisect": "",
|
||||
"ResetBisect": "",
|
||||
"BisectSkip": "",
|
||||
"BisectMark": "",
|
||||
"RemoveWorktree": "",
|
||||
"AddWorktree": ""
|
||||
},
|
||||
"Bisect": {
|
||||
"MarkStart": "",
|
||||
"MarkSkipCurrent": "",
|
||||
"MarkSkipSelected": "",
|
||||
"ResetTitle": "",
|
||||
"ResetPrompt": "",
|
||||
"ResetOption": "",
|
||||
"ChooseTerms": "",
|
||||
"OldTermPrompt": "",
|
||||
"NewTermPrompt": "",
|
||||
"BisectMenuTitle": "",
|
||||
"Mark": "",
|
||||
"SkipCurrent": "",
|
||||
"SkipSelected": "",
|
||||
"CompleteTitle": "",
|
||||
"CompletePrompt": "",
|
||||
"CompletePromptIndeterminate": "",
|
||||
"Bisecting": ""
|
||||
},
|
||||
"Log": {
|
||||
"EditRebase": "",
|
||||
"MoveCommitUp": "",
|
||||
"MoveCommitDown": "",
|
||||
"CherryPickCommits": "",
|
||||
"HandleUndo": "",
|
||||
"HandleMidRebaseCommand": "",
|
||||
"RemoveFile": "",
|
||||
"CopyToClipboard": "",
|
||||
"Remove": "",
|
||||
"CreateFileWithContent": "",
|
||||
"AppendingLineToFile": "",
|
||||
"EditRebaseFromBaseCommit": ""
|
||||
},
|
||||
"BreakingChangesTitle": "",
|
||||
"BreakingChangesMessage": "",
|
||||
"BreakingChangesByVersion": null
|
||||
"ToggleRangeSelect": "Toggle drag selecteer"
|
||||
}
|
||||
|
@ -100,11 +100,6 @@
|
||||
"ForceCheckoutTooltip": "Wymuś przełączenie wybranej gałęzi. To spowoduje odrzucenie wszystkich lokalnych zmian w drzewie roboczym przed przełączeniem na wybraną gałąź.",
|
||||
"CheckoutByName": "Przełącz według nazwy",
|
||||
"CheckoutByNameTooltip": "Przełącz według nazwy. W polu wprowadzania możesz wpisać '-' aby przełączyć się na ostatnią gałąź.",
|
||||
"RemoteBranchCheckoutTitle": "",
|
||||
"CheckoutTypeNewBranch": "",
|
||||
"CheckoutTypeNewBranchTooltip": "",
|
||||
"CheckoutTypeDetachedHead": "",
|
||||
"CheckoutTypeDetachedHeadTooltip": "",
|
||||
"NewBranch": "Nowa gałąź",
|
||||
"NewBranchFromStashTooltip": "Utwórz nową gałąź z wybranego wpisu schowka. Działa poprzez przełączenie git na commit, na którym wpis schowka został utworzony, tworzenie nowej gałęzi z tego commita, a następnie zastosowanie wpisu schowka do nowej gałęzi jako dodatkowego commita.",
|
||||
"NoBranchesThisRepo": "Brak gałęzi dla tego repozytorium",
|
||||
@ -184,7 +179,6 @@
|
||||
"ForcePush": "Wymuś wysłanie",
|
||||
"ForcePushPrompt": "Twoja gałąź rozbiegła się z gałęzią zdalną. Naciśnij {{.cancelKey}}, aby anulować, lub {{.confirmKey}}, aby wymusić wysłanie.",
|
||||
"ForcePushDisabled": "Twoja gałąź rozbiegła się z gałęzią zdalną i masz wyłączone wymuszanie wysyłania",
|
||||
"UpdatesRejected": "",
|
||||
"UpdatesRejectedAndForcePushDisabled": "Aktualizacje zostały odrzucone i wyłączyłeś wymuszenie wysłania",
|
||||
"CheckForUpdate": "Sprawdź aktualizacje",
|
||||
"CheckingForUpdates": "Sprawdzanie aktualizacji...",
|
||||
@ -234,7 +228,6 @@
|
||||
"ToggleSelectHunk": "Zaznacz fragment",
|
||||
"ToggleSelectHunkTooltip": "Przełącz tryb zaznaczania fragmentu.",
|
||||
"ToggleSelectionForPatch": "Przełącz linie w łatce",
|
||||
"ToggleSelectionForPatchTooltip": "",
|
||||
"EditHunk": "Edytuj fragment",
|
||||
"EditHunkTooltip": "Edytuj wybrany fragment w zewnętrznym edytorze.",
|
||||
"ToggleStagingView": "Przełącz widok",
|
||||
@ -277,9 +270,7 @@
|
||||
"RebasingFromBaseCommitTitle": "Rebase '{{.checkedOutBranch}}' od oznaczonego commita bazowego",
|
||||
"SimpleRebase": "Prosty rebase na '{{.ref}}'",
|
||||
"InteractiveRebase": "Interaktywny rebase na '{{.ref}}'",
|
||||
"RebaseOntoBaseBranch": "",
|
||||
"InteractiveRebaseTooltip": "Rozpocznij interaktywny rebase z przerwaniem na początku, abyś mógł zaktualizować commity TODO przed kontynuacją.",
|
||||
"RebaseOntoBaseBranchTooltip": "",
|
||||
"MustSelectTodoCommits": "Podczas rebase ta akcja działa tylko na zaznaczonych commitach TODO.",
|
||||
"ConfirmMerge": "Czy na pewno chcesz scalić '{{.selectedBranch}}' z '{{.checkedOutBranch}}'?",
|
||||
"FwdNoUpstream": "Nie można szybko przewinąć gałęzi bez źródła",
|
||||
@ -294,7 +285,6 @@
|
||||
"ChangingThisActionIsNotAllowed": "Zmiana tego rodzaju wpisu rebase TODO nie jest dozwolona",
|
||||
"CherryPickCopy": "Kopiuj (cherry-pick)",
|
||||
"CherryPickCopyTooltip": "Oznacz commit jako skopiowany. Następnie, w widoku lokalnych commitów, możesz nacisnąć `{{.paste}}`, aby wkleić (cherry-pick) skopiowane commity do sprawdzonej gałęzi. W dowolnym momencie możesz nacisnąć `{{.escape}}`, aby anulować zaznaczenie.",
|
||||
"CherryPickCopyRange": "",
|
||||
"CherryPickCopyRangeTooltip": "Oznacz commity jako skopiowane od ostatniego skopiowanego commita do wybranego commita.",
|
||||
"PasteCommits": "Wklej (cherry-pick)",
|
||||
"SureCherryPick": "Czy na pewno chcesz cherry-pick skopiowane commity na tę gałąź?",
|
||||
@ -319,7 +309,6 @@
|
||||
"AmendCommitPrompt": "Czy na pewno chcesz poprawić ten commit swoimi zatwierdzonymi plikami?",
|
||||
"DropCommitTitle": "Usuń commit",
|
||||
"DropCommitPrompt": "Czy na pewno chcesz usunąć wybrane commity?",
|
||||
"DropUpdateRefPrompt": "",
|
||||
"PullingStatus": "Ściąganie",
|
||||
"PushingStatus": "Wysyłanie",
|
||||
"FetchingStatus": "Pobieranie",
|
||||
@ -382,13 +371,6 @@
|
||||
"FileResetOptionsTooltip": "Wyświetl opcje resetu dla drzewa roboczego (np. zniszczenie drzewa roboczego).",
|
||||
"CreateFixupCommit": "Utwórz commit fixup",
|
||||
"CreateFixupCommitTooltip": "Utwórz commit 'fixup!' dla wybranego commita. Później możesz nacisnąć `{{.squashAbove}}` na tym samym commicie, aby zastosować wszystkie powyższe commity fixup.",
|
||||
"CreateAmendCommit": "",
|
||||
"FixupMenu_Fixup": "",
|
||||
"FixupMenu_FixupTooltip": "",
|
||||
"FixupMenu_AmendWithChanges": "",
|
||||
"FixupMenu_AmendWithChangesTooltip": "",
|
||||
"FixupMenu_AmendWithoutChanges": "",
|
||||
"FixupMenu_AmendWithoutChangesTooltip": "",
|
||||
"SquashAboveCommitsTooltip": "Scal wszystkie commity 'fixup!', albo powyżej wybranego commita, albo wszystkie w bieżącej gałęzi (autosquash).",
|
||||
"SquashCommitsAboveSelectedTooltip": "Scal wszystkie commity 'fixup!' powyżej wybranego commita (autosquash).",
|
||||
"SquashCommitsInCurrentBranchTooltip": "Scal wszystkie commity 'fixup!' w bieżącej gałęzi (autosquash).",
|
||||
@ -458,8 +440,6 @@
|
||||
"SetUpstream": "Ustaw upstream wybranej gałęzi",
|
||||
"UnsetUpstream": "Usuń upstream wybranej gałęzi",
|
||||
"ViewDivergenceFromUpstream": "Wyświetl rozbieżność od upstream",
|
||||
"ViewDivergenceFromBaseBranch": "",
|
||||
"CouldNotDetermineBaseBranch": "",
|
||||
"DivergenceSectionHeaderLocal": "Lokalne",
|
||||
"DivergenceSectionHeaderRemote": "Zdalne",
|
||||
"ViewUpstreamResetOptions": "Resetuj sprawdzoną gałąź na {{.upstream}}",
|
||||
@ -542,7 +522,6 @@
|
||||
"OpenFilteringMenuTooltip": "Pokaż opcje filtrowania dziennika commitów, tak aby pokazywane były tylko commity pasujące do filtra.",
|
||||
"FilterBy": "Filtruj przez",
|
||||
"ExitFilterMode": "Zatrzymaj filtrowanie",
|
||||
"ExitFilterModeAuthor": "",
|
||||
"FilterPathOption": "Wprowadź ścieżkę do filtrowania",
|
||||
"FilterAuthorOption": "Wprowadź autora do filtrowania",
|
||||
"EnterFileName": "Wprowadź ścieżkę:",
|
||||
@ -622,7 +601,6 @@
|
||||
"NavigationTitle": "Nawigacja panelu listy",
|
||||
"SuggestionsCheatsheetTitle": "Podpowiedzi",
|
||||
"SuggestionsTitle": "Podpowiedzi (naciśnij %s, aby skupić)",
|
||||
"SuggestionsSubtitle": "",
|
||||
"ExtrasTitle": "Dziennik poleceń",
|
||||
"PushingTagStatus": "Wysyłanie tagu",
|
||||
"PullRequestURLCopiedToClipboard": "URL żądania ściągnięcia skopiowany do schowka",
|
||||
@ -771,7 +749,6 @@
|
||||
"SelectedItemDoesNotHaveFiles": "Wybrany element nie ma plików do wyświetlenia",
|
||||
"RangeSelectNotSupportedForSubmodules": "Zaznaczanie zakresu nie jest wspierane dla submodułów",
|
||||
"OldCherryPickKeyWarning": "Klawisz 'c' nie jest już domyślnym klawiszem do kopiowania commitów do cherry pick. Proszę użyj `{{.copy}}` zamiast tego (i `{{.paste}}` aby wkleić). Powodem tej zmiany jest to, że klawisz 'v' do wybierania zakresu linii podczas stagingu jest teraz używany również do wybierania zakresu linii w każdym widoku listy, co oznacza, że musieliśmy znaleźć nowy klawisz do wklejania commitów, i jeśli zamierzamy teraz używać `{{.paste}}` do wklejania commitów, możemy równie dobrze użyć `{{.copy}}` do ich kopiowania. Jeśli chcesz skonfigurować klawisze, aby uzyskać stare zachowanie, ustaw następujące w swojej konfiguracji:\n\nkeybinding:\n universal:\n toggleRangeSelect: \u003ccoś innego niż v\u003e\n commits:\n cherryPickCopy: 'c'\n pasteCommits: 'v'",
|
||||
"CommandDoesNotSupportOpeningInEditor": "",
|
||||
"Actions": {
|
||||
"CheckoutCommit": "Przełącz commit",
|
||||
"CheckoutTag": "Przełącz tag",
|
||||
@ -795,7 +772,6 @@
|
||||
"AmendCommit": "Popraw commit",
|
||||
"ResetCommitAuthor": "Zresetuj autora commita",
|
||||
"SetCommitAuthor": "Ustaw autora commita",
|
||||
"AddCommitCoAuthor": "",
|
||||
"RevertCommit": "Cofnij commit",
|
||||
"CreateFixupCommit": "Utwórz commit poprawkowy",
|
||||
"SquashAllAboveFixupCommits": "Scal wszystkie powyższe commity poprawkowe",
|
||||
@ -828,7 +804,6 @@
|
||||
"Push": "Wypchnij",
|
||||
"Pull": "Pociągnij",
|
||||
"OpenFile": "Otwórz plik",
|
||||
"OpenFileTooltip": "",
|
||||
"StashAllChanges": "Schowaj wszystkie zmiany",
|
||||
"StashAllChangesKeepIndex": "Schowaj wszystkie zmiany i zachowaj indeks",
|
||||
"StashStagedChanges": "Schowaj zatwierdzone zmiany",
|
||||
@ -887,8 +862,6 @@
|
||||
},
|
||||
"Bisect": {
|
||||
"MarkStart": "Oznacz %s jako %s (rozpocznij bisect)",
|
||||
"MarkSkipCurrent": "",
|
||||
"MarkSkipSelected": "",
|
||||
"ResetTitle": "Resetuj 'git bisect'",
|
||||
"ResetPrompt": "Czy na pewno chcesz zresetować 'git bisect'?",
|
||||
"ResetOption": "Resetuj bisect",
|
||||
|
@ -22,62 +22,29 @@
|
||||
"CredentialsPIN": "Введите PIN-код для SSH ключа",
|
||||
"PassUnameWrong": "Неверный пароль, кодовая фраза и/или имя пользователя",
|
||||
"Commit": "Сохранить изменения",
|
||||
"CommitTooltip": "",
|
||||
"AmendLastCommit": "Правка последнего коммита",
|
||||
"AmendLastCommitTitle": "Правка Последнего Коммита",
|
||||
"SureToAmend": "Вы уверены, что хотите править последний коммит? Впоследствии можно изменить сообщение коммита на панели коммитов.",
|
||||
"NoCommitToAmend": "Не найден коммит для внесения поправок.",
|
||||
"CommitChangesWithEditor": "Сохранить изменения с помощью редактора git",
|
||||
"FindBaseCommitForFixup": "",
|
||||
"FindBaseCommitForFixupTooltip": "",
|
||||
"NoBaseCommitsFound": "",
|
||||
"MultipleBaseCommitsFoundStaged": "",
|
||||
"MultipleBaseCommitsFoundUnstaged": "",
|
||||
"BaseCommitIsAlreadyOnMainBranch": "",
|
||||
"BaseCommitIsNotInCurrentView": "",
|
||||
"HunksWithOnlyAddedLinesWarning": "",
|
||||
"StatusTitle": "Статус",
|
||||
"GlobalTitle": "Глобальные сочетания клавиш",
|
||||
"Menu": "Меню",
|
||||
"Execute": "Выполнить",
|
||||
"Stage": "Переключить индекс",
|
||||
"StageTooltip": "",
|
||||
"ToggleStagedAll": "Все проиндексированные/непроиндексированные",
|
||||
"ToggleStagedAllTooltip": "",
|
||||
"ToggleTreeView": "Переключить вид дерева файлов",
|
||||
"ToggleTreeViewTooltip": "",
|
||||
"OpenDiffTool": "",
|
||||
"OpenMergeTool": "Открыть внешний инструмент слияния (git mergetool)",
|
||||
"OpenMergeToolTooltip": "",
|
||||
"Refresh": "Обновить",
|
||||
"RefreshTooltip": "",
|
||||
"Push": "Отправить изменения",
|
||||
"Pull": "Получить и слить изменения",
|
||||
"PushTooltip": "",
|
||||
"PullTooltip": "",
|
||||
"Scroll": "Прокрутить",
|
||||
"FileFilter": "Фильтровать файлы (проиндексированные/непроиндексированные)",
|
||||
"CopyToClipboardMenu": "",
|
||||
"CopyFileName": "",
|
||||
"CopyFilePath": "",
|
||||
"CopyFileDiffTooltip": "",
|
||||
"CopySelectedDiff": "",
|
||||
"CopyAllFilesDiff": "",
|
||||
"NoContentToCopyError": "",
|
||||
"FileNameCopiedToast": "",
|
||||
"FilePathCopiedToast": "",
|
||||
"FileDiffCopiedToast": "",
|
||||
"AllFilesDiffCopiedToast": "",
|
||||
"FilterStagedFiles": "Показывать только проиндексированные файлы",
|
||||
"FilterUnstagedFiles": "Показывать только непроиндексированные файлы",
|
||||
"ResetFilter": "Сбросить фильтр",
|
||||
"MergeConflictsTitle": "Конфликты Слияния",
|
||||
"Checkout": "Переключить",
|
||||
"CheckoutTooltip": "",
|
||||
"CantCheckoutBranchWhilePulling": "",
|
||||
"TagCheckoutTooltip": "",
|
||||
"RemoteBranchCheckoutTooltip": "",
|
||||
"CantPullOrPushSameBranchTwice": "",
|
||||
"NoChangedFiles": "Нет изменённых файлов",
|
||||
"SoftReset": "Мягкий сброс",
|
||||
"AlreadyCheckedOutBranch": "Вы уже переключились в эту ветку",
|
||||
@ -86,68 +53,36 @@
|
||||
"BranchName": "Название ветки",
|
||||
"NewBranchNameBranchOff": "Название новой ветки (Ветка с '{{.branchName}}')",
|
||||
"CantDeleteCheckOutBranch": "Невозможно удалить переключённую ветку!",
|
||||
"DeleteBranchTitle": "",
|
||||
"DeleteLocalBranch": "",
|
||||
"DeleteRemoteBranchOption": "",
|
||||
"DeleteRemoteBranchPrompt": "",
|
||||
"ForceDeleteBranchTitle": "",
|
||||
"ForceDeleteBranchMessage": "'{{.selectedBranchName}}' не полностью слилась. Вы уверены, что хотите удалить его?",
|
||||
"RebaseBranch": "Перебазировать переключённую ветку на эту ветку",
|
||||
"RebaseBranchTooltip": "",
|
||||
"CantRebaseOntoSelf": "Невозможно перебазировать ветку на себя",
|
||||
"CantMergeBranchIntoItself": "Невозможно объединить ветку в себя",
|
||||
"ForceCheckout": "Принудительное переключение",
|
||||
"ForceCheckoutTooltip": "",
|
||||
"CheckoutByName": "Переключить по названию",
|
||||
"CheckoutByNameTooltip": "",
|
||||
"RemoteBranchCheckoutTitle": "",
|
||||
"CheckoutTypeNewBranch": "",
|
||||
"CheckoutTypeNewBranchTooltip": "",
|
||||
"CheckoutTypeDetachedHead": "",
|
||||
"CheckoutTypeDetachedHeadTooltip": "",
|
||||
"NewBranch": "Новая ветка",
|
||||
"NewBranchFromStashTooltip": "",
|
||||
"NoBranchesThisRepo": "Нет веток для этого репозитория",
|
||||
"CommitWithoutMessageErr": "Вы не можете сохранить изменения без сообщения коммита",
|
||||
"Close": "Закрыть",
|
||||
"CloseCancel": "Закрыть/отменить",
|
||||
"Confirm": "Подтвердить",
|
||||
"Quit": "Выйти",
|
||||
"SquashTooltip": "",
|
||||
"CannotSquashOrFixupFirstCommit": "Ниже нет коммита, который можно было бы объединить",
|
||||
"Fixup": "Объединить несколько коммитов в один отбросив сообщение коммита (Fixup) ",
|
||||
"FixupTooltip": "",
|
||||
"SureFixupThisCommit": "Вы уверены, что хотите объединить несколько коммитов, отбросив сообщение коммита? Он будет объединён с коммитом ниже",
|
||||
"SureSquashThisCommit": "Вы уверены, что хотите объединить несколько коммитов в нижний коммит?",
|
||||
"Squash": "Объединить коммиты (Squash)",
|
||||
"PickCommitTooltip": "Выбрать коммит (в середине перебазирования)",
|
||||
"Pick": "",
|
||||
"CantPickDisabledReason": "",
|
||||
"Edit": "",
|
||||
"RevertCommit": "Отменить коммит",
|
||||
"Revert": "",
|
||||
"RevertCommitTooltip": "",
|
||||
"Reword": "Перефразировать коммит",
|
||||
"CommitRewordTooltip": "",
|
||||
"DropCommit": "Удалить коммит",
|
||||
"DropCommitTooltip": "",
|
||||
"MoveDownCommit": "Переместить коммит вниз на один",
|
||||
"MoveUpCommit": "Переместить коммит вверх на один",
|
||||
"CannotMoveAnyFurther": "",
|
||||
"EditCommit": "",
|
||||
"EditCommitTooltip": "Изменить коммит",
|
||||
"AmendCommitTooltip": "Править последний коммит с проиндексированными изменениями",
|
||||
"Amend": "",
|
||||
"ResetAuthor": "Сброс автора коммита",
|
||||
"ResetAuthorTooltip": "",
|
||||
"SetAuthor": "Установить автора",
|
||||
"SetAuthorTooltip": "",
|
||||
"AddCoAuthor": "",
|
||||
"AmendCommitAttribute": "Установить/убрать автора коммита",
|
||||
"AmendCommitAttributeTooltip": "",
|
||||
"SetAuthorPromptTitle": "Установить автора (должно выглядеть как «Имя \u003cEmail\u003e»)",
|
||||
"AddCoAuthorPromptTitle": "",
|
||||
"AddCoAuthorTooltip": "",
|
||||
"SureResetCommitAuthor": "Поле автора этого автора будет обновлено в соответствии с настроенным пользователем. Это также обновляет временную метку автора. Продолжить?",
|
||||
"RewordCommitEditor": "Переписать коммит с помощью редактора",
|
||||
"NoCommitsThisBranch": "Нет коммитов для этой ветки",
|
||||
@ -158,15 +93,11 @@
|
||||
"RedoReflog": "Повторить (через reflog) (экспериментальный)",
|
||||
"UndoTooltip": "Журнал ссылок (reflog) будет использоваться для определения того, какую команду git запустить, чтобы отменить последнюю команду git. Сюда не входят изменения в рабочем дереве; учитываются только коммиты.",
|
||||
"RedoTooltip": "Журнал ссылок (reflog) будет использоваться для определения того, какую команду git нужно запустить, чтобы повторить последнюю команду git. Сюда не входят изменения в рабочем дереве; учитываются только коммиты.",
|
||||
"UndoMergeResolveTooltip": "",
|
||||
"DiscardAllTooltip": "Отменить проиндексированные и непроиндексированные изменения в '{{.path}}'.",
|
||||
"DiscardUnstagedTooltip": "Отменить непроиндексированные изменения в '{{.path}}'.",
|
||||
"Pop": "Применить припрятанные изменения и тут же удалить их из хранилища",
|
||||
"StashPopTooltip": "",
|
||||
"Drop": "Удалить припрятанные изменения из хранилища",
|
||||
"StashDropTooltip": "",
|
||||
"Apply": "Применить припрятанные изменения",
|
||||
"StashApplyTooltip": "",
|
||||
"NoStashEntries": "Нет записей в хранилище",
|
||||
"StashDrop": "Сбросить хранилище",
|
||||
"SureDropStashEntry": "Вы уверены, что хотите удалить эту запись хранилища?",
|
||||
@ -184,7 +115,6 @@
|
||||
"ForcePush": "Принудительная отправка изменении",
|
||||
"ForcePushPrompt": "Ветка отклонилась от удалённой ветки. Нажмите «esc», чтобы отменить, или «enter», чтобы начать принудительную отправку изменении.",
|
||||
"ForcePushDisabled": "Ветка отклонилась от удалённой ветки. Принудительная отправка изменении была отключена",
|
||||
"UpdatesRejected": "",
|
||||
"UpdatesRejectedAndForcePushDisabled": "Обновления были отклонены. Принудительная отправка изменении была отключена",
|
||||
"CheckForUpdate": "Проверить обновления",
|
||||
"CheckingForUpdates": "Проверка обновлений...",
|
||||
@ -206,15 +136,11 @@
|
||||
"DeprecatedEditConfigWarning": "\n### Предупреждение об устаревшей конфигурации ###\n\nСледующие параметры конфигурации устарели и будут удалены в будущей\nверсии:\n{{configs}}\n\nПожалуйста, ознакомьтесь с\n\n https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#configuring-file-editing\n\nдля получения актуальной информации о том, как настроить ваш редактор.\n\n",
|
||||
"GitconfigParseErr": "Gogit не удалось проанализировать ваш файл gitconfig из-за наличия символов «\\» без кавычек. Их удаление должно решить проблему.",
|
||||
"EditFile": "Редактировать файл",
|
||||
"EditFileTooltip": "",
|
||||
"OpenFile": "Открыть файл",
|
||||
"OpenFileTooltip": "",
|
||||
"OpenInEditor": "",
|
||||
"IgnoreFile": "Добавить в .gitignore",
|
||||
"ExcludeFile": "Добавить в .git/info/exclude",
|
||||
"RefreshFiles": "Обновить файлы",
|
||||
"Merge": "Слияние с текущей переключённой веткой",
|
||||
"MergeBranchTooltip": "",
|
||||
"ConfirmQuit": "Вы уверены, что хотите выйти?",
|
||||
"SwitchRepo": "Переключиться на последний репозиторий",
|
||||
"AllBranchesLogGraph": "Показать все логи ветки",
|
||||
@ -222,26 +148,18 @@
|
||||
"CopyPullRequestURL": "Скопировать URL запроса на принятие изменений в буфер обмена",
|
||||
"NoBranchOnRemote": "Этой ветки не существует в удалённом репозитории. Сначала вам нужно его отправить в удалённый репозитории.",
|
||||
"Fetch": "Получить изменения",
|
||||
"FetchTooltip": "",
|
||||
"NoAutomaticGitFetchTitle": "Нет автоматического получения изменении",
|
||||
"NoAutomaticGitFetchBody": "Lazygit не может использовать «git fetch» в приватном репозитории; используйте «f» на панели файлов, чтобы запустить «git fetch» вручную",
|
||||
"FileEnter": "Проиндексировать отдельные части/строки для файла или свернуть/развернуть для каталога",
|
||||
"FileEnterTooltip": "",
|
||||
"FileStagingRequirements": "Можно проиндексировать только отдельные строки для отслеживаемых файлов",
|
||||
"StageSelectionTooltip": "Переключить строку в проиндексированные / непроиндексированные",
|
||||
"DiscardSelection": "Отменить изменение (git reset)",
|
||||
"DiscardSelectionTooltip": "",
|
||||
"ToggleSelectHunk": "Переключить выборку частей",
|
||||
"ToggleSelectHunkTooltip": "",
|
||||
"ToggleSelectionForPatch": "Добавить/удалить строку(и) для патча",
|
||||
"ToggleSelectionForPatchTooltip": "",
|
||||
"EditHunk": "Изменить эту часть",
|
||||
"EditHunkTooltip": "",
|
||||
"ToggleStagingView": "Переключиться на другую панель (проиндексированные/непроиндексированные изменения)",
|
||||
"ToggleStagingViewTooltip": "",
|
||||
"ReturnToFilesPanel": "Вернуться к панели файлов",
|
||||
"FastForward": "Перемотать эту ветку вперёд из её upstream-ветки",
|
||||
"FastForwardTooltip": "",
|
||||
"FastForwarding": "Получить изменения и перемотать вперёд",
|
||||
"FoundConflictsTitle": "Конфликты!",
|
||||
"ViewConflictsMenuItem": "Просмотр конфликтов",
|
||||
@ -249,9 +167,6 @@
|
||||
"PickHunk": "Выбрать эту часть",
|
||||
"PickAllHunks": "Выбрать все части",
|
||||
"ViewMergeRebaseOptions": "Просмотреть параметры слияния/перебазирования",
|
||||
"ViewMergeRebaseOptionsTooltip": "",
|
||||
"ViewMergeOptions": "",
|
||||
"ViewRebaseOptions": "",
|
||||
"NotMergingOrRebasing": "В данный момент вы не выполняете ни перебазирования, ни слияние",
|
||||
"AlreadyRebasing": "Невозможно выполнить это действие во время перебазирования",
|
||||
"RecentRepos": "Последние репозитории",
|
||||
@ -264,7 +179,6 @@
|
||||
"SearchTitle": "Поиск",
|
||||
"TagsTitle": "Теги",
|
||||
"MenuTitle": "Меню",
|
||||
"CommitMenuTitle": "",
|
||||
"RemotesTitle": "Удалённые репозитории",
|
||||
"RemoteBranchesTitle": "Удалённые ветки",
|
||||
"PatchBuildingTitle": "Главная панель (сборка патчей)",
|
||||
@ -274,18 +188,13 @@
|
||||
"ConflictsResolved": "Все конфликты слияния разрешены. Продолжить?",
|
||||
"Continue": "Продолжить",
|
||||
"RebasingTitle": "Перебазировать '{{.checkedOutBranch}}'",
|
||||
"RebasingFromBaseCommitTitle": "",
|
||||
"SimpleRebase": "Простая перебазировка на '{{.ref}}'",
|
||||
"InteractiveRebase": "Интерактивная перебазировка на '{{.ref}}'",
|
||||
"RebaseOntoBaseBranch": "",
|
||||
"InteractiveRebaseTooltip": "Начать интерактивную перебазировку с перерыва в начале, чтобы можно было обновить TODO коммиты, прежде чем продолжить.",
|
||||
"RebaseOntoBaseBranchTooltip": "",
|
||||
"MustSelectTodoCommits": "",
|
||||
"ConfirmMerge": "Вы уверены, что хотите to merge '{{.selectedBranch}}' into '{{.checkedOutBranch}}'?",
|
||||
"FwdNoUpstream": "Невозможно перемотать ветку без upstream-ветки",
|
||||
"FwdNoLocalUpstream": "Невозможно перемотать ветку. Удалённый репозитории не зарегистрирован локально",
|
||||
"FwdCommitsToPush": "Невозможно перемотать ветку с коммитами для отправки",
|
||||
"PullRequestNoUpstream": "",
|
||||
"ErrorOccurred": "Произошла ошибка! Пожалуйста, заявите о проблеме на",
|
||||
"NoRoom": "Недостаточно места",
|
||||
"YouAreHere": "ВЫ ЗДЕСЬ",
|
||||
@ -293,14 +202,9 @@
|
||||
"RewordNotSupported": "Переформулировка коммитов при интерактивном перебазировании в настоящее время не поддерживается",
|
||||
"ChangingThisActionIsNotAllowed": "Изменение этого типа записи todo перебазирования не допускается",
|
||||
"CherryPickCopy": "Скопировать отобранные коммит (cherry-pick)",
|
||||
"CherryPickCopyTooltip": "",
|
||||
"CherryPickCopyRange": "",
|
||||
"CherryPickCopyRangeTooltip": "",
|
||||
"PasteCommits": "Вставить отобранные коммиты (cherry-pick)",
|
||||
"SureCherryPick": "Вы уверены, что хотите выборочно применить (cherry-picked) отобранные коммиты в эту ветку?",
|
||||
"CherryPick": "Выборочная отборка (Cherry-Pick)",
|
||||
"CannotCherryPickNonCommit": "",
|
||||
"CannotCherryPickMergeCommit": "",
|
||||
"Donate": "Пожертвовать",
|
||||
"AskQuestion": "Задать вопрос",
|
||||
"PrevLine": "Выбрать предыдущую строку",
|
||||
@ -319,14 +223,12 @@
|
||||
"AmendCommitPrompt": "Вы уверены, что хотите править этот коммит проиндексированными файлами?",
|
||||
"DropCommitTitle": "Удалить коммит",
|
||||
"DropCommitPrompt": "Вы уверены, что хотите удалить этот коммит?",
|
||||
"DropUpdateRefPrompt": "",
|
||||
"PullingStatus": "Получение и слияние изменении",
|
||||
"PushingStatus": "Отправка изменении",
|
||||
"FetchingStatus": "Получение изменении",
|
||||
"SquashingStatus": "Объединение коммитов",
|
||||
"FixingStatus": "Объединение коммитов, отбросив сообщение коммита",
|
||||
"DeletingStatus": "Удаление",
|
||||
"DroppingStatus": "",
|
||||
"MovingStatus": "Перемещение",
|
||||
"RebasingStatus": "Перебазирование",
|
||||
"MergingStatus": "Слияние",
|
||||
@ -338,18 +240,14 @@
|
||||
"RedoingStatus": "Выполнение последней команды",
|
||||
"CheckingOutStatus": "Переключение",
|
||||
"CommittingStatus": "Сохранение изменении",
|
||||
"RevertingStatus": "",
|
||||
"CreatingFixupCommitStatus": "",
|
||||
"CommitFiles": "Сохранить изменения файлов",
|
||||
"SubCommitsDynamicTitle": "Коммиты (%s)",
|
||||
"CommitFilesDynamicTitle": "Различия файлов (%s)",
|
||||
"RemoteBranchesDynamicTitle": "Удалённые ветки (%s)",
|
||||
"ViewItemFiles": "Просмотреть файлы выбранного элемента",
|
||||
"ViewItemFilesTooltip": "",
|
||||
"CommitFilesTitle": "Сохранить Изменения Файлов",
|
||||
"CheckoutCommitFileTooltip": "Переключить файл",
|
||||
"CanOnlyDiscardFromLocalCommits": "Изменения можно отменить только из локальных коммитов.",
|
||||
"Remove": "",
|
||||
"DiscardOldFileChangeTooltip": "Отменить изменения коммита в этом файле",
|
||||
"DiscardFileChangesTitle": "Отменить изменения файла",
|
||||
"DiscardFileChangesPrompt": "Вы уверены, что хотите удалить изменения в выбранных файлах из этого коммита?\n\nЭто действие запустит перебазирование и отменит изменения в этих файлах. Обратите внимание, что если последующие коммиты зависят от этих изменений, вам, возможно, придется разрешить конфликты.\nПримечание: это также сбросит все активные пользовательские патчи.",
|
||||
@ -363,8 +261,6 @@
|
||||
"AutoStashPrompt": "Чтобы перенести изменения, их нужно сохранить и вынуть. Сделать это автоматически? (enter/esc)",
|
||||
"StashPrefix": "Автосохранение изменений для",
|
||||
"Discard": "Просмотреть параметры «отмены изменении»",
|
||||
"DiscardChangesTitle": "",
|
||||
"DiscardFileChangesTooltip": "",
|
||||
"Cancel": "Отменить",
|
||||
"DiscardAllChanges": "Отменить все изменения",
|
||||
"DiscardUnstagedChanges": "Отменить непроиндексированные изменения",
|
||||
@ -373,43 +269,17 @@
|
||||
"DiscardUntrackedFiles": "Удалить неотслеживаемые файлы",
|
||||
"DiscardStagedChanges": "Отменить проиндексированные изменения",
|
||||
"HardReset": "Жёсткий сброс",
|
||||
"BranchDeleteTooltip": "",
|
||||
"TagDeleteTooltip": "",
|
||||
"Delete": "",
|
||||
"Reset": "",
|
||||
"ResetTooltip": "",
|
||||
"ViewResetOptions": "Просмотреть параметры сброса",
|
||||
"FileResetOptionsTooltip": "",
|
||||
"CreateFixupCommit": "Создать fixup коммит",
|
||||
"CreateFixupCommitTooltip": "Создать fixup коммит для этого коммита",
|
||||
"CreateAmendCommit": "",
|
||||
"FixupMenu_Fixup": "",
|
||||
"FixupMenu_FixupTooltip": "",
|
||||
"FixupMenu_AmendWithChanges": "",
|
||||
"FixupMenu_AmendWithChangesTooltip": "",
|
||||
"FixupMenu_AmendWithoutChanges": "",
|
||||
"FixupMenu_AmendWithoutChangesTooltip": "",
|
||||
"SquashAboveCommitsTooltip": "Объединить все 'fixup!' коммиты выше в выбранный коммит (автосохранение)",
|
||||
"SquashCommitsAboveSelectedTooltip": "",
|
||||
"SquashCommitsInCurrentBranchTooltip": "",
|
||||
"SquashAboveCommits": "",
|
||||
"SquashCommitsInCurrentBranch": "",
|
||||
"SquashCommitsAboveSelectedCommit": "",
|
||||
"CannotSquashCommitsInCurrentBranch": "",
|
||||
"ExecuteCustomCommand": "Выполнить пользовательскую команду",
|
||||
"ExecuteCustomCommandTooltip": "",
|
||||
"CustomCommand": "Пользовательская Команда:",
|
||||
"CommitChangesWithoutHook": "Закоммитить изменения без предварительного хука коммита",
|
||||
"SkipHookPrefixNotConfigured": "Вы не настроили префикс сообщения коммита для пропуска хуков. Установите `git.skipHookPrefix = 'WIP'` в вашей конфигурации",
|
||||
"ResetTo": "Сбросить на",
|
||||
"ResetSoftTooltip": "",
|
||||
"ResetMixedTooltip": "",
|
||||
"ResetHardTooltip": "",
|
||||
"PressEnterToReturn": "Нажмите Enter, чтобы вернуться в lazygit",
|
||||
"ViewStashOptions": "Просмотреть параметры хранилища",
|
||||
"ViewStashOptionsTooltip": "",
|
||||
"Stash": "",
|
||||
"StashTooltip": "",
|
||||
"StashAllChanges": "Припрятать все изменения",
|
||||
"StashStagedChanges": "Припрятать проиндексированные изменения",
|
||||
"StashAllChangesKeepIndex": "Припрятать все изменения и сохранить индекс",
|
||||
@ -417,26 +287,20 @@
|
||||
"StashIncludeUntrackedChanges": "Припрятать все изменения, включая неотслеживаемые файлы",
|
||||
"StashOptions": "Параметры хранилища",
|
||||
"NotARepository": "Ошибка: необходимо запустить внутри git репозитория",
|
||||
"WorkingDirectoryDoesNotExist": "",
|
||||
"Jump": "Перейти к панели",
|
||||
"ScrollLeftRight": "Прокрутить влево/вправо",
|
||||
"ScrollLeft": "Прокрутить влево",
|
||||
"ScrollRight": "Прокрутить вправо",
|
||||
"DiscardPatch": "Отменить патч",
|
||||
"DiscardPatchConfirm": "Вы можете собрать патч только из одной записи коммита/хранилища за раз. Отменить текущий патч?",
|
||||
"DiscardPatchSameCommitConfirm": "",
|
||||
"CantPatchWhileRebasingError": "Вы не можете создавать патчи или запускать команды патча, находясь в состоянии слияния или перемещения.",
|
||||
"ToggleAddToPatch": "Переключить файлы включённые в патч",
|
||||
"ToggleAddToPatchTooltip": "",
|
||||
"ToggleAllInPatch": "Переключить все файлы, включённые в патч",
|
||||
"ToggleAllInPatchTooltip": "",
|
||||
"UpdatingPatch": "Обновление патча",
|
||||
"ViewPatchOptions": "Просмотреть пользовательские параметры патча",
|
||||
"PatchOptionsTitle": "Параметры патча",
|
||||
"NoPatchError": "Патч ещё не создан. Чтобы начать сборку патча, используйте «пробел» в файле коммита или введите, чтобы добавить определённые строки.",
|
||||
"EmptyPatchError": "",
|
||||
"EnterCommitFile": "Введите файл, чтобы добавить выбранные строки в патч (или свернуть каталог переключения)",
|
||||
"EnterCommitFileTooltip": "",
|
||||
"ExitCustomPatchBuilder": "Выйти из сборщика пользовательских патчей",
|
||||
"EnterUpstream": "Введите upstream как '\u003cremote\u003e \u003cbranchname\u003e'",
|
||||
"InvalidUpstream": "Недействительный upstream. Должен быть в формате '\u003cremote\u003e \u003cbranchname\u003e'",
|
||||
@ -444,57 +308,31 @@
|
||||
"NewRemote": "Добавить новую удалённую ветку",
|
||||
"NewRemoteName": "Название новой удалённой ветки",
|
||||
"NewRemoteUrl": "Ссылка новой удалённой ветки",
|
||||
"ViewBranches": "",
|
||||
"EditRemoteName": "Введите новое название для удалённое ветки {{.remoteName}}:",
|
||||
"EditRemoteUrl": "Введите новую ссылку для удалённое ветки {{.remoteName}}:",
|
||||
"RemoveRemote": "Удалить удалённую ветку",
|
||||
"RemoveRemoteTooltip": "",
|
||||
"RemoveRemotePrompt": "Вы уверены, что хотите удалить удалённую ветку?",
|
||||
"DeleteRemoteBranch": "Удалить Удалённую Ветку",
|
||||
"DeleteRemoteBranchMessage": "Вы уверены, что хотите удалить удалённую ветку",
|
||||
"DeleteRemoteBranchTooltip": "",
|
||||
"SetAsUpstream": "",
|
||||
"SetAsUpstreamTooltip": "Установить как upstream-ветку переключённую ветку",
|
||||
"SetUpstream": "Установить upstream-ветку из выбранной ветки",
|
||||
"UnsetUpstream": "Убрать upstream-ветку из выбранной ветки",
|
||||
"ViewDivergenceFromUpstream": "",
|
||||
"ViewDivergenceFromBaseBranch": "",
|
||||
"CouldNotDetermineBaseBranch": "",
|
||||
"DivergenceSectionHeaderLocal": "",
|
||||
"DivergenceSectionHeaderRemote": "",
|
||||
"ViewUpstreamResetOptions": "",
|
||||
"ViewUpstreamResetOptionsTooltip": "",
|
||||
"ViewUpstreamRebaseOptions": "",
|
||||
"ViewUpstreamRebaseOptionsTooltip": "",
|
||||
"UpstreamGenericName": "",
|
||||
"SetUpstreamTitle": "Установить upstream-ветку",
|
||||
"SetUpstreamMessage": "Вы уверены, что хотите установить upstream-ветвь '{{.checkedOut}}' на '{{.selected}}'",
|
||||
"EditRemoteTooltip": "Редактировать удалённый репозитории",
|
||||
"TagCommit": "Пометить коммит тегом",
|
||||
"TagCommitTooltip": "",
|
||||
"TagMenuTitle": "Создать тег",
|
||||
"TagNameTitle": "Название тега",
|
||||
"TagMessageTitle": "Сообщения тега",
|
||||
"LightweightTag": "Легковесный тег",
|
||||
"AnnotatedTag": "Аннотированный тег",
|
||||
"DeleteTagTitle": "Удалить тег",
|
||||
"DeleteLocalTag": "",
|
||||
"DeleteRemoteTag": "",
|
||||
"SelectRemoteTagUpstream": "",
|
||||
"DeleteRemoteTagPrompt": "",
|
||||
"RemoteTagDeletedMessage": "",
|
||||
"PushTagTitle": "Удалённый репозитории для отправки тега '{{.tagName}}' в:",
|
||||
"PushTag": "Отправить тег",
|
||||
"PushTagTooltip": "",
|
||||
"NewTag": "Создать тег",
|
||||
"NewTagTooltip": "",
|
||||
"CreatingTag": "",
|
||||
"ForceTag": "",
|
||||
"ForceTagPrompt": "",
|
||||
"FetchRemoteTooltip": "Получение изменения из удалённого репозитория",
|
||||
"FetchingRemoteStatus": "Получение статуса удалённого репозитория",
|
||||
"CheckoutCommit": "Переключить коммит",
|
||||
"CheckoutCommitTooltip": "",
|
||||
"SureCheckoutThisCommit": "Вы уверены, что хотите переключить коммит?",
|
||||
"GitFlowOptions": "Показать параметры git-flow",
|
||||
"NotAGitFlowBranch": "Это не похоже на ветку git-flow",
|
||||
@ -507,20 +345,10 @@
|
||||
"NextScreenMode": "Следующий режим экрана (нормальный/полуэкранный/полноэкранный)",
|
||||
"PrevScreenMode": "Предыдущий режим экрана",
|
||||
"StartSearch": "Найти",
|
||||
"StartFilter": "",
|
||||
"Panel": "Панель",
|
||||
"Keybindings": "Связки клавиш",
|
||||
"KeybindingsLegend": "Связки клавиш",
|
||||
"KeybindingsMenuSectionLocal": "",
|
||||
"KeybindingsMenuSectionGlobal": "",
|
||||
"KeybindingsMenuSectionNavigation": "",
|
||||
"RenameBranch": "Переименовать ветку",
|
||||
"Upstream": "",
|
||||
"UpstreamTooltip": "",
|
||||
"BranchUpstreamOptionsTitle": "",
|
||||
"ViewBranchUpstreamOptions": "",
|
||||
"ViewBranchUpstreamOptionsTooltip": "",
|
||||
"UpstreamNotSetError": "",
|
||||
"NewGitFlowBranchPrompt": "Новое {{.branchType}} название:",
|
||||
"RenameBranchWarning": "Эта ветвь отслеживает удалённый репозитории. Это действие переименует только имя локальной ветки, а не имя удалённой ветки. Продолжать?",
|
||||
"OpenKeybindingsMenu": "Открыть меню",
|
||||
@ -539,16 +367,11 @@
|
||||
"FilteringBy": "Фильтрация по",
|
||||
"ResetInParentheses": "(сбросить)",
|
||||
"OpenFilteringMenu": "Просмотреть параметры фильтрации по пути",
|
||||
"OpenFilteringMenuTooltip": "",
|
||||
"FilterBy": "Фильтровать по",
|
||||
"ExitFilterMode": "Прекратить фильтрацию по пути",
|
||||
"ExitFilterModeAuthor": "",
|
||||
"FilterPathOption": "Введите путь для фильтрации",
|
||||
"FilterAuthorOption": "",
|
||||
"EnterFileName": "Введите путь:",
|
||||
"EnterAuthor": "",
|
||||
"FilteringMenuTitle": "Фильтрация",
|
||||
"WillCancelExistingFilterTooltip": "",
|
||||
"MustExitFilterModeTitle": "Команда недоступна",
|
||||
"MustExitFilterModePrompt": "Команда недоступна в режиме фильтрации. Выйти из режима фильтрации?",
|
||||
"Diff": "Разница",
|
||||
@ -558,9 +381,7 @@
|
||||
"DiffingMenuTitle": "Сравнение",
|
||||
"SwapDiff": "Обратное направление сравнении",
|
||||
"ViewDiffingOptions": "Открыть меню сравнении",
|
||||
"ViewDiffingOptionsTooltip": "",
|
||||
"OpenCommandLogMenu": "Открыть меню журнала команд",
|
||||
"OpenCommandLogMenuTooltip": "",
|
||||
"ShowingGitDiff": "Показывает вывод для:",
|
||||
"CommitDiff": "Разница коммита",
|
||||
"CopyCommitHashToClipboard": "Скопировать hash коммита в буфер обмена",
|
||||
@ -571,7 +392,6 @@
|
||||
"CommitSubject": "Тема коммита",
|
||||
"CommitAuthor": "Автор коммита",
|
||||
"CopyCommitAttributeToClipboard": "Скопировать атрибут коммита",
|
||||
"CopyCommitAttributeToClipboardTooltip": "",
|
||||
"CopyBranchNameToClipboard": "Скопировать название ветки в буфер обмена",
|
||||
"CopyPathToClipboard": "Скопировать название файла в буфер обмена",
|
||||
"CommitPrefixPatternError": "Ошибка в шаблоне commitPrefix",
|
||||
@ -591,10 +411,8 @@
|
||||
"SubmoduleStashAndReset": "Спрятать непроиндексированные изменения подмодуля и обновить",
|
||||
"AndResetSubmodules": "И сбросить подмодули",
|
||||
"EnterSubmoduleTooltip": "Ввести подмодуль",
|
||||
"Enter": "",
|
||||
"CopySubmoduleNameToClipboard": "Скопировать название подмодуля в буфер обмена",
|
||||
"RemoveSubmodule": "Удалить подмодуль",
|
||||
"RemoveSubmoduleTooltip": "",
|
||||
"RemoveSubmodulePrompt": "Вы уверены, что хотите удалить подмодуль '%s' и соответствующий ему каталог? Это необратимо.",
|
||||
"ResettingSubmoduleStatus": "Сброс подмодуля",
|
||||
"NewSubmoduleName": "Названия нового подмодуля:",
|
||||
@ -607,8 +425,6 @@
|
||||
"EditSubmoduleUrl": "Обновить URL подмодуля",
|
||||
"InitializingSubmoduleStatus": "Инициализация подмодуля",
|
||||
"InitSubmoduleTooltip": "Инициализировать подмодуль",
|
||||
"Update": "",
|
||||
"Initialize": "",
|
||||
"SubmoduleUpdateTooltip": "Обновить подмодуль",
|
||||
"UpdatingSubmoduleStatus": "Обновление подмодуля",
|
||||
"BulkInitSubmodules": "Массовая инициализация подмодулей",
|
||||
@ -622,7 +438,6 @@
|
||||
"NavigationTitle": "Навигация по панели списка",
|
||||
"SuggestionsCheatsheetTitle": "Подсказки",
|
||||
"SuggestionsTitle": "Подсказки (нажмите %s, чтобы сфокусироваться)",
|
||||
"SuggestionsSubtitle": "",
|
||||
"ExtrasTitle": "Журнал команд",
|
||||
"PushingTagStatus": "Отправка тега",
|
||||
"PullRequestURLCopiedToClipboard": "URL запроса на принятие изменений скопирован в буфер обмена",
|
||||
@ -636,7 +451,6 @@
|
||||
"ErrCannotEditDirectory": "Невозможно редактировать каталог: вы можете редактировать только отдельные файлы",
|
||||
"ErrStageDirWithInlineMergeConflicts": "Невозможно подготовить/удалить каталог, содержащий файлы со встроенными конфликтами слияния. Сначала устраните конфликты слияния",
|
||||
"ErrRepositoryMovedOrDeleted": "Не могу найти репозиторий. Возможно, он был перемещён или удалён ¯\\_(ツ)_/¯",
|
||||
"ErrWorktreeMovedOrRemoved": "",
|
||||
"CommandLog": "Журнал команд",
|
||||
"ToggleShowCommandLog": "Показать/скрыть журнал команд",
|
||||
"FocusCommandLog": "Сфокусировать журнал команд",
|
||||
@ -644,14 +458,10 @@
|
||||
"RandomTip": "Случайный совет",
|
||||
"SelectParentCommitForMerge": "Выберите родительский коммит для слияния",
|
||||
"ToggleWhitespaceInDiffView": "Переключить отображение изменении пробелов в просмотрщике сравнении",
|
||||
"ToggleWhitespaceInDiffViewTooltip": "",
|
||||
"IgnoreWhitespaceDiffViewSubTitle": "(игнорирование пробелов)",
|
||||
"IgnoreWhitespaceNotSupportedHere": "Игнорирование пробелов не поддерживается в этом представлении",
|
||||
"IncreaseContextInDiffView": "Увеличить размер контекста, отображаемого вокруг изменений в просмотрщике сравнении",
|
||||
"IncreaseContextInDiffViewTooltip": "",
|
||||
"DecreaseContextInDiffView": "Уменьшите размер контекста, отображаемого вокруг изменений в просмотрщике сравнении",
|
||||
"DecreaseContextInDiffViewTooltip": "",
|
||||
"DiffContextSizeChanged": "",
|
||||
"CreatePullRequestOptions": "Создать параметры запроса принятие изменений",
|
||||
"DefaultBranch": "Ветка по-умолчанию",
|
||||
"SelectBranch": "Выбрать ветку",
|
||||
@ -666,15 +476,12 @@
|
||||
"AbortTitle": "Прервать %s",
|
||||
"AbortPrompt": "Вы уверены, что хотите прервать текущий %s?",
|
||||
"OpenLogMenu": "Открыть меню журнала",
|
||||
"OpenLogMenuTooltip": "",
|
||||
"LogMenuTitle": "Параметры журнала коммитов",
|
||||
"ToggleShowGitGraphAll": "Переключить отображение всего git графа (передать флаг --all в git log )",
|
||||
"ShowGitGraph": "Показать git граф",
|
||||
"SortOrder": "Порядок сортировки",
|
||||
"SortAlphabetical": "По алфавиту",
|
||||
"SortByDate": "По дате",
|
||||
"SortByRecency": "",
|
||||
"SortBasedOnReflog": "",
|
||||
"SortCommits": "Упорядочить коммиты",
|
||||
"CantChangeContextSizeError": "Невозможно изменить контекст в режиме создания патча, потому что мы были слишком ленивы, чтобы поддерживать его при выпуске функции. Если вы действительно этого хотите, пожалуйста, дайте нам знать!",
|
||||
"OpenCommitInBrowser": "Открыть коммит в браузере",
|
||||
@ -693,91 +500,24 @@
|
||||
"CommitsCopied": "коммиты скопированы",
|
||||
"CommitCopied": "коммит скопирован",
|
||||
"ResetPatch": "Сбросить патч",
|
||||
"ResetPatchTooltip": "",
|
||||
"ApplyPatch": "Применить патч",
|
||||
"ApplyPatchTooltip": "",
|
||||
"ApplyPatchInReverse": "Применить патч в обратном порядке",
|
||||
"ApplyPatchInReverseTooltip": "",
|
||||
"RemovePatchFromOriginalCommit": "Удалить патч из исходного коммита (%s)",
|
||||
"RemovePatchFromOriginalCommitTooltip": "",
|
||||
"MovePatchOutIntoIndex": "Переместить патч в индекс",
|
||||
"MovePatchOutIntoIndexTooltip": "",
|
||||
"MovePatchIntoNewCommit": "Переместить патч в новый коммит",
|
||||
"MovePatchIntoNewCommitTooltip": "",
|
||||
"MovePatchToSelectedCommit": "Переместить патч в выбранный коммит (%s)",
|
||||
"MovePatchToSelectedCommitTooltip": "",
|
||||
"CopyPatchToClipboard": "Скопировать патч в буфер обмена",
|
||||
"NoMatchesFor": "Нет совпадений для '%s' %s",
|
||||
"MatchesFor": "совпадений для '%s' (%d из %d) %s",
|
||||
"SearchKeybindings": "%s: Следующее совпадение, %s: Предыдущее совпадение, %s: Выйти из режима поиска",
|
||||
"SearchPrefix": "Поиск: ",
|
||||
"FilterPrefix": "",
|
||||
"ExitSearchMode": "%s: Выйти из режима поиска",
|
||||
"ExitTextFilterMode": "",
|
||||
"Switch": "",
|
||||
"SwitchToWorktree": "",
|
||||
"SwitchToWorktreeTooltip": "",
|
||||
"AlreadyCheckedOutByWorktree": "",
|
||||
"BranchCheckedOutByWorktree": "",
|
||||
"DetachWorktreeTooltip": "",
|
||||
"Switching": "",
|
||||
"RemoveWorktree": "",
|
||||
"RemoveWorktreeTitle": "",
|
||||
"DetachWorktree": "",
|
||||
"DetachingWorktree": "",
|
||||
"WorktreesTitle": "",
|
||||
"WorktreeTitle": "",
|
||||
"RemoveWorktreePrompt": "",
|
||||
"ForceRemoveWorktreePrompt": "",
|
||||
"RemovingWorktree": "",
|
||||
"AddingWorktree": "",
|
||||
"CantDeleteCurrentWorktree": "",
|
||||
"AlreadyInWorktree": "",
|
||||
"CantDeleteMainWorktree": "",
|
||||
"NoWorktreesThisRepo": "",
|
||||
"MissingWorktree": "",
|
||||
"MainWorktree": "",
|
||||
"NewWorktree": "",
|
||||
"NewWorktreePath": "",
|
||||
"NewWorktreeBase": "",
|
||||
"RemoveWorktreeTooltip": "",
|
||||
"BranchNameCannotBeBlank": "",
|
||||
"NewBranchName": "",
|
||||
"NewBranchNameLeaveBlank": "",
|
||||
"ViewWorktreeOptions": "",
|
||||
"CreateWorktreeFrom": "",
|
||||
"CreateWorktreeFromDetached": "",
|
||||
"LcWorktree": "",
|
||||
"ChangingDirectoryTo": "",
|
||||
"Name": "",
|
||||
"Branch": "",
|
||||
"Path": "",
|
||||
"MarkedBaseCommitStatus": "",
|
||||
"MarkAsBaseCommit": "",
|
||||
"MarkAsBaseCommitTooltip": "",
|
||||
"MarkedCommitMarker": "",
|
||||
"PleaseGoToURL": "",
|
||||
"NoCopiedCommits": "",
|
||||
"DisabledMenuItemPrefix": "",
|
||||
"QuickStartInteractiveRebase": "",
|
||||
"QuickStartInteractiveRebaseTooltip": "",
|
||||
"CannotQuickStartInteractiveRebase": "",
|
||||
"ToggleRangeSelect": "Переключить выборку перетаскивания",
|
||||
"RangeSelectUp": "",
|
||||
"RangeSelectDown": "",
|
||||
"RangeSelectNotSupported": "",
|
||||
"NoItemSelected": "",
|
||||
"SelectedItemIsNotABranch": "",
|
||||
"SelectedItemDoesNotHaveFiles": "",
|
||||
"RangeSelectNotSupportedForSubmodules": "",
|
||||
"OldCherryPickKeyWarning": "",
|
||||
"CommandDoesNotSupportOpeningInEditor": "",
|
||||
"Actions": {
|
||||
"CheckoutCommit": "Переключить коммит",
|
||||
"CheckoutTag": "Переключить тег",
|
||||
"CheckoutBranch": "Переключить ветку",
|
||||
"ForceCheckoutBranch": "Принудительное переключение ветки",
|
||||
"DeleteLocalBranch": "",
|
||||
"DeleteBranch": "Удалить ветку",
|
||||
"Merge": "Слить",
|
||||
"RebaseBranch": "Перебазировать ветку",
|
||||
@ -795,7 +535,6 @@
|
||||
"AmendCommit": "Править коммит (amend)",
|
||||
"ResetCommitAuthor": "Сброс автора коммита",
|
||||
"SetCommitAuthor": "Установить автора коммита",
|
||||
"AddCommitCoAuthor": "",
|
||||
"RevertCommit": "Отменить коммит",
|
||||
"CreateFixupCommit": "Создать fixup коммит",
|
||||
"SquashAllAboveFixupCommits": "Объединить все выше fixup коммиты",
|
||||
@ -828,7 +567,6 @@
|
||||
"Push": "Отправить изменения",
|
||||
"Pull": "Получить и слить изменения",
|
||||
"OpenFile": "Открыть файл",
|
||||
"OpenFileTooltip": "",
|
||||
"StashAllChanges": "Припрятать все изменения",
|
||||
"StashAllChangesKeepIndex": "Припрятать все изменения и сохранить индекс",
|
||||
"StashStagedChanges": "Припрятать проиндексированные изменения",
|
||||
@ -861,8 +599,6 @@
|
||||
"UpdateSubmodule": "Обновить подмодуль",
|
||||
"CreateLightweightTag": "Создать легковесный тег",
|
||||
"CreateAnnotatedTag": "Создать аннотированный тег",
|
||||
"DeleteLocalTag": "",
|
||||
"DeleteRemoteTag": "",
|
||||
"PushTag": "Отправить тег",
|
||||
"NukeWorkingTree": "Уничтожить рабочее дерево",
|
||||
"DiscardUnstagedFileChanges": "Отменить непроиндексированные изменения файла",
|
||||
@ -874,51 +610,25 @@
|
||||
"Undo": "Отменить",
|
||||
"Redo": "Повторить",
|
||||
"CopyPullRequestURL": "Скопировать запрос на принятие изменений URL",
|
||||
"OpenDiffTool": "",
|
||||
"OpenMergeTool": "Открыть инструмент слияния",
|
||||
"OpenCommitInBrowser": "Открыть коммит в браузере",
|
||||
"OpenPullRequest": "Открыть запрос на принятие изменений в браузера",
|
||||
"StartBisect": "Начать бинарный поиск",
|
||||
"ResetBisect": "Сбросить бинарный поиск",
|
||||
"BisectSkip": "Пропустить бинарный поиск",
|
||||
"BisectMark": "Отметить бинарный поиск",
|
||||
"RemoveWorktree": "",
|
||||
"AddWorktree": ""
|
||||
"BisectMark": "Отметить бинарный поиск"
|
||||
},
|
||||
"Bisect": {
|
||||
"MarkStart": "Отметить %s как %s (начать бинарный поиск)",
|
||||
"MarkSkipCurrent": "",
|
||||
"MarkSkipSelected": "",
|
||||
"ResetTitle": "Сбросить 'git bisect'",
|
||||
"ResetPrompt": "Вы уверены, что хотите сбросить 'git bisect'?",
|
||||
"ResetOption": "Сбросить бинарный поиск",
|
||||
"ChooseTerms": "",
|
||||
"OldTermPrompt": "",
|
||||
"NewTermPrompt": "",
|
||||
"BisectMenuTitle": "Бинарный поиск",
|
||||
"Mark": "Отметить %s как %s",
|
||||
"SkipCurrent": "Пропустить %s",
|
||||
"SkipSelected": "",
|
||||
"CompleteTitle": "Бинарный поиск завершён",
|
||||
"CompletePrompt": "Бинарный поиск завершён! Изменения внесённые следующим коммитом:\n\n%s\n\nСбросить 'git bisect' сейчас?",
|
||||
"CompletePromptIndeterminate": "Бинарный поиск завершён! Некоторые коммиты были пропущены, поэтому любое из следующих коммитов могло внести изменения::\n\n%s\n\nСбросить 'git bisect' сейчас?",
|
||||
"Bisecting": "Бинарный поиск"
|
||||
},
|
||||
"Log": {
|
||||
"EditRebase": "",
|
||||
"MoveCommitUp": "",
|
||||
"MoveCommitDown": "",
|
||||
"CherryPickCommits": "",
|
||||
"HandleUndo": "",
|
||||
"HandleMidRebaseCommand": "",
|
||||
"RemoveFile": "",
|
||||
"CopyToClipboard": "",
|
||||
"Remove": "",
|
||||
"CreateFileWithContent": "",
|
||||
"AppendingLineToFile": "",
|
||||
"EditRebaseFromBaseCommit": ""
|
||||
},
|
||||
"BreakingChangesTitle": "",
|
||||
"BreakingChangesMessage": "",
|
||||
"BreakingChangesByVersion": null
|
||||
}
|
||||
}
|
||||
|
@ -5,79 +5,37 @@
|
||||
"BranchesTitle": "分支",
|
||||
"CommitsTitle": "提交",
|
||||
"StashTitle": "贮藏",
|
||||
"SnakeTitle": "",
|
||||
"EasterEgg": "",
|
||||
"UnstagedChanges": "未暂存更改",
|
||||
"StagedChanges": "已暂存更改",
|
||||
"MainTitle": "主要",
|
||||
"StagingTitle": "正在暂存",
|
||||
"MergingTitle": "正在合并",
|
||||
"MergeConfirmTitle": "",
|
||||
"NormalTitle": "正常",
|
||||
"LogTitle": "",
|
||||
"CommitSummary": "提交信息",
|
||||
"CredentialsUsername": "用户名",
|
||||
"CredentialsPassword": "密码",
|
||||
"CredentialsPassphrase": "输入 SSH 密钥的密码",
|
||||
"CredentialsPIN": "",
|
||||
"PassUnameWrong": "密码 和/或 用户名错误",
|
||||
"Commit": "提交更改",
|
||||
"CommitTooltip": "",
|
||||
"AmendLastCommit": "修补最后一次提交",
|
||||
"AmendLastCommitTitle": "修补最后一次提交",
|
||||
"SureToAmend": "您确定要修补上一次提交吗?之后您可以从提交面板更改提交消息。",
|
||||
"NoCommitToAmend": "没有需要提交的修补。",
|
||||
"CommitChangesWithEditor": "提交更改(使用编辑器编辑提交信息)",
|
||||
"FindBaseCommitForFixup": "",
|
||||
"FindBaseCommitForFixupTooltip": "",
|
||||
"NoBaseCommitsFound": "",
|
||||
"MultipleBaseCommitsFoundStaged": "",
|
||||
"MultipleBaseCommitsFoundUnstaged": "",
|
||||
"BaseCommitIsAlreadyOnMainBranch": "",
|
||||
"BaseCommitIsNotInCurrentView": "",
|
||||
"HunksWithOnlyAddedLinesWarning": "",
|
||||
"StatusTitle": "状态",
|
||||
"GlobalTitle": "全局键绑定",
|
||||
"Menu": "菜单",
|
||||
"Execute": "执行",
|
||||
"Stage": "切换暂存状态",
|
||||
"StageTooltip": "",
|
||||
"ToggleStagedAll": "切换所有文件的暂存状态",
|
||||
"ToggleStagedAllTooltip": "",
|
||||
"ToggleTreeView": "切换文件树视图",
|
||||
"ToggleTreeViewTooltip": "",
|
||||
"OpenDiffTool": "",
|
||||
"OpenMergeTool": "打开外部合并工具 (git mergetool)",
|
||||
"OpenMergeToolTooltip": "",
|
||||
"Refresh": "刷新",
|
||||
"RefreshTooltip": "",
|
||||
"Push": "推送",
|
||||
"Pull": "拉取",
|
||||
"PushTooltip": "",
|
||||
"PullTooltip": "",
|
||||
"Scroll": "滚动",
|
||||
"FileFilter": "",
|
||||
"CopyToClipboardMenu": "",
|
||||
"CopyFileName": "",
|
||||
"CopyFilePath": "",
|
||||
"CopyFileDiffTooltip": "",
|
||||
"CopySelectedDiff": "",
|
||||
"CopyAllFilesDiff": "",
|
||||
"NoContentToCopyError": "",
|
||||
"FileNameCopiedToast": "",
|
||||
"FilePathCopiedToast": "",
|
||||
"FileDiffCopiedToast": "",
|
||||
"AllFilesDiffCopiedToast": "",
|
||||
"FilterStagedFiles": "",
|
||||
"FilterUnstagedFiles": "",
|
||||
"ResetFilter": "",
|
||||
"MergeConflictsTitle": "合并冲突",
|
||||
"Checkout": "检出",
|
||||
"CheckoutTooltip": "",
|
||||
"CantCheckoutBranchWhilePulling": "",
|
||||
"TagCheckoutTooltip": "",
|
||||
"RemoteBranchCheckoutTooltip": "",
|
||||
"CantPullOrPushSameBranchTwice": "",
|
||||
"NoChangedFiles": "没有更改过文件",
|
||||
"SoftReset": "软重置",
|
||||
"AlreadyCheckedOutBranch": "您已经检出至此分支",
|
||||
@ -86,87 +44,41 @@
|
||||
"BranchName": "分支名称",
|
||||
"NewBranchNameBranchOff": "新分支名称(基于 {{.branchName}})",
|
||||
"CantDeleteCheckOutBranch": "您不能删除已检出的分支!",
|
||||
"DeleteBranchTitle": "",
|
||||
"DeleteLocalBranch": "",
|
||||
"DeleteRemoteBranchOption": "",
|
||||
"DeleteRemoteBranchPrompt": "",
|
||||
"ForceDeleteBranchTitle": "",
|
||||
"ForceDeleteBranchMessage": "{{.selectedBranchName}} 还没有被完全合并。您确定要删除它吗?",
|
||||
"RebaseBranch": "将已检出的分支变基到该分支",
|
||||
"RebaseBranchTooltip": "",
|
||||
"CantRebaseOntoSelf": "您不能将分支变基到其自身",
|
||||
"CantMergeBranchIntoItself": "您不能将分支合并到其自身",
|
||||
"ForceCheckout": "强制检出",
|
||||
"ForceCheckoutTooltip": "",
|
||||
"CheckoutByName": "按名称检出",
|
||||
"CheckoutByNameTooltip": "",
|
||||
"RemoteBranchCheckoutTitle": "",
|
||||
"CheckoutTypeNewBranch": "",
|
||||
"CheckoutTypeNewBranchTooltip": "",
|
||||
"CheckoutTypeDetachedHead": "",
|
||||
"CheckoutTypeDetachedHeadTooltip": "",
|
||||
"NewBranch": "新分支",
|
||||
"NewBranchFromStashTooltip": "",
|
||||
"NoBranchesThisRepo": "此仓库中没有分支",
|
||||
"CommitWithoutMessageErr": "您必须编写提交消息才能进行提交",
|
||||
"Close": "关闭",
|
||||
"CloseCancel": "关闭",
|
||||
"Confirm": "确认",
|
||||
"Quit": "退出",
|
||||
"SquashTooltip": "",
|
||||
"CannotSquashOrFixupFirstCommit": "There's no commit below to squash into",
|
||||
"Fixup": "修正(fixup)",
|
||||
"FixupTooltip": "",
|
||||
"SureFixupThisCommit": "您确定要“修正”此提交吗?它将合并到下面的提交中",
|
||||
"SureSquashThisCommit": "您确定要将这个提交压缩到下面的提交中吗?",
|
||||
"Squash": "压缩",
|
||||
"PickCommitTooltip": "选择提交(变基过程中)",
|
||||
"Pick": "",
|
||||
"CantPickDisabledReason": "",
|
||||
"Edit": "",
|
||||
"RevertCommit": "还原提交",
|
||||
"Revert": "",
|
||||
"RevertCommitTooltip": "",
|
||||
"Reword": "改写提交",
|
||||
"CommitRewordTooltip": "",
|
||||
"DropCommit": "删除提交",
|
||||
"DropCommitTooltip": "",
|
||||
"MoveDownCommit": "下移提交",
|
||||
"MoveUpCommit": "上移提交",
|
||||
"CannotMoveAnyFurther": "",
|
||||
"EditCommit": "",
|
||||
"EditCommitTooltip": "编辑提交",
|
||||
"AmendCommitTooltip": "用已暂存的更改来修补提交",
|
||||
"Amend": "",
|
||||
"ResetAuthor": "",
|
||||
"ResetAuthorTooltip": "",
|
||||
"SetAuthor": "",
|
||||
"SetAuthorTooltip": "",
|
||||
"AddCoAuthor": "",
|
||||
"AmendCommitAttribute": "",
|
||||
"AmendCommitAttributeTooltip": "",
|
||||
"SetAuthorPromptTitle": "",
|
||||
"AddCoAuthorPromptTitle": "",
|
||||
"AddCoAuthorTooltip": "",
|
||||
"SureResetCommitAuthor": "",
|
||||
"RewordCommitEditor": "使用编辑器重命名提交",
|
||||
"NoCommitsThisBranch": "该分支没有提交",
|
||||
"UpdateRefHere": "",
|
||||
"Error": "错误",
|
||||
"Undo": "撤销",
|
||||
"UndoReflog": "(通过 reflog)撤销「实验功能」",
|
||||
"RedoReflog": "(通过 reflog)重做「实验功能」",
|
||||
"UndoTooltip": "",
|
||||
"RedoTooltip": "",
|
||||
"UndoMergeResolveTooltip": "",
|
||||
"DiscardAllTooltip": "",
|
||||
"DiscardUnstagedTooltip": "",
|
||||
"Pop": "应用并删除",
|
||||
"StashPopTooltip": "",
|
||||
"Drop": "删除",
|
||||
"StashDropTooltip": "",
|
||||
"Apply": "应用",
|
||||
"StashApplyTooltip": "",
|
||||
"NoStashEntries": "没有贮藏条目",
|
||||
"StashDrop": "删除贮藏",
|
||||
"SureDropStashEntry": "您确定要删除此贮藏条目吗?",
|
||||
@ -175,7 +87,6 @@
|
||||
"StashApply": "应用贮藏",
|
||||
"SureApplyStashEntry": "您确定要应用此贮藏条目?",
|
||||
"NoTrackedStagedFilesStash": "没有可以贮藏的已跟踪/暂存文件",
|
||||
"NoFilesToStash": "",
|
||||
"StashChanges": "贮藏更改",
|
||||
"RenameStash": "Rename stash",
|
||||
"RenameStashPrompt": "Rename stash: {{.stashName}}",
|
||||
@ -184,37 +95,21 @@
|
||||
"ForcePush": "强制推送",
|
||||
"ForcePushPrompt": "您的分支已与远程分支不同。按‘esc’取消,或‘enter’强制推送.",
|
||||
"ForcePushDisabled": "您的分支已与远程分支不同, 并且您已经禁用了强行推送",
|
||||
"UpdatesRejected": "",
|
||||
"UpdatesRejectedAndForcePushDisabled": "更新被拒绝,您已禁用强制推送",
|
||||
"CheckForUpdate": "检查更新",
|
||||
"CheckingForUpdates": "正在检查更新…",
|
||||
"UpdateAvailableTitle": "",
|
||||
"UpdateAvailable": "",
|
||||
"UpdateInProgressWaitingStatus": "",
|
||||
"UpdateCompletedTitle": "",
|
||||
"UpdateCompleted": "",
|
||||
"FailedToRetrieveLatestVersionErr": "",
|
||||
"OnLatestVersionErr": "已是最新版本",
|
||||
"MajorVersionErr": "新版本 ({{.newVersion}}) 与当前版本 ({{.currentVersion}}) 相比,具有非向后兼容的更改",
|
||||
"CouldNotFindBinaryErr": "在 {{.url}} 处找不到任何二进制文件",
|
||||
"UpdateFailedErr": "",
|
||||
"ConfirmQuitDuringUpdateTitle": "",
|
||||
"ConfirmQuitDuringUpdate": "",
|
||||
"MergeToolTitle": "合并工具",
|
||||
"MergeToolPrompt": "确定要打开 `git mergetool` 吗?",
|
||||
"IntroPopupMessage": "\n感谢使用 lazygit!你真的太棒了。下面几点你可能会感兴趣:\n\n 1) 观看此视频,快速了解 lazygit 的功能:\n https://youtu.be/CPLdltN7wgE\n\n 2) 记得看看最新发行说明:\n https://github.com/jesseduffield/lazygit/releases\n\n 3) 使用 git 说明你是一位程序员!你可以和我们一起让 lazygit 变得更好。\n 考虑为本项目做些贡献吧:\n https://github.com/jesseduffield/lazygit\n 你也可以直接赞助,并告诉我哪里需要改进,点右下角的捐赠按钮就好了。\n 哪怕只是给仓库点个星星也很棒!\n",
|
||||
"DeprecatedEditConfigWarning": "",
|
||||
"GitconfigParseErr": "由于存在未加引号的'\\'字符,因此 Gogit 无法解析您的 gitconfig 文件。删除它们应该可以解决问题。",
|
||||
"EditFile": "编辑文件",
|
||||
"EditFileTooltip": "",
|
||||
"OpenFile": "打开文件",
|
||||
"OpenFileTooltip": "",
|
||||
"OpenInEditor": "",
|
||||
"IgnoreFile": "添加到 .gitignore",
|
||||
"ExcludeFile": "",
|
||||
"RefreshFiles": "刷新文件",
|
||||
"Merge": "合并到当前检出的分支",
|
||||
"MergeBranchTooltip": "",
|
||||
"ConfirmQuit": "您确定要退出吗?",
|
||||
"SwitchRepo": "切换到最近的仓库",
|
||||
"AllBranchesLogGraph": "显示所有分支的日志",
|
||||
@ -222,49 +117,31 @@
|
||||
"CopyPullRequestURL": "将抓取请求 URL 复制到剪贴板",
|
||||
"NoBranchOnRemote": "该分支在远程上不存在. 您需要先将其推送到远程.",
|
||||
"Fetch": "抓取",
|
||||
"FetchTooltip": "",
|
||||
"NoAutomaticGitFetchTitle": "无法自动进行 \"git fetch\"",
|
||||
"NoAutomaticGitFetchBody": "Lazygit 不能在私人仓库中使用 \"git fetch\"; 请在文件面板中使用 'f' 手动运行 \"git fetch\"",
|
||||
"FileEnter": "暂存单个 块/行 用于文件, 或 折叠/展开 目录",
|
||||
"FileEnterTooltip": "",
|
||||
"FileStagingRequirements": "只能暂存跟踪文件的单独行",
|
||||
"StageSelectionTooltip": "切换行暂存状态",
|
||||
"DiscardSelection": "取消变更 (git reset)",
|
||||
"DiscardSelectionTooltip": "",
|
||||
"ToggleSelectHunk": "切换选择区块",
|
||||
"ToggleSelectHunkTooltip": "",
|
||||
"ToggleSelectionForPatch": "添加/移除 行到补丁",
|
||||
"ToggleSelectionForPatchTooltip": "",
|
||||
"EditHunk": "",
|
||||
"EditHunkTooltip": "",
|
||||
"ToggleStagingView": "切换到其他面板",
|
||||
"ToggleStagingViewTooltip": "",
|
||||
"ReturnToFilesPanel": "返回文件面板",
|
||||
"FastForward": "从上游快进此分支",
|
||||
"FastForwardTooltip": "",
|
||||
"FastForwarding": "抓取并快进",
|
||||
"FoundConflictsTitle": "自动合并失败",
|
||||
"ViewConflictsMenuItem": "",
|
||||
"AbortMenuItem": "",
|
||||
"PickHunk": "选中区块",
|
||||
"PickAllHunks": "选中所有区块",
|
||||
"ViewMergeRebaseOptions": "查看 合并/变基 选项",
|
||||
"ViewMergeRebaseOptionsTooltip": "",
|
||||
"ViewMergeOptions": "",
|
||||
"ViewRebaseOptions": "",
|
||||
"NotMergingOrRebasing": "您目前既不进行变基也不进行合并",
|
||||
"AlreadyRebasing": "",
|
||||
"RecentRepos": "最近的仓库",
|
||||
"MergeOptionsTitle": "合并选项",
|
||||
"RebaseOptionsTitle": "变基选项",
|
||||
"CommitSummaryTitle": "提交讯息",
|
||||
"CommitDescriptionTitle": "",
|
||||
"CommitDescriptionSubTitle": "",
|
||||
"LocalBranchesTitle": "分支页面",
|
||||
"SearchTitle": "搜索",
|
||||
"TagsTitle": "标签页面",
|
||||
"MenuTitle": "菜单",
|
||||
"CommitMenuTitle": "",
|
||||
"RemotesTitle": "远程页面",
|
||||
"RemoteBranchesTitle": "远程分支",
|
||||
"PatchBuildingTitle": "构建补丁中",
|
||||
@ -272,35 +149,18 @@
|
||||
"SecondaryTitle": "次要",
|
||||
"ReflogCommitsTitle": "Reflog 页面",
|
||||
"ConflictsResolved": "已解决所有冲突。是否继续?",
|
||||
"Continue": "",
|
||||
"RebasingTitle": "",
|
||||
"RebasingFromBaseCommitTitle": "",
|
||||
"SimpleRebase": "",
|
||||
"InteractiveRebase": "",
|
||||
"RebaseOntoBaseBranch": "",
|
||||
"InteractiveRebaseTooltip": "",
|
||||
"RebaseOntoBaseBranchTooltip": "",
|
||||
"MustSelectTodoCommits": "",
|
||||
"ConfirmMerge": "您确定要将分支 {{.selectedBranch}} 合并到 {{.checkedOutBranch}} 吗?",
|
||||
"FwdNoUpstream": "此分支没有上游,无法快进",
|
||||
"FwdNoLocalUpstream": "此分支的远程未在本地注册,无法快进",
|
||||
"FwdCommitsToPush": "此分支带有尚未推送的提交,无法快进",
|
||||
"PullRequestNoUpstream": "",
|
||||
"ErrorOccurred": "发生错误!请在以下位置创建 issue",
|
||||
"NoRoom": "空间不足",
|
||||
"YouAreHere": "您在这里",
|
||||
"YouDied": "",
|
||||
"RewordNotSupported": "当前不支持交互式重新基准化时的重新措词提交",
|
||||
"ChangingThisActionIsNotAllowed": "",
|
||||
"CherryPickCopy": "复制提交(拣选)",
|
||||
"CherryPickCopyTooltip": "",
|
||||
"CherryPickCopyRange": "",
|
||||
"CherryPickCopyRangeTooltip": "",
|
||||
"PasteCommits": "粘贴提交(拣选)",
|
||||
"SureCherryPick": "您确定要将选中的提交进行拣选到这个分支吗?",
|
||||
"CherryPick": "拣选 (Cherry-Pick)",
|
||||
"CannotCherryPickNonCommit": "",
|
||||
"CannotCherryPickMergeCommit": "",
|
||||
"Donate": "捐助",
|
||||
"AskQuestion": "提问咨询",
|
||||
"PrevLine": "选择上一行",
|
||||
@ -319,124 +179,67 @@
|
||||
"AmendCommitPrompt": "您确定要使用暂存文件来修改此提交吗?",
|
||||
"DropCommitTitle": "删除提交",
|
||||
"DropCommitPrompt": "您确定要删除此提交吗?",
|
||||
"DropUpdateRefPrompt": "",
|
||||
"PullingStatus": "正在拉取",
|
||||
"PushingStatus": "正在推送",
|
||||
"FetchingStatus": "正在抓取",
|
||||
"SquashingStatus": "正在压缩",
|
||||
"FixingStatus": "正在修正",
|
||||
"DeletingStatus": "正在删除",
|
||||
"DroppingStatus": "",
|
||||
"MovingStatus": "正在移动",
|
||||
"RebasingStatus": "正在变基",
|
||||
"MergingStatus": "",
|
||||
"LowercaseRebasingStatus": "",
|
||||
"LowercaseMergingStatus": "",
|
||||
"AmendingStatus": "正在修改",
|
||||
"CherryPickingStatus": "正在拣选",
|
||||
"UndoingStatus": "正在撤销",
|
||||
"RedoingStatus": "正在重做",
|
||||
"CheckingOutStatus": "长子检出",
|
||||
"CommittingStatus": "正在提交",
|
||||
"RevertingStatus": "",
|
||||
"CreatingFixupCommitStatus": "",
|
||||
"CommitFiles": "提交文件",
|
||||
"SubCommitsDynamicTitle": "",
|
||||
"CommitFilesDynamicTitle": "",
|
||||
"RemoteBranchesDynamicTitle": "",
|
||||
"ViewItemFiles": "查看提交的文件",
|
||||
"ViewItemFilesTooltip": "",
|
||||
"CommitFilesTitle": "提交文件",
|
||||
"CheckoutCommitFileTooltip": "检出文件",
|
||||
"CanOnlyDiscardFromLocalCommits": "",
|
||||
"Remove": "",
|
||||
"DiscardOldFileChangeTooltip": "放弃对此文件的提交更改",
|
||||
"DiscardFileChangesTitle": "放弃文件更改",
|
||||
"DiscardFileChangesPrompt": "您确定要舍弃此提交对该文件的更改吗?如果此文件是在此提交中创建的,它将被删除",
|
||||
"DisabledForGPG": "该功能不适用于使用 GPG 的用户",
|
||||
"CreateRepo": "当前目录不在 git 仓库中。是否在此目录创建一个新的 git 仓库?(y/n): ",
|
||||
"BareRepo": "",
|
||||
"InitialBranch": "",
|
||||
"NoRecentRepositories": "",
|
||||
"IncorrectNotARepository": "",
|
||||
"AutoStashTitle": "自动存储?",
|
||||
"AutoStashPrompt": "您必须隐藏并弹出更改以使更改生效。自动执行?(enter/esc)",
|
||||
"StashPrefix": "自动隐藏更改 ",
|
||||
"Discard": "查看'放弃更改'选项",
|
||||
"DiscardChangesTitle": "",
|
||||
"DiscardFileChangesTooltip": "",
|
||||
"Cancel": "取消",
|
||||
"DiscardAllChanges": "放弃所有更改",
|
||||
"DiscardUnstagedChanges": "放弃未暂存的变更",
|
||||
"DiscardAllChangesToAllFiles": "清空工作区",
|
||||
"DiscardAnyUnstagedChanges": "丢弃未暂存的变更",
|
||||
"DiscardUntrackedFiles": "丢弃未跟踪的文件",
|
||||
"DiscardStagedChanges": "",
|
||||
"HardReset": "硬重置",
|
||||
"BranchDeleteTooltip": "",
|
||||
"TagDeleteTooltip": "",
|
||||
"Delete": "",
|
||||
"Reset": "",
|
||||
"ResetTooltip": "",
|
||||
"ViewResetOptions": "查看重置选项",
|
||||
"FileResetOptionsTooltip": "",
|
||||
"CreateFixupCommit": "为此提交创建修正",
|
||||
"CreateFixupCommitTooltip": "创建修正提交",
|
||||
"CreateAmendCommit": "",
|
||||
"FixupMenu_Fixup": "",
|
||||
"FixupMenu_FixupTooltip": "",
|
||||
"FixupMenu_AmendWithChanges": "",
|
||||
"FixupMenu_AmendWithChangesTooltip": "",
|
||||
"FixupMenu_AmendWithoutChanges": "",
|
||||
"FixupMenu_AmendWithoutChangesTooltip": "",
|
||||
"SquashAboveCommitsTooltip": "压缩在所选提交之上的所有“fixup!”提交(自动压缩)",
|
||||
"SquashCommitsAboveSelectedTooltip": "",
|
||||
"SquashCommitsInCurrentBranchTooltip": "",
|
||||
"SquashAboveCommits": "",
|
||||
"SquashCommitsInCurrentBranch": "",
|
||||
"SquashCommitsAboveSelectedCommit": "",
|
||||
"CannotSquashCommitsInCurrentBranch": "",
|
||||
"ExecuteCustomCommand": "执行自定义命令",
|
||||
"ExecuteCustomCommandTooltip": "",
|
||||
"CustomCommand": "自定义命令:",
|
||||
"CommitChangesWithoutHook": "提交更改而无需预先提交钩子",
|
||||
"SkipHookPrefixNotConfigured": "您尚未配置用于跳过钩子的提交消息前缀。请在您的配置中设置 `git.skipHookPrefix ='WIP'`",
|
||||
"ResetTo": "重置为",
|
||||
"ResetSoftTooltip": "",
|
||||
"ResetMixedTooltip": "",
|
||||
"ResetHardTooltip": "",
|
||||
"PressEnterToReturn": "按下 Enter 键返回 lazygit",
|
||||
"ViewStashOptions": "查看贮藏选项",
|
||||
"ViewStashOptionsTooltip": "",
|
||||
"Stash": "",
|
||||
"StashTooltip": "",
|
||||
"StashAllChanges": "将所有更改加入贮藏",
|
||||
"StashStagedChanges": "",
|
||||
"StashAllChangesKeepIndex": "将已暂存的更改加入贮藏",
|
||||
"StashUnstagedChanges": "",
|
||||
"StashIncludeUntrackedChanges": "",
|
||||
"StashOptions": "贮藏选项",
|
||||
"NotARepository": "错误:必须在 git 仓库中运行",
|
||||
"WorkingDirectoryDoesNotExist": "",
|
||||
"Jump": "跳到面板",
|
||||
"ScrollLeftRight": "左右滚动",
|
||||
"ScrollLeft": "向左滚动",
|
||||
"ScrollRight": "向右滚动",
|
||||
"DiscardPatch": "丢弃补丁",
|
||||
"DiscardPatchConfirm": "您一次只能通过一个提交或贮藏条目构建补丁。需要放弃当前补丁吗?",
|
||||
"DiscardPatchSameCommitConfirm": "",
|
||||
"CantPatchWhileRebasingError": "处于合并或变基状态时,您无法构建修补程序或运行修补程序命令",
|
||||
"ToggleAddToPatch": "补丁中包含的切换文件",
|
||||
"ToggleAddToPatchTooltip": "",
|
||||
"ToggleAllInPatch": "",
|
||||
"ToggleAllInPatchTooltip": "",
|
||||
"UpdatingPatch": "",
|
||||
"ViewPatchOptions": "查看自定义补丁选项",
|
||||
"PatchOptionsTitle": "补丁选项",
|
||||
"NoPatchError": "尚未创建补丁。你可以在提交中的文件上按下“空格”或使用“回车”添加其中的特定行以开始构建补丁",
|
||||
"EmptyPatchError": "",
|
||||
"EnterCommitFile": "输入文件以将所选行添加到补丁中(或切换目录折叠)",
|
||||
"EnterCommitFileTooltip": "",
|
||||
"ExitCustomPatchBuilder": "退出逐行模式",
|
||||
"EnterUpstream": "以这种格式输入上游:'\u003c远程仓库\u003e \u003c分支名称\u003e'",
|
||||
"InvalidUpstream": "上游格式无效,格式应当为:'\u003cremote\u003e \u003cbranchname\u003e'",
|
||||
@ -444,83 +247,42 @@
|
||||
"NewRemote": "添加新的远程仓库",
|
||||
"NewRemoteName": "新远程仓库名称:",
|
||||
"NewRemoteUrl": "新远程仓库 URL:",
|
||||
"ViewBranches": "",
|
||||
"EditRemoteName": "输入远程仓库 {{.remoteName}} 的新名称:",
|
||||
"EditRemoteUrl": "输入远程仓库 {{.remoteName}} 的新 URL:",
|
||||
"RemoveRemote": "删除远程",
|
||||
"RemoveRemoteTooltip": "",
|
||||
"RemoveRemotePrompt": "您确定要删除远程仓库吗?",
|
||||
"DeleteRemoteBranch": "删除远程分支",
|
||||
"DeleteRemoteBranchMessage": "您确定要删除远程分支吗?",
|
||||
"DeleteRemoteBranchTooltip": "",
|
||||
"SetAsUpstream": "",
|
||||
"SetAsUpstreamTooltip": "设置为检出分支的上游",
|
||||
"SetUpstream": "设置为检出分支的上游",
|
||||
"UnsetUpstream": "",
|
||||
"ViewDivergenceFromUpstream": "",
|
||||
"ViewDivergenceFromBaseBranch": "",
|
||||
"CouldNotDetermineBaseBranch": "",
|
||||
"DivergenceSectionHeaderLocal": "",
|
||||
"DivergenceSectionHeaderRemote": "",
|
||||
"ViewUpstreamResetOptions": "",
|
||||
"ViewUpstreamResetOptionsTooltip": "",
|
||||
"ViewUpstreamRebaseOptions": "",
|
||||
"ViewUpstreamRebaseOptionsTooltip": "",
|
||||
"UpstreamGenericName": "",
|
||||
"SetUpstreamTitle": "设置上游分支",
|
||||
"SetUpstreamMessage": "您确定要将 {{.checkedOut}} 的上游分支设置为 {{.selected}} 吗?",
|
||||
"EditRemoteTooltip": "编辑远程仓库",
|
||||
"TagCommit": "标签提交",
|
||||
"TagCommitTooltip": "",
|
||||
"TagMenuTitle": "创建标签",
|
||||
"TagNameTitle": "标签名称",
|
||||
"TagMessageTitle": "标签消息",
|
||||
"LightweightTag": "轻量标签",
|
||||
"AnnotatedTag": "附注标签",
|
||||
"DeleteTagTitle": "",
|
||||
"DeleteLocalTag": "",
|
||||
"DeleteRemoteTag": "",
|
||||
"SelectRemoteTagUpstream": "",
|
||||
"DeleteRemoteTagPrompt": "",
|
||||
"RemoteTagDeletedMessage": "",
|
||||
"PushTagTitle": "将 {{.tagName}} 推送到远程仓库:",
|
||||
"PushTag": "推送标签",
|
||||
"PushTagTooltip": "",
|
||||
"NewTag": "创建标签",
|
||||
"NewTagTooltip": "",
|
||||
"CreatingTag": "",
|
||||
"ForceTag": "",
|
||||
"ForceTagPrompt": "",
|
||||
"FetchRemoteTooltip": "抓取远程仓库",
|
||||
"FetchingRemoteStatus": "抓取远程仓库中",
|
||||
"CheckoutCommit": "检出提交",
|
||||
"CheckoutCommitTooltip": "",
|
||||
"SureCheckoutThisCommit": "您确定要检出此提交吗?",
|
||||
"GitFlowOptions": "显示 git-flow 选项",
|
||||
"NotAGitFlowBranch": "这似乎不是 git flow 分支",
|
||||
"NewBranchNamePrompt": "输入分支的新名称",
|
||||
"IgnoreTracked": "忽略跟踪文件",
|
||||
"ExcludeTracked": "",
|
||||
"IgnoreTrackedPrompt": "您确定要忽略已跟踪的文件吗?",
|
||||
"ExcludeTrackedPrompt": "",
|
||||
"ViewResetToUpstreamOptions": "查看上游重置选项",
|
||||
"NextScreenMode": "下一屏模式(正常/半屏/全屏)",
|
||||
"PrevScreenMode": "上一屏模式",
|
||||
"StartSearch": "开始搜索",
|
||||
"StartFilter": "",
|
||||
"Panel": "面板",
|
||||
"Keybindings": "按键绑定",
|
||||
"KeybindingsLegend": "",
|
||||
"KeybindingsMenuSectionLocal": "",
|
||||
"KeybindingsMenuSectionGlobal": "",
|
||||
"KeybindingsMenuSectionNavigation": "",
|
||||
"RenameBranch": "重命名分支",
|
||||
"Upstream": "",
|
||||
"UpstreamTooltip": "",
|
||||
"BranchUpstreamOptionsTitle": "",
|
||||
"ViewBranchUpstreamOptions": "",
|
||||
"ViewBranchUpstreamOptionsTooltip": "",
|
||||
"UpstreamNotSetError": "",
|
||||
"NewGitFlowBranchPrompt": "新的 {{.branchType}} 名称:",
|
||||
"RenameBranchWarning": "该分支正在跟踪远程仓库。此操作将仅会重命名本地分支名称,而不会重命名远程分支的名称。确定继续?",
|
||||
"OpenKeybindingsMenu": "打开菜单",
|
||||
@ -539,16 +301,11 @@
|
||||
"FilteringBy": "过滤依据",
|
||||
"ResetInParentheses": "(重置)",
|
||||
"OpenFilteringMenu": "查看按路径过滤选项",
|
||||
"OpenFilteringMenuTooltip": "",
|
||||
"FilterBy": "过滤",
|
||||
"ExitFilterMode": "停止按路径过滤",
|
||||
"ExitFilterModeAuthor": "",
|
||||
"FilterPathOption": "输入要过滤的路径",
|
||||
"FilterAuthorOption": "",
|
||||
"EnterFileName": "输入路径:",
|
||||
"EnterAuthor": "",
|
||||
"FilteringMenuTitle": "正在过滤",
|
||||
"WillCancelExistingFilterTooltip": "",
|
||||
"MustExitFilterModeTitle": "命令不可用",
|
||||
"MustExitFilterModePrompt": "命令在过滤模式下不可用。退出过滤模式?",
|
||||
"Diff": "差异",
|
||||
@ -558,20 +315,10 @@
|
||||
"DiffingMenuTitle": "正在 diff",
|
||||
"SwapDiff": "反向 diff",
|
||||
"ViewDiffingOptions": "打开 diff 菜单",
|
||||
"ViewDiffingOptionsTooltip": "",
|
||||
"OpenCommandLogMenu": "打开命令日志菜单",
|
||||
"OpenCommandLogMenuTooltip": "",
|
||||
"ShowingGitDiff": "显示输出:",
|
||||
"CommitDiff": "",
|
||||
"CopyCommitHashToClipboard": "将提交的 hash 复制到剪贴板",
|
||||
"CommitHash": "",
|
||||
"CommitURL": "",
|
||||
"CopyCommitMessageToClipboard": "将提交消息复制到剪贴板",
|
||||
"CommitMessage": "",
|
||||
"CommitSubject": "",
|
||||
"CommitAuthor": "",
|
||||
"CopyCommitAttributeToClipboard": "",
|
||||
"CopyCommitAttributeToClipboardTooltip": "",
|
||||
"CopyBranchNameToClipboard": "将分支名称复制到剪贴板",
|
||||
"CopyPathToClipboard": "将文件名复制到剪贴板",
|
||||
"CommitPrefixPatternError": "提交前缀模式错误",
|
||||
@ -580,7 +327,6 @@
|
||||
"NoFilesStagedPrompt": "您尚未暂存任何文件。提交所有文件?",
|
||||
"BranchNotFoundTitle": "找不到分支",
|
||||
"BranchNotFoundPrompt": "找不到分支。创建一个新分支命名为:",
|
||||
"BranchUnknown": "",
|
||||
"DiscardChangeTitle": "取消暂存选中的行",
|
||||
"DiscardChangePrompt": "您确定要删除所选的行(git reset)吗?这是不可逆的。\n要禁用此对话框,请将 'gui.skipDiscardChangeWarning' 的配置键设置为 true",
|
||||
"CreateNewBranchFromCommit": "从提交创建新分支",
|
||||
@ -591,10 +337,8 @@
|
||||
"SubmoduleStashAndReset": "存放未提交的子模块更改和更新",
|
||||
"AndResetSubmodules": "和重置子模块",
|
||||
"EnterSubmoduleTooltip": "输入子模块",
|
||||
"Enter": "",
|
||||
"CopySubmoduleNameToClipboard": "将子模块名称复制到剪贴板",
|
||||
"RemoveSubmodule": "删除子模块",
|
||||
"RemoveSubmoduleTooltip": "",
|
||||
"RemoveSubmodulePrompt": "您确定要删除子模块 '%s' 及其对应的目录吗?这是不可逆的。",
|
||||
"ResettingSubmoduleStatus": "正在重置子模块",
|
||||
"NewSubmoduleName": "新的子模块名称:",
|
||||
@ -607,8 +351,6 @@
|
||||
"EditSubmoduleUrl": "更新子模块 URL",
|
||||
"InitializingSubmoduleStatus": "正在初始化子模块",
|
||||
"InitSubmoduleTooltip": "初始化子模块",
|
||||
"Update": "",
|
||||
"Initialize": "",
|
||||
"SubmoduleUpdateTooltip": "更新子模块",
|
||||
"UpdatingSubmoduleStatus": "正在更新子模块",
|
||||
"BulkInitSubmodules": "批量初始化子模块",
|
||||
@ -622,21 +364,14 @@
|
||||
"NavigationTitle": "列表面板导航",
|
||||
"SuggestionsCheatsheetTitle": "意见建议",
|
||||
"SuggestionsTitle": "意见建议 (点击 %s 以聚焦)",
|
||||
"SuggestionsSubtitle": "",
|
||||
"ExtrasTitle": "附加",
|
||||
"PushingTagStatus": "推送标签",
|
||||
"PullRequestURLCopiedToClipboard": "抓取请求网址已复制到剪贴板",
|
||||
"CommitDiffCopiedToClipboard": "",
|
||||
"CommitURLCopiedToClipboard": "",
|
||||
"CommitMessageCopiedToClipboard": "提交消息复制到剪贴板",
|
||||
"CommitSubjectCopiedToClipboard": "",
|
||||
"CommitAuthorCopiedToClipboard": "",
|
||||
"PatchCopiedToClipboard": "",
|
||||
"CopiedToClipboard": "复制到剪贴板",
|
||||
"ErrCannotEditDirectory": "无法编辑目录:您只能编辑单个文件",
|
||||
"ErrStageDirWithInlineMergeConflicts": "无法 暂存/取消暂存 包含具有内联合并冲突的文件的目录。请先解决合并冲突",
|
||||
"ErrRepositoryMovedOrDeleted": "找不到仓库。它可能已被移动或删除 ¯\\_(ツ)_/¯",
|
||||
"ErrWorktreeMovedOrRemoved": "",
|
||||
"CommandLog": "命令日志",
|
||||
"ToggleShowCommandLog": "切换 显示/隐藏 命令日志",
|
||||
"FocusCommandLog": "焦点命令日志",
|
||||
@ -644,14 +379,8 @@
|
||||
"RandomTip": "随机小提示",
|
||||
"SelectParentCommitForMerge": "选择父提交进行合并",
|
||||
"ToggleWhitespaceInDiffView": "切换是否在差异视图中显示空白字符差异",
|
||||
"ToggleWhitespaceInDiffViewTooltip": "",
|
||||
"IgnoreWhitespaceDiffViewSubTitle": "",
|
||||
"IgnoreWhitespaceNotSupportedHere": "",
|
||||
"IncreaseContextInDiffView": "扩大差异视图中显示的上下文范围",
|
||||
"IncreaseContextInDiffViewTooltip": "",
|
||||
"DecreaseContextInDiffView": "缩小差异视图中显示的上下文范围",
|
||||
"DecreaseContextInDiffViewTooltip": "",
|
||||
"DiffContextSizeChanged": "",
|
||||
"CreatePullRequestOptions": "创建抓取请求选项",
|
||||
"DefaultBranch": "默认分支",
|
||||
"SelectBranch": "选择分支",
|
||||
@ -666,119 +395,19 @@
|
||||
"AbortTitle": "放弃 %s",
|
||||
"AbortPrompt": "您确定要放弃当前 %s 吗?",
|
||||
"OpenLogMenu": "打开日志菜单",
|
||||
"OpenLogMenuTooltip": "",
|
||||
"LogMenuTitle": "提交日志选项",
|
||||
"ToggleShowGitGraphAll": "切换显示完整 git 分支图 (向 `git log` 命令传入 `--all` 选项)",
|
||||
"ShowGitGraph": "显示 git 分支图",
|
||||
"SortOrder": "",
|
||||
"SortAlphabetical": "",
|
||||
"SortByDate": "",
|
||||
"SortByRecency": "",
|
||||
"SortBasedOnReflog": "",
|
||||
"SortCommits": "提交排序",
|
||||
"CantChangeContextSizeError": "无法在补丁构建模式下更改上下文,因为我们在发布该功能时懒得支持它。 如果你真的想要这么做,请告诉我们!",
|
||||
"OpenCommitInBrowser": "在浏览器中打开提交",
|
||||
"ViewBisectOptions": "查看二分查找选项",
|
||||
"ConfirmRevertCommit": "",
|
||||
"RewordInEditorTitle": "",
|
||||
"RewordInEditorPrompt": "",
|
||||
"CheckoutPrompt": "",
|
||||
"HardResetAutostashPrompt": "",
|
||||
"UpstreamGone": "",
|
||||
"NukeDescription": "",
|
||||
"DiscardStagedChangesDescription": "",
|
||||
"EmptyOutput": "",
|
||||
"Patch": "",
|
||||
"CustomPatch": "",
|
||||
"CommitsCopied": "",
|
||||
"CommitCopied": "",
|
||||
"ResetPatch": "",
|
||||
"ResetPatchTooltip": "",
|
||||
"ApplyPatch": "",
|
||||
"ApplyPatchTooltip": "",
|
||||
"ApplyPatchInReverse": "",
|
||||
"ApplyPatchInReverseTooltip": "",
|
||||
"RemovePatchFromOriginalCommit": "",
|
||||
"RemovePatchFromOriginalCommitTooltip": "",
|
||||
"MovePatchOutIntoIndex": "",
|
||||
"MovePatchOutIntoIndexTooltip": "",
|
||||
"MovePatchIntoNewCommit": "",
|
||||
"MovePatchIntoNewCommitTooltip": "",
|
||||
"MovePatchToSelectedCommit": "",
|
||||
"MovePatchToSelectedCommitTooltip": "",
|
||||
"CopyPatchToClipboard": "",
|
||||
"NoMatchesFor": "",
|
||||
"MatchesFor": "",
|
||||
"SearchKeybindings": "",
|
||||
"SearchPrefix": "",
|
||||
"FilterPrefix": "",
|
||||
"ExitSearchMode": "",
|
||||
"ExitTextFilterMode": "",
|
||||
"Switch": "",
|
||||
"SwitchToWorktree": "",
|
||||
"SwitchToWorktreeTooltip": "",
|
||||
"AlreadyCheckedOutByWorktree": "",
|
||||
"BranchCheckedOutByWorktree": "",
|
||||
"DetachWorktreeTooltip": "",
|
||||
"Switching": "",
|
||||
"RemoveWorktree": "",
|
||||
"RemoveWorktreeTitle": "",
|
||||
"DetachWorktree": "",
|
||||
"DetachingWorktree": "",
|
||||
"WorktreesTitle": "",
|
||||
"WorktreeTitle": "",
|
||||
"RemoveWorktreePrompt": "",
|
||||
"ForceRemoveWorktreePrompt": "",
|
||||
"RemovingWorktree": "",
|
||||
"AddingWorktree": "",
|
||||
"CantDeleteCurrentWorktree": "",
|
||||
"AlreadyInWorktree": "",
|
||||
"CantDeleteMainWorktree": "",
|
||||
"NoWorktreesThisRepo": "",
|
||||
"MissingWorktree": "",
|
||||
"MainWorktree": "",
|
||||
"NewWorktree": "",
|
||||
"NewWorktreePath": "",
|
||||
"NewWorktreeBase": "",
|
||||
"RemoveWorktreeTooltip": "",
|
||||
"BranchNameCannotBeBlank": "",
|
||||
"NewBranchName": "",
|
||||
"NewBranchNameLeaveBlank": "",
|
||||
"ViewWorktreeOptions": "",
|
||||
"CreateWorktreeFrom": "",
|
||||
"CreateWorktreeFromDetached": "",
|
||||
"LcWorktree": "",
|
||||
"ChangingDirectoryTo": "",
|
||||
"Name": "",
|
||||
"Branch": "",
|
||||
"Path": "",
|
||||
"MarkedBaseCommitStatus": "",
|
||||
"MarkAsBaseCommit": "",
|
||||
"MarkAsBaseCommitTooltip": "",
|
||||
"MarkedCommitMarker": "",
|
||||
"PleaseGoToURL": "",
|
||||
"NoCopiedCommits": "",
|
||||
"DisabledMenuItemPrefix": "",
|
||||
"QuickStartInteractiveRebase": "",
|
||||
"QuickStartInteractiveRebaseTooltip": "",
|
||||
"CannotQuickStartInteractiveRebase": "",
|
||||
"ToggleRangeSelect": "切换拖动选择",
|
||||
"RangeSelectUp": "",
|
||||
"RangeSelectDown": "",
|
||||
"RangeSelectNotSupported": "",
|
||||
"NoItemSelected": "",
|
||||
"SelectedItemIsNotABranch": "",
|
||||
"SelectedItemDoesNotHaveFiles": "",
|
||||
"RangeSelectNotSupportedForSubmodules": "",
|
||||
"OldCherryPickKeyWarning": "",
|
||||
"CommandDoesNotSupportOpeningInEditor": "",
|
||||
"Actions": {
|
||||
"CheckoutCommit": "检出提交",
|
||||
"CheckoutTag": "检出标签",
|
||||
"CheckoutBranch": "检出分支",
|
||||
"ForceCheckoutBranch": "强制检出分支",
|
||||
"DeleteLocalBranch": "",
|
||||
"DeleteBranch": "",
|
||||
"Merge": "合并",
|
||||
"RebaseBranch": "变基分支",
|
||||
"RenameBranch": "重命名分支",
|
||||
@ -793,47 +422,29 @@
|
||||
"DropCommit": "删除提交",
|
||||
"EditCommit": "编辑提交",
|
||||
"AmendCommit": "修改提交",
|
||||
"ResetCommitAuthor": "",
|
||||
"SetCommitAuthor": "",
|
||||
"AddCommitCoAuthor": "",
|
||||
"RevertCommit": "还原提交",
|
||||
"CreateFixupCommit": "创建修正提交",
|
||||
"SquashAllAboveFixupCommits": "压缩以上所有的修正提交",
|
||||
"MoveCommitUp": "上移提交",
|
||||
"MoveCommitDown": "下移提交",
|
||||
"CopyCommitMessageToClipboard": "将提交消息复制到剪贴板",
|
||||
"CopyCommitSubjectToClipboard": "",
|
||||
"CopyCommitDiffToClipboard": "",
|
||||
"CopyCommitHashToClipboard": "",
|
||||
"CopyCommitURLToClipboard": "",
|
||||
"CopyCommitAuthorToClipboard": "",
|
||||
"CopyCommitAttributeToClipboard": "",
|
||||
"CopyPatchToClipboard": "",
|
||||
"CustomCommand": "自定义命令",
|
||||
"DiscardAllChangesInDirectory": "丢弃目录中的所有更改",
|
||||
"DiscardUnstagedChangesInDirectory": "丢弃目录中未暂存的更改",
|
||||
"DiscardAllChangesInFile": "丢弃文件中的所有更改",
|
||||
"DiscardAllUnstagedChangesInFile": "丢弃文件中所有未暂存的更改",
|
||||
"StageFile": "暂存文件",
|
||||
"StageResolvedFiles": "",
|
||||
"UnstageFile": "取消暂存文件",
|
||||
"UnstageAllFiles": "取消暂存所有文件",
|
||||
"StageAllFiles": "暂存所有文件",
|
||||
"IgnoreExcludeFile": "忽略文件",
|
||||
"IgnoreFileErr": "",
|
||||
"ExcludeFile": "",
|
||||
"ExcludeGitIgnoreErr": "",
|
||||
"Commit": "提交 (Commit)",
|
||||
"EditFile": "编辑文件",
|
||||
"Push": "推送 (Push)",
|
||||
"Pull": "拉取 (Pull)",
|
||||
"OpenFile": "打开文件",
|
||||
"OpenFileTooltip": "",
|
||||
"StashAllChanges": "贮藏所有更改",
|
||||
"StashAllChangesKeepIndex": "",
|
||||
"StashStagedChanges": "贮藏暂存的更改",
|
||||
"StashUnstagedChanges": "",
|
||||
"StashIncludeUntrackedChanges": "",
|
||||
"GitFlowFinish": "git flow 结果",
|
||||
"GitFlowStart": "git flow 开始",
|
||||
"CopyToClipboard": "复制到剪贴板",
|
||||
@ -861,64 +472,34 @@
|
||||
"UpdateSubmodule": "更新子模块",
|
||||
"CreateLightweightTag": "创建轻量标签",
|
||||
"CreateAnnotatedTag": "创建附注标签",
|
||||
"DeleteLocalTag": "",
|
||||
"DeleteRemoteTag": "",
|
||||
"PushTag": "推送标签",
|
||||
"NukeWorkingTree": "Nuke 工作树",
|
||||
"DiscardUnstagedFileChanges": "放弃未暂存的文件更改",
|
||||
"RemoveUntrackedFiles": "删除未跟踪的文件",
|
||||
"RemoveStagedFiles": "",
|
||||
"SoftReset": "软重置",
|
||||
"MixedReset": "混合重置",
|
||||
"HardReset": "硬重置",
|
||||
"Undo": "撤销",
|
||||
"Redo": "重做",
|
||||
"CopyPullRequestURL": "复制拉取请求 URL",
|
||||
"OpenDiffTool": "",
|
||||
"OpenMergeTool": "打开合并工具",
|
||||
"OpenCommitInBrowser": "在浏览器中打开提交",
|
||||
"OpenPullRequest": "在浏览器中打开拉取请求",
|
||||
"StartBisect": "开始二分查找 (Bisect)",
|
||||
"ResetBisect": "重置二分查找",
|
||||
"BisectSkip": "二分查找跳过",
|
||||
"BisectMark": "二分查找标记",
|
||||
"RemoveWorktree": "",
|
||||
"AddWorktree": ""
|
||||
"BisectMark": "二分查找标记"
|
||||
},
|
||||
"Bisect": {
|
||||
"MarkStart": "将 %s 标记为 %s (start bisect)",
|
||||
"MarkSkipCurrent": "",
|
||||
"MarkSkipSelected": "",
|
||||
"ResetTitle": "重置 'git bisect'",
|
||||
"ResetPrompt": "您确定要重置 'git bisect' 吗?",
|
||||
"ResetOption": "重置二分查找",
|
||||
"ChooseTerms": "",
|
||||
"OldTermPrompt": "",
|
||||
"NewTermPrompt": "",
|
||||
"BisectMenuTitle": "二分查找",
|
||||
"Mark": "将 %s 标记为 %s",
|
||||
"SkipCurrent": "跳过 %s",
|
||||
"SkipSelected": "",
|
||||
"CompleteTitle": "二分查找完成",
|
||||
"CompletePrompt": "二分查找完成!以下提交引入了此变更:\n\n%s\n\n您现在要重置 'git bisect' 吗?",
|
||||
"CompletePromptIndeterminate": "二分查找完成!一些提交被跳过了,所以下列提交中的任何一个都可能引入了此变更:\n\n%s\n\n您现在要重置 'git bisect' 吗?",
|
||||
"Bisecting": ""
|
||||
},
|
||||
"Log": {
|
||||
"EditRebase": "",
|
||||
"MoveCommitUp": "",
|
||||
"MoveCommitDown": "",
|
||||
"CherryPickCommits": "",
|
||||
"HandleUndo": "",
|
||||
"HandleMidRebaseCommand": "",
|
||||
"RemoveFile": "",
|
||||
"CopyToClipboard": "",
|
||||
"Remove": "",
|
||||
"CreateFileWithContent": "",
|
||||
"AppendingLineToFile": "",
|
||||
"EditRebaseFromBaseCommit": ""
|
||||
},
|
||||
"BreakingChangesTitle": "",
|
||||
"BreakingChangesMessage": "",
|
||||
"BreakingChangesByVersion": null
|
||||
"CompletePromptIndeterminate": "二分查找完成!一些提交被跳过了,所以下列提交中的任何一个都可能引入了此变更:\n\n%s\n\n您现在要重置 'git bisect' 吗?"
|
||||
}
|
||||
}
|
||||
|
@ -22,62 +22,29 @@
|
||||
"CredentialsPIN": "SSH 金鑰 PIN 碼",
|
||||
"PassUnameWrong": "密碼、密語或使用者名稱錯誤",
|
||||
"Commit": "提交變更",
|
||||
"CommitTooltip": "",
|
||||
"AmendLastCommit": "修改上次提交",
|
||||
"AmendLastCommitTitle": "修改上次提交",
|
||||
"SureToAmend": "是否確定要修改上次提交?之後你可以從提交面板中再次更改此次提交的訊息。",
|
||||
"NoCommitToAmend": "沒有可以修改的提交。",
|
||||
"CommitChangesWithEditor": "使用 git 編輯器提交變更",
|
||||
"FindBaseCommitForFixup": "",
|
||||
"FindBaseCommitForFixupTooltip": "",
|
||||
"NoBaseCommitsFound": "",
|
||||
"MultipleBaseCommitsFoundStaged": "",
|
||||
"MultipleBaseCommitsFoundUnstaged": "",
|
||||
"BaseCommitIsAlreadyOnMainBranch": "",
|
||||
"BaseCommitIsNotInCurrentView": "",
|
||||
"HunksWithOnlyAddedLinesWarning": "",
|
||||
"StatusTitle": "狀態",
|
||||
"GlobalTitle": "全域快捷鍵",
|
||||
"Menu": "選單",
|
||||
"Execute": "執行",
|
||||
"Stage": "切換預存",
|
||||
"StageTooltip": "",
|
||||
"ToggleStagedAll": "全部預存/取消預存",
|
||||
"ToggleStagedAllTooltip": "",
|
||||
"ToggleTreeView": "顯示檔案樹狀視圖",
|
||||
"ToggleTreeViewTooltip": "",
|
||||
"OpenDiffTool": "",
|
||||
"OpenMergeTool": "開啟外部合併工具 (git mergetool)",
|
||||
"OpenMergeToolTooltip": "",
|
||||
"Refresh": "重新整理",
|
||||
"RefreshTooltip": "",
|
||||
"Push": "推送",
|
||||
"Pull": "拉取",
|
||||
"PushTooltip": "",
|
||||
"PullTooltip": "",
|
||||
"Scroll": "捲動",
|
||||
"FileFilter": "篩選檔案 (預存/未預存)",
|
||||
"CopyToClipboardMenu": "",
|
||||
"CopyFileName": "",
|
||||
"CopyFilePath": "",
|
||||
"CopyFileDiffTooltip": "",
|
||||
"CopySelectedDiff": "",
|
||||
"CopyAllFilesDiff": "",
|
||||
"NoContentToCopyError": "",
|
||||
"FileNameCopiedToast": "",
|
||||
"FilePathCopiedToast": "",
|
||||
"FileDiffCopiedToast": "",
|
||||
"AllFilesDiffCopiedToast": "",
|
||||
"FilterStagedFiles": "僅顯示預存的檔案",
|
||||
"FilterUnstagedFiles": "僅顯示未預存的檔案",
|
||||
"ResetFilter": "重設篩選",
|
||||
"MergeConflictsTitle": "合併衝突",
|
||||
"Checkout": "檢出",
|
||||
"CheckoutTooltip": "",
|
||||
"CantCheckoutBranchWhilePulling": "",
|
||||
"TagCheckoutTooltip": "",
|
||||
"RemoteBranchCheckoutTooltip": "",
|
||||
"CantPullOrPushSameBranchTwice": "",
|
||||
"NoChangedFiles": "沒有變更的檔案",
|
||||
"SoftReset": "軟重設",
|
||||
"AlreadyCheckedOutBranch": "你已經檢出這個分支了",
|
||||
@ -86,68 +53,36 @@
|
||||
"BranchName": "分支名稱",
|
||||
"NewBranchNameBranchOff": "新的分支名稱 (根據 '{{.branchName}}' 分支創建)",
|
||||
"CantDeleteCheckOutBranch": "無法刪除已檢出的分支!",
|
||||
"DeleteBranchTitle": "",
|
||||
"DeleteLocalBranch": "",
|
||||
"DeleteRemoteBranchOption": "",
|
||||
"DeleteRemoteBranchPrompt": "",
|
||||
"ForceDeleteBranchTitle": "",
|
||||
"ForceDeleteBranchMessage": "'{{.selectedBranchName}}' 分支尚未完全合併。是否刪除?",
|
||||
"RebaseBranch": "將已檢出的分支變基至此分支",
|
||||
"RebaseBranchTooltip": "",
|
||||
"CantRebaseOntoSelf": "無法將分支變基至自己",
|
||||
"CantMergeBranchIntoItself": "無法將一個分支合併至自己",
|
||||
"ForceCheckout": "強制檢出",
|
||||
"ForceCheckoutTooltip": "",
|
||||
"CheckoutByName": "根據名稱檢出",
|
||||
"CheckoutByNameTooltip": "",
|
||||
"RemoteBranchCheckoutTitle": "",
|
||||
"CheckoutTypeNewBranch": "",
|
||||
"CheckoutTypeNewBranchTooltip": "",
|
||||
"CheckoutTypeDetachedHead": "",
|
||||
"CheckoutTypeDetachedHeadTooltip": "",
|
||||
"NewBranch": "新分支",
|
||||
"NewBranchFromStashTooltip": "",
|
||||
"NoBranchesThisRepo": "這個版本庫中沒有分支",
|
||||
"CommitWithoutMessageErr": "沒有提交訊息,無法提交",
|
||||
"Close": "關閉",
|
||||
"CloseCancel": "關閉/取消",
|
||||
"Confirm": "確認",
|
||||
"Quit": "結束",
|
||||
"SquashTooltip": "",
|
||||
"CannotSquashOrFixupFirstCommit": "沒有可以壓縮的提交",
|
||||
"Fixup": "修復 (Fixup)",
|
||||
"FixupTooltip": "",
|
||||
"SureFixupThisCommit": "是否對此提交進行 '修復' ? 其將被合併於以下之提交中",
|
||||
"SureSquashThisCommit": "是否要把這個提交壓縮到下面的提交中?",
|
||||
"Squash": "壓縮 (Squash)",
|
||||
"PickCommitTooltip": "挑選提交 (於變基過程中)",
|
||||
"Pick": "",
|
||||
"CantPickDisabledReason": "",
|
||||
"Edit": "",
|
||||
"RevertCommit": "還原提交",
|
||||
"Revert": "",
|
||||
"RevertCommitTooltip": "",
|
||||
"Reword": "改寫提交",
|
||||
"CommitRewordTooltip": "",
|
||||
"DropCommit": "刪除提交",
|
||||
"DropCommitTooltip": "",
|
||||
"MoveDownCommit": "向下移動提交",
|
||||
"MoveUpCommit": "向上移動提交",
|
||||
"CannotMoveAnyFurther": "",
|
||||
"EditCommit": "",
|
||||
"EditCommitTooltip": "編輯提交",
|
||||
"AmendCommitTooltip": "使用已預存的更改修正提交",
|
||||
"Amend": "",
|
||||
"ResetAuthor": "重設作者",
|
||||
"ResetAuthorTooltip": "",
|
||||
"SetAuthor": "設定作者",
|
||||
"SetAuthorTooltip": "",
|
||||
"AddCoAuthor": "",
|
||||
"AmendCommitAttribute": "設定/重設提交作者",
|
||||
"AmendCommitAttributeTooltip": "",
|
||||
"SetAuthorPromptTitle": "設定作者(格式:「姓名 \u003c電子郵件\u003e」)",
|
||||
"AddCoAuthorPromptTitle": "",
|
||||
"AddCoAuthorTooltip": "",
|
||||
"SureResetCommitAuthor": "為了符合已配置的使用者,此作者的提交欄位以及時間戳將被更新。是否繼續?",
|
||||
"RewordCommitEditor": "使用編輯器改寫提交",
|
||||
"NoCommitsThisBranch": "這個分支沒有提交",
|
||||
@ -158,15 +93,11 @@
|
||||
"RedoReflog": "取消復原",
|
||||
"UndoTooltip": "將使用 reflog 確任 git 指令以復原。這不包括工作區更改;只考慮提交。",
|
||||
"RedoTooltip": "將使用 reflog 確任 git 指令以重作。這不包括工作區更改;只考慮提交。",
|
||||
"UndoMergeResolveTooltip": "",
|
||||
"DiscardAllTooltip": "捨棄 '{{.path}}' 預存/未預存更改。",
|
||||
"DiscardUnstagedTooltip": "捨棄 '{{.path}}' 未預存更改。",
|
||||
"Pop": "還原",
|
||||
"StashPopTooltip": "",
|
||||
"Drop": "捨棄",
|
||||
"StashDropTooltip": "",
|
||||
"Apply": "套用",
|
||||
"StashApplyTooltip": "",
|
||||
"NoStashEntries": "沒有收藏記錄",
|
||||
"StashDrop": "放棄收藏記錄",
|
||||
"SureDropStashEntry": "是否捨棄這條收藏記錄?",
|
||||
@ -184,7 +115,6 @@
|
||||
"ForcePush": "強制推送",
|
||||
"ForcePushPrompt": "你的分支與遠端分支分岔。按 'ESC' 取消,或按 'Enter' 強制推送。",
|
||||
"ForcePushDisabled": "你的分支與遠端分支分岔,你已禁用強制推送",
|
||||
"UpdatesRejected": "",
|
||||
"UpdatesRejectedAndForcePushDisabled": "更新被拒絕,你已禁用強制推送",
|
||||
"CheckForUpdate": "檢查更新",
|
||||
"CheckingForUpdates": "正在檢查更新...",
|
||||
@ -206,15 +136,11 @@
|
||||
"DeprecatedEditConfigWarning": "\n### Deprecated config warning ###\n\n以下設定已被取代並將於未來版本中刪除:\n{{configs}}\n\n編輯器設定教學:\n\n https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#configuring-file-editing\n\n",
|
||||
"GitconfigParseErr": "Gogit 無法解析你的 gitconfig 檔案,因為存在未引用的 '\\' 字符,刪除它們應該可以解決這個問題。",
|
||||
"EditFile": "編輯檔案",
|
||||
"EditFileTooltip": "",
|
||||
"OpenFile": "開啟檔案",
|
||||
"OpenFileTooltip": "",
|
||||
"OpenInEditor": "",
|
||||
"IgnoreFile": "添加到 .gitignore",
|
||||
"ExcludeFile": "添加到 .git/info/exclude",
|
||||
"RefreshFiles": "重新整理檔案",
|
||||
"Merge": "合併到當前檢出的分支",
|
||||
"MergeBranchTooltip": "",
|
||||
"ConfirmQuit": "是否結束?",
|
||||
"SwitchRepo": "切換到最近使用的版本庫",
|
||||
"AllBranchesLogGraph": "顯示所有分支日誌",
|
||||
@ -222,36 +148,23 @@
|
||||
"CopyPullRequestURL": "複製拉取請求的 URL 到剪貼板",
|
||||
"NoBranchOnRemote": "這個分支在遠端不存在。需要先將其推送至遠端。",
|
||||
"Fetch": "擷取",
|
||||
"FetchTooltip": "",
|
||||
"NoAutomaticGitFetchTitle": "手動 git 擷取",
|
||||
"NoAutomaticGitFetchBody": "lazygit 無法在私有庫使用 \"git 擷取\";在檔案面板中使用 'f' 手動執行 \"git 擷取\"",
|
||||
"FileEnter": "選擇檔案中的單個程式碼塊/行,或展開/折疊目錄",
|
||||
"FileEnterTooltip": "",
|
||||
"FileStagingRequirements": "只能選擇跟踪檔案中的單個行",
|
||||
"StageSelectionTooltip": "切換現有行的狀態 (已預存/未預存)",
|
||||
"DiscardSelection": "刪除變更 (git reset)",
|
||||
"DiscardSelectionTooltip": "",
|
||||
"ToggleSelectHunk": "切換選擇程式碼塊",
|
||||
"ToggleSelectHunkTooltip": "",
|
||||
"ToggleSelectionForPatch": "向 (或從) 補丁中添加/刪除行",
|
||||
"ToggleSelectionForPatchTooltip": "",
|
||||
"EditHunk": "編輯程式碼塊",
|
||||
"EditHunkTooltip": "",
|
||||
"ToggleStagingView": "切換至另一個面板 (已預存/未預存更改)",
|
||||
"ToggleStagingViewTooltip": "",
|
||||
"ReturnToFilesPanel": "返回檔案面板",
|
||||
"FastForward": "從上游快進此分支",
|
||||
"FastForwardTooltip": "",
|
||||
"FastForwarding": "的擷取和快進中",
|
||||
"FoundConflictsTitle": "自動合併失敗",
|
||||
"ViewConflictsMenuItem": "",
|
||||
"AbortMenuItem": "",
|
||||
"PickHunk": "挑選程式碼片段",
|
||||
"PickAllHunks": "挑選所有程式碼片段",
|
||||
"ViewMergeRebaseOptions": "查看合併/變基選項",
|
||||
"ViewMergeRebaseOptionsTooltip": "",
|
||||
"ViewMergeOptions": "",
|
||||
"ViewRebaseOptions": "",
|
||||
"NotMergingOrRebasing": "你當前既不在變基也不在合併中",
|
||||
"AlreadyRebasing": "無法在變基期間執行此操作",
|
||||
"RecentRepos": "最近的版本庫",
|
||||
@ -264,7 +177,6 @@
|
||||
"SearchTitle": "搜尋",
|
||||
"TagsTitle": "標籤",
|
||||
"MenuTitle": "功能表",
|
||||
"CommitMenuTitle": "",
|
||||
"RemotesTitle": "遠端",
|
||||
"RemoteBranchesTitle": "遠端分支",
|
||||
"PatchBuildingTitle": "主面板 (補丁生成)",
|
||||
@ -274,18 +186,13 @@
|
||||
"ConflictsResolved": "所有合併衝突都已解決。是否繼續?",
|
||||
"Continue": "確認",
|
||||
"RebasingTitle": "將 '{{.checkedOutBranch}}'",
|
||||
"RebasingFromBaseCommitTitle": "",
|
||||
"SimpleRebase": "簡單變基 變基至 '{{.ref}}'",
|
||||
"InteractiveRebase": "互動變基 變基至 '{{.ref}}'",
|
||||
"RebaseOntoBaseBranch": "",
|
||||
"InteractiveRebaseTooltip": "開始一個互動變基,以中斷開始,這樣你可以在繼續之前更新TODO提交",
|
||||
"RebaseOntoBaseBranchTooltip": "",
|
||||
"MustSelectTodoCommits": "",
|
||||
"ConfirmMerge": "是否將 '{{.selectedBranch}}' 合併至 '{{.checkedOutBranch}}' ?",
|
||||
"FwdNoUpstream": "無法快進無上游分支",
|
||||
"FwdNoLocalUpstream": "無法快進尚未在本地註冊的遠端分支",
|
||||
"FwdCommitsToPush": "無法快進帶有尚未推送的提交的分支",
|
||||
"PullRequestNoUpstream": "",
|
||||
"ErrorOccurred": "發生錯誤!請在此詢問錯誤:",
|
||||
"NoRoom": "無足夠的空間",
|
||||
"YouAreHere": "你在這",
|
||||
@ -293,14 +200,9 @@
|
||||
"RewordNotSupported": "在互動變基期間改寫提交目前不支援",
|
||||
"ChangingThisActionIsNotAllowed": "不允許更改此類變基待辦事項",
|
||||
"CherryPickCopy": "複製提交 (揀選)",
|
||||
"CherryPickCopyTooltip": "",
|
||||
"CherryPickCopyRange": "",
|
||||
"CherryPickCopyRangeTooltip": "",
|
||||
"PasteCommits": "貼上提交 (揀選)",
|
||||
"SureCherryPick": "是否將複製的提交揀選到此分支?",
|
||||
"CherryPick": "揀選 (Cherry-pick)",
|
||||
"CannotCherryPickNonCommit": "",
|
||||
"CannotCherryPickMergeCommit": "",
|
||||
"Donate": "贊助",
|
||||
"AskQuestion": "諮詢",
|
||||
"PrevLine": "選擇上一行",
|
||||
@ -319,14 +221,12 @@
|
||||
"AmendCommitPrompt": "是否使用預存檔案修改提交?",
|
||||
"DropCommitTitle": "刪除提交",
|
||||
"DropCommitPrompt": "是否刪除此提交?",
|
||||
"DropUpdateRefPrompt": "",
|
||||
"PullingStatus": "拉取",
|
||||
"PushingStatus": "推送",
|
||||
"FetchingStatus": "擷取",
|
||||
"SquashingStatus": "壓縮中",
|
||||
"FixingStatus": "修復中",
|
||||
"DeletingStatus": "刪除中",
|
||||
"DroppingStatus": "",
|
||||
"MovingStatus": "移動中",
|
||||
"RebasingStatus": "變基中",
|
||||
"MergingStatus": "合併中",
|
||||
@ -339,18 +239,13 @@
|
||||
"CheckingOutStatus": "檢出中",
|
||||
"CommittingStatus": "提交中",
|
||||
"RevertingStatus": "還原中",
|
||||
"CreatingFixupCommitStatus": "",
|
||||
"CommitFiles": "提交檔案",
|
||||
"SubCommitsDynamicTitle": "提交 (共 %s項)",
|
||||
"CommitFilesDynamicTitle": "差異檔案 (共 %s項)",
|
||||
"RemoteBranchesDynamicTitle": "遠端分支 (共 %s項)",
|
||||
"ViewItemFiles": "檢視所選項目的檔案",
|
||||
"ViewItemFilesTooltip": "",
|
||||
"CommitFilesTitle": "提交檔案",
|
||||
"CheckoutCommitFileTooltip": "檢出檔案",
|
||||
"CanOnlyDiscardFromLocalCommits": "",
|
||||
"Remove": "",
|
||||
"DiscardOldFileChangeTooltip": "",
|
||||
"DiscardFileChangesTitle": "捨棄檔案更改",
|
||||
"DiscardFileChangesPrompt": "是否捨棄此提交?如果這個檔案是在此提交中創建的,它將被刪除",
|
||||
"DisabledForGPG": "此功能不適用於 GPG 加密",
|
||||
@ -362,9 +257,6 @@
|
||||
"AutoStashTitle": "是否自動收藏?",
|
||||
"AutoStashPrompt": "必須收藏並拾起變更才得以繼續操作。是否自動執行?(Enter/Esc)",
|
||||
"StashPrefix": "自動收藏 ",
|
||||
"Discard": "",
|
||||
"DiscardChangesTitle": "",
|
||||
"DiscardFileChangesTooltip": "",
|
||||
"Cancel": "取消",
|
||||
"DiscardAllChanges": "刪除所有變更",
|
||||
"DiscardUnstagedChanges": "刪除未預存變更",
|
||||
@ -373,43 +265,18 @@
|
||||
"DiscardUntrackedFiles": "刪除未追蹤檔案",
|
||||
"DiscardStagedChanges": "刪除已預存變更",
|
||||
"HardReset": "強制重設",
|
||||
"BranchDeleteTooltip": "",
|
||||
"TagDeleteTooltip": "",
|
||||
"Delete": "",
|
||||
"Reset": "",
|
||||
"ResetTooltip": "",
|
||||
"ViewResetOptions": "檢視重設選項",
|
||||
"FileResetOptionsTooltip": "",
|
||||
"CreateFixupCommit": "建立修復提交",
|
||||
"CreateFixupCommitTooltip": "為此提交建立修復提交",
|
||||
"CreateAmendCommit": "",
|
||||
"FixupMenu_Fixup": "",
|
||||
"FixupMenu_FixupTooltip": "",
|
||||
"FixupMenu_AmendWithChanges": "",
|
||||
"FixupMenu_AmendWithChangesTooltip": "",
|
||||
"FixupMenu_AmendWithoutChanges": "",
|
||||
"FixupMenu_AmendWithoutChangesTooltip": "",
|
||||
"SquashAboveCommitsTooltip": "是否壓縮上方 {{.commit}} 所有「fixup」提交?",
|
||||
"SquashCommitsAboveSelectedTooltip": "",
|
||||
"SquashCommitsInCurrentBranchTooltip": "",
|
||||
"SquashAboveCommits": "壓縮上方所有「fixup」提交(自動壓縮)",
|
||||
"SquashCommitsInCurrentBranch": "",
|
||||
"SquashCommitsAboveSelectedCommit": "",
|
||||
"CannotSquashCommitsInCurrentBranch": "",
|
||||
"ExecuteCustomCommand": "執行自訂命令",
|
||||
"ExecuteCustomCommandTooltip": "",
|
||||
"CustomCommand": "自訂命令:",
|
||||
"CommitChangesWithoutHook": "沒有預提交 hook 就提交更改",
|
||||
"SkipHookPrefixNotConfigured": "你尚未配置略過 hook 的提交訊息前綴,請在設定中設置 `git.skipHookPrefix = 'WIP'`",
|
||||
"ResetTo": "重設至",
|
||||
"ResetSoftTooltip": "",
|
||||
"ResetMixedTooltip": "",
|
||||
"ResetHardTooltip": "",
|
||||
"PressEnterToReturn": "按 Enter 返回到 lazygit",
|
||||
"ViewStashOptions": "檢視收藏選項",
|
||||
"ViewStashOptionsTooltip": "",
|
||||
"Stash": "",
|
||||
"StashTooltip": "",
|
||||
"StashAllChanges": "收藏所有變更",
|
||||
"StashStagedChanges": "收藏已預存變更",
|
||||
"StashAllChangesKeepIndex": "收藏所有變更並保留預存區",
|
||||
@ -417,26 +284,20 @@
|
||||
"StashIncludeUntrackedChanges": "收藏所有變更,包括未追蹤檔案",
|
||||
"StashOptions": "收藏選項",
|
||||
"NotARepository": "錯誤:必須在 git 版本庫中執行",
|
||||
"WorkingDirectoryDoesNotExist": "",
|
||||
"Jump": "跳轉至面板",
|
||||
"ScrollLeftRight": "左右捲動",
|
||||
"ScrollLeft": "向左捲動",
|
||||
"ScrollRight": "向右捲動",
|
||||
"DiscardPatch": "捨棄補丁",
|
||||
"DiscardPatchConfirm": "你只能從單一提交或收藏項目建立一個補丁。是否捨棄當前補丁?",
|
||||
"DiscardPatchSameCommitConfirm": "",
|
||||
"CantPatchWhileRebasingError": "在合併或變基狀態下,你不能建立或運行補丁命令",
|
||||
"ToggleAddToPatch": "切換檔案是否包含在補丁中",
|
||||
"ToggleAddToPatchTooltip": "",
|
||||
"ToggleAllInPatch": "切換所有檔案是否包含在補丁中",
|
||||
"ToggleAllInPatchTooltip": "",
|
||||
"UpdatingPatch": "正在更新補丁",
|
||||
"ViewPatchOptions": "檢視自訂補丁選項",
|
||||
"PatchOptionsTitle": "補丁選項",
|
||||
"NoPatchError": "尚未建立補丁。要開始建立補丁,請在提交檔案上使用空格或輸入以添加特定行",
|
||||
"EmptyPatchError": "",
|
||||
"EnterCommitFile": "輸入檔案以將選定的行添加至補丁(或切換目錄折疊)",
|
||||
"EnterCommitFileTooltip": "",
|
||||
"ExitCustomPatchBuilder": "退出自訂補丁建立器",
|
||||
"EnterUpstream": "輸入上游為 '\u003cremote\u003e \u003cbranchname\u003e'",
|
||||
"InvalidUpstream": "無效的上游。必須符合 '\u003cremote\u003e \u003cbranchname\u003e' 的格式",
|
||||
@ -444,57 +305,30 @@
|
||||
"NewRemote": "新增遠端",
|
||||
"NewRemoteName": "新遠端名稱:",
|
||||
"NewRemoteUrl": "新遠端 URL:",
|
||||
"ViewBranches": "",
|
||||
"EditRemoteName": "輸入更新 {{.remoteName}} 遠端名稱:",
|
||||
"EditRemoteUrl": "輸入更新 {{.remoteName}} 遠端 URL:",
|
||||
"RemoveRemote": "移除遠端",
|
||||
"RemoveRemoteTooltip": "",
|
||||
"RemoveRemotePrompt": "你確定要移除遠端?",
|
||||
"DeleteRemoteBranch": "刪除遠端分支",
|
||||
"DeleteRemoteBranchMessage": "你確定要刪除遠端分支?",
|
||||
"DeleteRemoteBranchTooltip": "",
|
||||
"SetAsUpstream": "",
|
||||
"SetAsUpstreamTooltip": "將此分支設為當前分支之上游",
|
||||
"SetUpstream": "設定所選分支之上游",
|
||||
"UnsetUpstream": "取消設定選定分支之上游",
|
||||
"ViewDivergenceFromUpstream": "",
|
||||
"ViewDivergenceFromBaseBranch": "",
|
||||
"CouldNotDetermineBaseBranch": "",
|
||||
"DivergenceSectionHeaderLocal": "",
|
||||
"DivergenceSectionHeaderRemote": "",
|
||||
"ViewUpstreamResetOptions": "",
|
||||
"ViewUpstreamResetOptionsTooltip": "",
|
||||
"ViewUpstreamRebaseOptions": "",
|
||||
"ViewUpstreamRebaseOptionsTooltip": "",
|
||||
"UpstreamGenericName": "",
|
||||
"SetUpstreamTitle": "設定上游分支",
|
||||
"SetUpstreamMessage": "你確定要將 '{{. selected}}' 設為 '{{.checkedOut}}' 的上游分支?",
|
||||
"EditRemoteTooltip": "編輯遠端",
|
||||
"TagCommit": "打標籤到提交",
|
||||
"TagCommitTooltip": "",
|
||||
"TagMenuTitle": "建立標籤",
|
||||
"TagNameTitle": "標籤名稱",
|
||||
"TagMessageTitle": "標籤訊息",
|
||||
"LightweightTag": "輕量標籤",
|
||||
"AnnotatedTag": "附註標籤",
|
||||
"DeleteTagTitle": "",
|
||||
"DeleteLocalTag": "",
|
||||
"DeleteRemoteTag": "",
|
||||
"SelectRemoteTagUpstream": "",
|
||||
"DeleteRemoteTagPrompt": "",
|
||||
"RemoteTagDeletedMessage": "",
|
||||
"PushTagTitle": "推送標籤 '{{.tagName}}' 至遠端:",
|
||||
"PushTag": "推送標籤",
|
||||
"PushTagTooltip": "",
|
||||
"NewTag": "建立標籤",
|
||||
"NewTagTooltip": "",
|
||||
"CreatingTag": "",
|
||||
"ForceTag": "",
|
||||
"ForceTagPrompt": "",
|
||||
"FetchRemoteTooltip": "擷取遠端",
|
||||
"FetchingRemoteStatus": "正在擷取遠端",
|
||||
"CheckoutCommit": "檢出提交",
|
||||
"CheckoutCommitTooltip": "",
|
||||
"SureCheckoutThisCommit": "你確定要檢出這個提交?",
|
||||
"GitFlowOptions": "顯示 git-flow 選項",
|
||||
"NotAGitFlowBranch": "這似乎不是一個 git flow 分支",
|
||||
@ -502,7 +336,6 @@
|
||||
"IgnoreTracked": "忽略已追蹤檔案",
|
||||
"ExcludeTracked": "排除已追蹤檔案",
|
||||
"IgnoreTrackedPrompt": "你確定要忽略一個已追蹤的檔案?",
|
||||
"ExcludeTrackedPrompt": "",
|
||||
"ViewResetToUpstreamOptions": "檢視上游重設選項",
|
||||
"NextScreenMode": "下一個螢幕模式(常規/半螢幕/全螢幕)",
|
||||
"PrevScreenMode": "上一個螢幕模式",
|
||||
@ -511,12 +344,7 @@
|
||||
"Panel": "面板",
|
||||
"Keybindings": "鍵盤快捷鍵",
|
||||
"KeybindingsLegend": "說明:`\u003cc-b\u003e` 表示 Ctrl+B、`\u003ca-b\u003e` 表示 Alt+B,`B`表示 Shift+B",
|
||||
"KeybindingsMenuSectionLocal": "",
|
||||
"KeybindingsMenuSectionGlobal": "",
|
||||
"KeybindingsMenuSectionNavigation": "",
|
||||
"RenameBranch": "重新命名分支",
|
||||
"Upstream": "",
|
||||
"UpstreamTooltip": "",
|
||||
"BranchUpstreamOptionsTitle": "上游分支設定",
|
||||
"ViewBranchUpstreamOptions": "檢視上游設定",
|
||||
"ViewBranchUpstreamOptionsTooltip": "檢視有關上游分支的設定(例如重設至上游)",
|
||||
@ -539,16 +367,11 @@
|
||||
"FilteringBy": "篩選方式",
|
||||
"ResetInParentheses": "(已重設)",
|
||||
"OpenFilteringMenu": "檢視篩選路徑選項",
|
||||
"OpenFilteringMenuTooltip": "",
|
||||
"FilterBy": "篩選路徑",
|
||||
"ExitFilterMode": "停止按路徑篩選",
|
||||
"ExitFilterModeAuthor": "",
|
||||
"FilterPathOption": "輸入要依路徑篩選的路徑",
|
||||
"FilterAuthorOption": "",
|
||||
"EnterFileName": "輸入路徑:",
|
||||
"EnterAuthor": "",
|
||||
"FilteringMenuTitle": "篩選",
|
||||
"WillCancelExistingFilterTooltip": "",
|
||||
"MustExitFilterModeTitle": "命令不可用",
|
||||
"MustExitFilterModePrompt": "在按路徑篩選的模式下,該命令不可用。是否退出按路徑篩選的模式?",
|
||||
"Diff": "差異",
|
||||
@ -558,9 +381,7 @@
|
||||
"DiffingMenuTitle": "差異比較",
|
||||
"SwapDiff": "反轉差異方向",
|
||||
"ViewDiffingOptions": "開啟差異比較選單",
|
||||
"ViewDiffingOptionsTooltip": "",
|
||||
"OpenCommandLogMenu": "開啟命令記錄選單",
|
||||
"OpenCommandLogMenuTooltip": "",
|
||||
"ShowingGitDiff": "顯示輸出:",
|
||||
"CommitDiff": "提交差異",
|
||||
"CopyCommitHashToClipboard": "複製提交 hash 到剪貼簿",
|
||||
@ -568,10 +389,8 @@
|
||||
"CommitURL": "提交 URL",
|
||||
"CopyCommitMessageToClipboard": "複製提交訊息到剪貼簿",
|
||||
"CommitMessage": "提交訊息",
|
||||
"CommitSubject": "",
|
||||
"CommitAuthor": "提交者",
|
||||
"CopyCommitAttributeToClipboard": "複製提交屬性",
|
||||
"CopyCommitAttributeToClipboardTooltip": "",
|
||||
"CopyBranchNameToClipboard": "複製分支名稱到剪貼簿",
|
||||
"CopyPathToClipboard": "複製檔案名稱到剪貼簿",
|
||||
"CommitPrefixPatternError": "commitPrefix 模式錯誤",
|
||||
@ -591,10 +410,8 @@
|
||||
"SubmoduleStashAndReset": "收藏未提交的子模組變更並更新",
|
||||
"AndResetSubmodules": "以及重設子模組",
|
||||
"EnterSubmoduleTooltip": "進入子模組",
|
||||
"Enter": "",
|
||||
"CopySubmoduleNameToClipboard": "複製子模組名稱到剪貼簿",
|
||||
"RemoveSubmodule": "移除子模組",
|
||||
"RemoveSubmoduleTooltip": "",
|
||||
"RemoveSubmodulePrompt": "是否確定要刪除子模組 '%s' 以及它相應的目錄?此操作是不可逆的。",
|
||||
"ResettingSubmoduleStatus": "重設子模型中",
|
||||
"NewSubmoduleName": "子模組名稱:",
|
||||
@ -607,8 +424,6 @@
|
||||
"EditSubmoduleUrl": "更新子模組 URL",
|
||||
"InitializingSubmoduleStatus": "正在初始化子模組",
|
||||
"InitSubmoduleTooltip": "初始化子模組",
|
||||
"Update": "",
|
||||
"Initialize": "",
|
||||
"SubmoduleUpdateTooltip": "更新子模組",
|
||||
"UpdatingSubmoduleStatus": "正在更新子模組",
|
||||
"BulkInitSubmodules": "批量初始化子模組",
|
||||
@ -622,21 +437,18 @@
|
||||
"NavigationTitle": "移動",
|
||||
"SuggestionsCheatsheetTitle": "提示",
|
||||
"SuggestionsTitle": "提示(按 %s 進入焦點)",
|
||||
"SuggestionsSubtitle": "",
|
||||
"ExtrasTitle": "命令記錄",
|
||||
"PushingTagStatus": "正在推送標籤",
|
||||
"PullRequestURLCopiedToClipboard": "複製拉取請求 URL 至剪貼簿",
|
||||
"CommitDiffCopiedToClipboard": "已複製提交差異至剪貼簿",
|
||||
"CommitURLCopiedToClipboard": "已複製提交 URL 至剪貼簿",
|
||||
"CommitMessageCopiedToClipboard": "已複製提交訊息至剪貼簿",
|
||||
"CommitSubjectCopiedToClipboard": "",
|
||||
"CommitAuthorCopiedToClipboard": "已複製提交者至剪貼簿",
|
||||
"PatchCopiedToClipboard": "已複製補丁至剪貼簿",
|
||||
"CopiedToClipboard": "已複製至剪貼簿",
|
||||
"ErrCannotEditDirectory": "無法編輯目錄:你只能編輯單獨的檔案",
|
||||
"ErrStageDirWithInlineMergeConflicts": "不能預存/取消預存包含具備內嵌合併衝突的檔案的目錄。請先解決合併衝突",
|
||||
"ErrRepositoryMovedOrDeleted": "找不到版本庫。可能已被移動或刪除",
|
||||
"ErrWorktreeMovedOrRemoved": "",
|
||||
"CommandLog": "命令記錄",
|
||||
"ToggleShowCommandLog": "切換顯示/隱藏命令記錄",
|
||||
"FocusCommandLog": "聚焦命令記錄",
|
||||
@ -644,14 +456,10 @@
|
||||
"RandomTip": "隨機提示",
|
||||
"SelectParentCommitForMerge": "選擇合併的父提交",
|
||||
"ToggleWhitespaceInDiffView": "切換是否在差異檢視中顯示空格變更",
|
||||
"ToggleWhitespaceInDiffViewTooltip": "",
|
||||
"IgnoreWhitespaceDiffViewSubTitle": "(忽略空格)",
|
||||
"IgnoreWhitespaceNotSupportedHere": "在此檢視中不支援忽略空格",
|
||||
"IncreaseContextInDiffView": "增加差異檢視中顯示變更周圍上下文的大小",
|
||||
"IncreaseContextInDiffViewTooltip": "",
|
||||
"DecreaseContextInDiffView": "減小差異檢視中顯示變更周圍上下文的大小",
|
||||
"DecreaseContextInDiffViewTooltip": "",
|
||||
"DiffContextSizeChanged": "",
|
||||
"CreatePullRequestOptions": "建立拉取請求選項",
|
||||
"DefaultBranch": "預設分支",
|
||||
"SelectBranch": "選擇分支",
|
||||
@ -666,15 +474,9 @@
|
||||
"AbortTitle": "中止%s",
|
||||
"AbortPrompt": "是否確定要中止當前的%s?",
|
||||
"OpenLogMenu": "開啟記錄選單",
|
||||
"OpenLogMenuTooltip": "",
|
||||
"LogMenuTitle": "提交記錄選項",
|
||||
"ToggleShowGitGraphAll": "切換顯示整個 git 圖表(將 `--all` 標誌傳遞給 `git log`)",
|
||||
"ShowGitGraph": "顯示 git 圖表",
|
||||
"SortOrder": "",
|
||||
"SortAlphabetical": "",
|
||||
"SortByDate": "",
|
||||
"SortByRecency": "",
|
||||
"SortBasedOnReflog": "",
|
||||
"SortCommits": "提交排序順序",
|
||||
"CantChangeContextSizeError": "在製作補丁期間無法更改上下文大小,因為當發布功能時我們太懒了以至於沒有支援它。如果你真的需要它,請告訴我們!",
|
||||
"OpenCommitInBrowser": "在瀏覽器中開啟提交",
|
||||
@ -693,19 +495,12 @@
|
||||
"CommitsCopied": "提交已複製",
|
||||
"CommitCopied": "提交已複製",
|
||||
"ResetPatch": "重設補丁",
|
||||
"ResetPatchTooltip": "",
|
||||
"ApplyPatch": "套用補丁",
|
||||
"ApplyPatchTooltip": "",
|
||||
"ApplyPatchInReverse": "反向套用補丁",
|
||||
"ApplyPatchInReverseTooltip": "",
|
||||
"RemovePatchFromOriginalCommit": "從原始提交中刪除補丁(%s)",
|
||||
"RemovePatchFromOriginalCommitTooltip": "",
|
||||
"MovePatchOutIntoIndex": "將補丁移到預存區",
|
||||
"MovePatchOutIntoIndexTooltip": "",
|
||||
"MovePatchIntoNewCommit": "將補丁移到新的提交",
|
||||
"MovePatchIntoNewCommitTooltip": "",
|
||||
"MovePatchToSelectedCommit": "將補丁移到選定的提交(%s)",
|
||||
"MovePatchToSelectedCommitTooltip": "",
|
||||
"CopyPatchToClipboard": "將補丁複製到剪貼簿",
|
||||
"NoMatchesFor": "沒有找到符合 '%s' %s 的結果",
|
||||
"MatchesFor": "符合 '%s' 的結果(%d/%d)%s",
|
||||
@ -713,10 +508,7 @@
|
||||
"SearchPrefix": "搜尋:",
|
||||
"FilterPrefix": "篩選:",
|
||||
"ExitSearchMode": "%s:退出搜尋模式",
|
||||
"ExitTextFilterMode": "",
|
||||
"Switch": "",
|
||||
"SwitchToWorktree": "切換至工作目錄面板",
|
||||
"SwitchToWorktreeTooltip": "",
|
||||
"AlreadyCheckedOutByWorktree": "此分支已被檢出到 {{.worktreeName}} 是否切換到此工作目錄?",
|
||||
"BranchCheckedOutByWorktree": "分支 {{.branchName}} 已被 {{.worktreeName}} 檢出",
|
||||
"DetachWorktreeTooltip": "此將在工作目錄中執行 `git checkout --detach` 以解開分支與它的連結,但工作目錄本身將不被更動",
|
||||
@ -737,10 +529,8 @@
|
||||
"NoWorktreesThisRepo": "無工作目錄",
|
||||
"MissingWorktree": "(失蹤)",
|
||||
"MainWorktree": "(主要)",
|
||||
"NewWorktree": "",
|
||||
"NewWorktreePath": "工作目錄路徑",
|
||||
"NewWorktreeBase": "工作目錄來源",
|
||||
"RemoveWorktreeTooltip": "",
|
||||
"BranchNameCannotBeBlank": "分支名稱不能為空",
|
||||
"NewBranchName": "分支名稱",
|
||||
"NewBranchNameLeaveBlank": "分支名稱(留空將檢出 {{.default}})",
|
||||
@ -759,25 +549,12 @@
|
||||
"PleaseGoToURL": "請開啟 URL:{{.url}}",
|
||||
"NoCopiedCommits": "未複製提交",
|
||||
"DisabledMenuItemPrefix": "已停用:",
|
||||
"QuickStartInteractiveRebase": "",
|
||||
"QuickStartInteractiveRebaseTooltip": "",
|
||||
"CannotQuickStartInteractiveRebase": "",
|
||||
"ToggleRangeSelect": "切換拖曳選擇",
|
||||
"RangeSelectUp": "",
|
||||
"RangeSelectDown": "",
|
||||
"RangeSelectNotSupported": "",
|
||||
"NoItemSelected": "",
|
||||
"SelectedItemIsNotABranch": "",
|
||||
"SelectedItemDoesNotHaveFiles": "",
|
||||
"RangeSelectNotSupportedForSubmodules": "",
|
||||
"OldCherryPickKeyWarning": "",
|
||||
"CommandDoesNotSupportOpeningInEditor": "",
|
||||
"Actions": {
|
||||
"CheckoutCommit": "檢出提交",
|
||||
"CheckoutTag": "檢出標籤",
|
||||
"CheckoutBranch": "檢出分支",
|
||||
"ForceCheckoutBranch": "強制檢出分支",
|
||||
"DeleteLocalBranch": "",
|
||||
"DeleteBranch": "刪除分支",
|
||||
"Merge": "合併",
|
||||
"RebaseBranch": "變基分支",
|
||||
@ -795,14 +572,12 @@
|
||||
"AmendCommit": "修改提交",
|
||||
"ResetCommitAuthor": "重設提交作者",
|
||||
"SetCommitAuthor": "設置提交作者",
|
||||
"AddCommitCoAuthor": "",
|
||||
"RevertCommit": "還原提交",
|
||||
"CreateFixupCommit": "建立修改提交",
|
||||
"SquashAllAboveFixupCommits": "Squash 所有上面的修改提交",
|
||||
"MoveCommitUp": "上移提交",
|
||||
"MoveCommitDown": "下移提交",
|
||||
"CopyCommitMessageToClipboard": "將提交訊息複製到剪貼簿",
|
||||
"CopyCommitSubjectToClipboard": "",
|
||||
"CopyCommitDiffToClipboard": "將提交差異複製到剪貼簿",
|
||||
"CopyCommitHashToClipboard": "將提交 hash 複製到剪貼簿",
|
||||
"CopyCommitURLToClipboard": "將提交 URL 複製到剪貼簿",
|
||||
@ -828,7 +603,6 @@
|
||||
"Push": "推送",
|
||||
"Pull": "拉取",
|
||||
"OpenFile": "開啟檔案",
|
||||
"OpenFileTooltip": "",
|
||||
"StashAllChanges": "收藏所有更改",
|
||||
"StashAllChangesKeepIndex": "收藏所有更改並保留索引",
|
||||
"StashStagedChanges": "收藏已預存的更改",
|
||||
@ -861,8 +635,6 @@
|
||||
"UpdateSubmodule": "更新子模塊",
|
||||
"CreateLightweightTag": "建立輕量標籤",
|
||||
"CreateAnnotatedTag": "建立附註標籤",
|
||||
"DeleteLocalTag": "",
|
||||
"DeleteRemoteTag": "",
|
||||
"PushTag": "推送標籤",
|
||||
"NukeWorkingTree": "清空工作樹",
|
||||
"DiscardUnstagedFileChanges": "放棄未預存的檔案更改",
|
||||
@ -874,51 +646,25 @@
|
||||
"Undo": "復原",
|
||||
"Redo": "重做",
|
||||
"CopyPullRequestURL": "複製拉取請求的 URL",
|
||||
"OpenDiffTool": "",
|
||||
"OpenMergeTool": "開啟合併工具",
|
||||
"OpenCommitInBrowser": "在瀏覽器中開啟提交",
|
||||
"OpenPullRequest": "在瀏覽器中開啟拉取請求",
|
||||
"StartBisect": "開始二分查找",
|
||||
"ResetBisect": "重設二分查找",
|
||||
"BisectSkip": "二分查找跳過",
|
||||
"BisectMark": "二分查找標記",
|
||||
"RemoveWorktree": "",
|
||||
"AddWorktree": ""
|
||||
"BisectMark": "二分查找標記"
|
||||
},
|
||||
"Bisect": {
|
||||
"MarkStart": "將 %s 標記為 %s(開始二分查找)",
|
||||
"MarkSkipCurrent": "",
|
||||
"MarkSkipSelected": "",
|
||||
"ResetTitle": "重設 `git bisect`",
|
||||
"ResetPrompt": "是否重設 `git bisect`?",
|
||||
"ResetOption": "重設二分查找",
|
||||
"ChooseTerms": "",
|
||||
"OldTermPrompt": "",
|
||||
"NewTermPrompt": "",
|
||||
"BisectMenuTitle": "二分查找",
|
||||
"Mark": "將 %s 標記為 %s",
|
||||
"SkipCurrent": "跳過 %s",
|
||||
"SkipSelected": "",
|
||||
"CompleteTitle": "二分查找完成",
|
||||
"CompletePrompt": "二分查找完成!以下提交引入了更改:\n\n%s\n\n是否重設 `git bisect` ?",
|
||||
"CompletePromptIndeterminate": "二分查找完成!有一些提交被跳過,因此以下任何提交皆可能引進更改:\n\n%s\n\n是否重設 `git bisect`?",
|
||||
"Bisecting": "二分查找中"
|
||||
},
|
||||
"Log": {
|
||||
"EditRebase": "",
|
||||
"MoveCommitUp": "",
|
||||
"MoveCommitDown": "",
|
||||
"CherryPickCommits": "",
|
||||
"HandleUndo": "",
|
||||
"HandleMidRebaseCommand": "",
|
||||
"RemoveFile": "",
|
||||
"CopyToClipboard": "",
|
||||
"Remove": "",
|
||||
"CreateFileWithContent": "",
|
||||
"AppendingLineToFile": "",
|
||||
"EditRebaseFromBaseCommit": ""
|
||||
},
|
||||
"BreakingChangesTitle": "",
|
||||
"BreakingChangesMessage": "",
|
||||
"BreakingChangesByVersion": null
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user