mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-10 23:57:43 +02:00
Remove unused strings
This commit is contained in:
parent
60c87b3e70
commit
5eff56b557
@ -21,15 +21,12 @@ func chineseTranslationSet() TranslationSet {
|
|||||||
return TranslationSet{
|
return TranslationSet{
|
||||||
NotEnoughSpace: "没有足够的空间来渲染面板",
|
NotEnoughSpace: "没有足够的空间来渲染面板",
|
||||||
DiffTitle: "差异",
|
DiffTitle: "差异",
|
||||||
LogTitle: "日志",
|
|
||||||
FilesTitle: "文件",
|
FilesTitle: "文件",
|
||||||
BranchesTitle: "分支",
|
BranchesTitle: "分支",
|
||||||
CommitsTitle: "提交",
|
CommitsTitle: "提交",
|
||||||
StashTitle: "封存隐藏(Stash)",
|
StashTitle: "封存隐藏(Stash)",
|
||||||
UnstagedChanges: `未暂存(Unstaged)更改`,
|
UnstagedChanges: `未暂存(Unstaged)更改`,
|
||||||
StagedChanges: `已暂存(Staged)更改`,
|
StagedChanges: `已暂存(Staged)更改`,
|
||||||
PatchBuildingMainTitle: `将 行/块 添加到补丁`,
|
|
||||||
MergingMainTitle: "解决合并冲突",
|
|
||||||
MainTitle: "主要",
|
MainTitle: "主要",
|
||||||
StagingTitle: "正在暂存",
|
StagingTitle: "正在暂存",
|
||||||
MergingTitle: "合并中",
|
MergingTitle: "合并中",
|
||||||
@ -48,9 +45,6 @@ func chineseTranslationSet() TranslationSet {
|
|||||||
LcNavigate: "导航",
|
LcNavigate: "导航",
|
||||||
LcMenu: "菜单",
|
LcMenu: "菜单",
|
||||||
LcExecute: "执行",
|
LcExecute: "执行",
|
||||||
LcOpen: "打开",
|
|
||||||
LcIgnore: "忽略",
|
|
||||||
LcDelete: "删除",
|
|
||||||
LcToggleStaged: "切换已暂存(staged)",
|
LcToggleStaged: "切换已暂存(staged)",
|
||||||
LcToggleStagedAll: "暂存(stage)/未暂存(unstage)全部",
|
LcToggleStagedAll: "暂存(stage)/未暂存(unstage)全部",
|
||||||
LcToggleTreeView: "切换文件树视图",
|
LcToggleTreeView: "切换文件树视图",
|
||||||
@ -58,16 +52,11 @@ func chineseTranslationSet() TranslationSet {
|
|||||||
LcRefresh: "刷新",
|
LcRefresh: "刷新",
|
||||||
LcPush: "推送(push)",
|
LcPush: "推送(push)",
|
||||||
LcPull: "拉取(pull)",
|
LcPull: "拉取(pull)",
|
||||||
LcEdit: "编辑",
|
|
||||||
LcScroll: "滚动",
|
LcScroll: "滚动",
|
||||||
LcAbortMerge: "中止合并",
|
|
||||||
LcResolveMergeConflicts: "解决合并冲突",
|
|
||||||
MergeConflictsTitle: "合并冲突",
|
MergeConflictsTitle: "合并冲突",
|
||||||
LcCheckout: "签出(checkout)",
|
LcCheckout: "签出(checkout)",
|
||||||
LcCommitFileFilter: "过滤提交文件",
|
LcCommitFileFilter: "过滤提交文件",
|
||||||
NoChangedFiles: "没有更改的文件",
|
NoChangedFiles: "没有更改的文件",
|
||||||
FileHasNoUnstagedChanges: "文件没有要添加的未暂存更改",
|
|
||||||
CannotGitAdd: "无法 git add --patch 未跟踪的文件",
|
|
||||||
NoFilesDisplay: "没有文件可显示",
|
NoFilesDisplay: "没有文件可显示",
|
||||||
NotAFile: "不是文件",
|
NotAFile: "不是文件",
|
||||||
PullWait: "拉取中...",
|
PullWait: "拉取中...",
|
||||||
@ -75,7 +64,6 @@ func chineseTranslationSet() TranslationSet {
|
|||||||
FetchWait: "正在取得...",
|
FetchWait: "正在取得...",
|
||||||
FileNoMergeCons: "该文件没有内联合并冲突",
|
FileNoMergeCons: "该文件没有内联合并冲突",
|
||||||
LcSoftReset: "软复位",
|
LcSoftReset: "软复位",
|
||||||
SureTo: "你确定要 {{.deleteVerb}} {{.fileName}} (你会丢失你的更改)?",
|
|
||||||
AlreadyCheckedOutBranch: "您已经签出了这个分支",
|
AlreadyCheckedOutBranch: "您已经签出了这个分支",
|
||||||
SureForceCheckout: "您确定要强制签出吗? 您将丢失所有本地更改",
|
SureForceCheckout: "您确定要强制签出吗? 您将丢失所有本地更改",
|
||||||
ForceCheckoutBranch: "强制签出分支",
|
ForceCheckoutBranch: "强制签出分支",
|
||||||
@ -89,28 +77,21 @@ func chineseTranslationSet() TranslationSet {
|
|||||||
CantRebaseOntoSelf: "您不能将分支建立在其自身之上",
|
CantRebaseOntoSelf: "您不能将分支建立在其自身之上",
|
||||||
CantMergeBranchIntoItself: "您不能将分支合并到自身中",
|
CantMergeBranchIntoItself: "您不能将分支合并到自身中",
|
||||||
LcForceCheckout: "强制签出",
|
LcForceCheckout: "强制签出",
|
||||||
LcMerge: "合并",
|
|
||||||
LcCheckoutByName: "按名称签出",
|
LcCheckoutByName: "按名称签出",
|
||||||
LcNewBranch: "新分支",
|
LcNewBranch: "新分支",
|
||||||
LcDeleteBranch: "删除分支",
|
LcDeleteBranch: "删除分支",
|
||||||
LcForceDeleteBranch: "删除分支 (强制)",
|
|
||||||
NoBranchesThisRepo: "此仓库没有分支",
|
NoBranchesThisRepo: "此仓库没有分支",
|
||||||
NoTrackingThisBranch: "该分支没有跟踪",
|
|
||||||
CommitMessageConfirm: "{{.keyBindClose}}: 关闭, {{.keyBindNewLine}}: 新行, {{.keyBindConfirm}}: 确认",
|
CommitMessageConfirm: "{{.keyBindClose}}: 关闭, {{.keyBindNewLine}}: 新行, {{.keyBindConfirm}}: 确认",
|
||||||
CommitWithoutMessageErr: "没有提交消息就无法提交",
|
CommitWithoutMessageErr: "没有提交消息就无法提交",
|
||||||
CloseConfirm: "{{.keyBindClose}}: 关闭, {{.keyBindConfirm}}: 确认",
|
CloseConfirm: "{{.keyBindClose}}: 关闭, {{.keyBindConfirm}}: 确认",
|
||||||
LcClose: "关闭",
|
LcClose: "关闭",
|
||||||
LcQuit: "退出",
|
LcQuit: "退出",
|
||||||
SureResetThisCommit: "您确定要重置为此提交吗?",
|
|
||||||
ResetToCommit: "重置以提交",
|
|
||||||
LcSquashDown: "向下聚合(squash down)",
|
LcSquashDown: "向下聚合(squash down)",
|
||||||
LcRename: "重命名",
|
|
||||||
LcResetToThisCommit: "重置为此提交",
|
LcResetToThisCommit: "重置为此提交",
|
||||||
LcFixupCommit: "修正提交",
|
LcFixupCommit: "修正提交",
|
||||||
NoCommitsThisBranch: "该分支没有提交",
|
NoCommitsThisBranch: "该分支没有提交",
|
||||||
OnlySquashTopmostCommit: "只能压缩最高提交",
|
OnlySquashTopmostCommit: "只能压缩最高提交",
|
||||||
YouNoCommitsToSquash: "您没有提交来压缩",
|
YouNoCommitsToSquash: "您没有提交来压缩",
|
||||||
CantFixupWhileUnstagedChanges: "当有未暂存的更改时无法修正",
|
|
||||||
Fixup: "修正",
|
Fixup: "修正",
|
||||||
SureFixupThisCommit: "您确定要'修复'此提交吗?? 它将合并到下面的提交中",
|
SureFixupThisCommit: "您确定要'修复'此提交吗?? 它将合并到下面的提交中",
|
||||||
SureSquashThisCommit: "您确定要将这个提交压缩到下面的提交中吗?",
|
SureSquashThisCommit: "您确定要将这个提交压缩到下面的提交中吗?",
|
||||||
@ -125,9 +106,7 @@ func chineseTranslationSet() TranslationSet {
|
|||||||
LcEditCommit: "编辑提交",
|
LcEditCommit: "编辑提交",
|
||||||
LcAmendToCommit: "用staged的修改来修改提交",
|
LcAmendToCommit: "用staged的修改来修改提交",
|
||||||
LcRenameCommitEditor: "使用编辑器重命名提交",
|
LcRenameCommitEditor: "使用编辑器重命名提交",
|
||||||
PotentialErrInGetselectedCommit: "获取选定提交中的潜在错误 (ui和状态不匹配)",
|
|
||||||
Error: "错误",
|
Error: "错误",
|
||||||
RunningSubprocess: "正在运行的子进程",
|
|
||||||
LcSelectHunk: "选择块",
|
LcSelectHunk: "选择块",
|
||||||
LcNavigateConflicts: "解决冲突",
|
LcNavigateConflicts: "解决冲突",
|
||||||
LcPickHunk: "选择块",
|
LcPickHunk: "选择块",
|
||||||
@ -148,8 +127,6 @@ func chineseTranslationSet() TranslationSet {
|
|||||||
NoStashTo: "没有stash到 {{.method}}",
|
NoStashTo: "没有stash到 {{.method}}",
|
||||||
NoTrackedStagedFilesStash: "您没有要存储的跟踪/暂存文件到stash",
|
NoTrackedStagedFilesStash: "您没有要存储的跟踪/暂存文件到stash",
|
||||||
StashChanges: "Stash更改",
|
StashChanges: "Stash更改",
|
||||||
IssntListOfViews: "{{.name}} 不在视图列表中",
|
|
||||||
LcNewFocusedViewIs: "新的焦点视图是 {{.newFocusedView}}",
|
|
||||||
MergeAborted: "合并中止",
|
MergeAborted: "合并中止",
|
||||||
OpenConfig: "打开配置文件",
|
OpenConfig: "打开配置文件",
|
||||||
EditConfig: "编辑配置文件",
|
EditConfig: "编辑配置文件",
|
||||||
@ -162,8 +139,6 @@ func chineseTranslationSet() TranslationSet {
|
|||||||
OnLatestVersionErr: "您已经有最新版本",
|
OnLatestVersionErr: "您已经有最新版本",
|
||||||
MajorVersionErr: "新版本 ({{.newVersion}}) 与当前版本相比,具有向后兼容的更改 ({{.currentVersion}})",
|
MajorVersionErr: "新版本 ({{.newVersion}}) 与当前版本相比,具有向后兼容的更改 ({{.currentVersion}})",
|
||||||
CouldNotFindBinaryErr: "在{{.url}处找不到任何二进制文件}",
|
CouldNotFindBinaryErr: "在{{.url}处找不到任何二进制文件}",
|
||||||
AnonymousReportingTitle: "帮助改善lazygit",
|
|
||||||
AnonymousReportingPrompt: "您是否想启用匿名报告数据以帮助改善lazygit? (enter/esc)",
|
|
||||||
MergeToolTitle: "合并工具",
|
MergeToolTitle: "合并工具",
|
||||||
MergeToolPrompt: "确定要打开 `git mergetool` 吗?",
|
MergeToolPrompt: "确定要打开 `git mergetool` 吗?",
|
||||||
IntroPopupMessage: chineseIntroPopupMessage,
|
IntroPopupMessage: chineseIntroPopupMessage,
|
||||||
@ -185,22 +160,17 @@ func chineseTranslationSet() TranslationSet {
|
|||||||
NoAutomaticGitFetchBody: `Lazygit不能在私人仓库中使用"git fetch"; 在文件面板中使用'f'手动运行"git fetch"`,
|
NoAutomaticGitFetchBody: `Lazygit不能在私人仓库中使用"git fetch"; 在文件面板中使用'f'手动运行"git fetch"`,
|
||||||
FileEnter: `暂存单个 块/行 用于文件, 或 折叠/展开 目录`,
|
FileEnter: `暂存单个 块/行 用于文件, 或 折叠/展开 目录`,
|
||||||
FileStagingRequirements: `只能暂存跟踪文件的单独行`,
|
FileStagingRequirements: `只能暂存跟踪文件的单独行`,
|
||||||
SelectHunk: `选择块`,
|
|
||||||
StageSelection: `切换行 已暂存/未暂存`,
|
StageSelection: `切换行 已暂存/未暂存`,
|
||||||
ResetSelection: `删除变更 (git reset)`,
|
ResetSelection: `删除变更 (git reset)`,
|
||||||
ToggleDragSelect: `切换拖动选择`,
|
ToggleDragSelect: `切换拖动选择`,
|
||||||
ToggleSelectHunk: `切换选择块`,
|
ToggleSelectHunk: `切换选择块`,
|
||||||
ToggleSelectionForPatch: `添加/移除 行到patch`,
|
ToggleSelectionForPatch: `添加/移除 行到patch`,
|
||||||
TogglePanel: `切换到其他面板`,
|
TogglePanel: `切换到其他面板`,
|
||||||
CantStageStaged: `您无法上演已经上演的变更!`,
|
|
||||||
ReturnToFilesPanel: `返回文件面板`,
|
ReturnToFilesPanel: `返回文件面板`,
|
||||||
CantFindHunks: `在此补丁中找不到任何块`,
|
|
||||||
CantFindHunk: `找不到块`,
|
|
||||||
FastForward: `从上游快速前进此分支`,
|
FastForward: `从上游快速前进此分支`,
|
||||||
Fetching: "抓取和快进{{.from}} -> {{.to}} ...",
|
Fetching: "抓取和快进{{.from}} -> {{.to}} ...",
|
||||||
FoundConflicts: "冲突!要中止,请按 'esc', 否则按'enter'",
|
FoundConflicts: "冲突!要中止,请按 'esc', 否则按'enter'",
|
||||||
FoundConflictsTitle: "自动合并失败",
|
FoundConflictsTitle: "自动合并失败",
|
||||||
Undo: "撤销",
|
|
||||||
PickHunk: "pick hunk",
|
PickHunk: "pick hunk",
|
||||||
PickAllHunks: "pick all hunks",
|
PickAllHunks: "pick all hunks",
|
||||||
ViewMergeRebaseOptions: "查看 合并/变基 选项",
|
ViewMergeRebaseOptions: "查看 合并/变基 选项",
|
||||||
@ -212,7 +182,6 @@ func chineseTranslationSet() TranslationSet {
|
|||||||
LocalBranchesTitle: "分支标签",
|
LocalBranchesTitle: "分支标签",
|
||||||
SearchTitle: "搜索",
|
SearchTitle: "搜索",
|
||||||
TagsTitle: "Tags Tab",
|
TagsTitle: "Tags Tab",
|
||||||
BranchCommitsTitle: "提交标签",
|
|
||||||
MenuTitle: "菜单",
|
MenuTitle: "菜单",
|
||||||
RemotesTitle: "远程标签",
|
RemotesTitle: "远程标签",
|
||||||
CredentialsTitle: "证书",
|
CredentialsTitle: "证书",
|
||||||
@ -221,7 +190,6 @@ func chineseTranslationSet() TranslationSet {
|
|||||||
InformationTitle: "信息",
|
InformationTitle: "信息",
|
||||||
SecondaryTitle: "次要",
|
SecondaryTitle: "次要",
|
||||||
ReflogCommitsTitle: "Reflog标签",
|
ReflogCommitsTitle: "Reflog标签",
|
||||||
Title: "标题",
|
|
||||||
GlobalTitle: "全局键绑定",
|
GlobalTitle: "全局键绑定",
|
||||||
ConflictsResolved: "解决所有合并冲突。继续?",
|
ConflictsResolved: "解决所有合并冲突。继续?",
|
||||||
RebasingTitle: "变基",
|
RebasingTitle: "变基",
|
||||||
@ -272,8 +240,6 @@ func chineseTranslationSet() TranslationSet {
|
|||||||
CommitFiles: "提交文件",
|
CommitFiles: "提交文件",
|
||||||
LcViewCommitFiles: "查看提交的文件",
|
LcViewCommitFiles: "查看提交的文件",
|
||||||
CommitFilesTitle: "提交文件",
|
CommitFilesTitle: "提交文件",
|
||||||
LcGoBack: "返回",
|
|
||||||
NoCommiteFiles: "没有用于该提交的文件",
|
|
||||||
LcCheckoutCommitFile: "签出文件",
|
LcCheckoutCommitFile: "签出文件",
|
||||||
LcDiscardOldFileChange: "放弃对此文件的提交更改",
|
LcDiscardOldFileChange: "放弃对此文件的提交更改",
|
||||||
DiscardFileChangesTitle: "放弃文件更改",
|
DiscardFileChangesTitle: "放弃文件更改",
|
||||||
@ -291,7 +257,6 @@ func chineseTranslationSet() TranslationSet {
|
|||||||
LcDiscardAnyUnstagedChanges: "放弃未进行的变更",
|
LcDiscardAnyUnstagedChanges: "放弃未进行的变更",
|
||||||
LcDiscardUntrackedFiles: "丢弃未跟踪的文件",
|
LcDiscardUntrackedFiles: "丢弃未跟踪的文件",
|
||||||
LcHardReset: "硬重置",
|
LcHardReset: "硬重置",
|
||||||
LcHardResetUpstream: "硬重置到上游分支",
|
|
||||||
LcViewResetOptions: `查看重置选项`,
|
LcViewResetOptions: `查看重置选项`,
|
||||||
LcCreateFixupCommit: `为此提交创建fixup提交`,
|
LcCreateFixupCommit: `为此提交创建fixup提交`,
|
||||||
LcSquashAboveCommits: `聚合所有的'fixup!'高于所选提交的提交 (自动聚合)`,
|
LcSquashAboveCommits: `聚合所有的'fixup!'高于所选提交的提交 (自动聚合)`,
|
||||||
@ -321,8 +286,6 @@ func chineseTranslationSet() TranslationSet {
|
|||||||
LcEnterFile: "输入文件以将所选行添加到补丁中(或切换目录折叠)",
|
LcEnterFile: "输入文件以将所选行添加到补丁中(或切换目录折叠)",
|
||||||
ExitLineByLineMode: `退出逐行模式`,
|
ExitLineByLineMode: `退出逐行模式`,
|
||||||
EnterUpstream: `输入上游作为 '<remote> <branchname>'`,
|
EnterUpstream: `输入上游作为 '<remote> <branchname>'`,
|
||||||
EnterUpstreamWithSlash: `输入上游作为 '<remote>/<branchname>'`,
|
|
||||||
LcNotTrackingRemote: "(不跟踪任何远程)",
|
|
||||||
ReturnToRemotesList: `返回远程列表`,
|
ReturnToRemotesList: `返回远程列表`,
|
||||||
LcAddNewRemote: `添加新的远程`,
|
LcAddNewRemote: `添加新的远程`,
|
||||||
LcNewRemoteName: `新的远程名称:`,
|
LcNewRemoteName: `新的远程名称:`,
|
||||||
|
@ -4,15 +4,12 @@ func dutchTranslationSet() TranslationSet {
|
|||||||
return TranslationSet{
|
return TranslationSet{
|
||||||
NotEnoughSpace: "Niet genoeg ruimte om de panelen te renderen",
|
NotEnoughSpace: "Niet genoeg ruimte om de panelen te renderen",
|
||||||
DiffTitle: "Diff",
|
DiffTitle: "Diff",
|
||||||
LogTitle: "Log",
|
|
||||||
FilesTitle: "Bestanden",
|
FilesTitle: "Bestanden",
|
||||||
BranchesTitle: "Branches",
|
BranchesTitle: "Branches",
|
||||||
CommitsTitle: "Commits",
|
CommitsTitle: "Commits",
|
||||||
StashTitle: "Stash",
|
StashTitle: "Stash",
|
||||||
UnstagedChanges: `Unstaged wijzigingen`,
|
UnstagedChanges: `Unstaged wijzigingen`,
|
||||||
StagedChanges: `Staged wijzigingen`,
|
StagedChanges: `Staged wijzigingen`,
|
||||||
PatchBuildingMainTitle: `Voeg lijnen/hunks toe aan patch`,
|
|
||||||
MergingMainTitle: "Los merge conflicten op",
|
|
||||||
MainTitle: "Hoofd",
|
MainTitle: "Hoofd",
|
||||||
StagingTitle: "Staging",
|
StagingTitle: "Staging",
|
||||||
NormalTitle: "Normaal",
|
NormalTitle: "Normaal",
|
||||||
@ -30,26 +27,18 @@ func dutchTranslationSet() TranslationSet {
|
|||||||
LcNavigate: "navigeer",
|
LcNavigate: "navigeer",
|
||||||
LcMenu: "menu",
|
LcMenu: "menu",
|
||||||
LcExecute: "uitvoeren",
|
LcExecute: "uitvoeren",
|
||||||
LcOpen: "open",
|
|
||||||
LcIgnore: "negeren",
|
|
||||||
LcDelete: "verwijderen",
|
|
||||||
LcToggleStaged: "toggle staged",
|
LcToggleStaged: "toggle staged",
|
||||||
LcToggleStagedAll: "toggle staged alle",
|
LcToggleStagedAll: "toggle staged alle",
|
||||||
LcRefresh: "verversen",
|
LcRefresh: "verversen",
|
||||||
LcPush: "push",
|
LcPush: "push",
|
||||||
LcPull: "pull",
|
LcPull: "pull",
|
||||||
LcEdit: "bewerken",
|
|
||||||
LcScroll: "scroll",
|
LcScroll: "scroll",
|
||||||
LcAbortMerge: "samenvoegen afbreken",
|
|
||||||
LcResolveMergeConflicts: "los merge conflicten op",
|
|
||||||
LcCommitFileFilter: "Commit dossiers filteren",
|
LcCommitFileFilter: "Commit dossiers filteren",
|
||||||
FilterStagedFiles: "Show only staged files",
|
FilterStagedFiles: "Show only staged files",
|
||||||
FilterUnstagedFiles: "Show only unstaged files",
|
FilterUnstagedFiles: "Show only unstaged files",
|
||||||
ResetCommitFilterState: "Reset commit file state filter",
|
ResetCommitFilterState: "Reset commit file state filter",
|
||||||
MergeConflictsTitle: "Merge Conflicten",
|
MergeConflictsTitle: "Merge Conflicten",
|
||||||
LcCheckout: "uitchecken",
|
LcCheckout: "uitchecken",
|
||||||
FileHasNoUnstagedChanges: "Het bestand heeft geen unstaged veranderingen om toe te voegen",
|
|
||||||
CannotGitAdd: "Kan commando niet uitvoeren git add --path untracked files",
|
|
||||||
NoFilesDisplay: "Geen bestanden om te laten zien",
|
NoFilesDisplay: "Geen bestanden om te laten zien",
|
||||||
NotAFile: "Dit is geen bestand",
|
NotAFile: "Dit is geen bestand",
|
||||||
PullWait: "Pullen...",
|
PullWait: "Pullen...",
|
||||||
@ -57,7 +46,6 @@ func dutchTranslationSet() TranslationSet {
|
|||||||
FetchWait: "Fetchen...",
|
FetchWait: "Fetchen...",
|
||||||
FileNoMergeCons: "Dit bestand heeft geen merge conflicten",
|
FileNoMergeCons: "Dit bestand heeft geen merge conflicten",
|
||||||
LcSoftReset: "zacht reset",
|
LcSoftReset: "zacht reset",
|
||||||
SureTo: "Weet je het zeker dat je {{.fileName}} wilt {{.deleteVerb}} (je veranderingen zullen worden verwijderd)",
|
|
||||||
AlreadyCheckedOutBranch: "Je hebt deze branch al uitgecheckt",
|
AlreadyCheckedOutBranch: "Je hebt deze branch al uitgecheckt",
|
||||||
SureForceCheckout: "Weet je zeker dat je het uitchecken wil forceren? Al je lokale verandering zullen worden verwijdert",
|
SureForceCheckout: "Weet je zeker dat je het uitchecken wil forceren? Al je lokale verandering zullen worden verwijdert",
|
||||||
ForceCheckoutBranch: "Forceer uitchecken op deze branch",
|
ForceCheckoutBranch: "Forceer uitchecken op deze branch",
|
||||||
@ -71,27 +59,20 @@ func dutchTranslationSet() TranslationSet {
|
|||||||
CantRebaseOntoSelf: "Je kan niet een branch rebasen op zichzelf",
|
CantRebaseOntoSelf: "Je kan niet een branch rebasen op zichzelf",
|
||||||
CantMergeBranchIntoItself: "Je kan niet een branch in zichzelf mergen",
|
CantMergeBranchIntoItself: "Je kan niet een branch in zichzelf mergen",
|
||||||
LcForceCheckout: "forceer checkout",
|
LcForceCheckout: "forceer checkout",
|
||||||
LcMerge: "samenvoegen",
|
|
||||||
LcCheckoutByName: "uitchecken bij naam",
|
LcCheckoutByName: "uitchecken bij naam",
|
||||||
LcNewBranch: "nieuwe branch",
|
LcNewBranch: "nieuwe branch",
|
||||||
LcDeleteBranch: "verwijder branch",
|
LcDeleteBranch: "verwijder branch",
|
||||||
LcForceDeleteBranch: "verwijder branch (forceer)",
|
|
||||||
NoBranchesThisRepo: "Geen branches voor deze repo",
|
NoBranchesThisRepo: "Geen branches voor deze repo",
|
||||||
NoTrackingThisBranch: "deze branch wordt niet gevolgd",
|
|
||||||
CommitMessageConfirm: "{{.keyBindClose}}: Sluiten, {{.keyBindNewLine}}: Nieuwe lijn, {{.keyBindConfirm}}: Bevestig",
|
CommitMessageConfirm: "{{.keyBindClose}}: Sluiten, {{.keyBindNewLine}}: Nieuwe lijn, {{.keyBindConfirm}}: Bevestig",
|
||||||
CommitWithoutMessageErr: "Je kan geen commit maken zonder commit bericht",
|
CommitWithoutMessageErr: "Je kan geen commit maken zonder commit bericht",
|
||||||
CloseConfirm: "{{.keyBindClose}}: Sluiten, {{.keyBindConfirm}}: Bevestig",
|
CloseConfirm: "{{.keyBindClose}}: Sluiten, {{.keyBindConfirm}}: Bevestig",
|
||||||
LcClose: "sluiten",
|
LcClose: "sluiten",
|
||||||
LcQuit: "quit",
|
LcQuit: "quit",
|
||||||
SureResetThisCommit: "Weet je het zeker dat je wil resetten naar deze commit?",
|
|
||||||
ResetToCommit: "Reset Naar Commit",
|
|
||||||
LcSquashDown: "squash beneden",
|
LcSquashDown: "squash beneden",
|
||||||
LcRename: "hernoemen",
|
|
||||||
LcResetToThisCommit: "reset naar deze commit",
|
LcResetToThisCommit: "reset naar deze commit",
|
||||||
LcFixupCommit: "Fixup commit",
|
LcFixupCommit: "Fixup commit",
|
||||||
OnlySquashTopmostCommit: "Kan alleen bovenste commit squashen",
|
OnlySquashTopmostCommit: "Kan alleen bovenste commit squashen",
|
||||||
YouNoCommitsToSquash: "Je hebt geen commits om mee te squashen",
|
YouNoCommitsToSquash: "Je hebt geen commits om mee te squashen",
|
||||||
CantFixupWhileUnstagedChanges: "Kan geen Fixup uitvoeren op unstaged veranderingen",
|
|
||||||
Fixup: "Fixup",
|
Fixup: "Fixup",
|
||||||
SureFixupThisCommit: "Weet je zeker dat je fixup wil uitvoeren op deze commit? De commit hieronder zol worden squashed in deze",
|
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?",
|
SureSquashThisCommit: "Weet je zeker dat je deze commit wil samenvoegen met de commit hieronder?",
|
||||||
@ -106,10 +87,8 @@ func dutchTranslationSet() TranslationSet {
|
|||||||
LcEditCommit: "wijzig commit",
|
LcEditCommit: "wijzig commit",
|
||||||
LcAmendToCommit: "wijzig commit met staged veranderingen",
|
LcAmendToCommit: "wijzig commit met staged veranderingen",
|
||||||
LcRenameCommitEditor: "hernoem commit met editor",
|
LcRenameCommitEditor: "hernoem commit met editor",
|
||||||
PotentialErrInGetselectedCommit: "Er is mogelijk een error in getSelected Commit (geen match tussen ui en state)",
|
|
||||||
NoCommitsThisBranch: "Geen commits in deze branch",
|
NoCommitsThisBranch: "Geen commits in deze branch",
|
||||||
Error: "Foutmelding",
|
Error: "Foutmelding",
|
||||||
RunningSubprocess: "subprocess lopend",
|
|
||||||
LcSelectHunk: "selecteer stuk",
|
LcSelectHunk: "selecteer stuk",
|
||||||
LcNavigateConflicts: "navigeer conflicts",
|
LcNavigateConflicts: "navigeer conflicts",
|
||||||
LcPickHunk: "kies stuk",
|
LcPickHunk: "kies stuk",
|
||||||
@ -130,8 +109,6 @@ func dutchTranslationSet() TranslationSet {
|
|||||||
NoStashTo: "Geen stash voor {{.method}}",
|
NoStashTo: "Geen stash voor {{.method}}",
|
||||||
NoTrackedStagedFilesStash: "Je hebt geen tracked/staged bestanden om te laten stashen",
|
NoTrackedStagedFilesStash: "Je hebt geen tracked/staged bestanden om te laten stashen",
|
||||||
StashChanges: "Stash veranderingen",
|
StashChanges: "Stash veranderingen",
|
||||||
IssntListOfViews: "{{.name}} is niet in de lijst van weergaves",
|
|
||||||
LcNewFocusedViewIs: "nieuw gefocussed weergave is {{.newFocusedView}}",
|
|
||||||
NoChangedFiles: "Geen veranderde bestanden",
|
NoChangedFiles: "Geen veranderde bestanden",
|
||||||
MergeAborted: "Merge afgebroken",
|
MergeAborted: "Merge afgebroken",
|
||||||
OpenConfig: "open config bestand",
|
OpenConfig: "open config bestand",
|
||||||
@ -145,8 +122,6 @@ func dutchTranslationSet() TranslationSet {
|
|||||||
OnLatestVersionErr: "Je hebt al de laatste versie",
|
OnLatestVersionErr: "Je hebt al de laatste versie",
|
||||||
MajorVersionErr: "Nieuwe versie ({{.newVersion}}) is niet backwards compatibele vergeleken met de huidige versie ({{.currentVersion}})",
|
MajorVersionErr: "Nieuwe versie ({{.newVersion}}) is niet backwards compatibele vergeleken met de huidige versie ({{.currentVersion}})",
|
||||||
CouldNotFindBinaryErr: "Kon geen binary vinden op {{.url}}",
|
CouldNotFindBinaryErr: "Kon geen binary vinden op {{.url}}",
|
||||||
AnonymousReportingTitle: "Help lazygit te verbeteren",
|
|
||||||
AnonymousReportingPrompt: "Zou je anonieme data rapportage willen aanzetten om lazygit beter te kunnen maken? (enter/esc)",
|
|
||||||
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",
|
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",
|
||||||
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. `,
|
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. `,
|
||||||
LcEditFile: `verander bestand`,
|
LcEditFile: `verander bestand`,
|
||||||
@ -166,22 +141,17 @@ func dutchTranslationSet() TranslationSet {
|
|||||||
NoAutomaticGitFetchBody: `Lazygit kan niet "git fetch" uitvoeren in een privé repository, gebruik f in het branches paneel om "git fetch" manueel uit te voeren`,
|
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`,
|
FileEnter: `stage individuele hunks/lijnen`,
|
||||||
FileStagingRequirements: `Kan alleen individuele lijnen stagen van getrackte bestanden met onstaged veranderingen`,
|
FileStagingRequirements: `Kan alleen individuele lijnen stagen van getrackte bestanden met onstaged veranderingen`,
|
||||||
SelectHunk: `selecteer hunk`,
|
|
||||||
StageSelection: `toggle lijnen staged / unstaged`,
|
StageSelection: `toggle lijnen staged / unstaged`,
|
||||||
ResetSelection: `verwijdert change (git reset)`,
|
ResetSelection: `verwijdert change (git reset)`,
|
||||||
ToggleDragSelect: `toggle drag selecteer`,
|
ToggleDragSelect: `toggle drag selecteer`,
|
||||||
ToggleSelectHunk: `toggle selecteer hunk`,
|
ToggleSelectHunk: `toggle selecteer hunk`,
|
||||||
ToggleSelectionForPatch: `voeg toe/verwijder lijn(en) in patch`,
|
ToggleSelectionForPatch: `voeg toe/verwijder lijn(en) in patch`,
|
||||||
TogglePanel: `ga naar een ander paneel`,
|
TogglePanel: `ga naar een ander paneel`,
|
||||||
CantStageStaged: `Je kan niet al gestaged verandering stagen!`,
|
|
||||||
ReturnToFilesPanel: `ga terug naar het bestanden paneel`,
|
ReturnToFilesPanel: `ga terug naar het bestanden paneel`,
|
||||||
CantFindHunks: `Kan geen hunks vinden in deze patch`,
|
|
||||||
CantFindHunk: `Kan geen hunk vinden`,
|
|
||||||
FastForward: `fast-forward deze branch vanaf zijn upstream`,
|
FastForward: `fast-forward deze branch vanaf zijn upstream`,
|
||||||
Fetching: "fetching en fast-forwarding {{.from}} -> {{.to}} ...",
|
Fetching: "fetching en fast-forwarding {{.from}} -> {{.to}} ...",
|
||||||
FoundConflicts: "Conflicten!, Om af te breken druk 'esc', anders druk op 'enter'",
|
FoundConflicts: "Conflicten!, Om af te breken druk 'esc', anders druk op 'enter'",
|
||||||
FoundConflictsTitle: "Auto-merge mislukt",
|
FoundConflictsTitle: "Auto-merge mislukt",
|
||||||
Undo: "ongedaan maken",
|
|
||||||
PickHunk: "kies hunk",
|
PickHunk: "kies hunk",
|
||||||
PickAllHunks: "kies bijde hunks",
|
PickAllHunks: "kies bijde hunks",
|
||||||
ViewMergeRebaseOptions: "bekijk merge/rebase opties",
|
ViewMergeRebaseOptions: "bekijk merge/rebase opties",
|
||||||
@ -193,7 +163,6 @@ func dutchTranslationSet() TranslationSet {
|
|||||||
LocalBranchesTitle: "Branches Tabblad",
|
LocalBranchesTitle: "Branches Tabblad",
|
||||||
SearchTitle: "Zoek",
|
SearchTitle: "Zoek",
|
||||||
TagsTitle: "Tags Tabblad",
|
TagsTitle: "Tags Tabblad",
|
||||||
BranchCommitsTitle: "Commits Tabblad",
|
|
||||||
MenuTitle: "Menu",
|
MenuTitle: "Menu",
|
||||||
RemotesTitle: "Remotes Tabblad",
|
RemotesTitle: "Remotes Tabblad",
|
||||||
CredentialsTitle: "Credentials",
|
CredentialsTitle: "Credentials",
|
||||||
@ -202,7 +171,6 @@ func dutchTranslationSet() TranslationSet {
|
|||||||
InformationTitle: "Informatie",
|
InformationTitle: "Informatie",
|
||||||
SecondaryTitle: "Secondary",
|
SecondaryTitle: "Secondary",
|
||||||
ReflogCommitsTitle: "Reflog Tabblad",
|
ReflogCommitsTitle: "Reflog Tabblad",
|
||||||
Title: "Title",
|
|
||||||
GlobalTitle: "Globale Sneltoetsen",
|
GlobalTitle: "Globale Sneltoetsen",
|
||||||
ConflictsResolved: "alle merge conflicten zijn opgelost. Wilt je verder gaan?",
|
ConflictsResolved: "alle merge conflicten zijn opgelost. Wilt je verder gaan?",
|
||||||
RebasingTitle: "Rebasen",
|
RebasingTitle: "Rebasen",
|
||||||
@ -252,8 +220,6 @@ func dutchTranslationSet() TranslationSet {
|
|||||||
CommitFiles: "Commit bestanden",
|
CommitFiles: "Commit bestanden",
|
||||||
LcViewCommitFiles: "bekijk gecommite bestanden",
|
LcViewCommitFiles: "bekijk gecommite bestanden",
|
||||||
CommitFilesTitle: "Commit bestanden",
|
CommitFilesTitle: "Commit bestanden",
|
||||||
LcGoBack: "ga terug",
|
|
||||||
NoCommiteFiles: "Geen bestanden voor deze commit",
|
|
||||||
LcCheckoutCommitFile: "bestand uitchecken",
|
LcCheckoutCommitFile: "bestand uitchecken",
|
||||||
LcDiscardOldFileChange: "uitsluit deze commit zijn veranderingen aan dit bestand",
|
LcDiscardOldFileChange: "uitsluit deze commit zijn veranderingen aan dit bestand",
|
||||||
DiscardFileChangesTitle: "uitsluit bestand zijn veranderingen",
|
DiscardFileChangesTitle: "uitsluit bestand zijn veranderingen",
|
||||||
@ -272,7 +238,6 @@ func dutchTranslationSet() TranslationSet {
|
|||||||
LcDiscardUntrackedFiles: "negeer niet-gevonden bestanden",
|
LcDiscardUntrackedFiles: "negeer niet-gevonden bestanden",
|
||||||
LcViewResetOptions: `bekijk reset opties`,
|
LcViewResetOptions: `bekijk reset opties`,
|
||||||
LcHardReset: "harde reset",
|
LcHardReset: "harde reset",
|
||||||
LcHardResetUpstream: "harde naar upstream branch",
|
|
||||||
LcCreateFixupCommit: `creëer fixup commit voor deze commit`,
|
LcCreateFixupCommit: `creëer fixup commit voor deze commit`,
|
||||||
LcSquashAboveCommits: `squash bovenstaande commits`,
|
LcSquashAboveCommits: `squash bovenstaande commits`,
|
||||||
SquashAboveCommits: `Squash bovenstaande commits`,
|
SquashAboveCommits: `Squash bovenstaande commits`,
|
||||||
@ -301,8 +266,6 @@ func dutchTranslationSet() TranslationSet {
|
|||||||
LcEnterFile: "enter bestand om geselecteerde regels toe te voegen aan de patch",
|
LcEnterFile: "enter bestand om geselecteerde regels toe te voegen aan de patch",
|
||||||
ExitLineByLineMode: `sluit lijn-bij-lijn modus`,
|
ExitLineByLineMode: `sluit lijn-bij-lijn modus`,
|
||||||
EnterUpstream: `Enter upstream als '<remote> <branchnaam>'`,
|
EnterUpstream: `Enter upstream als '<remote> <branchnaam>'`,
|
||||||
EnterUpstreamWithSlash: `Enter upstream als '<remote>/<branchnaam>'`,
|
|
||||||
LcNotTrackingRemote: "(nog geen remote aan het volgen)",
|
|
||||||
ReturnToRemotesList: `Ga terug naar remotes lijst`,
|
ReturnToRemotesList: `Ga terug naar remotes lijst`,
|
||||||
LcAddNewRemote: `voeg een nieuwe remote toe`,
|
LcAddNewRemote: `voeg een nieuwe remote toe`,
|
||||||
LcNewRemoteName: `Nieuwe remote name:`,
|
LcNewRemoteName: `Nieuwe remote name:`,
|
||||||
|
@ -13,15 +13,12 @@ package i18n
|
|||||||
type TranslationSet struct {
|
type TranslationSet struct {
|
||||||
NotEnoughSpace string
|
NotEnoughSpace string
|
||||||
DiffTitle string
|
DiffTitle string
|
||||||
LogTitle string
|
|
||||||
FilesTitle string
|
FilesTitle string
|
||||||
BranchesTitle string
|
BranchesTitle string
|
||||||
CommitsTitle string
|
CommitsTitle string
|
||||||
StashTitle string
|
StashTitle string
|
||||||
UnstagedChanges string
|
UnstagedChanges string
|
||||||
StagedChanges string
|
StagedChanges string
|
||||||
PatchBuildingMainTitle string
|
|
||||||
MergingMainTitle string
|
|
||||||
MainTitle string
|
MainTitle string
|
||||||
StagingTitle string
|
StagingTitle string
|
||||||
MergingTitle string
|
MergingTitle string
|
||||||
@ -41,9 +38,6 @@ type TranslationSet struct {
|
|||||||
LcNavigate string
|
LcNavigate string
|
||||||
LcMenu string
|
LcMenu string
|
||||||
LcExecute string
|
LcExecute string
|
||||||
LcOpen string
|
|
||||||
LcIgnore string
|
|
||||||
LcDelete string
|
|
||||||
LcToggleStaged string
|
LcToggleStaged string
|
||||||
LcToggleStagedAll string
|
LcToggleStagedAll string
|
||||||
LcToggleTreeView string
|
LcToggleTreeView string
|
||||||
@ -51,10 +45,7 @@ type TranslationSet struct {
|
|||||||
LcRefresh string
|
LcRefresh string
|
||||||
LcPush string
|
LcPush string
|
||||||
LcPull string
|
LcPull string
|
||||||
LcEdit string
|
|
||||||
LcScroll string
|
LcScroll string
|
||||||
LcAbortMerge string
|
|
||||||
LcResolveMergeConflicts string
|
|
||||||
LcCommitFileFilter string
|
LcCommitFileFilter string
|
||||||
FilterStagedFiles string
|
FilterStagedFiles string
|
||||||
FilterUnstagedFiles string
|
FilterUnstagedFiles string
|
||||||
@ -62,8 +53,6 @@ type TranslationSet struct {
|
|||||||
MergeConflictsTitle string
|
MergeConflictsTitle string
|
||||||
LcCheckout string
|
LcCheckout string
|
||||||
NoChangedFiles string
|
NoChangedFiles string
|
||||||
FileHasNoUnstagedChanges string
|
|
||||||
CannotGitAdd string
|
|
||||||
NoFilesDisplay string
|
NoFilesDisplay string
|
||||||
NotAFile string
|
NotAFile string
|
||||||
PullWait string
|
PullWait string
|
||||||
@ -71,7 +60,6 @@ type TranslationSet struct {
|
|||||||
FetchWait string
|
FetchWait string
|
||||||
FileNoMergeCons string
|
FileNoMergeCons string
|
||||||
LcSoftReset string
|
LcSoftReset string
|
||||||
SureTo string
|
|
||||||
AlreadyCheckedOutBranch string
|
AlreadyCheckedOutBranch string
|
||||||
SureForceCheckout string
|
SureForceCheckout string
|
||||||
ForceCheckoutBranch string
|
ForceCheckoutBranch string
|
||||||
@ -85,27 +73,20 @@ type TranslationSet struct {
|
|||||||
CantRebaseOntoSelf string
|
CantRebaseOntoSelf string
|
||||||
CantMergeBranchIntoItself string
|
CantMergeBranchIntoItself string
|
||||||
LcForceCheckout string
|
LcForceCheckout string
|
||||||
LcMerge string
|
|
||||||
LcCheckoutByName string
|
LcCheckoutByName string
|
||||||
LcNewBranch string
|
LcNewBranch string
|
||||||
LcDeleteBranch string
|
LcDeleteBranch string
|
||||||
LcForceDeleteBranch string
|
|
||||||
NoBranchesThisRepo string
|
NoBranchesThisRepo string
|
||||||
NoTrackingThisBranch string
|
|
||||||
CommitMessageConfirm string
|
CommitMessageConfirm string
|
||||||
CommitWithoutMessageErr string
|
CommitWithoutMessageErr string
|
||||||
CloseConfirm string
|
CloseConfirm string
|
||||||
LcClose string
|
LcClose string
|
||||||
LcQuit string
|
LcQuit string
|
||||||
SureResetThisCommit string
|
|
||||||
ResetToCommit string
|
|
||||||
LcSquashDown string
|
LcSquashDown string
|
||||||
LcRename string
|
|
||||||
LcResetToThisCommit string
|
LcResetToThisCommit string
|
||||||
LcFixupCommit string
|
LcFixupCommit string
|
||||||
OnlySquashTopmostCommit string
|
OnlySquashTopmostCommit string
|
||||||
YouNoCommitsToSquash string
|
YouNoCommitsToSquash string
|
||||||
CantFixupWhileUnstagedChanges string
|
|
||||||
Fixup string
|
Fixup string
|
||||||
SureFixupThisCommit string
|
SureFixupThisCommit string
|
||||||
SureSquashThisCommit string
|
SureSquashThisCommit string
|
||||||
@ -120,10 +101,8 @@ type TranslationSet struct {
|
|||||||
LcEditCommit string
|
LcEditCommit string
|
||||||
LcAmendToCommit string
|
LcAmendToCommit string
|
||||||
LcRenameCommitEditor string
|
LcRenameCommitEditor string
|
||||||
PotentialErrInGetselectedCommit string
|
|
||||||
NoCommitsThisBranch string
|
NoCommitsThisBranch string
|
||||||
Error string
|
Error string
|
||||||
RunningSubprocess string
|
|
||||||
LcSelectHunk string
|
LcSelectHunk string
|
||||||
LcNavigateConflicts string
|
LcNavigateConflicts string
|
||||||
LcPickHunk string
|
LcPickHunk string
|
||||||
@ -144,8 +123,6 @@ type TranslationSet struct {
|
|||||||
NoStashTo string
|
NoStashTo string
|
||||||
NoTrackedStagedFilesStash string
|
NoTrackedStagedFilesStash string
|
||||||
StashChanges string
|
StashChanges string
|
||||||
IssntListOfViews string
|
|
||||||
LcNewFocusedViewIs string
|
|
||||||
MergeAborted string
|
MergeAborted string
|
||||||
OpenConfig string
|
OpenConfig string
|
||||||
EditConfig string
|
EditConfig string
|
||||||
@ -158,8 +135,6 @@ type TranslationSet struct {
|
|||||||
OnLatestVersionErr string
|
OnLatestVersionErr string
|
||||||
MajorVersionErr string
|
MajorVersionErr string
|
||||||
CouldNotFindBinaryErr string
|
CouldNotFindBinaryErr string
|
||||||
AnonymousReportingTitle string
|
|
||||||
AnonymousReportingPrompt string
|
|
||||||
MergeToolTitle string
|
MergeToolTitle string
|
||||||
MergeToolPrompt string
|
MergeToolPrompt string
|
||||||
IntroPopupMessage string
|
IntroPopupMessage string
|
||||||
@ -181,22 +156,17 @@ type TranslationSet struct {
|
|||||||
NoAutomaticGitFetchBody string
|
NoAutomaticGitFetchBody string
|
||||||
FileEnter string
|
FileEnter string
|
||||||
FileStagingRequirements string
|
FileStagingRequirements string
|
||||||
SelectHunk string
|
|
||||||
StageSelection string
|
StageSelection string
|
||||||
ResetSelection string
|
ResetSelection string
|
||||||
ToggleDragSelect string
|
ToggleDragSelect string
|
||||||
ToggleSelectHunk string
|
ToggleSelectHunk string
|
||||||
ToggleSelectionForPatch string
|
ToggleSelectionForPatch string
|
||||||
TogglePanel string
|
TogglePanel string
|
||||||
CantStageStaged string
|
|
||||||
ReturnToFilesPanel string
|
ReturnToFilesPanel string
|
||||||
CantFindHunks string
|
|
||||||
CantFindHunk string
|
|
||||||
FastForward string
|
FastForward string
|
||||||
Fetching string
|
Fetching string
|
||||||
FoundConflicts string
|
FoundConflicts string
|
||||||
FoundConflictsTitle string
|
FoundConflictsTitle string
|
||||||
Undo string
|
|
||||||
PickHunk string
|
PickHunk string
|
||||||
PickAllHunks string
|
PickAllHunks string
|
||||||
ViewMergeRebaseOptions string
|
ViewMergeRebaseOptions string
|
||||||
@ -208,7 +178,6 @@ type TranslationSet struct {
|
|||||||
LocalBranchesTitle string
|
LocalBranchesTitle string
|
||||||
SearchTitle string
|
SearchTitle string
|
||||||
TagsTitle string
|
TagsTitle string
|
||||||
BranchCommitsTitle string
|
|
||||||
MenuTitle string
|
MenuTitle string
|
||||||
RemotesTitle string
|
RemotesTitle string
|
||||||
CredentialsTitle string
|
CredentialsTitle string
|
||||||
@ -217,7 +186,6 @@ type TranslationSet struct {
|
|||||||
InformationTitle string
|
InformationTitle string
|
||||||
SecondaryTitle string
|
SecondaryTitle string
|
||||||
ReflogCommitsTitle string
|
ReflogCommitsTitle string
|
||||||
Title string
|
|
||||||
ConflictsResolved string
|
ConflictsResolved string
|
||||||
RebasingTitle string
|
RebasingTitle string
|
||||||
ConfirmRebase string
|
ConfirmRebase string
|
||||||
@ -267,8 +235,6 @@ type TranslationSet struct {
|
|||||||
CommitFiles string
|
CommitFiles string
|
||||||
LcViewCommitFiles string
|
LcViewCommitFiles string
|
||||||
CommitFilesTitle string
|
CommitFilesTitle string
|
||||||
LcGoBack string
|
|
||||||
NoCommiteFiles string
|
|
||||||
LcCheckoutCommitFile string
|
LcCheckoutCommitFile string
|
||||||
LcDiscardOldFileChange string
|
LcDiscardOldFileChange string
|
||||||
DiscardFileChangesTitle string
|
DiscardFileChangesTitle string
|
||||||
@ -286,7 +252,6 @@ type TranslationSet struct {
|
|||||||
LcDiscardAnyUnstagedChanges string
|
LcDiscardAnyUnstagedChanges string
|
||||||
LcDiscardUntrackedFiles string
|
LcDiscardUntrackedFiles string
|
||||||
LcHardReset string
|
LcHardReset string
|
||||||
LcHardResetUpstream string
|
|
||||||
LcViewResetOptions string
|
LcViewResetOptions string
|
||||||
LcCreateFixupCommit string
|
LcCreateFixupCommit string
|
||||||
LcSquashAboveCommits string
|
LcSquashAboveCommits string
|
||||||
@ -316,8 +281,6 @@ type TranslationSet struct {
|
|||||||
LcEnterFile string
|
LcEnterFile string
|
||||||
ExitLineByLineMode string
|
ExitLineByLineMode string
|
||||||
EnterUpstream string
|
EnterUpstream string
|
||||||
EnterUpstreamWithSlash string
|
|
||||||
LcNotTrackingRemote string
|
|
||||||
ReturnToRemotesList string
|
ReturnToRemotesList string
|
||||||
LcAddNewRemote string
|
LcAddNewRemote string
|
||||||
LcNewRemoteName string
|
LcNewRemoteName string
|
||||||
@ -569,15 +532,12 @@ func englishTranslationSet() TranslationSet {
|
|||||||
return TranslationSet{
|
return TranslationSet{
|
||||||
NotEnoughSpace: "Not enough space to render panels",
|
NotEnoughSpace: "Not enough space to render panels",
|
||||||
DiffTitle: "Diff",
|
DiffTitle: "Diff",
|
||||||
LogTitle: "Log",
|
|
||||||
FilesTitle: "Files",
|
FilesTitle: "Files",
|
||||||
BranchesTitle: "Branches",
|
BranchesTitle: "Branches",
|
||||||
CommitsTitle: "Commits",
|
CommitsTitle: "Commits",
|
||||||
StashTitle: "Stash",
|
StashTitle: "Stash",
|
||||||
UnstagedChanges: `Unstaged Changes`,
|
UnstagedChanges: `Unstaged Changes`,
|
||||||
StagedChanges: `Staged Changes`,
|
StagedChanges: `Staged Changes`,
|
||||||
PatchBuildingMainTitle: `Add Lines/Hunks To Patch`,
|
|
||||||
MergingMainTitle: "Resolve merge conflicts",
|
|
||||||
MainTitle: "Main",
|
MainTitle: "Main",
|
||||||
StagingTitle: "Staging",
|
StagingTitle: "Staging",
|
||||||
MergingTitle: "Merging",
|
MergingTitle: "Merging",
|
||||||
@ -596,9 +556,6 @@ func englishTranslationSet() TranslationSet {
|
|||||||
LcNavigate: "navigate",
|
LcNavigate: "navigate",
|
||||||
LcMenu: "menu",
|
LcMenu: "menu",
|
||||||
LcExecute: "execute",
|
LcExecute: "execute",
|
||||||
LcOpen: "open",
|
|
||||||
LcIgnore: "ignore",
|
|
||||||
LcDelete: "delete",
|
|
||||||
LcToggleStaged: "toggle staged",
|
LcToggleStaged: "toggle staged",
|
||||||
LcToggleStagedAll: "stage/unstage all",
|
LcToggleStagedAll: "stage/unstage all",
|
||||||
LcToggleTreeView: "toggle file tree view",
|
LcToggleTreeView: "toggle file tree view",
|
||||||
@ -606,10 +563,7 @@ func englishTranslationSet() TranslationSet {
|
|||||||
LcRefresh: "refresh",
|
LcRefresh: "refresh",
|
||||||
LcPush: "push",
|
LcPush: "push",
|
||||||
LcPull: "pull",
|
LcPull: "pull",
|
||||||
LcEdit: "edit",
|
|
||||||
LcScroll: "scroll",
|
LcScroll: "scroll",
|
||||||
LcAbortMerge: "abort merge",
|
|
||||||
LcResolveMergeConflicts: "resolve merge conflicts",
|
|
||||||
MergeConflictsTitle: "Merge Conflicts",
|
MergeConflictsTitle: "Merge Conflicts",
|
||||||
LcCheckout: "checkout",
|
LcCheckout: "checkout",
|
||||||
LcCommitFileFilter: "Filter commit files",
|
LcCommitFileFilter: "Filter commit files",
|
||||||
@ -617,8 +571,6 @@ func englishTranslationSet() TranslationSet {
|
|||||||
FilterUnstagedFiles: "Show only unstaged files",
|
FilterUnstagedFiles: "Show only unstaged files",
|
||||||
ResetCommitFilterState: "Reset filter",
|
ResetCommitFilterState: "Reset filter",
|
||||||
NoChangedFiles: "No changed files",
|
NoChangedFiles: "No changed files",
|
||||||
FileHasNoUnstagedChanges: "File has no unstaged changes to add",
|
|
||||||
CannotGitAdd: "Cannot git add --patch untracked files",
|
|
||||||
NoFilesDisplay: "No file to display",
|
NoFilesDisplay: "No file to display",
|
||||||
NotAFile: "Not a file",
|
NotAFile: "Not a file",
|
||||||
PullWait: "Pulling...",
|
PullWait: "Pulling...",
|
||||||
@ -626,7 +578,6 @@ func englishTranslationSet() TranslationSet {
|
|||||||
FetchWait: "Fetching...",
|
FetchWait: "Fetching...",
|
||||||
FileNoMergeCons: "This file has no inline merge conflicts",
|
FileNoMergeCons: "This file has no inline merge conflicts",
|
||||||
LcSoftReset: "soft reset",
|
LcSoftReset: "soft reset",
|
||||||
SureTo: "Are you sure you want to {{.deleteVerb}} {{.fileName}} (you will lose your changes)?",
|
|
||||||
AlreadyCheckedOutBranch: "You have already checked out this branch",
|
AlreadyCheckedOutBranch: "You have already checked out this branch",
|
||||||
SureForceCheckout: "Are you sure you want force checkout? You will lose all local changes",
|
SureForceCheckout: "Are you sure you want force checkout? You will lose all local changes",
|
||||||
ForceCheckoutBranch: "Force Checkout Branch",
|
ForceCheckoutBranch: "Force Checkout Branch",
|
||||||
@ -640,28 +591,21 @@ func englishTranslationSet() TranslationSet {
|
|||||||
CantRebaseOntoSelf: "You cannot rebase a branch onto itself",
|
CantRebaseOntoSelf: "You cannot rebase a branch onto itself",
|
||||||
CantMergeBranchIntoItself: "You cannot merge a branch into itself",
|
CantMergeBranchIntoItself: "You cannot merge a branch into itself",
|
||||||
LcForceCheckout: "force checkout",
|
LcForceCheckout: "force checkout",
|
||||||
LcMerge: "merge",
|
|
||||||
LcCheckoutByName: "checkout by name",
|
LcCheckoutByName: "checkout by name",
|
||||||
LcNewBranch: "new branch",
|
LcNewBranch: "new branch",
|
||||||
LcDeleteBranch: "delete branch",
|
LcDeleteBranch: "delete branch",
|
||||||
LcForceDeleteBranch: "delete branch (force)",
|
|
||||||
NoBranchesThisRepo: "No branches for this repo",
|
NoBranchesThisRepo: "No branches for this repo",
|
||||||
NoTrackingThisBranch: "There is no tracking for this branch",
|
|
||||||
CommitMessageConfirm: "{{.keyBindClose}}: close, {{.keyBindNewLine}}: new line, {{.keyBindConfirm}}: confirm",
|
CommitMessageConfirm: "{{.keyBindClose}}: close, {{.keyBindNewLine}}: new line, {{.keyBindConfirm}}: confirm",
|
||||||
CommitWithoutMessageErr: "You cannot commit without a commit message",
|
CommitWithoutMessageErr: "You cannot commit without a commit message",
|
||||||
CloseConfirm: "{{.keyBindClose}}: close, {{.keyBindConfirm}}: confirm",
|
CloseConfirm: "{{.keyBindClose}}: close, {{.keyBindConfirm}}: confirm",
|
||||||
LcClose: "close",
|
LcClose: "close",
|
||||||
LcQuit: "quit",
|
LcQuit: "quit",
|
||||||
SureResetThisCommit: "Are you sure you want to reset to this commit?",
|
|
||||||
ResetToCommit: "Reset To Commit",
|
|
||||||
LcSquashDown: "squash down",
|
LcSquashDown: "squash down",
|
||||||
LcRename: "rename",
|
|
||||||
LcResetToThisCommit: "reset to this commit",
|
LcResetToThisCommit: "reset to this commit",
|
||||||
LcFixupCommit: "fixup commit",
|
LcFixupCommit: "fixup commit",
|
||||||
NoCommitsThisBranch: "No commits for this branch",
|
NoCommitsThisBranch: "No commits for this branch",
|
||||||
OnlySquashTopmostCommit: "Can only squash topmost commit",
|
OnlySquashTopmostCommit: "Can only squash topmost commit",
|
||||||
YouNoCommitsToSquash: "You have no commits to squash with",
|
YouNoCommitsToSquash: "You have no commits to squash with",
|
||||||
CantFixupWhileUnstagedChanges: "Can't fixup while there are unstaged changes",
|
|
||||||
Fixup: "Fixup",
|
Fixup: "Fixup",
|
||||||
SureFixupThisCommit: "Are you sure you want to 'fixup' this commit? It will be merged into the commit below",
|
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?",
|
SureSquashThisCommit: "Are you sure you want to squash this commit into the commit below?",
|
||||||
@ -676,9 +620,7 @@ func englishTranslationSet() TranslationSet {
|
|||||||
LcEditCommit: "edit commit",
|
LcEditCommit: "edit commit",
|
||||||
LcAmendToCommit: "amend commit with staged changes",
|
LcAmendToCommit: "amend commit with staged changes",
|
||||||
LcRenameCommitEditor: "rename commit with editor",
|
LcRenameCommitEditor: "rename commit with editor",
|
||||||
PotentialErrInGetselectedCommit: "potential error in getSelected Commit (mismatched ui and state)",
|
|
||||||
Error: "Error",
|
Error: "Error",
|
||||||
RunningSubprocess: "running subprocess",
|
|
||||||
LcSelectHunk: "select hunk",
|
LcSelectHunk: "select hunk",
|
||||||
LcNavigateConflicts: "navigate conflicts",
|
LcNavigateConflicts: "navigate conflicts",
|
||||||
LcPickHunk: "pick hunk",
|
LcPickHunk: "pick hunk",
|
||||||
@ -699,8 +641,6 @@ func englishTranslationSet() TranslationSet {
|
|||||||
NoStashTo: "No stash to {{.method}}",
|
NoStashTo: "No stash to {{.method}}",
|
||||||
NoTrackedStagedFilesStash: "You have no tracked/staged files to stash",
|
NoTrackedStagedFilesStash: "You have no tracked/staged files to stash",
|
||||||
StashChanges: "Stash changes",
|
StashChanges: "Stash changes",
|
||||||
IssntListOfViews: "{{.name}} is not in the list of views",
|
|
||||||
LcNewFocusedViewIs: "new focused view is {{.newFocusedView}}",
|
|
||||||
MergeAborted: "Merge aborted",
|
MergeAborted: "Merge aborted",
|
||||||
OpenConfig: "open config file",
|
OpenConfig: "open config file",
|
||||||
EditConfig: "edit config file",
|
EditConfig: "edit config file",
|
||||||
@ -713,8 +653,6 @@ func englishTranslationSet() TranslationSet {
|
|||||||
OnLatestVersionErr: "You already have the latest version",
|
OnLatestVersionErr: "You already have the latest version",
|
||||||
MajorVersionErr: "New version ({{.newVersion}}) has non-backwards compatible changes compared to the current version ({{.currentVersion}})",
|
MajorVersionErr: "New version ({{.newVersion}}) has non-backwards compatible changes compared to the current version ({{.currentVersion}})",
|
||||||
CouldNotFindBinaryErr: "Could not find any binary at {{.url}}",
|
CouldNotFindBinaryErr: "Could not find any binary at {{.url}}",
|
||||||
AnonymousReportingTitle: "Help make lazygit better",
|
|
||||||
AnonymousReportingPrompt: "Would you like to enable anonymous reporting data to help improve lazygit? (enter/esc)",
|
|
||||||
MergeToolTitle: "Merge tool",
|
MergeToolTitle: "Merge tool",
|
||||||
MergeToolPrompt: "Are you sure you want to open `git mergetool`?",
|
MergeToolPrompt: "Are you sure you want to open `git mergetool`?",
|
||||||
IntroPopupMessage: englishIntroPopupMessage,
|
IntroPopupMessage: englishIntroPopupMessage,
|
||||||
@ -736,22 +674,17 @@ func englishTranslationSet() TranslationSet {
|
|||||||
NoAutomaticGitFetchBody: `Lazygit can't use "git fetch" in a private repo; use 'f' in the files panel to run "git fetch" manually`,
|
NoAutomaticGitFetchBody: `Lazygit can't use "git fetch" in a private repo; use 'f' in the files panel to run "git fetch" manually`,
|
||||||
FileEnter: `stage individual hunks/lines for file, or collapse/expand for directory`,
|
FileEnter: `stage individual hunks/lines for file, or collapse/expand for directory`,
|
||||||
FileStagingRequirements: `Can only stage individual lines for tracked files`,
|
FileStagingRequirements: `Can only stage individual lines for tracked files`,
|
||||||
SelectHunk: `select hunk`,
|
|
||||||
StageSelection: `toggle line staged / unstaged`,
|
StageSelection: `toggle line staged / unstaged`,
|
||||||
ResetSelection: `delete change (git reset)`,
|
ResetSelection: `delete change (git reset)`,
|
||||||
ToggleDragSelect: `toggle drag select`,
|
ToggleDragSelect: `toggle drag select`,
|
||||||
ToggleSelectHunk: `toggle select hunk`,
|
ToggleSelectHunk: `toggle select hunk`,
|
||||||
ToggleSelectionForPatch: `add/remove line(s) to patch`,
|
ToggleSelectionForPatch: `add/remove line(s) to patch`,
|
||||||
TogglePanel: `switch to other panel`,
|
TogglePanel: `switch to other panel`,
|
||||||
CantStageStaged: `You can't stage an already staged change!`,
|
|
||||||
ReturnToFilesPanel: `return to files panel`,
|
ReturnToFilesPanel: `return to files panel`,
|
||||||
CantFindHunks: `Could not find any hunks in this patch`,
|
|
||||||
CantFindHunk: `Could not find hunk`,
|
|
||||||
FastForward: `fast-forward this branch from its upstream`,
|
FastForward: `fast-forward this branch from its upstream`,
|
||||||
Fetching: "fetching and fast-forwarding {{.from}} -> {{.to}} ...",
|
Fetching: "fetching and fast-forwarding {{.from}} -> {{.to}} ...",
|
||||||
FoundConflicts: "Conflicts! To abort press 'esc', otherwise press 'enter'",
|
FoundConflicts: "Conflicts! To abort press 'esc', otherwise press 'enter'",
|
||||||
FoundConflictsTitle: "Auto-merge failed",
|
FoundConflictsTitle: "Auto-merge failed",
|
||||||
Undo: "undo",
|
|
||||||
PickHunk: "pick hunk",
|
PickHunk: "pick hunk",
|
||||||
PickAllHunks: "pick all hunks",
|
PickAllHunks: "pick all hunks",
|
||||||
ViewMergeRebaseOptions: "view merge/rebase options",
|
ViewMergeRebaseOptions: "view merge/rebase options",
|
||||||
@ -763,7 +696,6 @@ func englishTranslationSet() TranslationSet {
|
|||||||
LocalBranchesTitle: "Branches Tab",
|
LocalBranchesTitle: "Branches Tab",
|
||||||
SearchTitle: "Search",
|
SearchTitle: "Search",
|
||||||
TagsTitle: "Tags Tab",
|
TagsTitle: "Tags Tab",
|
||||||
BranchCommitsTitle: "Commits Tab",
|
|
||||||
MenuTitle: "Menu",
|
MenuTitle: "Menu",
|
||||||
RemotesTitle: "Remotes Tab",
|
RemotesTitle: "Remotes Tab",
|
||||||
CredentialsTitle: "Credentials",
|
CredentialsTitle: "Credentials",
|
||||||
@ -772,7 +704,6 @@ func englishTranslationSet() TranslationSet {
|
|||||||
InformationTitle: "Information",
|
InformationTitle: "Information",
|
||||||
SecondaryTitle: "Secondary",
|
SecondaryTitle: "Secondary",
|
||||||
ReflogCommitsTitle: "Reflog Tab",
|
ReflogCommitsTitle: "Reflog Tab",
|
||||||
Title: "Title",
|
|
||||||
GlobalTitle: "Global Keybindings",
|
GlobalTitle: "Global Keybindings",
|
||||||
ConflictsResolved: "all merge conflicts resolved. Continue?",
|
ConflictsResolved: "all merge conflicts resolved. Continue?",
|
||||||
RebasingTitle: "Rebasing",
|
RebasingTitle: "Rebasing",
|
||||||
@ -823,8 +754,6 @@ func englishTranslationSet() TranslationSet {
|
|||||||
CommitFiles: "Commit files",
|
CommitFiles: "Commit files",
|
||||||
LcViewCommitFiles: "view commit's files",
|
LcViewCommitFiles: "view commit's files",
|
||||||
CommitFilesTitle: "Commit Files",
|
CommitFilesTitle: "Commit Files",
|
||||||
LcGoBack: "go back",
|
|
||||||
NoCommiteFiles: "No files for this commit",
|
|
||||||
LcCheckoutCommitFile: "checkout file",
|
LcCheckoutCommitFile: "checkout file",
|
||||||
LcDiscardOldFileChange: "discard this commit's changes to this file",
|
LcDiscardOldFileChange: "discard this commit's changes to this file",
|
||||||
DiscardFileChangesTitle: "Discard file changes",
|
DiscardFileChangesTitle: "Discard file changes",
|
||||||
@ -842,7 +771,6 @@ func englishTranslationSet() TranslationSet {
|
|||||||
LcDiscardAnyUnstagedChanges: "discard unstaged changes",
|
LcDiscardAnyUnstagedChanges: "discard unstaged changes",
|
||||||
LcDiscardUntrackedFiles: "discard untracked files",
|
LcDiscardUntrackedFiles: "discard untracked files",
|
||||||
LcHardReset: "hard reset",
|
LcHardReset: "hard reset",
|
||||||
LcHardResetUpstream: "hard reset to upstream branch",
|
|
||||||
LcViewResetOptions: `view reset options`,
|
LcViewResetOptions: `view reset options`,
|
||||||
LcCreateFixupCommit: `create fixup commit for this commit`,
|
LcCreateFixupCommit: `create fixup commit for this commit`,
|
||||||
LcSquashAboveCommits: `squash all 'fixup!' commits above selected commit (autosquash)`,
|
LcSquashAboveCommits: `squash all 'fixup!' commits above selected commit (autosquash)`,
|
||||||
@ -872,8 +800,6 @@ func englishTranslationSet() TranslationSet {
|
|||||||
LcEnterFile: "enter file to add selected lines to the patch (or toggle directory collapsed)",
|
LcEnterFile: "enter file to add selected lines to the patch (or toggle directory collapsed)",
|
||||||
ExitLineByLineMode: `exit line-by-line mode`,
|
ExitLineByLineMode: `exit line-by-line mode`,
|
||||||
EnterUpstream: `Enter upstream as '<remote> <branchname>'`,
|
EnterUpstream: `Enter upstream as '<remote> <branchname>'`,
|
||||||
EnterUpstreamWithSlash: `Enter upstream as '<remote>/<branchname>'`,
|
|
||||||
LcNotTrackingRemote: "(not tracking any remote)",
|
|
||||||
ReturnToRemotesList: `Return to remotes list`,
|
ReturnToRemotesList: `Return to remotes list`,
|
||||||
LcAddNewRemote: `add new remote`,
|
LcAddNewRemote: `add new remote`,
|
||||||
LcNewRemoteName: `New remote name:`,
|
LcNewRemoteName: `New remote name:`,
|
||||||
|
@ -4,14 +4,12 @@ func polishTranslationSet() TranslationSet {
|
|||||||
return TranslationSet{
|
return TranslationSet{
|
||||||
NotEnoughSpace: "Za mało miejsca do wyświetlenia paneli",
|
NotEnoughSpace: "Za mało miejsca do wyświetlenia paneli",
|
||||||
DiffTitle: "Różnice",
|
DiffTitle: "Różnice",
|
||||||
LogTitle: "Log",
|
|
||||||
FilesTitle: "Pliki",
|
FilesTitle: "Pliki",
|
||||||
BranchesTitle: "Gałęzie",
|
BranchesTitle: "Gałęzie",
|
||||||
CommitsTitle: "Commity",
|
CommitsTitle: "Commity",
|
||||||
StashTitle: "Schowek",
|
StashTitle: "Schowek",
|
||||||
UnstagedChanges: `Unstaged Changes`,
|
UnstagedChanges: `Unstaged Changes`,
|
||||||
StagedChanges: `Staged Changes`,
|
StagedChanges: `Staged Changes`,
|
||||||
MergingMainTitle: "Resolve merge conflicts",
|
|
||||||
CommitMessage: "Wiadomość commita",
|
CommitMessage: "Wiadomość commita",
|
||||||
CredentialsUsername: "Username",
|
CredentialsUsername: "Username",
|
||||||
CredentialsPassword: "Password",
|
CredentialsPassword: "Password",
|
||||||
@ -27,30 +25,21 @@ func polishTranslationSet() TranslationSet {
|
|||||||
LcNavigate: "nawiguj",
|
LcNavigate: "nawiguj",
|
||||||
LcMenu: "menu",
|
LcMenu: "menu",
|
||||||
LcExecute: "wykonaj",
|
LcExecute: "wykonaj",
|
||||||
LcOpen: "otwórz",
|
|
||||||
LcIgnore: "ignoruj",
|
|
||||||
LcDelete: "usuń",
|
|
||||||
LcToggleStaged: "przełącz zatwierdzenie",
|
LcToggleStaged: "przełącz zatwierdzenie",
|
||||||
LcToggleStagedAll: "przełącz wszystkie zatwierdzenia",
|
LcToggleStagedAll: "przełącz wszystkie zatwierdzenia",
|
||||||
LcRefresh: "odśwież",
|
LcRefresh: "odśwież",
|
||||||
LcEdit: "edytuj",
|
|
||||||
LcScroll: "przewiń",
|
LcScroll: "przewiń",
|
||||||
LcAbortMerge: "o scalaniu",
|
|
||||||
LcResolveMergeConflicts: "rozwiąż konflikty scalania",
|
|
||||||
LcCommitFileFilter: "Filtrowanie plików commitować",
|
LcCommitFileFilter: "Filtrowanie plików commitować",
|
||||||
FilterStagedFiles: "Pokaż tylko pliki etapowe",
|
FilterStagedFiles: "Pokaż tylko pliki etapowe",
|
||||||
FilterUnstagedFiles: "Pokaż tylko niestageowane pliki",
|
FilterUnstagedFiles: "Pokaż tylko niestageowane pliki",
|
||||||
ResetCommitFilterState: "Resetuj filtr stanu pliku commit",
|
ResetCommitFilterState: "Resetuj filtr stanu pliku commit",
|
||||||
LcCheckout: "przełącz",
|
LcCheckout: "przełącz",
|
||||||
NoChangedFiles: "Brak zmienionych plików",
|
NoChangedFiles: "Brak zmienionych plików",
|
||||||
FileHasNoUnstagedChanges: "Plik nie zawiera żadnych nieopublikowanych zmian do dodania",
|
|
||||||
CannotGitAdd: "Nie można git add --patch nieśledzonych plików",
|
|
||||||
NoFilesDisplay: "Brak pliku do wyświetlenia",
|
NoFilesDisplay: "Brak pliku do wyświetlenia",
|
||||||
PullWait: "Wciąganie zmian...",
|
PullWait: "Wciąganie zmian...",
|
||||||
PushWait: "Wypychanie zmian...",
|
PushWait: "Wypychanie zmian...",
|
||||||
FetchWait: "Fetching...",
|
FetchWait: "Fetching...",
|
||||||
FileNoMergeCons: "Ten plik nie powoduje konfliktów scalania",
|
FileNoMergeCons: "Ten plik nie powoduje konfliktów scalania",
|
||||||
SureTo: "Jesteś pewny, że chcesz {{.deleteVerb}} {{.fileName}} (stracisz swoje wprowadzone zmiany)?",
|
|
||||||
AlreadyCheckedOutBranch: "Już przęłączono na tą gałąź",
|
AlreadyCheckedOutBranch: "Już przęłączono na tą gałąź",
|
||||||
SureForceCheckout: "Jesteś pewny, że chcesz wymusić przełączenie? Stracisz wszystkie lokalne zmiany",
|
SureForceCheckout: "Jesteś pewny, że chcesz wymusić przełączenie? Stracisz wszystkie lokalne zmiany",
|
||||||
ForceCheckoutBranch: "Wymuś przełączenie gałęzi",
|
ForceCheckoutBranch: "Wymuś przełączenie gałęzi",
|
||||||
@ -64,35 +53,26 @@ func polishTranslationSet() TranslationSet {
|
|||||||
CantRebaseOntoSelf: "You cannot rebase a branch onto itself",
|
CantRebaseOntoSelf: "You cannot rebase a branch onto itself",
|
||||||
CantMergeBranchIntoItself: "Nie możesz scalić gałęzi do samej siebie",
|
CantMergeBranchIntoItself: "Nie możesz scalić gałęzi do samej siebie",
|
||||||
LcForceCheckout: "wymuś przełączenie",
|
LcForceCheckout: "wymuś przełączenie",
|
||||||
LcMerge: "scal",
|
|
||||||
LcCheckoutByName: "przełącz używając nazwy",
|
LcCheckoutByName: "przełącz używając nazwy",
|
||||||
LcNewBranch: "nowa gałąź",
|
LcNewBranch: "nowa gałąź",
|
||||||
LcDeleteBranch: "usuń gałąź",
|
LcDeleteBranch: "usuń gałąź",
|
||||||
LcForceDeleteBranch: "usuń gałąź (wymuś)",
|
|
||||||
NoBranchesThisRepo: "Brak gałęzi dla tego repozytorium",
|
NoBranchesThisRepo: "Brak gałęzi dla tego repozytorium",
|
||||||
NoTrackingThisBranch: "Brak śledzenia dla tej gałęzi",
|
|
||||||
CommitMessageConfirm: "{{.keyBindClose}}: zamknij, {{.keyBindNewLine}}: new line, {{.keyBindConfirm}}: potwierdź",
|
CommitMessageConfirm: "{{.keyBindClose}}: zamknij, {{.keyBindNewLine}}: new line, {{.keyBindConfirm}}: potwierdź",
|
||||||
CommitWithoutMessageErr: "Nie możesz commitować bez podania wiadomości",
|
CommitWithoutMessageErr: "Nie możesz commitować bez podania wiadomości",
|
||||||
CloseConfirm: "{{.keyBindClose}}: zamknij, {{.keyBindConfirm}}: potwierdź",
|
CloseConfirm: "{{.keyBindClose}}: zamknij, {{.keyBindConfirm}}: potwierdź",
|
||||||
LcClose: "zamknij",
|
LcClose: "zamknij",
|
||||||
SureResetThisCommit: "Jesteś pewny, że chcesz zresetować ten commit?",
|
|
||||||
ResetToCommit: "Zresetuj, aby commitować",
|
|
||||||
LcSquashDown: "ściśnij w dół",
|
LcSquashDown: "ściśnij w dół",
|
||||||
LcRename: "przemianuj",
|
|
||||||
LcResetToThisCommit: "zresetuj do tego commita",
|
LcResetToThisCommit: "zresetuj do tego commita",
|
||||||
LcFixupCommit: "napraw commit",
|
LcFixupCommit: "napraw commit",
|
||||||
NoCommitsThisBranch: "Brak commitów dla tej gałęzi",
|
NoCommitsThisBranch: "Brak commitów dla tej gałęzi",
|
||||||
OnlySquashTopmostCommit: "Można tylko ścisnąć najwyższy commit",
|
OnlySquashTopmostCommit: "Można tylko ścisnąć najwyższy commit",
|
||||||
YouNoCommitsToSquash: "Nie masz commitów do ściśnięcia",
|
YouNoCommitsToSquash: "Nie masz commitów do ściśnięcia",
|
||||||
CantFixupWhileUnstagedChanges: "Nie można wykonać naprawy, kiedy istnieją niezatwierdzone zmiany",
|
|
||||||
Fixup: "Napraw",
|
Fixup: "Napraw",
|
||||||
SureFixupThisCommit: "Jesteś pewny, ze chcesz naprawić ten commit? Commit poniżej zostanie ściśnięty w górę wraz z tym",
|
SureFixupThisCommit: "Jesteś pewny, ze chcesz naprawić ten commit? Commit poniżej zostanie ściśnięty w górę wraz z tym",
|
||||||
OnlyRenameTopCommit: "Można przmianować tylko najwyższy commit",
|
OnlyRenameTopCommit: "Można przmianować tylko najwyższy commit",
|
||||||
LcRenameCommit: "przemianuj commit",
|
LcRenameCommit: "przemianuj commit",
|
||||||
LcRenameCommitEditor: "przemianuj commit w edytorze",
|
LcRenameCommitEditor: "przemianuj commit w edytorze",
|
||||||
PotentialErrInGetselectedCommit: "potencjalny błąd w getSelected Commit (niedopasowane ui i stan)",
|
|
||||||
Error: "Błąd",
|
Error: "Błąd",
|
||||||
RunningSubprocess: "uruchomiony podproces",
|
|
||||||
LcSelectHunk: "wybierz kawałek",
|
LcSelectHunk: "wybierz kawałek",
|
||||||
LcNavigateConflicts: "nawiguj konflikty",
|
LcNavigateConflicts: "nawiguj konflikty",
|
||||||
LcPickHunk: "wybierz kawałek",
|
LcPickHunk: "wybierz kawałek",
|
||||||
@ -107,8 +87,6 @@ func polishTranslationSet() TranslationSet {
|
|||||||
NoStashTo: "Brak schowka dla {{.method}}",
|
NoStashTo: "Brak schowka dla {{.method}}",
|
||||||
NoTrackedStagedFilesStash: "Nie masz śledzonych/zatwierdzonych plików do przechowania",
|
NoTrackedStagedFilesStash: "Nie masz śledzonych/zatwierdzonych plików do przechowania",
|
||||||
StashChanges: "Przechowaj zmiany",
|
StashChanges: "Przechowaj zmiany",
|
||||||
IssntListOfViews: "{{.name}} nie jest na liście widoków",
|
|
||||||
LcNewFocusedViewIs: "nowy skupiony widok to {{.newFocusedView}}",
|
|
||||||
MergeAborted: "Scalanie anulowane",
|
MergeAborted: "Scalanie anulowane",
|
||||||
OpenConfig: "otwórz plik konfiguracyjny",
|
OpenConfig: "otwórz plik konfiguracyjny",
|
||||||
EditConfig: "edytuj plik konfiguracyjny",
|
EditConfig: "edytuj plik konfiguracyjny",
|
||||||
@ -121,8 +99,6 @@ func polishTranslationSet() TranslationSet {
|
|||||||
OnLatestVersionErr: "Już posiadasz najnowszą wersję",
|
OnLatestVersionErr: "Już posiadasz najnowszą wersję",
|
||||||
MajorVersionErr: "Nowa wersja ({{.newVersion}}) posiada niekompatybilne zmiany w porównaniu do obecnej wersji ({{.currentVersion}})",
|
MajorVersionErr: "Nowa wersja ({{.newVersion}}) posiada niekompatybilne zmiany w porównaniu do obecnej wersji ({{.currentVersion}})",
|
||||||
CouldNotFindBinaryErr: "Nie można znaleźć pliku binarnego w {{.url}}",
|
CouldNotFindBinaryErr: "Nie można znaleźć pliku binarnego w {{.url}}",
|
||||||
AnonymousReportingTitle: "Help make lazygit better",
|
|
||||||
AnonymousReportingPrompt: "Włączyć anonimowe raportowanie błędów w celu pomocy w usprawnianiu lazygita (enter/esc)?",
|
|
||||||
LcEditFile: `edytuj plik`,
|
LcEditFile: `edytuj plik`,
|
||||||
LcOpenFile: `otwórz plik`,
|
LcOpenFile: `otwórz plik`,
|
||||||
LcIgnoreFile: `dodaj do .gitignore`,
|
LcIgnoreFile: `dodaj do .gitignore`,
|
||||||
@ -141,8 +117,6 @@ func polishTranslationSet() TranslationSet {
|
|||||||
FileStagingRequirements: `Można tylko zatwierdzić pojedyncze linie dla śledzonych plików z niezatwierdzonymi zmianami`,
|
FileStagingRequirements: `Można tylko zatwierdzić pojedyncze linie dla śledzonych plików z niezatwierdzonymi zmianami`,
|
||||||
StagingTitle: `Zatwierdzanie`,
|
StagingTitle: `Zatwierdzanie`,
|
||||||
ReturnToFilesPanel: `wróć do panelu plików`,
|
ReturnToFilesPanel: `wróć do panelu plików`,
|
||||||
CantFindHunks: `Nie można znaleźć żadnych kawałków w tej łatce`,
|
|
||||||
CantFindHunk: `Nie można znaleźć kawałka`,
|
|
||||||
RebasingTitle: "Rebasing",
|
RebasingTitle: "Rebasing",
|
||||||
MergingTitle: "Merging",
|
MergingTitle: "Merging",
|
||||||
ConfirmRebase: "Are you sure you want to rebase {{.checkedOutBranch}} onto {{.selectedBranch}}?",
|
ConfirmRebase: "Are you sure you want to rebase {{.checkedOutBranch}} onto {{.selectedBranch}}?",
|
||||||
@ -164,7 +138,6 @@ func polishTranslationSet() TranslationSet {
|
|||||||
LcAmendToCommit: "amend commit with staged changes",
|
LcAmendToCommit: "amend commit with staged changes",
|
||||||
FoundConflicts: "Conflicts! To abort press 'esc', otherwise press 'enter'",
|
FoundConflicts: "Conflicts! To abort press 'esc', otherwise press 'enter'",
|
||||||
FoundConflictsTitle: "Auto-merge failed",
|
FoundConflictsTitle: "Auto-merge failed",
|
||||||
Undo: "undo",
|
|
||||||
PickHunk: "pick hunk",
|
PickHunk: "pick hunk",
|
||||||
PickAllHunks: "pick all hunks",
|
PickAllHunks: "pick all hunks",
|
||||||
ViewMergeRebaseOptions: "view merge/rebase options",
|
ViewMergeRebaseOptions: "view merge/rebase options",
|
||||||
@ -208,8 +181,6 @@ func polishTranslationSet() TranslationSet {
|
|||||||
CommitFiles: "Commit files",
|
CommitFiles: "Commit files",
|
||||||
LcViewCommitFiles: "view commit's files",
|
LcViewCommitFiles: "view commit's files",
|
||||||
CommitFilesTitle: "Commit files",
|
CommitFilesTitle: "Commit files",
|
||||||
LcGoBack: "go back",
|
|
||||||
NoCommiteFiles: "No files for this commit",
|
|
||||||
LcCheckoutCommitFile: "checkout file",
|
LcCheckoutCommitFile: "checkout file",
|
||||||
LcDiscardOldFileChange: "discard this commit's changes to this file",
|
LcDiscardOldFileChange: "discard this commit's changes to this file",
|
||||||
DiscardFileChangesTitle: "Discard file changes",
|
DiscardFileChangesTitle: "Discard file changes",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user